summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-1/+0
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-097-157/+158
|\
| * ARM: 9110/1: oabi-compat: fix oabi epoll sparse warningArnd Bergmann2021-08-201-1/+1
| * ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-204-28/+1
| * ARM: 9111/1: oabi-compat: rework fcntl64() emulationArnd Bergmann2021-08-201-33/+60
| * ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann2021-08-201-16/+44
| * ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann2021-08-201-67/+16
| * ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann2021-08-203-8/+15
| * ARM: 9109/1: oabi-compat: add epoll_pwait handlerArnd Bergmann2021-08-201-3/+35
| * ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()Arnd Bergmann2021-08-201-31/+16
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\ \
| * | trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-2/+0
|\ \ \
| * | | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-13/+7
|\ \ \
| * | | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-13/+7
| | |/ | |/|
* | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-012-3/+3
|\ \ \
| * \ \ Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-2/+2
| |\ \ \
| | * | | printk: remove NMI trackingJohn Ogness2021-07-261-2/+2
| * | | | printk: Userspace format indexing supportChris Down2021-07-191-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2021-09-014-87/+0
|\ \ \ \
| * | | | ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann2021-08-044-87/+0
| |/ / /
* | | | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-0/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | signal: Verify the alignment and size of siginfo_tEric W. Biederman2021-07-231-0/+2
| * | | arm: Add compile-time asserts for siginfo_t offsetsMarco Elver2021-07-231-0/+37
| |/ /
* / / ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij2021-08-101-3/+14
|/ /
* | arm: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-067-41/+131
|\ \ | |/ |/|
| * ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin2021-07-051-1/+1
| * ARM: 9096/1: Remove arm_pm_restart()Guenter Roeck2021-06-131-5/+1
| * ARM: 9094/1: Register with kernel restart handlerGuenter Roeck2021-06-131-2/+18
| * ARM: 9089/1: Define kernel physical section start and endLinus Walleij2021-06-131-3/+24
| * ARM: 9088/1: Split KERNEL_OFFSET from PAGE_OFFSETLinus Walleij2021-06-132-3/+2
| * ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin2021-06-072-12/+78
| * ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()Alex Sverdlin2021-06-072-10/+11
| * ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin2021-06-071-9/+0
* | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-291-1/+21
|\ \
| * | genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier2021-06-101-1/+21
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-2/+2
|\ \
| * | arm_pmu: Fix write counter incorrect in ARMv7 big-endian modeYang Jihong2021-06-011-2/+2
| |/
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-282-2/+1
|\ \
| * | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
| * | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
| |/
* / ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann2021-06-031-7/+9
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-0/+12
|\
| * arm: print alloc free paths for address in registersManinder Singh2021-05-072-0/+12
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-05-066-15/+36
|\ \ | |/ |/|
| * ARM: 9075/1: kernel: Fix interrupted SMC callsManivannan Sadhasivam2021-04-182-1/+13
| * ARM: 9068/1: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-03-251-4/+4
| * ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()louis.wang2021-03-251-1/+18