aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityGravatar Linus Torvalds 1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 2-2/+3
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-4/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 3-3/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 4-4/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09arm: add show_stack_loglvl()Gravatar Dmitry Safonov 1-2/+8
2020-06-09arm: wire up dump_backtrace_{entry,stm}Gravatar Dmitry Safonov 1-5/+7
2020-06-09arm: add loglvl to dump_backtrace()Gravatar Dmitry Safonov 1-7/+9
2020-06-09arm: add loglvl to unwind_backtrace()Gravatar Dmitry Safonov 2-5/+6
2020-06-09arm/asm: add loglvl to c_backtrace()Gravatar Dmitry Safonov 2-5/+6
2020-06-08arm: rename flush_cache_user_range to flush_icache_user_rangeGravatar Christoph Hellwig 1-1/+1
2020-06-08arm: fix the flush_icache_range arguments in set_fiq_handlerGravatar Christoph Hellwig 1-2/+2
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+23
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-1/+1
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-13/+24
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+0
2020-05-19ARM: 8975/1: module: fix handling of unwind init sectionsGravatar Vincent Whitchurch 1-3/+19
2020-05-19ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hookGravatar Fredrik Strupe 1-2/+2
2020-05-15ARM/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hGravatar Eric Biggers 1-1/+0
2020-05-07Merge branch 'uaccess' into fixesGravatar Russell King 2-15/+5
2020-05-07ARM: 8973/1: Add missing newline terminator to kernel messageGravatar Geert Uytterhoeven 1-1/+1
2020-05-03ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hGravatar Russell King 2-15/+5
2020-04-21ARM: compat: remove KERNEL_DS usage in sys_oabi_epoll_ctl()Gravatar Russell King 1-10/+5
2020-04-20arm32/64/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKGravatar Kees Cook 1-2/+3
2020-04-20arm32/64/elf: Add tables to document READ_IMPLIES_EXECGravatar Kees Cook 1-3/+21
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-5/+5
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-68/+8
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2020-03-25ARM: Use reboot_cpu instead of hardcoding it to 0Gravatar Qais Yousef 1-1/+1
2020-03-25ARM: Don't use disable_nonboot_cpus()Gravatar Qais Yousef 1-2/+2
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-24arm: Remove the ability to set HYP vectors outside of the decompressorGravatar Marc Zyngier 1-31/+8
2020-03-24arm: Remove HYP/Stage-2 page-table supportGravatar Marc Zyngier 3-26/+0
2020-03-24arm: Remove 32bit KVM host supportGravatar Marc Zyngier 1-11/+0
2020-03-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-0/+2
2020-03-12ARM: 8962/1: kexec: drop invalid assembly argumentGravatar Stefan Agner 1-4/+4
2020-02-21ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()Gravatar Florian Fainelli 1-0/+2
2020-02-21ARM: allow unwinder to unwind recursive functionsGravatar Russell King 1-1/+1
2020-02-11arm/patch: Fix !MMU compileGravatar Peter Zijlstra 1-10/+9
2020-02-11arm/ftrace: Fix BE text pokingGravatar Peter Zijlstra 1-5/+2
2020-02-04Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-2/+6
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-4/+4
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+4