summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ARM: 8711/1: V7M: Add support for MPU to M-classVladimir Murzin2017-10-232-0/+20
| | * | | | ARM: 8708/1: NOMMU: Rework MPU to be mostly done in CVladimir Murzin2017-10-232-2/+2
| | * | | | ARM: 8706/1: NOMMU: Move out MPU setup in separate moduleVladimir Murzin2017-10-231-4/+12
| | * | | | Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King2017-10-026-9/+43
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | ARM: enable elf_fdpic on systems with an MMUNicolas Pitre2017-09-101-0/+4
| | | * | | ARM: add ELF_FDPIC supportNicolas Pitre2017-09-103-0/+20
| | | * | | ARM: signal handling support for FDPIC_FUNCPTRS functionsNicolas Pitre2017-09-101-0/+1
| | | * | | ARM: start_thread(): don't always clear all regsNicolas Pitre2017-09-101-7/+15
| | | * | | arm_elf_read_implies_exec(): remove unused argumentNicolas Pitre2017-09-101-2/+2
| | | * | | ARM: implement get_tls syscallNicolas Pitre2017-09-101-0/+1
| | | | | |
| | \ \ \ \
| *-. | | | | Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-nextRussell King2017-11-082-8/+0
| |\ \| | | | | | |_|_|_|/ | |/| | | |
| | * | | | ARM: 8699/1: dma-mapping: Remove init_dma_coherent_pool_size()Vladimir Murzin2017-09-281-7/+0
| | * | | | ARM: 8694/1: Remove leftover of fixmap_page_tableVladimir Murzin2017-09-281-1/+0
| | |/ / /
* | | | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-1/+1
* | | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-152-0/+4
|\ \ \ \ \
| * | | | | arm64/sve: KVM: Prevent guests from using SVEDave Martin2017-11-031-0/+3
| * | | | | arm_arch_timer: Expose event stream statusJulien Thierry2017-10-131-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-132-2/+8
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-11-131-2/+0
| |\ \ \ \ \
| | * \ \ \ \ Merge back suspend/resume/hibernate material for v4.15.Rafael J. Wysocki2017-10-091-2/+0
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | PM: ARM: locomo: Drop suspend and resume bus type callbacksRafael J. Wysocki2017-10-051-2/+0
| | | | |/ / | | | |/| |
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-11-131-0/+8
| |\ \ \ \ \
| | * | | | | arm: wire cpu-invariant accounting support up to the task schedulerDietmar Eggemann2017-10-031-0/+3
| | * | | | | arm: wire frequency-invariant accounting support up to the task schedulerDietmar Eggemann2017-10-031-0/+5
| | |/ / / /
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-0/+5
|\ \ \ \ \ \
| * | | | | | irqchip/gic-v3: Add support for Range Selector (RS) featureShanker Donthineni2017-10-191-0/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07115-1/+140
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-042-1/+27
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | ARM: 8715/1: add a private asm/unaligned.hArnd Bergmann2017-10-242-1/+27
| | | |/ / | | |/| |
| * | | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-025-0/+5
| * | | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0213-0/+13
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0295-0/+95
| | |/ / | |/| |
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* | | | linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-10-241-2/+1
* | | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-5/+0
* | | | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-101-4/+0
* | | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-6/+0
|/ / /
* / / Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier2017-09-172-11/+6
|/ /
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-09-123-0/+4
|\ \
| * \ Merge branches 'fixes' and 'misc' into for-linusRussell King2017-09-0923-78/+122
| |\ \
| | * | ARM: 8689/1: scu: add missing errno includeJohan Hovold2017-08-021-0/+1
| | * | ARM: 8688/1: pm: add missing types includeJohan Hovold2017-08-021-0/+2
| * | | ARM: align .data sectionRussell King2017-08-141-0/+1
* | | | Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-101-108/+0
|\ \ \ \
| * \ \ \ Merge tag 'omap-for-v4.14/debug-ll-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2017-08-161-108/+0
| |\ \ \ \
| | * | | | ARM: debug: Use generic 8250 debug_ll for am3517 and am335xTony Lindgren2017-07-171-25/+0
| | * | | | ARM: debug: Use generic 8250 debug_ll for ti81xxTony Lindgren2017-07-171-28/+0
| | * | | | ARM: debug: Use generic 8250 debug_ll for omap3/4/5Tony Lindgren2017-07-171-32/+0
| | * | | | ARM: debug: Use generic 8250 debug_ll for omap2 and omap3/4/5 common uartsTony Lindgren2017-07-171-23/+0