summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-285-27/+40
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-2213-15/+106
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-1587-205/+441
| |\ \
| * | | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-124-0/+4
| * | | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-124-0/+8
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0834-122/+258
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0138-86/+230
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-2553-203/+295
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-1815-46/+170
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-161-27/+28
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest2023-05-151-27/+28
* | | | | | | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-2834-79/+87
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc: move arch_trigger_cpumask_backtrace from nmi.h to irq.hDouglas Anderson2023-06-232-6/+6
| * | | | | | | | | watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek2023-06-191-3/+2
| * | | | | | | | | watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek2023-06-191-1/+6
| * | | | | | | | | watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek2023-06-193-19/+10
| * | | | | | | | | watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek2023-06-192-3/+0
| * | | | | | | | | watchdog/hardlockup: make the config checks more straightforwardPetr Mladek2023-06-191-6/+17
| * | | | | | | | | watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson2023-06-192-1/+7
| * | | | | | | | | syscalls: add sys_ni_posix_timers prototypeArnd Bergmann2023-06-091-2/+0
| * | | | | | | | | arm64: enable perf events based hard lockup detectorDouglas Anderson2023-06-092-0/+15
| * | | | | | | | | arm64: add hw_nmi_get_sample_period for preparation of lockup detectorLecopzer Chen2023-06-092-0/+25
| * | | | | | | | | watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2023-06-094-12/+12
| * | | | | | | | | watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen2023-06-091-5/+3
| * | | | | | | | | thread_info: move function declarations to linux/thread_info.hArnd Bergmann2023-06-094-13/+0
| * | | | | | | | | init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-0918-26/+0
| * | | | | | | | | add intptr_tAlexey Dobriyan2023-06-091-3/+0
* | | | | | | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-2865-117/+205
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-234-2/+15
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2023-06-192-6/+6
| * | | | | | | | | | | microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.hCatalin Marinas2023-06-192-5/+5
| * | | | | | | | | | | powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2023-06-192-4/+4
| * | | | | | | | | | | arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas2023-06-192-1/+7
| * | | | | | | | | | | arm64: allow kmalloc() caches aligned to the smaller cache_line_size()Catalin Marinas2023-06-191-0/+3
| * | | | | | | | | | | xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins2023-06-191-1/+4
| * | | | | | | | | | | x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins2023-06-191-1/+1
| * | | | | | | | | | | x86: allow get_locked_pte() to failHugh Dickins2023-06-191-2/+4
| * | | | | | | | | | | sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins2023-06-192-2/+2
| * | | | | | | | | | | sparc: allow pte_offset_map() to failHugh Dickins2023-06-193-0/+7
| * | | | | | | | | | | sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-2/+2
| * | | | | | | | | | | sh/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-2/+2
| * | | | | | | | | | | s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins2023-06-191-11/+11
| * | | | | | | | | | | s390: allow pte_offset_map_lock() to failHugh Dickins2023-06-193-4/+19
| * | | | | | | | | | | riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-2/+2
| * | | | | | | | | | | powerpc/hugetlb: pte_alloc_huge()Hugh Dickins2023-06-191-1/+1
| * | | | | | | | | | | powerpc: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-193-1/+10
| * | | | | | | | | | | powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins2023-06-191-1/+1
| * | | | | | | | | | | parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-2/+2
| * | | | | | | | | | | parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins2023-06-191-1/+1
| * | | | | | | | | | | parisc: add pte_unmap() to balance get_ptep()Hugh Dickins2023-06-191-5/+21