aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 74-850/+1432
2022-03-23Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+2
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+1
2022-03-22mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBGravatar Anshuman Khandual 1-3/+1
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 11-11/+0
2022-03-22sched/headers: ARM needs asm/paravirt_api_clock.h tooGravatar Randy Dunlap 1-0/+1
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 15-164/+130
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-86/+108
2022-03-21Merge tag 'timers-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-7/+6
2022-03-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-43/+2
2022-03-21arch: Add pmd_pfn() where it is missingGravatar Mike Rapoport 1-0/+2
2022-03-14Merge tag 'timers-v5.18-rc1' of https://git.linaro.org/people/daniel.lezcano/...Gravatar Thomas Gleixner 2-7/+6
2022-03-12ARM: fix building NOMMU ARMv4/v5 kernelsGravatar Arnd Bergmann 1-1/+1
2022-03-11ARM: Spectre-BHB: provide empty stub for non-configGravatar Randy Dunlap 1-0/+6
2022-03-11ARM: fix Thumb2 regression with Spectre BHBGravatar Russell King (Oracle) 1-2/+2
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsGravatar Chuck Lever 11-11/+0
2022-03-11ARM: unwind: only permit stack switch when unwinding call_with_stack()Gravatar Ard Biesheuvel 1-10/+16
2022-03-11ARM: Revert "unwind: dump exception stack from calling frame"Gravatar Ard Biesheuvel 3-20/+2
2022-03-11ARM: entry: fix unwinder problems caused by IRQ stacksGravatar Ard Biesheuvel 1-43/+14
2022-03-11ARM: unwind: set frame.pc correctly for current-thread unwindingGravatar Russell King (Oracle) 3-3/+10
2022-03-10Merge tag 'soc-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-3/+11
2022-03-10ARM: fix build warning in proc-v7-bugs.cGravatar Russell King (Oracle) 1-1/+2
2022-03-09ARM: Do not use NOCROSSREFS directive with ld.lldGravatar Nathan Chancellor 1-0/+8
2022-03-09ARM: fix co-processor register typoGravatar Russell King (Oracle) 1-1/+1
2022-03-08ARM: fix build error when BPF_SYSCALL is disabledGravatar Emmanuel Gil Peyrot 1-1/+1
2022-03-08Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 10-55/+481
2022-03-08ARM: include unprivileged BPF status in Spectre V2 reportingGravatar Russell King (Oracle) 1-0/+13
2022-03-08ARM: dts: aspeed: Fix AST2600 quad spi groupGravatar Joel Stanley 1-1/+1
2022-03-08Merge tag 'tegra-for-5.17-arm-dt-fixes-2' of git://git.kernel.org/pub/scm/lin...Gravatar Arnd Bergmann 4-21/+33
2022-03-07ARM: tegra: Move Nyan FHD panels to AUX busGravatar Thierry Reding 1-2/+8
2022-03-07clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fixGravatar Drew Fustini 2-7/+6
2022-03-07ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yGravatar Ard Biesheuvel 2-1/+22
2022-03-07ARM: 9183/1: unwind: avoid spurious warnings on bogus code addressesGravatar Ard Biesheuvel 1-1/+2
2022-03-05ARM: Spectre-BHB workaroundGravatar Russell King (Oracle) 9-9/+254
2022-03-05ARM: use LOADADDR() to get load address of sectionsGravatar Russell King (Oracle) 1-7/+12
2022-03-05ARM: early traps initialisationGravatar Russell King (Oracle) 1-6/+21
2022-03-05ARM: report Spectre v2 status through sysfsGravatar Russell King (Oracle) 5-39/+187
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-8/+30
2022-03-01ARM: mstar: Select HAVE_ARM_ARCH_TIMERGravatar Daniel Palmer 1-0/+1
2022-02-28ARM: 9181/1: vdso: remove -nostdlib compiler flagGravatar Masahiro Yamada 1-1/+1
2022-02-28ARM: 9175/1: Convert to reserve_initrd_mem()Gravatar Wang Kefeng 1-42/+1
2022-02-28ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsGravatar Randy Dunlap 1-0/+2
2022-02-25usercopy: Check valid lifetime via stack depthGravatar Kees Cook 1-0/+1
2022-02-25Merge tag 'omap-for-v5.17/fixes-signed' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 2-33/+18
2022-02-24Merge tag 'tegra-for-5.17-arm-dt-fixes' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 3-19/+25
2022-02-24Merge tag 'v5.17-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Arnd Bergmann 2-3/+3
2022-02-23ARM: boot: dts: bcm2711: Fix HVS register rangeGravatar Maxime Ripard 1-0/+1