summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-097-291/+294
|\
| * Merge tag 'arm-perf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wi...Arnd Bergmann2014-11-207-291/+294
| |\
| | * arm: perf: fold hotplug notifier into arm_pmuMark Rutland2014-10-301-35/+34
| | * arm: perf: dynamically allocate cpu hardware dataMark Rutland2014-10-301-8/+25
| | * arm: perf: fold percpu_pmu into pmu_hw_eventsMark Rutland2014-10-302-11/+17
| | * arm: perf: kill get_hw_events()Mark Rutland2014-10-305-32/+27
| | * arm: perf: limit size of accounting dataMark Rutland2014-10-302-7/+1
| | * arm: perf: use IDR types for CPU PMUsMark Rutland2014-10-302-2/+6
| | * arm: perf: make PMU probing data-drivenMark Rutland2014-10-301-32/+18
| | * arm: perf: add missing pr_info newlinesMark Rutland2014-10-301-4/+4
| | * arm: perf: factor out callchain codeMark Rutland2014-10-303-132/+138
| | * ARM: perf: use pr_* instead of printkWill Deacon2014-10-302-10/+10
| | * ARM: perf: remove useless return and check of idx in counter handlingchai wen2014-10-301-22/+18
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-11-281-29/+2
|\ \ \ | |/ / |/| |
| * | ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin2014-11-271-29/+2
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-11-021-0/+1
|\ \ \ | |/ /
| * | ARM: enable bpf syscallRussell King2014-10-291-0/+1
| |/
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-10-281-1/+11
|\ \ | |/ |/|
| * ARM: Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854Russell King2014-10-191-1/+11
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-2/+2
|\ \
| * | ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-2/+2
* | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-6/+6
|\ \ \
| * | | arm: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter2014-08-261-6/+6
* | | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-141-1/+6
|\ \ \ \
| * | | | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-031-1/+6
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-2/+2
|\ \ \ \ \
| * | | | | ARM: topology: Use the new cpu_capacity interfaceVincent Guittot2014-09-191-2/+2
| |/ / / /
* | | | | Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-101-7/+5
|\ \ \ \ \
| * | | | | arm/arm64: unexport restart handlersGuenter Roeck2014-09-261-1/+0
| * | | | | arm: support restart through restart handler call chainGuenter Roeck2014-09-261-6/+5
| | |/ / / | |/| | |
* | | | | nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-091-2/+1
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-091-18/+1
|\ \ \ \ \
| * | | | | ARM: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier2014-09-031-18/+1
| |/ / / /
* | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-1/+1
|\ \ \ \ \
| * | | | | arm: Tell irq work about self IPI supportFrederic Weisbecker2014-09-131-1/+1
| | |/ / / | |/| | |
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King2014-10-0218-113/+134
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | * | | | ARM: 8168/1: extend __init_end to a page align addressYalin Wang2014-10-021-1/+1
| | | * | | | ARM: 8160/1: drop warning about return_address not using unwind tablesUwe Kleine-König2014-09-261-4/+0
| | | * | | | ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.hBehan Webster2014-09-261-5/+0
| | | * | | | ARM: 8155/1: place sigpage at a random offset above stackNathan Lynch2014-09-261-1/+36
| | | * | | | ARM: 8154/1: use _install_special_mapping for sigpageNathan Lynch2014-09-261-8/+16
| | | * | | | ARM: Avoid writing to control register on every exceptionRussell King2014-09-263-8/+20
| | | * | | | ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches2014-09-266-27/+27
| | | * | | | ARM: 8131/1: arm/smp: Absorb boot_secondary()Geert Uytterhoeven2014-08-271-8/+4
| | | | |/ / | | | |/| |
| * | | | | ARM: 8179/1: kprobes-test: Fix compile error "bad immediate value for offset"Jon Medhurst2014-09-302-8/+13
| |/ / / /
| * | | | ARM: 8149/1: perf: Don't sleep while atomic when enabling per-cpu interruptsStephen Boyd2014-09-161-10/+4
| * | | | ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch2014-09-163-17/+4
| * | | | ARM: 8151/1: add missing exports for asm functions required by get_user macroVictor Kamensky2014-09-161-0/+8
| * | | | ARM: 8135/1: Fix in-correct barrier usage in SWP{B} emulationPunit Agrawal2014-09-121-15/+0
| * | | | ARM: 8133/1: use irq_set_affinity with force=false when migrating irqsSudeep Holla2014-09-021-1/+1
| | |/ / | |/| |
OpenPOWER on IntegriCloud