summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-2333-150/+244
|\
| * Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-231-1/+1
| |\
| | * s390/qeth: fix deadlock during failing recoveryAlexandra Winter2021-09-211-1/+1
| * | Merge tag 's390-5.15-ebpf-jit-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-211-32/+38
| |\ \
| | * | s390/bpf: Fix optimizing out zero-extensionsIlya Leoshkevich2021-09-161-28/+30
| | * | s390/bpf: Fix 64-bit subtraction of the -0x80000000 constantIlya Leoshkevich2021-09-161-2/+7
| | * | s390/bpf: Fix branch shortening during codegen passIlya Leoshkevich2021-09-161-2/+1
| * | | sparc64: fix pci_iounmap() when CONFIG_PCI is not setLinus Torvalds2021-09-201-0/+2
| * | | Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-194-15/+46
| |\ \ \
| | * | | x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-141-11/+32
| | * | | x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport2021-09-081-3/+3
| | * | | x86/platform: Increase maximum GPIO number for X86_64Andy Shevchenko2021-09-021-0/+5
| | * | | x86/pat: Pass valid address to sanitize_phys()Jeff Moyer2021-09-021-1/+6
| * | | | Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-195-47/+94
| |\ \ \ \
| | * | | | powerpc/xics: Set the IRQ chip data for the ICS native backendCédric Le Goater2021-09-151-2/+2
| | * | | | powerpc/mce: Fix access error in mce handlerGanesh Goudar2021-09-131-2/+15
| | * | | | KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registersNicholas Piggin2021-09-131-2/+34
| | * | | | powerpc/64s: system call rfscv workaround for TM bugsNicholas Piggin2021-09-131-0/+13
| | * | | | powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin2021-09-132-41/+30
| | | |/ / | | |/| |
| * | | | Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-192-11/+17
| |\ \ \ \
| | * | | | x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor2021-09-191-3/+9
| | * | | | sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven2021-09-191-8/+8
| | |/ / /
| * | | | alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds2021-09-191-1/+1
| * | | | parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller2021-09-191-1/+3
| * | | | alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds2021-09-185-3/+5
| * | | | alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds2021-09-182-6/+5
| * | | | Merge tag 's390-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-185-23/+11
| |\ \ \ \
| | * | | | s390: remove WARN_DYNAMIC_STACKHeiko Carstens2021-09-152-17/+0
| | * | | | s390: update defconfigsHeiko Carstens2021-09-152-4/+9
| | * | | | s390/pci_mmio: fully validate the VMA before calling follow_pte()David Hildenbrand2021-09-151-2/+2
| | |/ / /
| * | | | alpha: make 'Jensen' IO functions build againLinus Torvalds2021-09-182-5/+5
| * | | | Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-171-1/+3
| |\ \ \ \
| | * | | | sparc32: page align size in arch_dma_allocAndreas Larsson2021-09-141-1/+3
| * | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-172-3/+2
| |\ \ \ \ \
| | * | | | | arm64: Mark __stack_chk_guard as __ro_after_initDan Li2021-09-161-1/+1
| | * | | | | arm64/kernel: remove duplicate include in process.cLv Ruyi2021-09-161-1/+0
| | * | | | | arm64/sve: Use correct size when reinitialising SVE stateMark Brown2021-09-161-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-09-172-2/+12
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | xen: fix usage of pmd_populate in mremap for pv guestsJuergen Gross2021-09-151-2/+5
| | * | | | xen: reset legacy rtc flag for PV domUJuergen Gross2021-09-151-0/+7
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-175-52/+109
|\ \ \ \ \ \
| * | | | | | bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng2021-09-141-30/+23
| * | | | | | perf: Enable branch record for software eventsSong Liu2021-09-134-22/+86
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-16157-1115/+790
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatileGuenter Roeck2021-09-161-3/+3
| * | | | | | Merge tag 'for-5.15/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-161-1/+1
| |\ \ \ \ \ \
| | * | | | | | parisc: Use absolute_pointer() to define PAGE0Helge Deller2021-09-161-1/+1
| * | | | | | | Merge tag 'm68k-for-v5.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-163-12/+16
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | m68k: mvme: Remove overdue #warnings in RTC handlingGeert Uytterhoeven2021-09-132-2/+6
| | * | | | | | m68k: Double cast io functions to unsigned longGuenter Roeck2021-09-131-10/+10
| | | |_|/ / / | | |/| | | |