summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-12-062-5/+9
|\
| * ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MCDietmar Eggemann2019-12-062-5/+9
* | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\ \
| * | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-11-3012-94/+27
|\ \ \ | | |/ | |/|
| * | ARM: 8938/1: kernel: initialize broadcast hrtimer based clock event deviceBenjamin Gaignard2019-11-161-0/+2
| * | ARM: 8930/1: Add support for generic vDSOVincenzo Frascino2019-11-151-83/+4
| * | ARM: 8927/1: ARM/hw_breakpoint: add more ARMv8 debug architecture versions su...Candle Sun2019-11-151-0/+3
| * | ARM: 8918/2: only build return_address() if neededBen Dooks2019-11-152-5/+5
| * | ARM: 8925/1: tcm: include <asm/tcm.h> for missing declarationsBen Dooks2019-10-311-0/+1
| * | ARM: 8924/1: tcm: make dtcm_end and itcm_end staticBen Dooks2019-10-311-2/+2
| * | ARM: 8922/1: parse_dt_topology() rate is pointer to __be32Ben Dooks (Codethink)2019-10-311-1/+1
| * | ARM: 8920/1: share get_signal_page from signal.c to process.cBen Dooks (Codethink)2019-10-312-0/+4
| * | ARM: 8919/1: make unexported functions staticBen Dooks (Codethink)2019-10-311-3/+3
| * | ARM: 8913/1: arch_timer: include <asm/arch_timer.h>Ben Dooks2019-10-271-0/+1
| * | ARM: 8910/1: fix missing declartion of module_frob_arch_sectionsBen Dooks2019-10-271-0/+1
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-262-6/+2
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-042-2/+2
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-042-4/+0
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-10-232-2/+5
|\ \ | |/ |/|
| * Merge branch 'misc' into fixesRussell King2019-10-223-8/+5
| |\
| * | ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin2019-10-102-2/+5
* | | arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-241-5/+0
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-09-222-4/+3
|\ \ \ | | |/ | |/|
| * | ARM: 8896/1: VDSO: Don't leak kernel addressesGeert Uytterhoeven2019-08-231-1/+0
| * | ARM: 8873/1: perf: cleanup cppcheck shifting warningPhong Tran2019-08-231-3/+3
| * | ARM: 8872/1: Use common outgoing-CPU-notification codePaul E. McKenney2019-08-231-4/+2
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-161-4/+2
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-08-221-4/+2
| |\ \ | | |/ | |/|
| | * arm: Use common outgoing-CPU-notification codePaul E. McKenney2019-08-121-4/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-54/+6
|\ \ \ | |/ / |/| |
| * | arm: Use common cpu_topology structure and functions.Atish Patra2019-07-221-54/+6
| |/
* | ARM: signal: Mark expected switch fall-throughGustavo A. R. Silva2019-08-091-0/+1
* | ARM/hw_breakpoint: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+5
|/
* Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-181-0/+7
|\
| * ARM: module: recognize unwind exit sectionsMatthias Schiffer2019-06-241-0/+7
* | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* | mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-121-2/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-7/+7
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-2/+2
| * | signal/arm: Remove tsk parameter from ptrace_breakEric W. Biederman2019-05-292-4/+4
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-07-082-1/+3
|\ \ \
| * | | ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU coresMarek Szyprowski2019-06-201-0/+1
| * | | ARM: arrange show_pte() to issue severity-based messagesRussell King2019-06-201-1/+1
| * | | ARM: add "8<--- cut here ---" to kernel dumpsRussell King2019-06-201-0/+1
| | |/ | |/|
* | | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1943-175/+43
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-053-39/+3