summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra2017-04-032-0/+4
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-025-0/+5
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-284-10/+20
|\
| *-. Merge branches 'fixes' and 'misc'; commit 'kuser^{/add CPU_THUMB_CAPABLE to i...Russell King2017-02-284-10/+20
| |\ \
| | * | ARM: 8650/1: module: handle negative R_ARM_PREL31 addends correctlyArd Biesheuvel2017-02-281-2/+11
| | * | ARM: 8649/2: nommu: remove Hivecs configuration is asmAfzal Mohammed2017-02-281-5/+0
| | * | ARM: 8644/1: Reduce "CPU: shutdown" message to debug levelFlorian Fainelli2017-02-281-1/+1
| | * | ARM: 8637/1: Adjust memory boundaries after reservationsLaura Abbott2017-02-281-0/+6
| | * | ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott2017-02-281-2/+2
| | |/
* | | mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-225-23/+13
|\ \ \
| * | | arm: perf: use builtin_platform_driverGeliang Tang2017-02-033-15/+3
| * | | arm: kernel: Add SMC structure parameterAndy Gross2017-02-032-8/+10
| | |/ | |/|
* | | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-212-6/+6
|\ \ \ | |_|/ |/| |
| * | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-072-6/+6
| |/
* | ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset writeDave Martin2017-01-301-1/+1
* | ARM: 8613/1: Fix the uaccess crash on PB11MPCoreLinus Walleij2017-01-161-0/+7
* | ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland2017-01-101-0/+16
|/
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-12-153-448/+263
|\
| * Merge branch 'syscalls' into for-linusRussell King2016-12-142-447/+44
| |\
| | * ARM: convert to generated system call tablesRussell King2016-10-182-444/+44
| | |
| | \
| *-. \ Merge branches 'clkdev', 'fixes', 'misc' and 'sa1100-base' into for-linusRussell King2016-12-149-11/+431
| |\ \ \ | | |_|/ | |/| |
| | | * ARM: 8622/3: add sysfs cpu_capacity attributeJuri Lelli2016-11-221-0/+64
| | | * ARM: 8621/3: parse cpu capacity-dmips-mhz from DTJuri Lelli2016-11-221-1/+155
| | |/ | |/|
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-25/+22
|\ \ \ | |_|/ |/| |
| * | ARM/hw_breakpoint: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-25/+22
* | | Revert "arm: move exports to definitions"Russell King2016-11-235-10/+184
* | | ARM: Fix XIP kernelsRussell King2016-11-161-0/+5
* | | ARM: fix backtraceRussell King2016-11-151-0/+20
|/ /
* | ARM: wire up new pkey syscallsRussell King2016-10-191-0/+3
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-145-184/+10
|\
| * arm: move exports to definitionsAl Viro2016-08-075-184/+10
* | ARM: use simpler API for random address requestsJason Cooper2016-10-111-2/+1
* | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-072-0/+2
* | nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf2016-10-071-9/+0
* | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-2/+2
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-10-067-123/+180
|\ \
| * \ Merge branch 'devel-stable' into for-linusRussell King2016-10-062-101/+145
| |\ \
| | * | ARM: kernel: avoid brute force search on PLT generationArd Biesheuvel2016-08-301-28/+32
OpenPOWER on IntegriCloud