messages from 2021-01-29 19:02:30 to 2021-02-03 02:29:06 UTC [more...]
[RFC PATCH 1/6] selftest/mremap_test: Update the test to handle pagesize other than 4K
2021-02-02 14:50 UTC (8+ messages)
` [RFC PATCH 2/6] selftest/mremap_test: Avoid crash with static build
` [RFC PATCH 3/6] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [RFC PATCH 4/6] mm/mremap: Use mmu gather interface instead of flush_tlb_range
` [RFC PATCH 5/6] mm/mremap: Allow arch runtime override
` [RFC PATCH 6/6] powerpc/mm: Enable move pmd/pud
module loader dead code removal and cleanups v3
2021-02-02 14:37 UTC (23+ messages)
` [PATCH 01/13] powerpc/powernv: remove get_cxl_module
` [PATCH 02/13] drm: remove drm_fb_helper_modinit
` [PATCH 03/13] module: unexport find_module and module_mutex
` [PATCH 04/13] module: use RCU to synchronize find_module
` [PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol
` [PATCH 06/13] kallsyms: only build {, module_}kallsyms_on_each_symbol when required
` [PATCH 07/13] module: mark module_mutex static
` [PATCH 08/13] module: remove each_symbol_in_section
` [PATCH 09/13] module: merge each_symbol_section into find_symbol
` [PATCH 10/13] module: pass struct find_symbol_args to find_symbol
` [PATCH 11/13] module: move struct symsearch to module.c
` [PATCH 12/13] module: remove EXPORT_SYMBOL_GPL_FUTURE
` [PATCH 13/13] module: remove EXPORT_UNUSED_SYMBOL*
[PATCH] powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64 semantics
2021-02-02 14:30 UTC (4+ messages)
[PATCH v12 00/14] huge vmalloc mappings
2021-02-02 13:48 UTC (20+ messages)
` [PATCH v12 01/14] ARM: mm: add missing pud_page define to 2-level page tables
` [PATCH v12 02/14] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v12 03/14] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v12 04/14] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v12 05/14] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v12 06/14] mm: HUGE_VMAP arch support cleanup
` [PATCH v12 07/14] powerpc: inline huge vmap supported functions
` [PATCH v12 08/14] arm64: "
` [PATCH v12 09/14] x86: "
` [PATCH v12 10/14] mm/vmalloc: provide fallback arch huge vmap support functions
` [PATCH v12 11/14] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v12 12/14] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v12 13/14] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v12 14/14] powerpc/64s/radix: Enable huge "
[PATCH 1/2] powerpc/64: Make stack tracing work during very early boot
2021-02-02 13:02 UTC (2+ messages)
` [PATCH 2/2] powerpc/64s: Handle program checks in wrong endian during "
[RFC 00/20] TLB batching consolidation and enhancements
2021-02-02 11:04 UTC (15+ messages)
` [RFC 11/20] mm/tlb: remove arch-specific tlb_start/end_vma()
module loader dead code removal and cleanups v2
2021-02-02 10:45 UTC (16+ messages)
` [PATCH 04/13] module: use RCU to synchronize find_module
` [PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol
[PATCH v7 00/42] powerpc: interrupt wrappers
2021-02-02 10:31 UTC (46+ messages)
` [PATCH v7 01/42] powerpc/64s: interrupt exit improve bounding of interrupt recursion
` [PATCH v7 02/42] KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs
` [PATCH v7 03/42] powerpc/32s: move DABR match out of handle_page_fault
` [PATCH v7 04/42] powerpc/64s: "
` [PATCH v7 05/42] powerpc/64s: move the hash fault handling logic to C
` [PATCH v7 06/42] powerpc: remove arguments from fault handler functions
` [PATCH v7 07/42] powerpc/fsl_booke/32: CacheLockingException remove args
` [PATCH v7 08/42] powerpc: do_break get registers from regs
` [PATCH v7 09/42] powerpc: DebugException remove args
` [PATCH v7 10/42] powerpc/32: transfer can avoid saving r4/r5 over trace call
` [PATCH v7 11/42] powerpc: bad_page_fault get registers from regs
` [PATCH v7 12/42] powerpc/64s: add do_bad_page_fault_segv handler
` [PATCH v7 13/42] powerpc: rearrange do_page_fault error case to be inside exception_enter
` [PATCH v7 14/42] powerpc/64s: move bad_page_fault handling to C
` [PATCH v7 15/42] powerpc/64s: split do_hash_fault
` [PATCH v7 16/42] powerpc/mm: Remove stale do_page_fault comment referring to SLB faults
` [PATCH v7 17/42] powerpc/64s: slb comment update
` [PATCH v7 18/42] powerpc/traps: add NOKPROBE_SYMBOL for sreset and mce
` [PATCH v7 19/42] powerpc/perf: move perf irq/nmi handling details into traps.c
` [PATCH v7 20/42] powerpc/time: move timer_broadcast_interrupt prototype to asm/time.h
` [PATCH v7 21/42] powerpc: add and use unknown_async_exception
` [PATCH v7 22/42] powerpc/cell: tidy up pervasive declarations
` [PATCH v7 23/42] powerpc: introduce die_mce
` [PATCH v7 24/42] powerpc/mce: ensure machine check handler always tests RI
` [PATCH v7 25/42] powerpc: improve handling of unrecoverable system reset
` [PATCH v7 26/42] powerpc: interrupt handler wrapper functions
` [PATCH v7 27/42] powerpc: add interrupt wrapper entry / exit stub functions
` [PATCH v7 28/42] powerpc: convert interrupt handlers to use wrappers
` [PATCH v7 29/42] powerpc: add interrupt_cond_local_irq_enable helper
` [PATCH v7 30/42] powerpc/64: context tracking remove _TIF_NOHZ
` [PATCH v7 31/42] powerpc/64s/hash: improve context tracking of hash faults
` [PATCH v7 32/42] powerpc/64: context tracking move to interrupt wrappers
` [PATCH v7 33/42] powerpc/64: add context tracking to asynchronous interrupts
` [PATCH v7 34/42] powerpc: handle irq_enter/irq_exit in interrupt handler wrappers
` [PATCH v7 35/42] powerpc/64s: move context tracking exit to interrupt exit path
` [PATCH v7 36/42] powerpc/64s: reconcile interrupts in C
` [PATCH v7 37/42] powerpc/64: move account_stolen_time into its own function
` [PATCH v7 38/42] powerpc/64: entry cpu time accounting in C
` [PATCH v7 39/42] powerpc: move NMI entry/exit code into wrapper
` [PATCH v7 40/42] powerpc/64s: move NMI soft-mask handling to C
` [PATCH v7 41/42] powerpc/64s: runlatch interrupt handling in C
` [PATCH v7 42/42] powerpc/64s: power4 nap fixup "
[PATCH v11 00/13] huge vmalloc mappings
2021-02-02 10:22 UTC (4+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
[PATCH] powerpc/fault: fix wrong KUAP fault for IO_URING
2021-02-02 9:49 UTC (20+ messages)
[PATCH kernel] powerpc/kuap: Restore AMR after replaying soft interrupts
2021-02-02 9:15 UTC
[PATCH kernel] powerpc/uaccess: Skip might_fault() when user access is enabled
2021-02-02 9:14 UTC
[powerpc:next-test] BUILD SUCCESS WITH WARNING 30133c32d19c678dbd9da28ace3aac35eb5dd4c9
2021-02-02 7:58 UTC
[powerpc:next] BUILD SUCCESS 6895c5ba7bdcc55eacad03cf309ab23be63b9cac
2021-02-02 7:58 UTC
[powerpc:fixes-test] BUILD SUCCESS 66f0a9e058fad50e569ad752be72e52701991fd5
2021-02-02 7:57 UTC
[powerpc:merge] BUILD SUCCESS a2311d1e2b5ea0e77dcdd35fffb58b035da202b6
2021-02-02 7:57 UTC
[PATCH v4 00/23] powerpc/32: Implement C syscall entry/exit
2021-02-02 6:58 UTC (8+ messages)
` [PATCH v4 11/23] powerpc/syscall: Rename syscall_64.c into syscall.c
[PATCH] powerpc/perf: Fix the guest crash issue with trace-imc
2021-02-02 6:39 UTC
[PATCH] cpufreq: Remove unused flag CPUFREQ_PM_NO_WARN
2021-02-02 5:41 UTC
[PATCH] dma-mapping: remove unneeded semicolon
2021-02-02 4:14 UTC (2+ messages)
[PATCH] powerpc/book3s64: remove unneeded semicolon
2021-02-02 3:51 UTC
[PATCH] powerpc/eeh: remove unneeded semicolon
2021-02-02 3:43 UTC (2+ messages)
[PATCH] powerpc/64s: remove unneeded semicolon
2021-02-02 3:34 UTC
[PATCH] KVM: PPC: remove unneeded semicolon
2021-02-02 3:30 UTC
[PATCH] powerpc/prom_init: remove unneeded semicolon
2021-02-02 3:25 UTC
[PATCH] crypto: powerpc: remove unneeded semicolon
2021-02-02 3:17 UTC
[RFC PATCH 0/9] KVM: PPC: Book3S: C-ify the P9 entry/exit code
2021-02-02 3:03 UTC (10+ messages)
` [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [RFC PATCH 3/9] KVM: PPC: Book3S 64: add hcall interrupt handler
` [RFC PATCH 4/9] KVM: PPC: Book3S HV: Move hcall early register setup to KVM
` [RFC PATCH 5/9] powerpc/64s: Remove EXSLB interrupt save area
` [RFC PATCH 6/9] KVM: PPC: Book3S HV: Move interrupt early register setup to KVM
` [RFC PATCH 7/9] KVM: PPC: Book3S HV: move bad_host_intr check to HV handler
` [RFC PATCH 8/9] KVM: PPC: Book3S HV: Minimise hcall handler calling convention differences
` [RFC PATCH 9/9] KVM: PPC: Book3S HV: Implement the rest of the P9 entry/exit handling in C
[PATCH net v2] ibmvnic: device remove has higher precedence over reset
2021-02-02 2:40 UTC (2+ messages)
[PATCH] ASoC: fsl_spdif: Utilize the defined parameter to clear code
2021-02-02 2:34 UTC (2+ messages)
[PATCH] ASoC: fsl_xcvr: remove unneeded semicolon
2021-02-02 2:30 UTC (2+ messages)
[PATCH v4 02/10] powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
2021-02-01 20:55 UTC (8+ messages)
[PATCH v15 00/10] Carry forward IMA measurement log on kexec on ARM64
2021-02-01 18:58 UTC (8+ messages)
` [PATCH v15 09/10] arm64: Call kmalloc() to allocate DTB buffer
[PATCH] powerpc/603: Fix protection of user pages mapped with PROT_NONE
2021-02-01 12:35 UTC (4+ messages)
GIT kernel with the PowerPC updates 5.11-1 doesn't boot on a FSL P5040 board and in a virtual e5500 QEMU machine
2021-02-01 8:29 UTC (3+ messages)
` FSL P5040: KVM HV doesn't work with the RC5 of kernel 5.11
[PATCH] powerpc/akebono: Fix unmet dependency errors
2021-02-01 4:11 UTC (3+ messages)
[PATCH] cxl: Simplify bool conversion
2021-02-01 1:44 UTC (2+ messages)
linux-next: build failure on power pc
2021-02-01 1:24 UTC (5+ messages)
` [PATCH] powerpc: fix AKEBONO build failures
[GIT PULL] Please pull powerpc/linux.git powerpc-5.11-6 tag
2021-01-31 19:38 UTC
[PATCH 1/2] powerpc/Kconfig: Fix unmet direct dependency on NET
2021-01-30 22:55 UTC
[PATCH v2] tpm: ibmvtpm: fix error return code in tpm_ibmvtpm_probe()
2021-01-30 21:14 UTC (4+ messages)
[PATCH] powerpc64/idle: Fix SP offsets when saving GPRs
2021-01-30 13:44 UTC (3+ messages)
[PATCH] powerpc: remove unneeded semicolons
2021-01-30 1:31 UTC (3+ messages)
[PATCH] vio: make remove callback return void
2021-01-29 19:08 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).