summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-07-312-5/+23
|\
| * ARM: 8987/1: VDSO: Fix incorrect clock_gettime64Jaedon Shin2020-07-211-0/+1
| * ARM: 8986/1: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon2020-07-211-5/+22
* | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-9/+0
|/
* maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-1/+1
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-172-2/+3
* 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-051-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-022-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-035-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-311-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
|/