summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-154-20/+41
|\
| * Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon2018-07-273-13/+34
| |\
| | * arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose2018-07-103-0/+25
| | * arm_pmu: Change API to support 64bit counter valuesSuzuki K Poulose2018-07-103-8/+8
| | * arm_pmu: Clean up maximum period handlingSuzuki K Poulose2018-07-103-5/+0
| | * arm: perf: prevent unbind/bind via sysfsStefan Agner2018-07-091-0/+1
| * | kvm/arm: use PSR_AA32 definitionsMark Rutland2018-07-051-7/+7
* | | Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-08-146-196/+123
|\ \ \
| * \ \ Merge branch 'asoc-4.19' into asoc-nextMark Brown2018-08-096-196/+123
| |\ \ \
| | * | | ARM: pxa: change SSP DMA channels allocationRobert Jarzmik2018-06-181-47/+0
| | * | | ARM: pxa: remove the DMA IO resourcesRobert Jarzmik2018-06-181-136/+0
| | * | | ARM: pxa: add dma slave mapRobert Jarzmik2018-06-185-13/+123
| | | |/ | | |/|
* | | | Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-141-1/+1
|\ \ \ \
| * | | | ARM: exynos: Define EINT_WAKEUP_MASK registers for S5Pv210 and Exynos5433Krzysztof Kozlowski2018-07-241-1/+1
| | |/ / | |/| |
* | | | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds2018-08-142-2/+0
|\ \ \ \
| * | | | mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}()Boris Brezillon2018-07-182-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-08-1415-145/+101
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-08-1315-145/+101
| |\ \ \ \ \
| | | * | | | ARM: spectre-v1: mitigate user accessesRussell King2018-08-022-0/+13
| | | * | | | ARM: spectre-v1: use get_user() for __get_user()Russell King2018-08-021-6/+11
| | | * | | | ARM: use __inttype() in get_user()Russell King2018-08-021-1/+8
| | | * | | | ARM: oabi-compat: copy semops using __copy_from_user()Russell King2018-08-021-3/+5
| | | * | | | ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-08-023-24/+17
| | | * | | | ARM: signal: copy registers using __copy_from_user()Russell King2018-07-261-17/+21
| | * | | | | ARM: 8785/1: use compiler built-ins for ffs and flsNicolas Pitre2018-07-301-83/+9
| | * | | | | ARM: 8784/1: NOMMU: Allow enter in Hyp modeVladimir Murzin2018-07-302-3/+10
| | * | | | | ARM: 8783/1: NOMMU: Extend check for VBAR supportVladimir Murzin2018-07-301-1/+2
| | * | | | | ARM: 8782/1: vfp: clean up arch/arm/vfp/MakefileMasahiro Yamada2018-07-301-4/+1
| | * | | | | ARM: tcm: ensure inline stub functions are marked staticRussell King2018-07-141-1/+1
| | * | | | | ARM: 8779/1: add endianness option to LDFLAGS instead of LDMasahiro Yamada2018-07-111-2/+2
| | * | | | | ARM: 8777/1: Hook up SYNC_CORE functionality for sys_membarrier()Will Deacon2018-07-111-0/+1
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-143-16/+4
|\ \ \ \ \ \
| * | | | | | ARM/time: Remove read_boot_clock64()Pavel Tatashin2018-07-203-16/+4
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-141-0/+8
|\ \ \ \ \ \ \
| * | | | | | | arm/asm/tlb.h: Fix build error implicit func declarationAnders Roxell2018-07-251-0/+8
| |/ / / / / /
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-136-177/+51
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-022-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-2533-297/+298
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
| * | | | | | | | | perf/arch/arm: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-262-36/+41
| * | | | | | | | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-262-7/+6
| * | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-262-5/+6
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | kprobes/arm: Fix %p uses in error messagesMasami Hiramatsu2018-06-212-3/+2
| * | | | | | | | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-5/+5
| * | | | | | | | | | ARM/kprobes: Don't call the ->break_handler() in arm kprobes codeMasami Hiramatsu2018-06-211-11/+0
| * | | | | | | | | | ARM/kprobes: Remove jprobe arm implementationMasami Hiramatsu2018-06-213-117/+0
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-41/+14
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-1733-295/+300
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland2018-06-211-0/+2
| * | | | | | | | | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+1