summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-12-29ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handlingArd Biesheuvel1-5/+3
2021-11-18ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-11-02ARM: 9141/1: only warn about XIP address when not compile testingArnd Bergmann1-1/+1
2021-11-02ARM: 9138/1: fix link warning with XIP + frame-pointerArnd Bergmann1-0/+4
2021-09-26ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin1-1/+1
2021-09-26ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin2-12/+78
2021-09-26ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()Alex Sverdlin2-10/+11
2021-09-26ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin1-9/+0
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-07-14arm_pmu: Fix write counter incorrect in ARMv7 big-endian modeYang Jihong1-2/+2
2021-06-30ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann1-7/+9
2021-05-22ARM: 9075/1: kernel: Fix interrupted SMC callsManivannan Sadhasivam2-1/+13
2021-05-22ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()louis.wang1-1/+18
2021-05-19ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical...Ard Biesheuvel1-2/+2
2021-05-19ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual a...Ard Biesheuvel1-1/+1
2021-05-19ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel2-6/+10
2021-05-19ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel4-13/+17
2021-05-19ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handle...Zhen Lei1-1/+1
2021-03-17ARM: 9029/1: Make iwmmxt.S support Clang's integrated assemblerJian Cai2-44/+92
2021-03-04ARM: 9065/1: OABI compat: fix build when EPOLL is not enabledRandy Dunlap1-0/+15
2021-02-17ARM: kexec: fix oops after TLB are invalidatedRussell King3-39/+24
2021-02-17ARM: ensure the signal page contains defined contentsRussell King1-6/+8
2020-12-30ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel1-23/+2
2020-12-30ARM: p2v: fix handling of LPAE translation in BE modeArd Biesheuvel1-5/+1
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-2/+1
2020-10-27arm/build: Always handle .ARM.exidx and .ARM.extab sectionsNathan Chancellor1-0/+4
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-2/+2
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-5/+0
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+2
2020-10-20Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-30/+81
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-6/+12
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-133/+10
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-26/+0
2020-09-28ARM: Handle no IPI being registered in show_ipi_list()Marc Zyngier1-1/+6
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-5/+0
2020-09-18ARM/PCI: Remove unused fields from struct hw_pciLorenzo Pieralisi1-14/+2
2020-09-18arm: Move ipi_teardown() to a CONFIG_HOTPLUG_CPU sectionMarc Zyngier1-12/+11
2020-09-17ARM: Remove custom IRQ stat accountingMarc Zyngier2-17/+5
2020-09-17ARM: Kill __smp_cross_call and coMarc Zyngier1-19/+7
2020-09-15ARM: 9005/1: debug: Select flow control for all debug UARTsLinus Walleij1-1/+6
2020-09-15ARM: 9004/1: debug: Split waituart to CTS and TXRDYLinus Walleij1-2/+4
2020-09-15ARM: 8997/2: hw_breakpoint: Handle inexact watchpoint addressesDouglas Anderson1-28/+72
2020-09-13ARM: Allow IPIs to be handled as normal interruptsMarc Zyngier1-16/+83
2020-09-01arm/build: Assert for unwanted sectionsKees Cook2-0/+4
2020-09-01arm/build: Add missing sectionsKees Cook2-0/+2
2020-09-01arm/build: Explicitly keep .ARM.attributes sectionsKees Cook2-2/+2