summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-4/+4
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* arm: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+8
* arm: wire up dump_backtrace_{entry,stm}Dmitry Safonov2020-06-091-5/+7
* arm: add loglvl to dump_backtrace()Dmitry Safonov2020-06-091-7/+9
* arm: add loglvl to unwind_backtrace()Dmitry Safonov2020-06-092-5/+6
* arm/asm: add loglvl to c_backtrace()Dmitry Safonov2020-06-092-5/+6
* arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig2020-06-081-1/+1
* arm: fix the flush_icache_range arguments in set_fiq_handlerChristoph Hellwig2020-06-081-2/+2
* Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-051-4/+23
|\
| * arm32/64/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook2020-04-201-2/+3
| * arm32/64/elf: Add tables to document READ_IMPLIES_EXECKees Cook2020-04-201-3/+21
* | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-06-041-1/+1
|\ \
| * | ARM/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-05-151-1/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-012-13/+24
|\ \
| * | ARM: 8975/1: module: fix handling of unwind init sectionsVincent Whitchurch2020-05-191-3/+19
| * | ARM: compat: remove KERNEL_DS usage in sys_oabi_epoll_ctl()Russell King2020-04-211-10/+5
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-1/+0
|\ \
| * | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
| |/
* | ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hookFredrik Strupe2020-05-191-2/+2
* | Merge branch 'uaccess' into fixesRussell King2020-05-072-15/+5
|\ \
| * | ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hRussell King2020-05-032-15/+5
* | | ARM: 8973/1: Add missing newline terminator to kernel messageGeert Uytterhoeven2020-05-071-1/+1
| |/ |/|
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-04-032-5/+5
|\ \
| * | ARM: 8962/1: kexec: drop invalid assembly argumentStefan Agner2020-03-121-4/+4
| * | ARM: allow unwinder to unwind recursive functionsRussell King2020-02-211-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-025-68/+8
|\ \ \
| * | | arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier2020-03-241-31/+8
| * | | arm: Remove HYP/Stage-2 page-table supportMarc Zyngier2020-03-243-26/+0
| * | | arm: Remove 32bit KVM host supportMarc Zyngier2020-03-241-11/+0
* | | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: Use reboot_cpu instead of hardcoding it to 0Qais Yousef2020-03-251-1/+1
| * | | ARM: Don't use disable_nonboot_cpus()Qais Yousef2020-03-251-2/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-03-161-0/+2
|\ \ \ | |/ / |/| |
| * | ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()Florian Fainelli2020-02-211-0/+2
| |/
* | arm/patch: Fix !MMU compilePeter Zijlstra2020-02-111-10/+9
* | arm/ftrace: Fix BE text pokingPeter Zijlstra2020-02-111-5/+2
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-02-042-2/+6
|\
| * ARM: 8948/1: Prevent OOB access in stacktraceVincent Whitchurch2020-01-252-2/+6
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-4/+4
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \
| * | arch/arm/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-2/+4
|\ \ \
| * \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-252-5/+9
| |\ \ \ | | | |/ | | |/|