aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-1/+0
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-157/+158
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+7
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-13/+7
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-3/+3
2021-09-01Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-87/+0
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+39
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-2/+2
2021-08-20ARM: 9110/1: oabi-compat: fix oabi epoll sparse warningArnd Bergmann1-1/+1
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann4-28/+1
2021-08-20ARM: 9111/1: oabi-compat: rework fcntl64() emulationArnd Bergmann1-33/+60
2021-08-20ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann1-16/+44
2021-08-20ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann1-67/+16
2021-08-20ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann3-8/+15
2021-08-20ARM: 9109/1: oabi-compat: add epoll_pwait handlerArnd Bergmann1-3/+35
2021-08-20ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()Arnd Bergmann1-31/+16
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-2/+0
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij1-3/+14
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann4-87/+0
2021-07-26printk: remove NMI trackingJohn Ogness1-2/+2
2021-07-23signal: Verify the alignment and size of siginfo_tEric W. Biederman1-0/+2
2021-07-23arm: Add compile-time asserts for siginfo_t offsetsMarco Elver1-0/+37
2021-07-19printk: Userspace format indexing supportChris Down1-1/+1
2021-07-08arm: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-41/+131
2021-07-05ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin1-1/+1
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+21
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-13ARM: 9096/1: Remove arm_pm_restart()Guenter Roeck1-5/+1
2021-06-13ARM: 9094/1: Register with kernel restart handlerGuenter Roeck1-2/+18
2021-06-13ARM: 9089/1: Define kernel physical section start and endLinus Walleij1-3/+24
2021-06-13ARM: 9088/1: Split KERNEL_OFFSET from PAGE_OFFSETLinus Walleij2-3/+2
2021-06-10genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier1-1/+21
2021-06-07ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin2-12/+78
2021-06-07ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()Alex Sverdlin2-10/+11
2021-06-07ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin1-9/+0
2021-06-03ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann1-7/+9
2021-06-01arm_pmu: Fix write counter incorrect in ARMv7 big-endian modeYang Jihong1-2/+2
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+12
2021-05-07arm: print alloc free paths for address in registersManinder Singh2-0/+12
2021-05-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds6-15/+36
2021-04-18ARM: 9075/1: kernel: Fix interrupted SMC callsManivannan Sadhasivam2-1/+13
2021-03-25ARM: 9068/1: syscalls: switch to generic syscalltbl.shMasahiro Yamada1-4/+4
2021-03-25ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()louis.wang1-1/+18