summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handle...Zhen Lei2021-03-251-1/+1
| * ARM: 9060/1: kexec: Remove unused kexec_reinit callbackJoel Stanley2021-03-091-8/+0
* | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-2/+7
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-222-3/+15
|\ \ | |/ |/|
| * ARM: 9065/1: OABI compat: fix build when EPOLL is not enabledRandy Dunlap2021-02-221-0/+15
| * ARM: 9047/1: smp: remove unused variableWolfram Sang (Renesas)2021-02-011-3/+0
* | ARM: kexec: fix oops after TLB are invalidatedRussell King2021-02-053-39/+24
* | ARM: ensure the signal page contains defined contentsRussell King2021-02-051-6/+8
|/
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\
| * ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()Thomas Gleixner2020-12-151-1/+1
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds2020-12-2217-348/+447
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2020-12-217-237/+295
| |\ \
| | * | ARM: kvm: replace open coded VA->PA calculations with adr_l callArd Biesheuvel2020-10-281-15/+12
| | * | ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSETArd Biesheuvel2020-10-281-8/+2
| | * | ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hashArd Biesheuvel2020-10-281-14/+5
| | * | ARM: head: use PC-relative insn sequence for __smp_altArd Biesheuvel2020-10-281-10/+2
| | * | ARM: kernel: use relative references for UP/SMP alternativesArd Biesheuvel2020-10-281-5/+5
| | * | ARM: head.S: use PC-relative insn sequence for secondary_dataArd Biesheuvel2020-10-281-15/+4
| | * | ARM: head-common.S: use PC-relative insn sequence for idmap creationArd Biesheuvel2020-10-281-10/+2
| | * | ARM: head-common.S: use PC-relative insn sequence for __proc_infoArd Biesheuvel2020-10-281-16/+6
| | * | ARM: p2v: reduce p2v alignment requirement to 2 MiBArd Biesheuvel2020-10-281-14/+26
| | * | ARM: p2v: switch to MOVW for Thumb2 and ARM/LPAEArd Biesheuvel2020-10-281-31/+116
| | * | ARM: p2v: simplify __fixup_pv_table()Ard Biesheuvel2020-10-281-20/+14
| | * | ARM: p2v: use relative references in patch site arraysArd Biesheuvel2020-10-281-11/+7