aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-25ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handler hookZhen Lei1-1/+1
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross1-2/+7
2021-03-09ARM: 9060/1: kexec: Remove unused kexec_reinit callbackJoel Stanley1-8/+0
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-3/+15
2021-02-22ARM: 9065/1: OABI compat: fix build when EPOLL is not enabledRandy Dunlap1-0/+15
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-05ARM: kexec: fix oops after TLB are invalidatedRussell King3-39/+24
2021-02-05ARM: ensure the signal page contains defined contentsRussell King1-6/+8
2021-02-01ARM: 9047/1: smp: remove unused variableWolfram Sang (Renesas)1-3/+0
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds17-348/+447
2020-12-21Merge branch 'devel-stable' into for-nextRussell King7-237/+295
2020-12-21ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical sectionArd Biesheuvel1-2/+2
2020-12-21ARM: 9033/1: arm/smp: Drop the macro S(x,s)Anshuman Khandual1-8/+7
2020-12-21ARM: 9031/1: hyp-stub: remove unused .L__boot_cpu_mode_offset symbolArd Biesheuvel1-6/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+5
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-19/+1
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2020-12-15mm: forbid splitting special mappingsDmitry Safonov1-9/+0
2020-12-15ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()Thomas Gleixner1-1/+1
2020-12-08ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel1-23/+2
2020-12-08ARM: 9029/1: Make iwmmxt.S support Clang's integrated assemblerJian Cai2-44/+92
2020-12-08ARM: 9028/1: disable KASAN in call stack capturing routinesArd Biesheuvel1-0/+3
2020-12-08ARM: 9026/1: unwind: remove old check for GCC <= 4.2Nick Desaulniers1-3/+0
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1