summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: 9031/1: hyp-stub: remove unused .L__boot_cpu_mode_offset symbolArd Biesheuvel2020-12-211-6/+0
| * | | ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel2020-12-081-23/+2
| * | | ARM: 9029/1: Make iwmmxt.S support Clang's integrated assemblerJian Cai2020-12-082-44/+92
| * | | ARM: 9028/1: disable KASAN in call stack capturing routinesArd Biesheuvel2020-12-081-0/+3
| * | | ARM: 9026/1: unwind: remove old check for GCC <= 4.2Nick Desaulniers2020-12-081-3/+0
| * | | ARM: 9024/1: Drop useless cast of "u64" to "long long"Geert Uytterhoeven2020-11-121-1/+1
| * | | ARM: 9023/1: Spelling s/mmeory/memory/Geert Uytterhoeven2020-11-121-1/+1
| * | | ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual a...Ard Biesheuvel2020-10-281-1/+1
| * | | ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij2020-10-272-0/+5
| * | | ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij2020-10-272-4/+8
| * | | ARM: 9014/2: Replace string mem* functions for KASanLinus Walleij2020-10-271-2/+2
| * | | ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij2020-10-271-1/+5
| * | | ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel2020-10-272-6/+10
| * | | ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel2020-10-274-13/+17
| |/ /
* | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-163-5/+5
|\ \ \
| * | | arm: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-123-5/+5
* | | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-162-19/+1
|\ \ \ \
| * | | | ARM: rpc: use legacy_timer_tickArnd Bergmann2020-10-301-14/+0
| * | | | ARM: remove ebsa110 platformArnd Bergmann2020-10-301-5/+1
| | |/ / | |/| |
* | | | Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-151-9/+0
|\ \ \ \
| * | | | arm: kill dump_task_regs()Al Viro2020-10-251-9/+0
| |/ / /
* | | / mm: forbid splitting special mappingsDmitry Safonov2020-12-151-9/+0
| |_|/ |/| |
* | | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\ \ \
| * | | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
| | |/ | |/|
* / | perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-2/+1
|/ /
* / arm/build: Always handle .ARM.exidx and .ARM.extab sectionsNathan Chancellor2020-10-271-0/+4
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-5/+0
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-5/+0
* | | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-14/+2
|\ \ \
| * | | ARM/PCI: Remove unused fields from struct hw_pciLorenzo Pieralisi2020-09-181-14/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-10-202-30/+81
|\ \ \ | |_|/ |/| |
| * | ARM: 9005/1: debug: Select flow control for all debug UARTsLinus Walleij2020-09-151-1/+6
| * | ARM: 9004/1: debug: Split waituart to CTS and TXRDYLinus Walleij2020-09-151-2/+4
| * | ARM: 8997/2: hw_breakpoint: Handle inexact watchpoint addressesDouglas Anderson2020-09-151-28/+72
* | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-6/+12
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-123-133/+10
|\ \ \
| * | | arm/build: Assert for unwanted sectionsKees Cook2020-09-012-0/+4
| * | | arm/build: Add missing sectionsKees Cook2020-09-012-0/+2
| * | | arm/build: Explicitly keep .ARM.attributes sectionsKees Cook2020-09-012-2/+2
| * | | arm/build: Refactor linker script headersKees Cook2020-09-013-133/+2
| * | | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-012-0/+2
| | |/ | |/|
* | | Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-26/+0
|\ \ \
| * | | ARM, sched/topology: Revert back to default scheduler topologyValentin Schneider2020-08-191-26/+0
| * | | ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider2020-08-191-1/+1
| |/ /
* | | ARM: Handle no IPI being registered in show_ipi_list()Marc Zyngier2020-09-281-1/+6
* | | arm: Move ipi_teardown() to a CONFIG_HOTPLUG_CPU sectionMarc Zyngier2020-09-181-12/+11
* | | ARM: Remove custom IRQ stat accountingMarc Zyngier2020-09-172-17/+5