January 2023 Archives by author
Starting: Sun Jan 1 02:22:09 AEDT 2023
Ending: Tue Jan 31 22:29:23 AEDT 2023
Messages: 1474
- [FSL P50x0] DPAA Ethernet issue
Linux kernel regression tracking (#info)
- [PASEMI] Nemo board doesn't reboot anymore after the commit "HID: usbhid: Add ALWAYS_POLL quirk for some mice" #forregzbot
Linux kernel regression tracking (#update)
- [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
Masami Hiramatsu (Google)
- [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
Russell King (Oracle)
- [PATCH v6 3/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
Nadav Amit
- [PATCH v6 2/5] lazy tlb: allow lazy tlb mm refcounting to be configurable
Nadav Amit
- [PATCH v6 2/5] lazy tlb: allow lazy tlb mm refcounting to be configurable
Nadav Amit
- [PATCH v6 3/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
Nadav Amit
- [FSL P50x0] DPAA Ethernet issue
Sean Anderson
- [FSL P50x0] DPAA Ethernet issue
Sean Anderson
- [PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
Sean Anderson
- [PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
Sean Anderson
- [PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
Sean Anderson
- [PATCH v9 06/10] arm64: dts: ls1046a: Add serdes bindings
Sean Anderson
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Sean Anderson
- [PATCH v9 08/10] arm64: dts: ls1088a: Add serdes bindings
Sean Anderson
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Sean Anderson
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Sean Anderson
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Sean Anderson
- [PATCH v9 04/10] clk: Add Lynx 10G SerDes PLL driver
Sean Anderson
- sched/debug: CPU hotplug operation suffers in a large cpu systems
Phil Auld
- [PATCH] ps3vram: remove bio splitting
Jens Axboe
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Vlastimil Babka
- [PATCH 00/41] Per-VMA locks
Suren Baghdasaryan
- [PATCH 01/41] maple_tree: Be more cautious about dead nodes
Suren Baghdasaryan
- [PATCH 02/41] maple_tree: Detect dead nodes in mas_start()
Suren Baghdasaryan
- [PATCH 03/41] maple_tree: Fix freeing of nodes in rcu mode
Suren Baghdasaryan
- [PATCH 04/41] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
Suren Baghdasaryan
- [PATCH 05/41] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
Suren Baghdasaryan
- [PATCH 06/41] maple_tree: Add smp_rmb() to dead node detection
Suren Baghdasaryan
- [PATCH 07/41] mm: Enable maple tree RCU mode by default.
Suren Baghdasaryan
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
- [PATCH 09/41] mm: rcu safe VMA freeing
Suren Baghdasaryan
- [PATCH 10/41] mm: move mmap_lock assert function definitions
Suren Baghdasaryan
- [PATCH 11/41] mm: export dump_mm()
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH 14/41] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
- [PATCH 15/41] mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
- [PATCH 16/41] mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Suren Baghdasaryan
- [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
- [PATCH 19/41] mm/mmap: write-lock VMAs before merging, splitting or expanding them
Suren Baghdasaryan
- [PATCH 20/41] mm/mmap: write-lock VMAs in vma_adjust
Suren Baghdasaryan
- [PATCH 21/41] mm/mmap: write-lock VMAs affected by VMA expansion
Suren Baghdasaryan
- [PATCH 22/41] mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
- [PATCH 23/41] mm: write-lock VMAs before removing them from VMA tree
Suren Baghdasaryan
- [PATCH 24/41] mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
- [PATCH 25/41] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
Suren Baghdasaryan
- [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
Suren Baghdasaryan
- [PATCH 27/41] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
- [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
- [PATCH 29/41] mm: fall back to mmap_lock if vma->anon_vma is not yet set
Suren Baghdasaryan
- [PATCH 30/41] mm: add FAULT_FLAG_VMA_LOCK flag
Suren Baghdasaryan
- [PATCH 31/41] mm: prevent do_swap_page from handling page faults under VMA lock
Suren Baghdasaryan
- [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
Suren Baghdasaryan
- [PATCH 33/41] mm: introduce per-VMA lock statistics
Suren Baghdasaryan
- [PATCH 34/41] x86/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
- [PATCH 35/41] arm64/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
- [PATCH 36/41] powerc/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
- [PATCH 37/41] mm: introduce mod_vm_flags_nolock
Suren Baghdasaryan
- [PATCH 38/41] mm: avoid assertion in untrack_pfn
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 40/41] mm: separate vma->lock from vm_area_struct
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
- [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
- [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 40/41] mm: separate vma->lock from vm_area_struct
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
Suren Baghdasaryan
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Suren Baghdasaryan
- [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
Suren Baghdasaryan
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Suren Baghdasaryan
- [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH 09/41] mm: rcu safe VMA freeing
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 27/41] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
- [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
Suren Baghdasaryan
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Suren Baghdasaryan
- [PATCH v2 0/6] introduce vm_flags modifier functions
Suren Baghdasaryan
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
- [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
- [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
- [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Suren Baghdasaryan
- [PATCH v2 6/6] mm: export dump_mm()
Suren Baghdasaryan
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
- [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
- [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Suren Baghdasaryan
- [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH v3 0/7] introduce vm_flags modifier functions
Suren Baghdasaryan
- [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
Suren Baghdasaryan
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
- [PATCH v3 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
- [PATCH v3 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
- [PATCH v3 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
- [PATCH v3 6/7] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Suren Baghdasaryan
- [PATCH v3 7/7] mm: export dump_mm()
Suren Baghdasaryan
- [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
Suren Baghdasaryan
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
- [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
Suren Baghdasaryan
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
- [PATCH v3 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
- [PATCH v3 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
- [PATCH v3 6/7] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Suren Baghdasaryan
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Suren Baghdasaryan
- [PATCH v3 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
- [PATCH v3 6/7] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Suren Baghdasaryan
- [PATCH v4 0/7] introduce vm_flags modifier functions
Suren Baghdasaryan
- [PATCH v4 1/7] kernel/fork: convert vma assignment to a memcpy
Suren Baghdasaryan
- [PATCH v4 2/7] mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
- [PATCH v4 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
- [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
- [PATCH v4 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
- [PATCH v4 6/7] mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
- [PATCH v4 7/7] mm: export dump_mm()
Suren Baghdasaryan
- [PATCH v2 00/33] Per-VMA locks
Suren Baghdasaryan
- [PATCH v2 01/33] maple_tree: Be more cautious about dead nodes
Suren Baghdasaryan
- [PATCH v2 02/33] maple_tree: Detect dead nodes in mas_start()
Suren Baghdasaryan
- [PATCH v2 03/33] maple_tree: Fix freeing of nodes in rcu mode
Suren Baghdasaryan
- [PATCH v2 04/33] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
Suren Baghdasaryan
- [PATCH v2 05/33] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
Suren Baghdasaryan
- [PATCH v2 06/33] maple_tree: Add smp_rmb() to dead node detection
Suren Baghdasaryan
- [PATCH v2 07/33] mm: Enable maple tree RCU mode by default.
Suren Baghdasaryan
- [PATCH v2 08/33] mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
- [PATCH v2 09/33] mm: rcu safe VMA freeing
Suren Baghdasaryan
- [PATCH v2 10/33] mm: move mmap_lock assert function definitions
Suren Baghdasaryan
- [PATCH v2 11/33] mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
- [PATCH v2 12/33] mm: mark VMA as being written when changing vm_flags
Suren Baghdasaryan
- [PATCH v2 13/33] mm/mmap: move VMA locking before vma_adjust_trans_huge call
Suren Baghdasaryan
- [PATCH v2 14/33] mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
- [PATCH v2 15/33] mm/mmap: write-lock VMAs before merging, splitting or expanding them
Suren Baghdasaryan
- [PATCH v2 16/33] mm/mmap: write-lock VMA before shrinking or expanding it
Suren Baghdasaryan
- [PATCH v2 17/33] mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
- [PATCH v2 18/33] mm: write-lock VMAs before removing them from VMA tree
Suren Baghdasaryan
- [PATCH v2 19/33] mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
- [PATCH v2 20/33] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
Suren Baghdasaryan
- [PATCH v2 21/33] kernel/fork: assert no VMA readers during its destruction
Suren Baghdasaryan
- [PATCH v2 22/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
- [PATCH v2 23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
- [PATCH v2 24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set
Suren Baghdasaryan
- [PATCH v2 25/33] mm: add FAULT_FLAG_VMA_LOCK flag
Suren Baghdasaryan
- [PATCH v2 26/33] mm: prevent do_swap_page from handling page faults under VMA lock
Suren Baghdasaryan
- [PATCH v2 27/33] mm: prevent userfaults to be handled under per-vma lock
Suren Baghdasaryan
- [PATCH v2 28/33] mm: introduce per-VMA lock statistics
Suren Baghdasaryan
- [PATCH v2 29/33] x86/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
- [PATCH v2 30/33] arm64/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
- [PATCH v2 31/33] powerc/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
- [PATCH v2 32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
Suren Baghdasaryan
- [PATCH v2 33/33] mm: separate vma->lock from vm_area_struct
Suren Baghdasaryan
- [PATCH v4 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
- [PATCH v2 00/33] Per-VMA locks
Suren Baghdasaryan
- [PATCH] powerpc/powernv/ioda: Skip unallocated resources when mapping to PE
Frederic Barrat
- [PATCH v2 01/16] of: device: make of_device_uevent_modalias() take a const device *
Dmitry Baryshkov
- [PATCH 1/2] powerpc/module_64: Improve restore_r2() return semantics
Miroslav Benes
- [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching
Miroslav Benes
- [PATCH v3 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
Stefan Berger
- [PATCH net-next] Remove DECnet support from kernel
Arnd Bergmann
- [PATCH RESEND 0/8] Resend LED patches
Arnd Bergmann
- [PATCH v2 09/10] kbuild: Add config fragment merge functionality
Arnd Bergmann
- [PATCH v2 10/10] ARM: add multi_v7_lpae_defconfig
Arnd Bergmann
- [PATCH RESEND 0/8] Resend LED patches
Arnd Bergmann
- [PATCH v3 00/10] TQMLS1021A support
Arnd Bergmann
- [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Arnd Bergmann
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Ard Biesheuvel
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Ard Biesheuvel
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Ard Biesheuvel
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Segher Boessenkool
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Segher Boessenkool
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Segher Boessenkool
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Segher Boessenkool
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
Segher Boessenkool
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Segher Boessenkool
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Segher Boessenkool
- [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Segher Boessenkool
- arch/powerpc/kernel/head_85xx.o: warning: objtool: .head.text+0x1a6c: unannotated intra-function call
Segher Boessenkool
- [PATCH] KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()
Paolo Bonzini
- [bpf-next v1] bpf: drop deprecated bpf_jit_enable == 2
Daniel Borkmann
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Daniel Borkmann
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Daniel Borkmann
- [PATCH v3 41/51] cpuidle,clk: Remove trace_.*_rcuidle()
Stephen Boyd
- [PATCH v9 04/10] clk: Add Lynx 10G SerDes PLL driver
Stephen Boyd
- [PATCH] ASoC: fsl_micfil: Correct the number of steps on SX controls
Mark Brown
- [PATCH] ASoC: fsl_sai: initialize is_dsp_mode flag
Mark Brown
- [PATCH 1/1] ASoC: fsl_sai: Use dev_err_probe
Mark Brown
- (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
Mark Brown
- [PATCH] ASoC: fsl-asoc-card: constify fsl_asoc_card_dai
Mark Brown
- [PATCH 1/1] ASoC: imx-hdmi: Use dev_err_probe
Mark Brown
- [PATCH] powerpc/rtas: Replace one-element arrays with flexible arrays
Leonardo Brás
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Davidlohr Bueso
- [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
Davidlohr Bueso
- [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
Davidlohr Bueso
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Davidlohr Bueso
- [PATCH v4 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Davidlohr Bueso
- [PATCH v3] arch: rename all internal names __xchg to __arch_xchg
Heiko Carstens
- [PATCH] mm: remove zap_page_range and create zap_vma_pages
Heiko Carstens
- [PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
Heiko Carstens
- [PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances
Luca Ceresoli
- [PATCH] ASoC: fsl-asoc-card: constify fsl_asoc_card_dai
Luca Ceresoli
- [PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances
Luca Ceresoli
- [PATCH] kallsyms: Fix scheduling with interrupts disabled in self-test
Luis Chamberlain
- [PATCH] kallsyms: Fix scheduling with interrupts disabled in self-test
Luis Chamberlain
- [PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
Nathan Chancellor
- [PATCH 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
Nathan Chancellor
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nathan Chancellor
- [PATCH 07/14] powerpc/vdso: Improve linker flags
Nathan Chancellor
- [PATCH 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang
Nathan Chancellor
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nathan Chancellor
- [PATCH 07/14] powerpc/vdso: Improve linker flags
Nathan Chancellor
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nathan Chancellor
- [PATCH 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang
Nathan Chancellor
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nathan Chancellor
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nathan Chancellor
- [PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
Nathan Chancellor
- [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
Nathan Chancellor
- [PATCH v2 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nathan Chancellor
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Nathan Chancellor
- [PATCH v2 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang
Nathan Chancellor
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Nathan Chancellor
- [PATCH] powerpc: add crtsavres.o to always-y instead of extra-y
Nathan Chancellor
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Nathan Chancellor
- [PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
Nathan Chancellor
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Nathan Chancellor
- [PATCH] powerpc/vdso: Filter clang's auto var init zero enabler when linking
Nathan Chancellor
- [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
Nathan Chancellor
- [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
Huacai Chen
- [PATCH v4 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
Huacai Chen
- [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Huacai Chen
- [PATCH] KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()
Sean Christopherson
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Jessica Clarke
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Jessica Clarke
- [PATCH 00/10] Add the PowerQUICC audio support using the QMC
Herve Codina
- [PATCH 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Herve Codina
- [PATCH 02/10] soc: fsl: qe: Add support for TSA
Herve Codina
- [PATCH 03/10] MAINTAINERS: add the Freescale TSA controller entry
Herve Codina
- [PATCH 04/10] powerpc/8xx: Use a larger CPM1 command check mask
Herve Codina
- [PATCH 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH 06/10] soc: fsl: qe: Add support for QMC
Herve Codina
- [PATCH 07/10] MAINTAINERS: add the Freescale QMC controller entry
Herve Codina
- [PATCH 08/10] dt-bindings: sound: Add support for QMC audio
Herve Codina
- [PATCH 09/10] ASoC: fsl: Add support for QMC audio
Herve Codina
- [PATCH 10/10] MAINTAINERS: add the Freescale QMC audio entry
Herve Codina
- [PATCH v2 00/10] Add the PowerQUICC audio support using the QMC
Herve Codina
- [PATCH v2 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Herve Codina
- [PATCH v2 02/10] soc: fsl: qe: Add support for TSA
Herve Codina
- [PATCH v2 03/10] MAINTAINERS: add the Freescale TSA controller entry
Herve Codina
- [PATCH v2 04/10] powerpc/8xx: Use a larger CPM1 command check mask
Herve Codina
- [PATCH v2 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH v2 06/10] soc: fsl: qe: Add support for QMC
Herve Codina
- [PATCH v2 07/10] MAINTAINERS: add the Freescale QMC controller entry
Herve Codina
- [PATCH v2 08/10] dt-bindings: sound: Add support for QMC audio
Herve Codina
- [PATCH v2 09/10] ASoC: fsl: Add support for QMC audio
Herve Codina
- [PATCH v2 10/10] MAINTAINERS: add the Freescale QMC audio entry
Herve Codina
- [PATCH v2 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Herve Codina
- [PATCH v2 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH v2 08/10] dt-bindings: sound: Add support for QMC audio
Herve Codina
- [PATCH v2 02/10] soc: fsl: qe: Add support for TSA
Herve Codina
- [PATCH v2 06/10] soc: fsl: qe: Add support for QMC
Herve Codina
- [PATCH v3 00/10] Add the PowerQUICC audio support using the QMC
Herve Codina
- [PATCH v3 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Herve Codina
- [PATCH v3 02/10] soc: fsl: cpm1: Add support for TSA
Herve Codina
- [PATCH v3 03/10] MAINTAINERS: add the Freescale TSA controller entry
Herve Codina
- [PATCH v3 04/10] powerpc/8xx: Use a larger CPM1 command check mask
Herve Codina
- [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH v3 06/10] soc: fsl: cmp1: Add support for QMC
Herve Codina
- [PATCH v3 07/10] MAINTAINERS: add the Freescale QMC controller entry
Herve Codina
- [PATCH v3 08/10] dt-bindings: sound: Add support for QMC audio
Herve Codina
- [PATCH v3 09/10] ASoC: fsl: Add support for QMC audio
Herve Codina
- [PATCH v3 10/10] MAINTAINERS: add the Freescale QMC audio entry
Herve Codina
- [PATCH v3 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Herve Codina
- [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH v4 00/10] Add the PowerQUICC audio support using the QMC
Herve Codina
- [PATCH v4 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Herve Codina
- [PATCH v4 02/10] soc: fsl: cpm1: Add support for TSA
Herve Codina
- [PATCH v4 03/10] MAINTAINERS: add the Freescale TSA controller entry
Herve Codina
- [PATCH v4 04/10] powerpc/8xx: Use a larger CPM1 command check mask
Herve Codina
- [PATCH v4 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH v4 06/10] soc: fsl: cmp1: Add support for QMC
Herve Codina
- [PATCH v4 07/10] MAINTAINERS: add the Freescale QMC controller entry
Herve Codina
- [PATCH v4 08/10] dt-bindings: sound: Add support for QMC audio
Herve Codina
- [PATCH v4 09/10] ASoC: fsl: Add support for QMC audio
Herve Codina
- [PATCH v4 10/10] MAINTAINERS: add the Freescale QMC audio entry
Herve Codina
- [PATCH v4 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Herve Codina
- [PATCH v4 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Herve Codina
- [PATCH] powerpc/rtas: Replace one-element arrays with flexible arrays
Kees Cook
- [PATCH 1/4] powerpc/pseries: Fix handling of PLPKS object flushing timeout
Russell Currey
- [PATCH 2/4] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Russell Currey
- [PATCH 3/4] powerpc/pseries: Expose PLPKS config values, support additional fields
Russell Currey
- [PATCH 4/4] powerpc/pseries: Implement signed update for PLPKS objects
Russell Currey
- [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars
Russell Currey
- [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars
Russell Currey
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Russell Currey
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Russell Currey
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Russell Currey
- [PATCH] powerpc/secvar: Use u64 in secvar_operations
Russell Currey
- [PATCH v3 04/24] powerpc/secvar: Handle format string in the consumer
Russell Currey
- [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar
Russell Currey
- [PATCH v4 21/24] powerpc/pseries: Pass PLPKS password on kexec
Russell Currey
- [PATCH v4 16/24] powerpc/pseries: Implement signed update for PLPKS objects
Russell Currey
- lockref scalability on x86-64 vs cpu_relax
Will Deacon
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Helge Deller
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Helge Deller
- [PATCH 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
Nick Desaulniers
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nick Desaulniers
- [PATCH 07/14] powerpc/vdso: Improve linker flags
Nick Desaulniers
- [PATCH 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang
Nick Desaulniers
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nick Desaulniers
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nick Desaulniers
- [PATCH 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang
Nick Desaulniers
- [powerpc] Boot failure kernel BUG at mm/usercopy.c:102
Mathieu Desnoyers
- Build regressions/improvements in v6.2-rc1
Alex Deucher
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Sedat Dilek
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Sedat Dilek
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Sedat Dilek
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Sedat Dilek
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Sedat Dilek
- [PATCH v2 1/7] powerpc/pseries: Log hcall return codes for PLPKS debug
Andrew Donnellan
- [PATCH] drivers/misc/ocxl/context.c : eliminate unnecessary type conversions
Andrew Donnellan
- [PATCH v2 2/7] powerpc/secvar: WARN_ON_ONCE() if multiple secvar ops are set
Andrew Donnellan
- [PATCH v2 3/7] powerpc/secvar: Use sysfs_emit() instead of sprintf()
Andrew Donnellan
- [PATCH v2 4/7] powerpc/secvar: Handle format string in the consumer
Andrew Donnellan
- [PATCH 4/4] powerpc/pseries: Implement signed update for PLPKS objects
Andrew Donnellan
- [PATCH 3/4] powerpc/pseries: Expose PLPKS config values, support additional fields
Andrew Donnellan
- [PATCH v2 5/7] powerpc/secvar: Handle max object size in the consumer
Andrew Donnellan
- [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars
Andrew Donnellan
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH 4/4] powerpc/pseries: Implement signed update for PLPKS objects
Andrew Donnellan
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH] powerpc/secvar: Use u64 in secvar_operations
Andrew Donnellan
- [PATCH] powerpc/secvar: Use u64 in secvar_operations
Andrew Donnellan
- [PATCH v3 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
Andrew Donnellan
- [PATCH v3 01/24] powerpc/secvar: Use u64 in secvar_operations
Andrew Donnellan
- [PATCH v3 02/24] powerpc/secvar: WARN_ON_ONCE() if multiple secvar ops are set
Andrew Donnellan
- [PATCH v3 03/24] powerpc/secvar: Use sysfs_emit() instead of sprintf()
Andrew Donnellan
- [PATCH v3 04/24] powerpc/secvar: Handle format string in the consumer
Andrew Donnellan
- [PATCH v3 05/24] powerpc/secvar: Handle max object size in the consumer
Andrew Donnellan
- [PATCH v3 06/24] powerpc/secvar: Clean up init error messages
Andrew Donnellan
- [PATCH v3 07/24] powerpc/secvar: Extend sysfs to include config vars
Andrew Donnellan
- [PATCH v3 08/24] powerpc/secvar: Allow backend to populate static list of variable names
Andrew Donnellan
- [PATCH v3 09/24] powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
Andrew Donnellan
- [PATCH v3 10/24] powerpc/secvar: Don't print error on ENOENT when reading variables
Andrew Donnellan
- [PATCH v3 11/24] powerpc/pseries: Move plpks.h to include directory
Andrew Donnellan
- [PATCH v3 12/24] powerpc/pseries: Move PLPKS constants to header file
Andrew Donnellan
- [PATCH v3 13/24] powerpc/pseries: Fix handling of PLPKS object flushing timeout
Andrew Donnellan
- [PATCH v3 14/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Andrew Donnellan
- [PATCH v3 15/24] powerpc/pseries: Expose PLPKS config values, support additional fields
Andrew Donnellan
- [PATCH v3 16/24] powerpc/pseries: Implement signed update for PLPKS objects
Andrew Donnellan
- [PATCH v3 17/24] powerpc/pseries: Log hcall return codes for PLPKS debug
Andrew Donnellan
- [PATCH v3 18/24] powerpc/pseries: Make caller pass buffer to plpks_read_var()
Andrew Donnellan
- [PATCH v3 19/24] powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
Andrew Donnellan
- [PATCH v3 20/24] powerpc/pseries: Add helpers to get PLPKS password
Andrew Donnellan
- [PATCH v3 21/24] powerpc/pseries: Pass PLPKS password on kexec
Andrew Donnellan
- [PATCH v3 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v3 23/24] integrity/powerpc: Improve error handling & reporting when loading certs
Andrew Donnellan
- [PATCH v3 24/24] integrity/powerpc: Support loading keys from pseries secvar
Andrew Donnellan
- [PATCH v3 21/24] powerpc/pseries: Pass PLPKS password on kexec
Andrew Donnellan
- [PATCH v3 08/24] powerpc/secvar: Allow backend to populate static list of variable names
Andrew Donnellan
- [PATCH v4 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
Andrew Donnellan
- [PATCH v4 01/24] powerpc/pseries: Fix handling of PLPKS object flushing timeout
Andrew Donnellan
- [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Andrew Donnellan
- [PATCH v4 03/24] powerpc/secvar: Use u64 in secvar_operations
Andrew Donnellan
- [PATCH v4 04/24] powerpc/secvar: Warn and error if multiple secvar ops are set
Andrew Donnellan
- [PATCH v4 05/24] powerpc/secvar: Use sysfs_emit() instead of sprintf()
Andrew Donnellan
- [PATCH v4 06/24] powerpc/secvar: Handle format string in the consumer
Andrew Donnellan
- [PATCH v4 07/24] powerpc/secvar: Handle max object size in the consumer
Andrew Donnellan
- [PATCH v4 08/24] powerpc/secvar: Clean up init error messages
Andrew Donnellan
- [PATCH v4 09/24] powerpc/secvar: Extend sysfs to include config vars
Andrew Donnellan
- [PATCH v4 10/24] powerpc/secvar: Allow backend to populate static list of variable names
Andrew Donnellan
- [PATCH v4 11/24] powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
Andrew Donnellan
- [PATCH v4 12/24] powerpc/secvar: Don't print error on ENOENT when reading variables
Andrew Donnellan
- [PATCH v4 13/24] powerpc/pseries: Move plpks.h to include directory
Andrew Donnellan
- [PATCH v4 14/24] powerpc/pseries: Move PLPKS constants to header file
Andrew Donnellan
- [PATCH v4 15/24] powerpc/pseries: Expose PLPKS config values, support additional fields
Andrew Donnellan
- [PATCH v4 16/24] powerpc/pseries: Implement signed update for PLPKS objects
Andrew Donnellan
- [PATCH v4 17/24] powerpc/pseries: Log hcall return codes for PLPKS debug
Andrew Donnellan
- [PATCH v4 18/24] powerpc/pseries: Make caller pass buffer to plpks_read_var()
Andrew Donnellan
- [PATCH v4 19/24] powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
Andrew Donnellan
- [PATCH v4 20/24] powerpc/pseries: Add helpers to get PLPKS password
Andrew Donnellan
- [PATCH v4 21/24] powerpc/pseries: Pass PLPKS password on kexec
Andrew Donnellan
- [PATCH v4 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v4 23/24] integrity/powerpc: Improve error handling & reporting when loading certs
Andrew Donnellan
- [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar
Andrew Donnellan
- [PATCH v4 21/24] powerpc/pseries: Pass PLPKS password on kexec
Andrew Donnellan
- [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar
Andrew Donnellan
- [PATCH v3 3/7] selftests/powerpc: Add generic read/write file util
Andrew Donnellan
- [PATCH v3 4/7] selftests/powerpc: Add read/write debugfs file, int
Andrew Donnellan
- [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Andrew Donnellan
- [PATCH] powerpc/rtas: Replace one-element arrays with flexible arrays
Andrew Donnellan
- [PATCH v4 16/24] powerpc/pseries: Implement signed update for PLPKS objects
Andrew Donnellan
- [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar
Andrew Donnellan
- [PATCH v4 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v4 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v5 00/25] pSeries dynamic secure boot secvar interface + platform keyring loading
Andrew Donnellan
- [PATCH v5 01/25] powerpc/pseries: Fix handling of PLPKS object flushing timeout
Andrew Donnellan
- [PATCH v5 02/25] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Andrew Donnellan
- [PATCH v5 03/25] powerpc/secvar: Fix incorrect return in secvar_sysfs_load()
Andrew Donnellan
- [PATCH v5 04/25] powerpc/secvar: Use u64 in secvar_operations
Andrew Donnellan
- [PATCH v5 05/25] powerpc/secvar: Warn and error if multiple secvar ops are set
Andrew Donnellan
- [PATCH v5 06/25] powerpc/secvar: Use sysfs_emit() instead of sprintf()
Andrew Donnellan
- [PATCH v5 07/25] powerpc/secvar: Handle format string in the consumer
Andrew Donnellan
- [PATCH v5 08/25] powerpc/secvar: Handle max object size in the consumer
Andrew Donnellan
- [PATCH v5 09/25] powerpc/secvar: Clean up init error messages
Andrew Donnellan
- [PATCH v5 10/25] powerpc/secvar: Extend sysfs to include config vars
Andrew Donnellan
- [PATCH v5 11/25] powerpc/secvar: Allow backend to populate static list of variable names
Andrew Donnellan
- [PATCH v5 12/25] powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
Andrew Donnellan
- [PATCH v5 13/25] powerpc/secvar: Don't print error on ENOENT when reading variables
Andrew Donnellan
- [PATCH v5 14/25] powerpc/pseries: Move plpks.h to include directory
Andrew Donnellan
- [PATCH v5 15/25] powerpc/pseries: Move PLPKS constants to header file
Andrew Donnellan
- [PATCH v5 16/25] powerpc/pseries: Expose PLPKS config values, support additional fields
Andrew Donnellan
- [PATCH v5 17/25] powerpc/pseries: Implement signed update for PLPKS objects
Andrew Donnellan
- [PATCH v5 18/25] powerpc/pseries: Log hcall return codes for PLPKS debug
Andrew Donnellan
- [PATCH v5 19/25] powerpc/pseries: Make caller pass buffer to plpks_read_var()
Andrew Donnellan
- [PATCH v5 20/25] powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
Andrew Donnellan
- [PATCH v5 21/25] powerpc/pseries: Add helper to get PLPKS password length
Andrew Donnellan
- [PATCH v5 22/25] powerpc/pseries: Pass PLPKS password on kexec
Andrew Donnellan
- [PATCH v5 23/25] powerpc/pseries: Implement secvars for dynamic secure boot
Andrew Donnellan
- [PATCH v5 24/25] integrity/powerpc: Improve error handling & reporting when loading certs
Andrew Donnellan
- [PATCH v5 25/25] integrity/powerpc: Support loading keys from PLPKS
Andrew Donnellan
- [PATCH] powerpc/rtas: upgrade internal arch spinlocks
Laurent Dufour
- [PATCH v7 4/8] crash: add phdr for possible CPUs in elfcorehdr
Laurent Dufour
- [PATCH v7 3/8] powerpc/crash: update kimage_arch struct
Laurent Dufour
- [PATCH v7 4/8] crash: add phdr for possible CPUs in elfcorehdr
Laurent Dufour
- [PATCH v2 2/4] powerpc/rtas: make all exports GPL
Laurent Dufour
- [PATCH v2 3/4] powerpc/rtas: remove lock and args fields from global rtas struct
Laurent Dufour
- usb.c:undefined reference to `qe_immr'
Randy Dunlap
- usb.c:undefined reference to `qe_immr'
Randy Dunlap
- [PATCH] soc/fsl/qe: fix usb.c build errors
Randy Dunlap
- [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
Randy Dunlap
- [PATCH 21/35] Documentation: powerpc: correct spelling
Randy Dunlap
- [PATCH v2] net: wan: Add checks for NULL. If uhdlc_priv_tsa != 1 then utdm is not initialized. And if ret != NULL then goto undo_uhdlc_init, where utdm is dereferenced. Same if dev == NULL.
Esina Ekaterina
- [PATCH v3] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
Esina Ekaterina
- [PATCH v4] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
Esina Ekaterina
- [PATCH net v5] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
Esina Ekaterina
- Linux 6.2-rc2
Michael Ellerman
- [PATCH 1/3] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
Michael Ellerman
- [PATCH 2/3] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
Michael Ellerman
- [PATCH 3/3] powerpc/vmlinux.lds: Don't discard .comment
Michael Ellerman
- [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars
Michael Ellerman
- [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot
Michael Ellerman
- [PATCH 4/4] powerpc/pseries: Implement signed update for PLPKS objects
Michael Ellerman
- [PATCH 1/3] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
Michael Ellerman
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-2 tag
Michael Ellerman
- [PATCH 1/2] powerpc/64s/radix: Fix crash with unaligned relocated kernel
Michael Ellerman
- [PATCH 2/2] powerpc/64s/radix: Fix RWX mapping with relocated kernel
Michael Ellerman
- usb.c:undefined reference to `qe_immr'
Michael Ellerman
- [PATCH rcu 04/27] arch/powerpc/kvm: Remove "select SRCU"
Michael Ellerman
- [PATCH] powerpc/secvar: Use u64 in secvar_operations
Michael Ellerman
- [PATCH v2] powerpc: Fix a wrong version calculation issue in ld_version
Michael Ellerman
- [PATCH] powerpc/imc-pmu: Fix IMC PMU code of using mutex in IRQs disabled section
Michael Ellerman
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-3 tag
Michael Ellerman
- [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info
Michael Ellerman
- [PATCH] powerpc/rtas: upgrade internal arch spinlocks
Michael Ellerman
- [PATCH -next] powerpc/64s/hash: change stress_hpt_timer_fn to static
Michael Ellerman
- [PATCH v4 21/24] powerpc/pseries: Pass PLPKS password on kexec
Michael Ellerman
- [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
Michael Ellerman
- [PATCH v2 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Michael Ellerman
- arch/powerpc/kernel/head_85xx.o: warning: objtool: .head.text+0x1a6c: unannotated intra-function call
Michael Ellerman
- [PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
Michael Ellerman
- [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Michael Ellerman
- [PATCH v4 04/10] powerpc/8xx: Use a larger CPM1 command check mask
Michael Ellerman
- [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
Michael Ellerman
- [PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
Michael Ellerman
- [PATCH v4 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
Michael Ellerman
- [PATCH] kasan: Fix Oops due to missing calls to kasan_arch_is_ready()
Michael Ellerman
- [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Michael Ellerman
- [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
Michael Ellerman
- [PATCH] powerpc/rtas: Drop unused export symbols
Michael Ellerman
- [PATCH] powerpc/imc-pmu: Revert nest_init_lock to being a mutex
Michael Ellerman
- [PATCH] powerpc/kexec_file: Fix division by zero in extra size estimation
Michael Ellerman
- [PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size
Michael Ellerman
- [PATCH v2] powerpc: macio: Make remove callback of macio driver void returned
Michael Ellerman
- [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Michael Ellerman
- [PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
Michael Ellerman
- [PATCH v2] powerpc: Implement arch_within_stack_frames
Michael Ellerman
- [PATCH] powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()
Michael Ellerman
- [PATCH v2] powerpc/mce: log the error for all unrecoverable errors
Michael Ellerman
- [PATCH 00/15] backlight: Drop use of deprecated fb_blank property
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 02/15] video: fbdev: atyfb: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 03/15] video: fbdev: nvidia: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 04/15] video: fbdev: radeon: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 05/15] video: fbdev: riva: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 06/15] video: fbdev: aty128fb: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 07/15] video: fbdev: mx3fb: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 08/15] video: fbdev: omap2: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 10/15] staging: fbtft: core: Introduce backlight_is_blank()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 11/15] powerpc: via-pmu-backlight: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 12/15] auxdisplay: ht16k33: Introduce backlight_get_brightness()
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 13/15] backlight: omap1: Use backlight helpers
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 14/15] backlight: tosa: Use backlight helper
Sam Ravnborg via B4 Submission Endpoint
- [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property
Sam Ravnborg via B4 Submission Endpoint
- [PATCH net-next] Remove DECnet support from kernel
Jan Engelhardt
- [PATCH] kallsyms: Fix scheduling with interrupts disabled in self-test
Erhard F.
- [ BUG: Invalid wait context ], BUG: scheduling while atomic: swapper/0/1/0x00000002 on kernel 6.2.0-rc4
Erhard F.
- [PATCH] of: Make of framebuffer devices unique
Erhard F.
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Erhard F.
- [PATCH net-next 03/10] net: mdio: mux-bcm-iproc: Separate C22 and C45 transactions
Florian Fainelli
- [PATCH v2 0/9] jevents/pmu-events improvements
John Garry
- [PATCH v2 5/9] perf stat: Remove evsel metric_name/expr
John Garry
- [PATCH v2 4/9] perf pmu-events: Separate metric out of pmu_event
John Garry
- [PATCH v2 8/9] perf jevents: Generate metrics and events as separate tables
John Garry
- [PATCH v2 7/9] perf pmu-events: Introduce pmu_metrics_table
John Garry
- [PATCH v3 04/11] perf pmu-events: Add separate metric from pmu_event
John Garry
- [PATCH v3 05/11] perf pmu-events: Separate the metrics from events for no jevents
John Garry
- [PATCH v3 06/11] perf pmu-events: Remove now unused event and metric variables
John Garry
- [PATCH v3 11/11] perf jevents: Add model list option
John Garry
- [PATCH v4 11/12] perf jevents: Add model list option
John Garry
- [PATCH v4 11/12] perf jevents: Add model list option
John Garry
- [PATCH v4 02/12] perf jevents metric: Add ability to rewrite metrics in terms of others
John Garry
- [PATCH v5 11/15] perf jevents: Add model list option
John Garry
- [PATCH v5 12/15] perf pmu-events: Fix testing with JEVENTS_ARCH=all
John Garry
- [PATCH v5 00/15] jevents/pmu-events improvements
John Garry
- [PATCH v5 00/15] jevents/pmu-events improvements
John Garry
- [PATCH v5 00/15] jevents/pmu-events improvements
John Garry
- [PATCH v5 10/15] perf jevents: Generate metrics and events as separate tables
John Garry
- Build regressions/improvements in v6.2-rc1
John Paul Adrian Glaubitz
- [PATCH net-next 0/7] Remove three Sun net drivers
John Paul Adrian Glaubitz
- [PATCH net-next 0/7] Remove three Sun net drivers
John Paul Adrian Glaubitz
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
John Paul Adrian Glaubitz
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
John Paul Adrian Glaubitz
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
John Paul Adrian Glaubitz
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
John Paul Adrian Glaubitz
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
John Paul Adrian Glaubitz
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
John Paul Adrian Glaubitz
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
John Paul Adrian Glaubitz
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
John Paul Adrian Glaubitz
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
John Paul Adrian Glaubitz
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
John Paul Adrian Glaubitz
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
John Paul Adrian Glaubitz
- [PATCH V3] tools/perf/tests: Fix string substitutions in build id test
Disha Goel
- [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
Mel Gorman
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Mel Gorman
- [PATCH v3 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Mel Gorman
- [PATCH v3 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Mel Gorman
- [PATCH v3 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
Mel Gorman
- [PATCH v3 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
Mel Gorman
- [PATCH v3 6/7] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Mel Gorman
- [PATCH v3 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
Mel Gorman
- [PATCH v3 6/7] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Mel Gorman
- [PATCH v2] powerpc/mce: log the error for all unrecoverable errors
Ganesh Goudar
- [PATCH 12/15] auxdisplay: ht16k33: Introduce backlight_get_brightness()
Robin van der Gracht
- [PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
Benjamin Gray
- [PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
Benjamin Gray
- [PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
Benjamin Gray
- [PATCH] powerpc/tlb: Implement book3s/32/tlbflush.h local_flush_tlb_page_psize
Benjamin Gray
- [PATCH v2] hvc/xen: lock console list traversal
Juergen Gross
- [RFC PATCH 01/19] mm: Introduce vm_account
Jason Gunthorpe
- [PATCH] modpost: support arbitrary symbol length in modversion
Gary Guo
- [PATCH] modpost: support arbitrary symbol length in modversion
Gary Guo
- [PATCH] modpost: support arbitrary symbol length in modversion
Gary Guo
- [PATCH] modpost: support arbitrary symbol length in modversion
Gary Guo
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Shawn Guo
- [PATCH v9 06/10] arm64: dts: ls1046a: Add serdes bindings
Shawn Guo
- [PATCH v9 08/10] arm64: dts: ls1088a: Add serdes bindings
Shawn Guo
- [PATCH v2 02/10] ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree
Shawn Guo
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Shawn Guo
- [PATCH v9 06/10] arm64: dts: ls1046a: Add serdes bindings
Shawn Guo
- lockref scalability on x86-64 vs cpu_relax
Mateusz Guzik
- [PATCH] lockref: stop doing cpu_relax in the cmpxchg loop
Mateusz Guzik
- [PATCH v4] arch: rename all internal names __xchg to __arch_xchg
Andrzej Hajda
- [RFC DO NOT MERGE] treewide: use __xchg in most obvious places
Andrzej Hajda
- [Intel-gfx] [RFC DO NOT MERGE] treewide: use __xchg in most obvious places
Andrzej Hajda
- [PATCH v5 0/7] Introduce __xchg, non-atomic xchg
Andrzej Hajda
- [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
Andrzej Hajda
- [PATCH v5 2/7] linux/include: add non-atomic version of xchg
Andrzej Hajda
- [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
Andrzej Hajda
- [PATCH v5 4/7] llist: simplify __llist_del_all
Andrzej Hajda
- [PATCH v5 5/7] io_uring: use __xchg if possible
Andrzej Hajda
- [PATCH v5 6/7] qed: use __xchg if possible
Andrzej Hajda
- [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper
Andrzej Hajda
- [PATCH v3 11/13] tty/serial: Call ->dtr_rts() parameter active consistently
Ulf Hansson
- [PATCH v3 07/13] tty: Convert ->dtr_rts() to take bool argument
Ulf Hansson
- [PATCH] PCI/AER: Rate limit the reporting of the correctable errors
Bjorn Helgaas
- [PATCH net-next 2/7] PCI: Remove PCI IDs used by the Sun Cassini driver
Bjorn Helgaas
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Bjorn Helgaas
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Bjorn Helgaas
- [PATCH V2] PCI/AER: Configure ECRC only AER is native
Bjorn Helgaas
- [PATCH] mm: remove zap_page_range and create zap_vma_pages
Christoph Hellwig
- [PATCH] ps3vram: remove bio splitting
Christoph Hellwig
- [RFC PATCH 01/19] mm: Introduce vm_account
Christoph Hellwig
- [PATCH v1 1/3] powerpc: Fix processing of CONFIG_CMDLINE
Rob Herring
- [PATCH v1 1/3] powerpc: Fix processing of CONFIG_CMDLINE
Rob Herring
- [PATCH 0/4] dt-bindings: usb: Convert some more simple OHCI/EHCI bindings
Rob Herring
- [PATCH 1/4] dt-bindings: usb: Remove obsolete brcm,bcm3384-usb.txt
Rob Herring
- [PATCH 2/4] dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema
Rob Herring
- [PATCH 3/4] dt-bindings: usb: Convert Marvell Orion EHCI to DT schema
Rob Herring
- [PATCH 4/4] dt-bindings: usb: Convert Nuvoton EHCI to DT schema
Rob Herring
- [PATCH 2/4] dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema
Rob Herring
- [PATCH v2 01/16] of: device: make of_device_uevent_modalias() take a const device *
Rob Herring
- [PATCH v9 02/10] dt-bindings: phy: Add Lynx 10G phy binding
Rob Herring
- [PATCH v3 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Rob Herring
- [PATCH] of: Make of framebuffer devices unique
Rob Herring
- [PATCH v2 0/5] dt-bindings: usb: Convert some more simple OHCI/EHCI bindings
Rob Herring
- [PATCH v2 1/5] dt-bindings: usb: Remove obsolete brcm,bcm3384-usb.txt
Rob Herring
- [PATCH v2 2/5] dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema
Rob Herring
- [PATCH v2 3/5] dt-bindings: usb: Convert OMAP OHCI/EHCI bindings to schema
Rob Herring
- [PATCH v2 4/5] dt-bindings: usb: Convert Marvell Orion EHCI to DT schema
Rob Herring
- [PATCH v2 5/5] dt-bindings: usb: Convert Nuvoton EHCI to DT schema
Rob Herring
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Rob Herring
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Rob Herring
- [PATCH v3 0/5] dt-bindings: usb: Convert some more simple OHCI/EHCI bindings
Rob Herring
- [PATCH v3 1/5] dt-bindings: usb: Remove obsolete brcm,bcm3384-usb.txt
Rob Herring
- [PATCH v3 2/5] dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema
Rob Herring
- [PATCH v3 3/5] dt-bindings: usb: Convert OMAP OHCI/EHCI bindings to schema
Rob Herring
- [PATCH v3 4/5] dt-bindings: usb: Convert Marvell Orion EHCI to DT schema
Rob Herring
- [PATCH v3 5/5] dt-bindings: usb: Convert Nuvoton EHCI to DT schema
Rob Herring
- [PATCH v3 0/5] dt-bindings: usb: Convert some more simple OHCI/EHCI bindings
Rob Herring
- [PATCH v3] of: Make of framebuffer devices unique
Rob Herring
- [PATCH v4 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Rob Herring
- [PATCH v4 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Rob Herring
- [PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
David Hildenbrand
- [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
David Hildenbrand
- [PATCH mm-unstable v1 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 03/26] arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 05/26] csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 06/26] hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 07/26] ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 08/26] loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 09/26] m68k/mm: remove dummy __swp definitions for nommu
David Hildenbrand
- [PATCH mm-unstable v1 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 12/26] mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 13/26] nios2/mm: refactor swap PTE layout
David Hildenbrand
- [PATCH mm-unstable v1 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 15/26] openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 16/26] parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
David Hildenbrand
- [PATCH mm-unstable v1 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 20/26] sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
David Hildenbrand
- [PATCH mm-unstable v1 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
David Hildenbrand
- [PATCH mm-unstable v1 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
David Hildenbrand
- [PATCH mm-unstable v1 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
- [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
David Hildenbrand
- [PATCH] mm: remove zap_page_range and create zap_vma_pages
Michal Hocko
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Michal Hocko
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Michal Hocko
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Michal Hocko
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Michal Hocko
- [PATCH 09/41] mm: rcu safe VMA freeing
Michal Hocko
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Michal Hocko
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Michal Hocko
- [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
Michal Hocko
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Michal Hocko
- [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
Michal Hocko
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Michal Hocko
- [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
Michal Hocko
- [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
Michal Hocko
- [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Michal Hocko
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Michal Hocko
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Michal Hocko
- [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
Michal Hocko
- [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Michal Hocko
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Michal Hocko
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Michal Hocko
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Michal Hocko
- [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Michal Hocko
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Michal Hocko
- [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Michal Hocko
- [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
Michal Hocko
- [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
Michal Hocko
- [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Michal Hocko
- [PATCH v2 6/6] mm: export dump_mm()
Michal Hocko
- [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
Michal Hocko
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Michal Hocko
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Michal Hocko
- [PATCH v3 6/7] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Michal Hocko
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess
Sudeep Holla
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess
Sudeep Holla
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Jann Horn
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Jann Horn
- [PATCH 40/41] mm: separate vma->lock from vm_area_struct
Jann Horn
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Jann Horn
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Jann Horn
- [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
Jann Horn
- [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
Jann Horn
- [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
Jann Horn
- [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
Jann Horn
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Jann Horn
- [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
Jann Horn
- [PATCH 27/41] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Jann Horn
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Jann Horn
- [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Stafford Horne
- [Skiboot] [PATCH 1/3] core/device: Add function to return child node using name and length
Dan Horák
- [PATCH v3 11/13] tty/serial: Call ->dtr_rts() parameter active consistently
Johan Hovold
- [PATCH v3 07/13] tty: Convert ->dtr_rts() to take bool argument
Johan Hovold
- Memory transaction instructions
David Howells
- Memory transaction instructions
David Howells
- [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
Liam Howlett
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Liam R. Howlett
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Liam R. Howlett
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Liam R. Howlett
- [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
Liam R. Howlett
- [PATCH v2] ALSA: aoa: make remove callback of soundbus driver void returned
Takashi Iwai
- [PATCH linux-next] powerpc/cell/axon_msi: Use dma_zalloc_coherent()
Christophe JAILLET
- [PATCH] powerpc/imc-pmu: Fix IMC PMU code of using mutex in IRQs disabled section
Kajol Jain
- [PATCH v7 0/8] In kernel handling of CPU hotplug events for crash kernel
Sourabh Jain
- [PATCH v7 1/8] powerpc/kexec: turn some static helper functions public
Sourabh Jain
- [PATCH v7 2/8] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG
Sourabh Jain
- [PATCH v7 3/8] powerpc/crash: update kimage_arch struct
Sourabh Jain
- [PATCH v7 4/8] crash: add phdr for possible CPUs in elfcorehdr
Sourabh Jain
- [PATCH v7 5/8] crash: pass hotplug action type to arch crash hotplug handler
Sourabh Jain
- [PATCH v7 6/8] powerpc/crash: add crash CPU hotplug support
Sourabh Jain
- [PATCH v7 7/8] crash: forward memory_notify args to arch crash hotplug handler
Sourabh Jain
- [PATCH v7 8/8] powerpc/kexec: add crash memory hotplug support
Sourabh Jain
- [PATCH v7 3/8] powerpc/crash: update kimage_arch struct
Sourabh Jain
- [PATCH v7 4/8] crash: add phdr for possible CPUs in elfcorehdr
Sourabh Jain
- [PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size
Sourabh Jain
- [PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size
Sourabh Jain
- [PATCH v2] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size
Sourabh Jain
- [PATCH] powerpc/kexec_file: Fix division by zero in extra size estimation
Sourabh Jain
- [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property
Lee Jones
- [PATCH RESEND 0/8] Resend LED patches
Lee Jones
- [PATCH RESEND 0/8] Resend LED patches
Lee Jones
- [PATCH v3 3/5] dt-bindings: usb: Convert OMAP OHCI/EHCI bindings to schema
Lee Jones
- [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property
Lee Jones
- [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property
Lee Jones
- [PATCH v3 05/24] powerpc/secvar: Handle max object size in the consumer
Greg Joyce
- [PATCH 07/10] tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
- [PATCH 07/10] tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
- [PATCH v2 07/13] tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
- [PATCH v2 11/13] tty/serial: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
- [PATCH v3 07/13] tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
- [PATCH v3 11/13] tty/serial: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
- [PATCH v4 07/12] tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
- [PATCH v4 11/12] tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
- [PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
Naresh Kamboju
- [PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
Naresh Kamboju
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
Michael Karcher
- [PATCH 21/34] selftests: powerpc: Fix incorrect kernel headers search path
Shuah Khan
- [PATCH 00/34] selftests: Fix incorrect kernel headers search path
Shuah Khan
- [PATCH 00/34] selftests: Fix incorrect kernel headers search path
Shuah Khan
- [PATCH] PCI/AER: Rate limit the reporting of the correctable errors
Rajat Khandelwal
- [PATCH] PCI/AER: Rate limit the reporting of the correctable errors
Rajat Khandelwal
- [PATCH] PCI/AER: Rate limit the reporting of the correctable errors
Rajat Khandelwal
- [PATCH net-next 0/7] Remove three Sun net drivers
Jakub Kicinski
- [PATCH v2] net: wan: Add checks for NULL. If uhdlc_priv_tsa != 1 then utdm is not initialized. And if ret != NULL then goto undo_uhdlc_init, where utdm is dereferenced. Same if dev == NULL.
Jakub Kicinski
- [PATCH v3] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
Jakub Kicinski
- [PATCH v4] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
Jakub Kicinski
- [PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances
Jakub Kicinski
- [PATCH 4/8] perf/core: Add perf_sample_save_brstack() helper
Namhyung Kim
- [PATCH 4/8] perf/core: Add perf_sample_save_brstack() helper
Namhyung Kim
- [PATCH 0/7] hvcs: Various hvcs device hotplug fixes
Brian King
- [PATCH 1/7] hvcs: Fix hvcs port reference counting
Brian King
- [PATCH 2/7] hvcs: Remove sysfs file prior to vio unregister
Brian King
- [PATCH 3/7] hvcs: Remove sysfs group earlier
Brian King
- [PATCH 4/7] hvcs: Get reference to tty in remove
Brian King
- [PATCH 5/7] hvcs: Use vhangup in hotplug remove
Brian King
- [PATCH 6/7] hvcs: Synchronize hotplug remove with port free
Brian King
- [PATCH 7/7] powerpc: Fix device node refcounting
Brian King
- Re: [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Stephen Kitt
- Re: [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Stephen Kitt
- Re: [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Stephen Kitt
- [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank()
Stephen Kitt
- [PATCH 10/15] staging: fbtft: core: Introduce backlight_is_blank()
Stephen Kitt
- [PATCH 13/15] backlight: omap1: Use backlight helpers
Stephen Kitt
- [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property
Stephen Kitt
- [PATCH 11/15] powerpc: via-pmu-backlight: Introduce backlight_get_brightness()
Stephen Kitt
- [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank()
Stephen Kitt
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Stephen Kitt
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Stephen Kitt
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Stephen Kitt
- [PATCH] kasan: Fix Oops due to missing calls to kasan_arch_is_ready()
Andrey Konovalov
- [PASEMI] Nemo board doesn't reboot anymore after the commit "HID: usbhid: Add ALWAYS_POLL quirk for some mice"
Jiri Kosina
- [PASEMI] Nemo board doesn't reboot anymore after the commit "HID: usbhid: Add ALWAYS_POLL quirk for some mice"
Jiri Kosina
- [PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
Vinod Koul
- [PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
Vinod Koul
- [PATCH v2 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Krzysztof Kozlowski
- [PATCH v2 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Krzysztof Kozlowski
- [PATCH v2 08/10] dt-bindings: sound: Add support for QMC audio
Krzysztof Kozlowski
- [PATCH v2 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Krzysztof Kozlowski
- [PATCH v2 08/10] dt-bindings: sound: Add support for QMC audio
Krzysztof Kozlowski
- [PATCH v3 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
Krzysztof Kozlowski
- [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Krzysztof Kozlowski
- [PATCH v3 08/10] dt-bindings: sound: Add support for QMC audio
Krzysztof Kozlowski
- [PATCH v2 01/10] dt-bindings: arm: fsl: add TQ-Systems LS1021A board
Krzysztof Kozlowski
- [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Krzysztof Kozlowski
- [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Krzysztof Kozlowski
- [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
Krzysztof Kozlowski
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Krzysztof Kozlowski
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Krzysztof Kozlowski
- [PATCH v9 07/10] arm64: dts: ls1046ardb: Add serdes bindings
Krzysztof Kozlowski
- [PATCH] mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
- [PATCH 5.10 23/63] powerpc: add support for TIF_NOTIFY_SIGNAL
Greg Kroah-Hartman
- [PATCH v2 01/16] of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
- [PATCH v2 08/16] vio: move to_vio_dev() to use container_of_const()
Greg Kroah-Hartman
- [PATCH v2 01/16] of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
- [PATCH v3 0/5] dt-bindings: usb: Convert some more simple OHCI/EHCI bindings
Greg Kroah-Hartman
- [PATCH v2 01/16] of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Sathyanarayanan Kuppuswamy
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Sathyanarayanan Kuppuswamy
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Sathyanarayanan Kuppuswamy
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Sathyanarayanan Kuppuswamy
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
David Laight
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
David Laight
- [PATCH V2] tools/perf/tests: Fix string substitutions in build id test
David Laight
- [PATCH V3] tools/perf/tests: Fix string substitutions in build id test
David Laight
- [PATCH V3] tools/perf/tests: Fix string substitutions in build id test
David Laight
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
David Laight
- [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
David Laight
- [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
David Laight
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
Rob Landley
- [PATCH 0/2] powerpc: Fix livepatch module re-patching issue
Joe Lawrence
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [PATCH] net-wan: Add check for NULL for utdm in ucc_hdlc_probe
Christophe Leroy
- [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info
Christophe Leroy
- [PATCH 02/15] video: fbdev: atyfb: Introduce backlight_get_brightness()
Christophe Leroy
- [PATCH v2 04/10] powerpc/8xx: Use a larger CPM1 command check mask
Christophe Leroy
- [PATCH v2 02/10] soc: fsl: qe: Add support for TSA
Christophe Leroy
- [PATCH v2 06/10] soc: fsl: qe: Add support for QMC
Christophe Leroy
- [PATCH v2 02/10] soc: fsl: qe: Add support for TSA
Christophe Leroy
- [PATCH v2 06/10] soc: fsl: qe: Add support for QMC
Christophe Leroy
- usb.c:undefined reference to `qe_immr'
Christophe Leroy
- [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info
Christophe Leroy
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Christophe Leroy
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Christophe Leroy
- [PATCH] powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQ
Christophe Leroy
- [PATCH v2 0/8] powerpc/85xx: p2020: Create one unified machine description
Christophe Leroy
- [PATCH 1/2] powerpc/64: Set default CPU in Kconfig
Christophe Leroy
- [PATCH 2/2] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage
Christophe Leroy
- [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage
Christophe Leroy
- [PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
Christophe Leroy
- [RFC 0/3] Asynchronous EEH recovery
Christophe Leroy
- [PATCH] kasan: Fix Oops due to missing calls to kasan_arch_is_ready()
Christophe Leroy
- [PATCH] powerpc/kasan/book3s_64: warn when running with hash MMU
Christophe Leroy
- [PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
Christophe Leroy
- [PATCH] powerpc/tlb: Implement book3s/32/tlbflush.h local_flush_tlb_page_psize
Christophe Leroy
- [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses
Christophe Leroy
- [PATCH v1 2/3] powerpc/ps3: Change updateboltedpp panic to info
Geoff Levand
- [PATCH v1 0/3] PS3 patches
Geoff Levand
- [PATCH v1 1/3] powerpc: Fix processing of CONFIG_CMDLINE
Geoff Levand
- [PATCH v1 3/3] powerpc/ps3: Refresh ps3_defconfig
Geoff Levand
- [PATCH v1 1/3] powerpc: Fix processing of CONFIG_CMDLINE
Geoff Levand
- [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info
Geoff Levand
- [PATCH v2 2/2] powerpc/ps3: Refresh ps3_defconfig
Geoff Levand
- [PATCH v2 0/2] PS3 patches
Geoff Levand
- [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info
Geoff Levand
- [PATCH v1 1/1] hvc_console: Allow backends to set I/O buffer size
Geoff Levand
- [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info
Geoff Levand
- [PATCH] ps3vram: remove bio splitting
Geoff Levand
- [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info
Geoff Levand
- [PATCH AUTOSEL 6.1 15/53] ASoC: fsl_micfil: Correct the number of steps on SX controls
Sasha Levin
- [PATCH AUTOSEL 6.1 32/53] ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
Sasha Levin
- [PATCH AUTOSEL 6.1 33/53] ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
Sasha Levin
- [PATCH AUTOSEL 5.15 05/24] ASoC: fsl_micfil: Correct the number of steps on SX controls
Sasha Levin
- [PATCH AUTOSEL 5.15 14/24] ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
Sasha Levin
- [PATCH AUTOSEL 5.15 15/24] ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
Sasha Levin
- [PATCH AUTOSEL 5.10 04/17] ASoC: fsl_micfil: Correct the number of steps on SX controls
Sasha Levin
- [PATCH AUTOSEL 5.10 09/17] ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
Sasha Levin
- [PATCH AUTOSEL 5.10 10/17] ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
Sasha Levin
- [PATCH AUTOSEL 5.4 02/16] ASoC: fsl_micfil: Correct the number of steps on SX controls
Sasha Levin
- [PATCH AUTOSEL 5.4 07/16] ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
Sasha Levin
- [PATCH AUTOSEL 5.4 08/16] ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
Sasha Levin
- [PATCH v2] ALSA: aoa: make remove callback of soundbus driver void returned
Dawei Li
- [PATCH v2] powerpc: macio: Make remove callback of macio driver void returned
Dawei Li
- [PATCH v2] ALSA: aoa: make remove callback of soundbus driver void returned
Dawei Li
- [PATCH v2] powerpc: macio: Make remove callback of macio driver void returned
Dawei Li
- [PATCH v2] powerpc: macio: Make remove callback of macio driver void returned
Dawei Li
- [PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a
Frank Li
- [PATCH v2 1/1] PCI: layerscape: Add EP mode support for ls1028a
Frank Li
- [PATCH 1/1] PCI: layerscape: Set 64-bit DMA mask
Frank Li
- [PATCH 1/1] PCI: layerscape: Add the workaround for A-010305
Frank Li
- usb.c:undefined reference to `qe_immr'
Leo Li
- [PATCH 01/11] ARM: dts: ti: Fix pca954x i2c-mux node names
Tony Lindgren
- [PATCH] ASoC: fsl_micfil: Correct the number of steps on SX controls
Chancel Liu
- [PATCH 1/2] powerpc/module_64: Improve restore_r2() return semantics
Song Liu
- [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching
Song Liu
- [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching
Song Liu
- [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching
Song Liu
- lockref scalability on x86-64 vs cpu_relax
Luck, Tony
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Luck, Tony
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Luck, Tony
- [PATCH] lockref: stop doing cpu_relax in the cmpxchg loop
Luck, Tony
- [PATCH] powerpc/pseries: drop RTAS-based timebase synchronization
Nathan Lynch
- [PATCH] powerpc/rtas: upgrade internal arch spinlocks
Nathan Lynch
- [PATCH] powerpc/rtas: upgrade internal arch spinlocks
Nathan Lynch
- [PATCH] powerpc/rtas: upgrade internal arch spinlocks
Nathan Lynch
- [PATCH v2 0/4] powerpc/rtas: exports and locking
Nathan Lynch
- [PATCH v2 1/4] powerpc/rtas: unexport 'rtas' symbol
Nathan Lynch
- [PATCH v2 2/4] powerpc/rtas: make all exports GPL
Nathan Lynch
- [PATCH v2 3/4] powerpc/rtas: remove lock and args fields from global rtas struct
Nathan Lynch
- [PATCH v2 4/4] powerpc/rtas: upgrade internal arch spinlocks
Nathan Lynch
- [PATCH v2 0/4] powerpc/rtas: exports and locking
Nathan Lynch
- [PATCH] powerpc/rtas: Drop unused export symbols
Nathan Lynch
- [PATCH] powerpc/rtas: Replace one-element arrays with flexible arrays
Nathan Lynch
- [PATCH] modpost: support arbitrary symbol length in modversion
Lucas De Marchi
- [PATCH] modpost: support arbitrary symbol length in modversion
Lucas De Marchi
- [PATCH] modpost: support arbitrary symbol length in modversion
Lucas De Marchi
- [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Catalin Marinas
- [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Catalin Marinas
- [PATCH rcu 04/27] arch/powerpc/kvm: Remove "select SRCU"
Paul E. McKenney
- [PATCH rcu 04/27] arch/powerpc/kvm: Remove "select SRCU"
Paul E. McKenney
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess
Paul E. McKenney
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Paul E. McKenney
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Paul E. McKenney
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Paul E. McKenney
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Paul E. McKenney
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Paul E. McKenney
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Paul E. McKenney
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Paul E. McKenney
- [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
Paul E. McKenney
- [PATCH] perf test bpf: Skip test if kernel-debuginfo is not present
Arnaldo Carvalho de Melo
- [PATCH] tools/perf: Fix bpf-script-test-prologue test compile issue with clang
Arnaldo Carvalho de Melo
- [PATCH 2/2] perf test bpf: Skip test if kernel-debuginfo is not present
Arnaldo Carvalho de Melo
- [PATCH 1/2] tools/perf: Fix the file mode with copyfile while adding file to build-id cache
Arnaldo Carvalho de Melo
- [PATCH V3] tools/perf/tests: Fix string substitutions in build id test
Arnaldo Carvalho de Melo
- [PATCH] tools/perf: Disable perf probe when libtraceevent is missing
Arnaldo Carvalho de Melo
- [PATCH V3] tools/perf/tests: Fix string substitutions in build id test
Arnaldo Carvalho de Melo
- [PATCH v4 11/12] perf jevents: Add model list option
Arnaldo Carvalho de Melo
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
Michael.Karcher
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
Michael.Karcher
- [PATCH v2] powerpc: Implement arch_within_stack_frames
Nicholas Miehlbradt
- [PATCH] kallsyms: Fix scheduling with interrupts disabled in self-test
Petr Mladek
- [PATCH 1/2] powerpc/module_64: Improve restore_r2() return semantics
Petr Mladek
- [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching
Petr Mladek
- [PATCH] objtool: continue if find_insn() fails in decode_instructions()
Ingo Molnar
- [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
Ingo Molnar
- [PATCH] objtool: continue if find_insn() fails in decode_instructions()
Ingo Molnar
- [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
Ingo Molnar
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Quentin Monnet
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Quentin Monnet
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Quentin Monnet
- [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
Andrew Morton
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Andrew Morton
- [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
Andrew Morton
- [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
Andrew Morton
- [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Andrew Morton
- [PATCH] kasan: Fix Oops due to missing calls to kasan_arch_is_ready()
Andrew Morton
- [PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances
Andrew Morton
- [PATCH v2 00/33] Per-VMA locks
Andrew Morton
- [PATCH] powerpc: Fix a wrong version calculation issue in ld_version
Ojaswin Mujoo
- [PATCH] powerpc: Fix a wrong version calculation issue in ld_version
Ojaswin Mujoo
- [PATCH v2] powerpc: Fix a wrong version calculation issue in ld_version
Ojaswin Mujoo
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Jani Nikula
- [PATCH 12/15] auxdisplay: ht16k33: Introduce backlight_get_brightness()
Miguel Ojeda
- [PATCH] modpost: support arbitrary symbol length in modversion
Miguel Ojeda
- [PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a
Lorenzo Pieralisi
- [PATCH] kallsyms: Fix scheduling with interrupts disabled in self-test
Nicholas Piggin
- lockref scalability on x86-64 vs cpu_relax
Nicholas Piggin
- lockref scalability on x86-64 vs cpu_relax
Nicholas Piggin
- [PATCH v6 0/5] shoot lazy tlbs
Nicholas Piggin
- [PATCH v6 1/5] lazy tlb: introduce lazy tlb mm refcount helper functions
Nicholas Piggin
- [PATCH v6 2/5] lazy tlb: allow lazy tlb mm refcounting to be configurable
Nicholas Piggin
- [PATCH v6 3/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
Nicholas Piggin
- [PATCH v6 4/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
Nicholas Piggin
- [PATCH v6 5/5] powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIs
Nicholas Piggin
- [PATCH v6 3/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
Nicholas Piggin
- [PATCH v3 02/24] powerpc/secvar: WARN_ON_ONCE() if multiple secvar ops are set
Nicholas Piggin
- [PATCH v3 04/24] powerpc/secvar: Handle format string in the consumer
Nicholas Piggin
- [PATCH v3 08/24] powerpc/secvar: Allow backend to populate static list of variable names
Nicholas Piggin
- [PATCH v3 16/24] powerpc/pseries: Implement signed update for PLPKS objects
Nicholas Piggin
- [PATCH v3 13/24] powerpc/pseries: Fix handling of PLPKS object flushing timeout
Nicholas Piggin
- [PATCH v3 04/24] powerpc/secvar: Handle format string in the consumer
Nicholas Piggin
- Memory transaction instructions
Nicholas Piggin
- [PATCH v6 4/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
Nicholas Piggin
- [PATCH v6 3/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
Nicholas Piggin
- [PATCH] powerpc/64s: Fix local irq disable when PMIs are disabled
Nicholas Piggin
- [PATCH v2 0/3] powerpc/32: nohz full support
Nicholas Piggin
- [PATCH v2 1/3] powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepare
Nicholas Piggin
- [PATCH v2 2/3] powerpc/32: implement HAVE_CONTEXT_TRACKING_USER support
Nicholas Piggin
- [PATCH v2 3/3] powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GEN
Nicholas Piggin
- [PATCH v2] powerpc/64: Fix perf profiling asynchronous interrupt handlers
Nicholas Piggin
- [PATCH] powerpc/64: Don't recurse irq replay
Nicholas Piggin
- [PATCH v6 2/5] lazy tlb: allow lazy tlb mm refcounting to be configurable
Nicholas Piggin
- [PATCH v6 3/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
Nicholas Piggin
- [PATCH v4 16/24] powerpc/pseries: Implement signed update for PLPKS objects
Nicholas Piggin
- [PATCH v4 19/24] powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
Nicholas Piggin
- [PATCH v4 21/24] powerpc/pseries: Pass PLPKS password on kexec
Nicholas Piggin
- [PATCH v4 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
Nicholas Piggin
- [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar
Nicholas Piggin
- [PATCH v4 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
Nicholas Piggin
- [PATCH 0/2] powerpc: Fix livepatch module re-patching issue
Josh Poimboeuf
- [PATCH 1/2] powerpc/module_64: Improve restore_r2() return semantics
Josh Poimboeuf
- [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching
Josh Poimboeuf
- [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching
Josh Poimboeuf
- [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching
Josh Poimboeuf
- [RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
Alistair Popple
- [RFC PATCH 01/19] mm: Introduce vm_account
Alistair Popple
- [RFC PATCH 08/19] vfio/spapr_tce: Convert accounting to pinned_vm
Alistair Popple
- [RFC PATCH 12/19] kvm/book3s_64_vio: Convert account_locked_vm() to vm_account_pinned()
Alistair Popple
- [RFC PATCH 01/19] mm: Introduce vm_account
Alistair Popple
- [PATCH] ASoC: fsl_sai: initialize is_dsp_mode flag
Iuliana Prodan
- [PATCH net-next 7/7] sparc: configs: Remove references to CONFIG_SUNVNET and CONFIG_LDMVSW
Anatoly Pugachev
- [PATCH net-next 1/7] ethernet: Remove the Sun Cassini driver
Anatoly Pugachev
- [PATCH 1/3] core/device: Add function to return child node using name and length
Athira Rajeev
- [PATCH 2/3] skiboot: Update IMC code to use dt_find_by_name_len for checking dt nodes
Athira Rajeev
- [PATCH 3/3] skiboot: Update IMC PMU node names for power10
Athira Rajeev
- [PATCH] perf test bpf: Skip test if kernel-debuginfo is not present
Athira Rajeev
- [Skiboot] [PATCH 1/3] core/device: Add function to return child node using name and length
Athira Rajeev
- [PATCH] tools/perf: Fix bpf-script-test-prologue test compile issue with clang
Athira Rajeev
- [PATCH 1/2] tools/perf: Update the exit error codes in function try_to_find_probe_trace_event
Athira Rajeev
- [PATCH 2/2] perf test bpf: Skip test if kernel-debuginfo is not present
Athira Rajeev
- [PATCH] tools/perf: Fix bpf-script-test-prologue test compile issue with clang
Athira Rajeev
- [PATCH 2/2] perf test bpf: Skip test if kernel-debuginfo is not present
Athira Rajeev
- [Skiboot] [PATCH 1/3] core/device: Add function to return child node using name and length
Athira Rajeev
- [PATCH 1/2] tools/perf: Fix the file mode with copyfile while adding file to build-id cache
Athira Rajeev
- [PATCH 2/2] tools/perf/tests: Fix build id test check for PE file
Athira Rajeev
- [PATCH 1/2] tools/perf/tests: Fix string substitutions in build id test
Athira Rajeev
- [PATCH 1/2] tools/perf/tests: Fix string substitutions in build id test
Athira Rajeev
- [PATCH 1/2] tools/perf/tests: Fix string substitutions in build id test
Athira Rajeev
- [PATCH V2 1/3] core/device: Add function to return child node using name at substring "@"
Athira Rajeev
- [PATCH V2 2/3] skiboot: Update IMC code to use dt_find_by_name_substr for checking dt nodes
Athira Rajeev
- [PATCH V2 3/3] skiboot: Update IMC PMU node names for power10
Athira Rajeev
- [PATCH 4/8] perf/core: Add perf_sample_save_brstack() helper
Athira Rajeev
- [PATCH V2] tools/perf/tests: Fix string substitutions in build id test
Athira Rajeev
- [PATCH 1/2] tools/perf: Fix the file mode with copyfile while adding file to build-id cache
Athira Rajeev
- [PATCH V2] tools/perf/tests: Fix string substitutions in build id test
Athira Rajeev
- [PATCH V3] tools/perf/tests: Fix string substitutions in build id test
Athira Rajeev
- [PATCH] tools/perf: Disable perf probe when libtraceevent is missing
Athira Rajeev
- [PATCH] tools/perf: Disable perf probe when libtraceevent is missing
Athira Rajeev
- [Skiboot] [PATCH V2 1/3] core/device: Add function to return child node using name at substring "@"
Athira Rajeev
- [PATCH v2] powerpc/pseries: fix potential memory leak in init_cpu_associativity()
Naveen N. Rao
- [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses
Naveen N. Rao
- arch/powerpc/kernel/head_85xx.o: warning: objtool: .head.text+0x1a6c: unannotated intra-function call
Naveen N. Rao
- [PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport
- [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
Mike Rapoport
- [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
Mike Rapoport
- [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Mike Rapoport
- [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Mike Rapoport
- [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
Mike Rapoport
- [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
Mike Rapoport
- [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
Mike Rapoport
- [PATCH v2 6/6] mm: export dump_mm()
Mike Rapoport
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Mike Rapoport
- [PATCH v4 1/7] kernel/fork: convert vma assignment to a memcpy
Mike Rapoport
- [PATCH v4 2/7] mm: introduce vma->vm_flags wrapper functions
Mike Rapoport
- [PATCH v4 6/7] mm: introduce __vm_flags_mod and use it in untrack_pfn
Mike Rapoport
- [PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport
- [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
Mike Rapoport
- [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
Mike Rapoport
- [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
Mike Rapoport
- [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Sam Ravnborg
- [PATCH 12/15] auxdisplay: ht16k33: Introduce backlight_get_brightness()
Sam Ravnborg
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Sam Ravnborg
- [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
Sam Ravnborg
- [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank()
Sam Ravnborg
- [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property
Sam Ravnborg
- [PATCH 02/15] video: fbdev: atyfb: Introduce backlight_get_brightness()
Sam Ravnborg
- [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property
Sam Ravnborg
- [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
Sebastian Reichel
- [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
Guo Ren
- [PATCH 1/2] tools/perf/tests: Fix string substitutions in build id test
Ian Rogers
- [PATCH 1/2] tools/perf/tests: Fix string substitutions in build id test
Ian Rogers
- [PATCH v2 0/9] jevents/pmu-events improvements
Ian Rogers
- [PATCH v2 4/9] perf pmu-events: Separate metric out of pmu_event
Ian Rogers
- [PATCH v2 7/9] perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
- [PATCH v2 8/9] perf jevents: Generate metrics and events as separate tables
Ian Rogers
- [PATCH v2 0/9] jevents/pmu-events improvements
Ian Rogers
- [PATCH v3 00/11] jevents/pmu-events improvements
Ian Rogers
- [PATCH v3 01/11] perf jevents metric: Correct Function equality
Ian Rogers
- [PATCH v3 02/11] perf jevents metric: Add ability to rewrite metrics in terms of others
Ian Rogers
- [PATCH v3 03/11] perf jevents: Rewrite metrics in the same file with each other
Ian Rogers
- [PATCH v3 04/11] perf pmu-events: Add separate metric from pmu_event
Ian Rogers
- [PATCH v3 05/11] perf pmu-events: Separate the metrics from events for no jevents
Ian Rogers
- [PATCH v3 06/11] perf pmu-events: Remove now unused event and metric variables
Ian Rogers
- [PATCH v3 07/11] perf stat: Remove evsel metric_name/expr
Ian Rogers
- [PATCH v3 08/11] perf jevents: Combine table prefix and suffix writing
Ian Rogers
- [PATCH v3 09/11] perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
- [PATCH v3 10/11] perf jevents: Generate metrics and events as separate tables
Ian Rogers
- [PATCH v3 11/11] perf jevents: Add model list option
Ian Rogers
- [PATCH v4 00/12] jevents/pmu-events improvements
Ian Rogers
- [PATCH v4 01/12] perf jevents metric: Correct Function equality
Ian Rogers
- [PATCH v4 02/12] perf jevents metric: Add ability to rewrite metrics in terms of others
Ian Rogers
- [PATCH v4 03/12] perf jevents: Rewrite metrics in the same file with each other
Ian Rogers
- [PATCH v4 04/12] perf pmu-events: Add separate metric from pmu_event
Ian Rogers
- [PATCH v4 05/12] perf pmu-events: Separate the metrics from events for no jevents
Ian Rogers
- [PATCH v4 06/12] perf pmu-events: Remove now unused event and metric variables
Ian Rogers
- [PATCH v4 07/12] perf stat: Remove evsel metric_name/expr
Ian Rogers
- [PATCH v4 08/12] perf jevents: Combine table prefix and suffix writing
Ian Rogers
- [PATCH v4 09/12] perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
- [PATCH v4 10/12] perf jevents: Generate metrics and events as separate tables
Ian Rogers
- [PATCH v4 11/12] perf jevents: Add model list option
Ian Rogers
- [PATCH v4 12/12] perf pmu-events: Fix testing with JEVENTS_ARCH=all
Ian Rogers
- [PATCH v4 02/12] perf jevents metric: Add ability to rewrite metrics in terms of others
Ian Rogers
- [PATCH v5 00/15] jevents/pmu-events improvements
Ian Rogers
- [PATCH v5 01/15] perf jevents metric: Correct Function equality
Ian Rogers
- [PATCH v5 02/15] perf jevents metric: Add ability to rewrite metrics in terms of others
Ian Rogers
- [PATCH v5 03/15] perf jevents: Rewrite metrics in the same file with each other
Ian Rogers
- [PATCH v5 04/15] perf pmu-events: Add separate metric from pmu_event
Ian Rogers
- [PATCH v5 05/15] perf pmu-events: Separate the metrics from events for no jevents
Ian Rogers
- [PATCH v5 06/15] perf pmu-events: Remove now unused event and metric variables
Ian Rogers
- [PATCH v5 07/15] perf stat: Remove evsel metric_name/expr
Ian Rogers
- [PATCH v5 08/15] perf jevents: Combine table prefix and suffix writing
Ian Rogers
- [PATCH v5 09/15] perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
- [PATCH v5 10/15] perf jevents: Generate metrics and events as separate tables
Ian Rogers
- [PATCH v5 11/15] perf jevents: Add model list option
Ian Rogers
- [PATCH v5 12/15] perf pmu-events: Fix testing with JEVENTS_ARCH=all
Ian Rogers
- [PATCH v5 13/15] perf jevents: Correct bad character encoding
Ian Rogers
- [PATCH v5 14/15] tools build: Add test echo-cmd
Ian Rogers
- [PATCH v5 15/15] perf jevents: Run metric_test.py at compile-time
Ian Rogers
- [PATCH v5 00/15] jevents/pmu-events improvements
Ian Rogers
- [PATCH v5 10/15] perf jevents: Generate metrics and events as separate tables
Ian Rogers
- [PATCH v5 00/15] jevents/pmu-events improvements
Ian Rogers
- [PATCH v2 0/8] powerpc/85xx: p2020: Create one unified machine description
Pali Rohár
- [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage
Pali Rohár
- [PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
Pali Rohár
- [PATCH v2 0/8] powerpc/85xx: p2020: Create one unified machine description
Pali Rohár
- [PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
Pali Rohár
- [PATCH v2 1/2] powerpc/pci: Enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT by default
Pali Rohár
- [PATCH v2 2/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
Pali Rohár
- [PATCH] PCI/AER: Rate limit the reporting of the correctable errors
Leon Romanovsky
- [PATCH v4] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
Leon Romanovsky
- linux-next: build failure after merge of the crypto tree
Stephen Rothwell
- crypto: p10-aes-gcm - Add asm markings necessary for kernel code
Stephen Rothwell
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess
Mark Rutland
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess
Mark Rutland
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess
Mark Rutland
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Vidya Sagar
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Vidya Sagar
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Vidya Sagar
- [PATCH V1] PCI/AER: Configure ECRC only AER is native
Vidya Sagar
- [PATCH V2] PCI/AER: Configure ECRC only AER is native
Vidya Sagar
- [PATCH V2 1/3] core/device: Add function to return child node using name at substring "@"
Mahesh J Salgaonkar
- [powerpc]Build (ld) failure 6.2-rc2
Sachin Sant
- [powerpc] Boot failure kernel BUG at mm/usercopy.c:102
Sachin Sant
- [powerpc] Boot failure kernel BUG at mm/usercopy.c:102
Sachin Sant
- [PATCH 2/2] powerpc/64s/radix: Fix RWX mapping with relocated kernel
Sachin Sant
- [PATCH 1/2] powerpc/64s/radix: Fix crash with unaligned relocated kernel
Sachin Sant
- [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
- [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
Valentin Schneider
- [PATCH v4 0/7] Generic IPI sending tracepoint
Valentin Schneider
- [PATCH v4 1/7] trace: Add trace_ipi_send_cpumask()
Valentin Schneider
- [PATCH v4 2/7] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
Valentin Schneider
- [PATCH v4 3/7] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
Valentin Schneider
- [PATCH v4 4/7] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
Valentin Schneider
- [PATCH v4 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
- [PATCH v4 6/7] smp: reword smp call IPI comment
Valentin Schneider
- [PATCH v4 7/7] sched, smp: Trace smp callback causing an IPI
Valentin Schneider
- [PATCH] powerpc: Fix a wrong version calculation issue in ld_version
Andreas Schwab
- [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Andreas Schwab
- [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank()
Andy Shevchenko
- [PATCH 10/15] staging: fbtft: core: Introduce backlight_is_blank()
Andy Shevchenko
- [RFC DO NOT MERGE] treewide: use __xchg in most obvious places
Andy Shevchenko
- [Intel-gfx] [RFC DO NOT MERGE] treewide: use __xchg in most obvious places
Andy Shevchenko
- [PATCH 07/10] tty: Convert ->dtr_rts() to take bool argument
Jiri Slaby
- [PATCH net-next] Remove DECnet support from kernel
Jiri Slaby
- [PATCH net-next] Remove DECnet support from kernel
Jiri Slaby
- [PATCH v2 11/13] tty/serial: Call ->dtr_rts() parameter active consistently
Jiri Slaby
- [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Barry Song
- [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Barry Song
- [PATCH v2] vdso: Improve cmd_vdso_check to check all dynamic relocations
Fangrui Song
- [PATCH] powerpc: remove checks for binutils older than 2.25
Joel Stanley
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Alexei Starovoitov
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Alexei Starovoitov
- [PATCH 00/34] selftests: Fix incorrect kernel headers search path
Alexei Starovoitov
- [PATCH 00/34] selftests: Fix incorrect kernel headers search path
Alexei Starovoitov
- [PATCH 1/1] ASoC: fsl_sai: Use dev_err_probe
Alexander Stein
- [PATCH 1/1] ASoC: imx-hdmi: Use dev_err_probe
Alexander Stein
- [PATCH v2 00/10] TQMLS1021A support
Alexander Stein
- [PATCH v2 01/10] dt-bindings: arm: fsl: add TQ-Systems LS1021A board
Alexander Stein
- [PATCH v2 02/10] ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree
Alexander Stein
- [PATCH v2 03/10] ARM: dts: ls1021a: add TQMLS1021A flash partition layout
Alexander Stein
- [PATCH v2 04/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS TM070JVHG33 overlay
Alexander Stein
- [PATCH v2 05/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA HDMI overlay
Alexander Stein
- [PATCH v2 06/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH DC44 overlay
Alexander Stein
- [PATCH v2 07/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH FC21 overlay
Alexander Stein
- [PATCH v2 08/10] ARM: multi_v7_defconfig: Add options to support TQMLS102xA series
Alexander Stein
- [PATCH v2 09/10] kbuild: Add config fragment merge functionality
Alexander Stein
- [PATCH v2 10/10] ARM: add multi_v7_lpae_defconfig
Alexander Stein
- [PATCH v3 00/10] TQMLS1021A support
Alexander Stein
- [PATCH v3 01/10] dt-bindings: arm: fsl: add TQ-Systems LS1021A board
Alexander Stein
- [PATCH v3 02/10] ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree
Alexander Stein
- [PATCH v3 03/10] ARM: dts: ls1021a: add TQMLS1021A flash partition layout
Alexander Stein
- [PATCH v3 04/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS TM070JVHG33 overlay
Alexander Stein
- [PATCH v3 05/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA HDMI overlay
Alexander Stein
- [PATCH v3 06/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH DC44 overlay
Alexander Stein
- [PATCH v3 07/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH FC21 overlay
Alexander Stein
- [PATCH v3 08/10] ARM: multi_v7_defconfig: Add options to support TQMLS102xA series
Alexander Stein
- [PATCH v3 09/10] kbuild: Add config fragment merge functionality
Alexander Stein
- [PATCH v3 10/10] ARM: add multi_v7_lpae_defconfig
Alexander Stein
- [PATCH v2 02/10] ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree
Alexander Stein
- [PATCH] of: Make of framebuffer devices unique
Michal Suchanek
- [PATCH] of: Fix of platform build on powerpc due to bad of disaply code
Michal Suchanek
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Michal Suchanek
- [PATCH v3] of: Make of framebuffer devices unique
Michal Suchanek
- [PATCH] modpost: support arbitrary symbol length in modversion
Michal Suchánek
- [PATCH] of: Make of framebuffer devices unique
Michal Suchánek
- [PATCH] of: Make of framebuffer devices unique
Michal Suchánek
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Michal Suchánek
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Michal Suchánek
- [PATCH] modpost: support arbitrary symbol length in modversion
Michal Suchánek
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Michal Suchánek
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Michal Suchánek
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Michal Suchánek
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Michal Suchánek
- [PATCH 13/15] backlight: omap1: Use backlight helpers
Daniel Thompson
- [PATCH 14/15] backlight: tosa: Use backlight helper
Daniel Thompson
- [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property
Daniel Thompson
- [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank()
Daniel Thompson
- lockref scalability on x86-64 vs cpu_relax
Linus Torvalds
- lockref scalability on x86-64 vs cpu_relax
Linus Torvalds
- lockref scalability on x86-64 vs cpu_relax
Linus Torvalds
- lockref scalability on x86-64 vs cpu_relax
Linus Torvalds
- [PATCH] lockref: stop doing cpu_relax in the cmpxchg loop
Linus Torvalds
- Memory transaction instructions
Linus Torvalds
- [PATCH v6 4/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
Linus Torvalds
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Björn Töpel
- [PATCH v2] arch: rename all internal names __xchg to __arch_xchg
Geert Uytterhoeven
- Build regressions/improvements in v6.2-rc1
Geert Uytterhoeven
- Build regressions/improvements in v6.2-rc1
Geert Uytterhoeven
- [PATCH v4] arch: rename all internal names __xchg to __arch_xchg
Geert Uytterhoeven
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
Geert Uytterhoeven
- Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1
Geert Uytterhoeven
- [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
Geert Uytterhoeven
- [PATCH] objtool: continue if find_insn() fails in decode_instructions()
Sathvika Vasireddy
- [PATCH] objtool: continue if find_insn() fails in decode_instructions()
Sathvika Vasireddy
- crypto: p10-aes-gcm - Add asm markings necessary for kernel code
Sathvika Vasireddy
- [PATCH] powerpc: Fix objtool warning for unannotated intra-function call in head_85xx.o
Sathvika Vasireddy
- [PATCH] powerpc/kvm: Fix objtool warning for unannotated intra-function call in booke.o
Sathvika Vasireddy
- [PATCH net-next 0/7] Remove three Sun net drivers
Anirudh Venkataramanan
- [PATCH net-next 1/7] ethernet: Remove the Sun Cassini driver
Anirudh Venkataramanan
- [PATCH net-next 2/7] PCI: Remove PCI IDs used by the Sun Cassini driver
Anirudh Venkataramanan
- [PATCH net-next 3/7] powerpc: configs: Remove reference to CONFIG_CASSINI
Anirudh Venkataramanan
- [PATCH net-next 4/7] mips: configs: Remove reference to CONFIG_CASSINI
Anirudh Venkataramanan
- [PATCH net-next 5/7] ethernet: Remove the Sun LDOM vswitch and sunvnet drivers
Anirudh Venkataramanan
- [PATCH net-next 6/7] sunvnet: Remove event tracing file
Anirudh Venkataramanan
- [PATCH net-next 7/7] sparc: configs: Remove references to CONFIG_SUNVNET and CONFIG_LDMVSW
Anirudh Venkataramanan
- [PATCH net-next 0/7] Remove three Sun net drivers
Anirudh Venkataramanan
- [PATCH net-next 0/7] Remove three Sun net drivers
Anirudh Venkataramanan
- [PATCH net-next 1/7] ethernet: Remove the Sun Cassini driver
Anirudh Venkataramanan
- [PATCH net-next 2/7] PCI: Remove PCI IDs used by the Sun Cassini driver
Anirudh Venkataramanan
- [PATCH 00/19] Introduce __xchg, non-atomic xchg
Daniel Vetter
- [PATCH net-next 0/7] Remove three Sun net drivers
Karl Volz
- [PATCH net-next 0/7] Remove three Sun net drivers
Karl Volz
- [PATCH net-next 00/10] net: mdio: Continue separating C22 and C45
Michael Walle
- [PATCH net-next 01/10] net: mdio: cavium: Separate C22 and C45 transactions
Michael Walle
- [PATCH net-next 02/10] net: mdio: i2c: Separate C22 and C45 transactions
Michael Walle
- [PATCH net-next 03/10] net: mdio: mux-bcm-iproc: Separate C22 and C45 transactions
Michael Walle
- [PATCH net-next 04/10] net: mdio: aspeed: Separate C22 and C45 transactions
Michael Walle
- [PATCH net-next 05/10] net: mdio: ipq4019: Separate C22 and C45 transactions
Michael Walle
- [PATCH net-next 06/10] net: ethernet: mtk_eth_soc: Separate C22 and C45 transactions
Michael Walle
- [PATCH net-next 07/10] net: lan743x: Separate C22 and C45 transactions
Michael Walle
- [PATCH net-next 08/10] net: stmmac: Separate C22 and C45 transactions for xgmac2
Michael Walle
- [PATCH net-next 09/10] net: stmmac: Separate C22 and C45 transactions for xgmac
Michael Walle
- [PATCH net-next 10/10] enetc: Separate C22 and C45 transactions
Michael Walle
- [PATCH RESEND 0/8] Resend LED patches
Linus Walleij
- [PATCH] ASoC: fsl_micfil: Correct the number of steps on SX controls
Shengjiu Wang
- [PATCH] ASoC: fsl_sai: initialize is_dsp_mode flag
Shengjiu Wang
- [PATCH 1/1] ASoC: fsl_sai: Use dev_err_probe
Shengjiu Wang
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Matthew Wilcox
- ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
Matthew Wilcox
- Memory transaction instructions
Matthew Wilcox
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Matthew Wilcox
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Matthew Wilcox
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Matthew Wilcox
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Matthew Wilcox
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Matthew Wilcox
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Matthew Wilcox
- [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
Matthew Wilcox
- [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
Matthew Wilcox
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Matthew Wilcox
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Matthew Wilcox
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Matthew Wilcox
- [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
Matthew Wilcox
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Matthew Wilcox
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Matthew Wilcox
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Matthew Wilcox
- [PATCH v2 00/33] Per-VMA locks
Matthew Wilcox
- [PATCH] x86/xen: Set MSI_FLAG_PCI_MSIX support in Xen MSI domain
David Woodhouse
- crypto: p10-aes-gcm - Add asm markings necessary for kernel code
Herbert Xu
- crypto: p10-aes-gcm - Add asm markings necessary for kernel code
Herbert Xu
- [PATCH] mm: remove zap_page_range and create zap_vma_pages
Peter Xu
- [PATCH] modpost: support arbitrary symbol length in modversion
Masahiro Yamada
- [PATCH] powerpc: remove checks for binutils older than 2.25
Masahiro Yamada
- [PATCH] powerpc: add crtsavres.o to always-y instead of extra-y
Masahiro Yamada
- [PATCH] powerpc: remove checks for binutils older than 2.25
Masahiro Yamada
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags
Masahiro Yamada
- [PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
Masahiro Yamada
- [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
Masahiro Yamada
- [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
Masahiro Yamada
- [PATCH] powerpc/vdso: Filter clang's auto var init zero enabler when linking
Masahiro Yamada
- [PATCH] macintosh/macio-adb: add missing iounmap() on error in macio_init()
Yang Yingliang
- [PATCH] powerpc/imc-pmu: use GFP_ATOMIC under spin_lock()
Yang Yingliang
- [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Hyeonggon Yoo
- [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
Hyeonggon Yoo
- [bpf-next v1] bpf: drop deprecated bpf_jit_enable == 2
Tonghao Zhang
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Tonghao Zhang
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Tonghao Zhang
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Tonghao Zhang
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Tonghao Zhang
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Tonghao Zhang
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Tonghao Zhang
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
Tonghao Zhang
- [FSL P50x0] DPAA Ethernet issue
Christian Zigotzky
- [FSL P50x0] DPAA Ethernet issue
Christian Zigotzky
- [FSL P50x0] DPAA Ethernet issue
Christian Zigotzky
- [FSL P50x0] DPAA Ethernet issue
Christian Zigotzky
- [PASEMI] Nemo board doesn't reboot anymore after the commit "HID: usbhid: Add ALWAYS_POLL quirk for some mice"
Christian Zigotzky
- [PASEMI] Nemo board doesn't reboot anymore after the commit "HID: usbhid: Add ALWAYS_POLL quirk for some mice"
Christian Zigotzky
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess
Peter Zijlstra
- [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
Peter Zijlstra
- [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
Peter Zijlstra
- [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant
Peter Zijlstra
- [PATCH v3 04/51] cpuidle: Move IRQ state validation
Peter Zijlstra
- [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
Peter Zijlstra
- [PATCH v3 06/51] cpuidle,tegra: Push RCU-idle into driver
Peter Zijlstra
- [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver
Peter Zijlstra
- [PATCH v3 08/51] cpuidle,imx6: Push RCU-idle into driver
Peter Zijlstra
- [PATCH v3 09/51] cpuidle,omap3: Push RCU-idle into driver
Peter Zijlstra
- [PATCH v3 10/51] cpuidle,armada: Push RCU-idle into driver
Peter Zijlstra
- [PATCH v3 11/51] cpuidle,omap4: Push RCU-idle into driver
Peter Zijlstra
- [PATCH v3 12/51] cpuidle,dt: Push RCU-idle into driver
Peter Zijlstra
- [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage
Peter Zijlstra
- [PATCH v3 14/51] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
Peter Zijlstra
- [PATCH v3 15/51] acpi_idle: Remove tracing
Peter Zijlstra
- [PATCH v3 16/51] cpuidle: Annotate poll_idle()
Peter Zijlstra
- [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
- [PATCH v3 18/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
Peter Zijlstra
- [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
Peter Zijlstra
- [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
Peter Zijlstra
- [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
Peter Zijlstra
- [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI
Peter Zijlstra
- [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage
Peter Zijlstra
- [PATCH v3 24/51] arm64,smp: Remove trace_.*_rcuidle() usage
Peter Zijlstra
- [PATCH v3 25/51] printk: Remove trace_.*_rcuidle() usage
Peter Zijlstra
- [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage
Peter Zijlstra
- [PATCH v3 27/51] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
Peter Zijlstra
- [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean
Peter Zijlstra
- [PATCH v3 29/51] cpuidle,tdx: Make tdx noinstr clean
Peter Zijlstra
- [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean
Peter Zijlstra
- [PATCH v3 31/51] cpuidle,nospec: Make noinstr clean
Peter Zijlstra
- [PATCH v3 32/51] cpuidle,acpi: Make noinstr clean
Peter Zijlstra
- [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller()
Peter Zijlstra
- [PATCH v3 34/51] trace: WARN on rcuidle
Peter Zijlstra
- [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
Peter Zijlstra
- [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
Peter Zijlstra
- [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
Peter Zijlstra
- [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
Peter Zijlstra
- [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
Peter Zijlstra
- [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
Peter Zijlstra
- [PATCH v3 41/51] cpuidle,clk: Remove trace_.*_rcuidle()
Peter Zijlstra
- [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
Peter Zijlstra
- [PATCH v3 43/51] intel_idle: Add force_irq_on module param
Peter Zijlstra
- [PATCH v3 44/51] entry,kasan,x86: Disallow overriding mem*() functions
Peter Zijlstra
- [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
Peter Zijlstra
- [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
Peter Zijlstra
- [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
Peter Zijlstra
- [PATCH v3 48/51] cpuidle,arch: Mark all ct_cpuidle_enter() callers __cpuidle
Peter Zijlstra
- [PATCH v3 49/51] cpuidle,arch: Mark all regular cpuidle_state::enter methods __cpuidle
Peter Zijlstra
- [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
Peter Zijlstra
- [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN
Peter Zijlstra
- lockref scalability on x86-64 vs cpu_relax
Peter Zijlstra
- [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
Peter Zijlstra
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess
Peter Zijlstra
- [PATCH v3 16/51] cpuidle: Annotate poll_idle()
Peter Zijlstra
- [PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
Peter Zijlstra
- [PATCH] of: Make of framebuffer devices unique
Thomas Zimmermann
- [PATCH] of: Make of framebuffer devices unique
Thomas Zimmermann
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Thomas Zimmermann
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Thomas Zimmermann
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Thomas Zimmermann
- [PATCH v2] of: Fix of platform build on powerpc due to bad of disaply code
Thomas Zimmermann
- [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar
Mimi Zohar
- [PATCH v4 23/24] integrity/powerpc: Improve error handling & reporting when loading certs
Mimi Zohar
- [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar
Mimi Zohar
- [bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
tong at infragraf.org
- [bpf-next v1] bpf: drop deprecated bpf_jit_enable == 2
xxmy at infragraf.org
- [PATCH v3 01/11] perf jevents metric: Correct Function equality
kajoljain
- [PATCH] powerpc/imc-pmu: Revert nest_init_lock to being a mutex
kajoljain
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [Bug 216902] New: WARNING: CPU: 0 PID: 70 at kernel/locking/irqflag-debug.c:10 at kallsyms_selftest
bugzilla-daemon at kernel.org
- [Bug 216902] WARNING: CPU: 0 PID: 70 at kernel/locking/irqflag-debug.c:10 at kallsyms_selftest
bugzilla-daemon at kernel.org
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [Bug 216095] sysfs: cannot create duplicate filename '/devices/platform/of-display'
bugzilla-daemon at kernel.org
- [PATCH net v5] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
patchwork-bot+netdevbpf at kernel.org
- [PATCH net-next 00/10] net: mdio: Continue separating C22 and C45
patchwork-bot+netdevbpf at kernel.org
- [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
patchwork-bot+netdevbpf at kernel.org
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-2 tag
pr-tracker-bot at kernel.org
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-3 tag
pr-tracker-bot at kernel.org
- Patch "powerpc: add support for TIF_NOTIFY_SIGNAL" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- [PATCH v9 05/10] phy: fsl: Add Lynx 10G SerDes driver
kernel test robot
- [PATCH 02/10] soc: fsl: qe: Add support for TSA
kernel test robot
- [PATCH 02/10] soc: fsl: qe: Add support for TSA
kernel test robot
- [PATCH 06/10] soc: fsl: qe: Add support for QMC
kernel test robot
- [powerpc:fixes-test] BUILD SUCCESS be5f95c8779e19779dd81927c8574fec5aaba36c
kernel test robot
- [powerpc:merge] BUILD SUCCESS fbb89f11118f6ed27af1ad85ac983eb55574328d
kernel test robot
- [PATCH 2/4] dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema
kernel test robot
- [powerpc:merge] BUILD SUCCESS 55f63ce760d3914cff221c193f1032537af141f5
kernel test robot
- [powerpc:fixes] BUILD SUCCESS 76d588dddc459fefa1da96e0a081a397c5c8e216
kernel test robot
- [PATCH v2 3/5] dt-bindings: usb: Convert OMAP OHCI/EHCI bindings to schema
kernel test robot
- [powerpc:fixes-test] BUILD SUCCESS c28548012ee2bac55772ef7685138bd1124b80c3
kernel test robot
- [powerpc:merge] BUILD SUCCESS ca272751ba18ca8f137af631cbc9f3f987fab6e3
kernel test robot
- [powerpc:next] BUILD SUCCESS bab537805a10bdbf55b31324ba4a9599e0651e5e
kernel test robot
- [PATCH linux-next] crypto: p10-aes-gcm - remove duplicate included header files
ye.xingchen at zte.com.cn
- [PATCH linux-next] powerpc/cell/axon_msi: Use dma_zalloc_coherent()
ye.xingchen at zte.com.cn
- [PATCH] net-wan: Add check for NULL for utdm in ucc_hdlc_probe
Екатерина Есина
Last message date:
Tue Jan 31 22:29:23 AEDT 2023
Archived on: Tue Jan 31 22:29:27 AEDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).