summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sparc: Add missing "FORCE" target when using if_changedKees Cook2021-10-111-4/+4
* isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-223-0/+6
* nios2: move the install rule to arch/nios2/MakefileMasahiro Yamada2021-09-222-4/+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
* | | | | 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
| | |/ / / | |/| | |
* | | | | Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-151-17/+26
|\ \ \ \ \
| * | | | | x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutselfWei Liu2021-09-111-17/+26
* | | | | | sparc: avoid stringop-overread errorsLinus Torvalds2021-09-151-1/+2
* | | | | | Merge branch 'absolute-pointer' (patches from Guenter)Linus Torvalds2021-09-152-39/+46
|\ \ \ \ \ \
| * | | | | | alpha: Use absolute_pointer to define COMMAND_LINEGuenter Roeck2021-09-151-1/+1
| * | | | | | alpha: Move setup.h out of uapiGuenter Roeck2021-09-152-39/+46
| | |/ / / / | |/| | | |
* | | | | | memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-144-8/+5
* | | | | | powerpc/boot: Fix build failure since GCC 4.9 removalMichael Ellerman2021-09-141-1/+1
* | | | | | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-133-12/+2
|\ \ \ \ \ \