Show patches with: Archived = No       |   70303 patches
« 1 2 ... 112 113 114703 704 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/1] powerpc: Update MAINTAINERS for ibmvnic and VAS [1/1] powerpc: Update MAINTAINERS for ibmvnic and VAS - - - - --- 2022-04-13 Sukadev Bhattiprolu Handled Elsewhere
powerpc/xive: remove unused parameter powerpc/xive: remove unused parameter - - - - --- 2022-04-13 Deming Wang Accepted
[2/2] fbdev: Remove hot-unplug workaround for framebuffers without device of: Register platform device for each framebuffer - - 1 - --- 2022-04-13 Thomas Zimmermann Superseded
[1/2] of: Create platform devices for OF framebuffers of: Register platform device for each framebuffer - - 1 - --- 2022-04-13 Thomas Zimmermann Superseded
[V6,7/7] mm/mmap: Drop arch_vm_get_page_pgprot() mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 2 - --- 2022-04-13 Anshuman Khandual Handled Elsewhere
[V6,6/7] mm/mmap: Drop arch_filter_pgprot() mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 2 - --- 2022-04-13 Anshuman Khandual Handled Elsewhere
[V6,5/7] x86/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - - - --- 2022-04-13 Anshuman Khandual Handled Elsewhere
[V6,4/7] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-13 Anshuman Khandual Handled Elsewhere
[V6,3/7] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-13 Anshuman Khandual Handled Elsewhere
[V6,2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-13 Anshuman Khandual Handled Elsewhere
[V6,1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 2 - --- 2022-04-13 Anshuman Khandual Handled Elsewhere
[no subject] Untitled series #294891 - - - - --- 2022-04-13 Nicholas Piggin Handled Elsewhere
[V3,2/2] perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1K Fix perf bench numa to work with machines having #CPUs > 1K - - - - --- 2022-04-12 Athira Rajeev Handled Elsewhere
[V3,1/2] tools/perf: Fix perf bench numa testcase to check if CPU used to bind task is online Fix perf bench numa to work with machines having #CPUs > 1K - - - 1 --- 2022-04-12 Athira Rajeev Handled Elsewhere
[net-next,v3,18/18] team: Remove use of list iterator variable for list_for_each_entry_from() Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,17/18] ipvlan: Remove usage of list iterator variable for the loop body Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,15/18] net: netcp: Remove usage of list iterator for list_add() after loop body Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,14/18] sfc: Remove usage of list iterator for list_add() after the loop body Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,13/18] net: qede: Remove check of list iterator against head past the loop body Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,12/18] net: qede: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,11/18] qed: Remove usage of list iterator variable after the loop Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,10/18] qed: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,09/18] qed: Use dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,08/18] net: sparx5: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,07/18] net: dsa: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan() Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan() Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev) Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocati… Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v3,01/18] connector: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,18/18] team: Remove use of list iterator variable for list_for_each_entry_from() Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,17/18] ipvlan: Remove usage of list iterator variable for the loop body Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,15/18] net: netcp: Remove usage of list iterator for list_add() after loop body Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,14/18] sfc: Remove usage of list iterator for list_add() after the loop body Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,13/18] net: qede: Remove check of list iterator against head past the loop body Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,12/18] net: qede: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,11/18] qed: Remove usage of list iterator variable after the loop Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,10/18] qed: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,09/18] qed: Use dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,08/18] net: sparx5: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,07/18] net: dsa: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan() Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan() Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev) Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocati… Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
[net-next,v2,01/18] connector: Replace usage of found with dedicated list iterator variable Remove use of list iterator after loop body - - - - --- 2022-04-12 Jakob Koschel Handled Elsewhere
ASoC: fsl: using pm_runtime_resume_and_get instead of pm_runtime_get_sync ASoC: fsl: using pm_runtime_resume_and_get instead of pm_runtime_get_sync 1 - - - --- 2022-04-12 CGEL Handled Elsewhere
[V5,7/7] mm/mmap: Drop arch_vm_get_page_pgprot() mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-12 Anshuman Khandual Handled Elsewhere
[V5,6/7] mm/mmap: Drop arch_filter_pgprot() mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-12 Anshuman Khandual Handled Elsewhere
[V5,5/7] x86/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - - - --- 2022-04-12 Anshuman Khandual Handled Elsewhere
[V5,4/7] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() 1 - 1 - --- 2022-04-12 Anshuman Khandual Handled Elsewhere
[V5,3/7] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-12 Anshuman Khandual Handled Elsewhere
[V5,2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - - - --- 2022-04-12 Anshuman Khandual Handled Elsewhere
[V5,1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-12 Anshuman Khandual Handled Elsewhere
[RFC,v4,5/5] powerpc/crash hp: add crash hotplug support for kexec_load [RFC,v4,1/5] powerpc/kexec: make update_cpus_node non-static - - 1 - 5-- 2022-04-11 Sourabh Jain RFC
[RFC,v4,4/5] powerpc/crash hp: add crash hotplug support for kexec_file_load [RFC,v4,1/5] powerpc/kexec: make update_cpus_node non-static - - - - --- 2022-04-11 Sourabh Jain RFC
[RFC,v4,3/5] powrepc/crash hp: update kimage_arch struct [RFC,v4,1/5] powerpc/kexec: make update_cpus_node non-static - - - - --- 2022-04-11 Sourabh Jain RFC
[RFC,v4,2/5] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG [RFC,v4,1/5] powerpc/kexec: make update_cpus_node non-static - - 2 - --- 2022-04-11 Sourabh Jain RFC
[RFC,v4,1/5] powerpc/kexec: make update_cpus_node non-static [RFC,v4,1/5] powerpc/kexec: make update_cpus_node non-static - - - - --- 2022-04-11 Sourabh Jain RFC
[RFC,v4,0/5] In kernel handling of CPU hotplug events for crash kernel - - - - --- 2022-04-11 Sourabh Jain RFC
[v3,08/12] serial: General support for multipoint addresses Untitled series #294482 - - - - --- 2022-04-11 Ilpo Järvinen Handled Elsewhere
[v3,07/12] serial: termbits: ADDRB to indicate 9th bit addressing mode Untitled series #294482 - - - - --- 2022-04-11 Ilpo Järvinen Handled Elsewhere
powerpc/numa: Associate numa node to its cpu earlier powerpc/numa: Associate numa node to its cpu earlier - - 1 1 5-- 2022-04-11 Oscar Salvador Accepted
[v2] macintosh: via-pmu and via-cuda need RTC_LIB [v2] macintosh: via-pmu and via-cuda need RTC_LIB 1 1 - - 3-- 2022-04-10 Randy Dunlap Accepted
[GIT,PULL] Please pull powerpc/linux.git powerpc-5.18-2 tag [GIT,PULL] Please pull powerpc/linux.git powerpc-5.18-2 tag - - - - --- 2022-04-10 Michael Ellerman Handled Elsewhere
[v10,13/13] powerpc: Simplify and move arch_randomize_brk() Convert powerpc to default topdown mmap layout (v10) - - - - --- 2022-04-09 Christophe Leroy Accepted
[v10,12/13] powerpc/mm: Convert to default topdown mmap layout Convert powerpc to default topdown mmap layout (v10) - - - - --- 2022-04-09 Christophe Leroy Accepted
[v10,11/13] powerpc/mm: Enable full randomisation of memory mappings Convert powerpc to default topdown mmap layout (v10) - - - - --- 2022-04-09 Christophe Leroy Accepted
[v10,10/13] powerpc/mm: Move get_unmapped_area functions to slice.c Convert powerpc to default topdown mmap layout (v10) - - - - --- 2022-04-09 Christophe Leroy Accepted
[v10,09/13] powerpc/mm: Use generic_hugetlb_get_unmapped_area() Convert powerpc to default topdown mmap layout (v10) - - - - --- 2022-04-09 Christophe Leroy Accepted
[v10,08/13] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area() Convert powerpc to default topdown mmap layout (v10) - - - - --- 2022-04-09 Christophe Leroy Accepted
[v10,07/13] powerpc/mm: Remove CONFIG_PPC_MM_SLICES Convert powerpc to default topdown mmap layout (v10) - - 1 - --- 2022-04-09 Christophe Leroy Accepted
[v10,06/13] powerpc/mm: Make slice specific to book3s/64 Convert powerpc to default topdown mmap layout (v10) - - 1 - --- 2022-04-09 Christophe Leroy Accepted
[v10,05/13] powerpc/mm: Move vma_mmu_pagesize() Convert powerpc to default topdown mmap layout (v10) - - 1 - --- 2022-04-09 Christophe Leroy Accepted
[v10,04/13] mm: Add len and flags parameters to arch_get_mmap_end() Convert powerpc to default topdown mmap layout (v10) 2 - - - --- 2022-04-09 Christophe Leroy Accepted
[v10,03/13] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functi… Convert powerpc to default topdown mmap layout (v10) 1 - 1 - --- 2022-04-09 Christophe Leroy Accepted
[v10,02/13] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP… Convert powerpc to default topdown mmap layout (v10) 1 - - - --- 2022-04-09 Christophe Leroy Accepted
[v10,01/13] mm, hugetlbfs: Allow for "high" userspace addresses Convert powerpc to default topdown mmap layout (v10) 1 1 1 - --- 2022-04-09 Christophe Leroy Handled Elsewhere
powerpc/pseries/vas: sysfs comments with the correct entries powerpc/pseries/vas: sysfs comments with the correct entries - - - - --- 2022-04-09 Haren Myneni Accepted
powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr - - - - 5-- 2022-04-09 Haren Myneni Accepted
macintosh: fix via-pmu and via-cuda build without RTC_CLASS macintosh: fix via-pmu and via-cuda build without RTC_CLASS - 1 - - 3-- 2022-04-09 Randy Dunlap Superseded
[v4,2/2] PCI/DPC: Disable DPC service when link is in L2/L3 ready, L2 and L3 state [v4,1/2] PCI/AER: Disable AER service when link is in L2/L3 ready, L2 and L3 state - - 2 - 3-- 2022-04-08 Kai-Heng Feng Handled Elsewhere
[v4,1/2] PCI/AER: Disable AER service when link is in L2/L3 ready, L2 and L3 state [v4,1/2] PCI/AER: Disable AER service when link is in L2/L3 ready, L2 and L3 state - - 1 - --- 2022-04-08 Kai-Heng Feng Handled Elsewhere
[v9,4/4] mm, hugetlbfs: Allow for "high" userspace addresses mm: Enable conversion of powerpc to default topdown mmap layout - 1 1 - 3-- 2022-04-08 Christophe Leroy Superseded
[v9,3/4] mm: Add len and flags parameters to arch_get_mmap_end() mm: Enable conversion of powerpc to default topdown mmap layout 1 - - - --- 2022-04-08 Christophe Leroy Superseded
[v9,2/4] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions mm: Enable conversion of powerpc to default topdown mmap layout - - 1 - --- 2022-04-08 Christophe Leroy Superseded
[v9,1/4] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LA… mm: Enable conversion of powerpc to default topdown mmap layout - - - - --- 2022-04-08 Christophe Leroy Superseded
[V3] testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set [V3] testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set - 1 - - 5-- 2022-04-08 Athira Rajeev Handled Elsewhere
[V2] testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set [V2] testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set - 1 - - 4-- 2022-04-07 Athira Rajeev Superseded
powerpc: Mark arch_get_ima_policy() and is_ppc_trustedboot_enabled() as __init powerpc: Mark arch_get_ima_policy() and is_ppc_trustedboot_enabled() as __init - - - - --- 2022-04-07 Michael Ellerman Handled Elsewhere
[V4,7/7] mm/mmap: Drop arch_vm_get_page_pgprot() mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-07 Anshuman Khandual Handled Elsewhere
[V4,6/7] mm/mmap: Drop arch_filter_pgprot() mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-07 Anshuman Khandual Handled Elsewhere
[V4,5/7] x86/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - - - --- 2022-04-07 Anshuman Khandual Handled Elsewhere
[V4,4/7] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-07 Anshuman Khandual Handled Elsewhere
[V4,3/7] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - 1 - --- 2022-04-07 Anshuman Khandual Handled Elsewhere
[V4,2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot() - - - - --- 2022-04-07 Anshuman Khandual Handled Elsewhere
« 1 2 ... 112 113 114703 704 »