summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: 7591/1: nommu: Enable the strict alignment (CR_A) bit only if ARCH < v6Armando Visconti2012-12-071-1/+1
| | * | | ARM: 7579/1: arch/allow a scno of -1 to not cause a SIGILLKees Cook2012-11-191-1/+4
| | * | | ARM: 7578/1: arch/move secure_computing into traceKees Cook2012-11-192-19/+20
| | * | | ARM: 7574/1: kernel/process.c: include idmap.h instead of redeclaring setup_m...Nicolas Pitre2012-11-131-2/+1
| | * | | ARM: 7571/1: SMP: add function arch_send_wakeup_ipi_mask()Shawn Guo2012-11-131-0/+5
| | * | | ARM: 7568/1: Sort exception table at compile timeStephen Boyd2012-11-041-10/+9
| | * | | ARM: 7563/1: SMP_TWD: make setup()/stop() reentrantLinus Walleij2012-11-041-5/+37
| | * | | ARM: 7561/1: SMP_TWD: use clk_prepare_enable()Linus Walleij2012-11-041-10/+2
| | * | | ARM: 7544/1: Add BUG_ON when hlt counter is wrongly usedfwu2012-10-181-0/+1
| |/ / / |/| | |
| * | | ARM: 7590/1: /proc/interrupts: limit the display of IPIs to online CPUs onlyNicolas Pitre2012-12-071-1/+1
| | |/ | |/|
| * | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-11-071-14/+4
| |\ \ | | |/ | |/|
| | * ARM: 7565/1: sched: stop sched_clock() during suspendFelipe Balbi 22012-10-291-14/+4
| * | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-256-10/+25
| |\ \ | | |/
| | * Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Russell King2012-10-222-0/+6
| | |\
| | | * ARM: export set_irq_flagsArnd Bergmann2012-10-091-0/+2
| | | * ARM: kprobes: make more tests conditionalArnd Bergmann2012-10-091-0/+4
| | * | ARM: 7560/1: SMP_TWD: use DIV_ROUND_CLOSEST() for periodic modeLinus Walleij2012-10-221-2/+2
| | * | ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_countWill Deacon2012-10-221-4/+10
| | * | ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODWill Deacon2012-10-181-0/+4
| | * | ARM: 7555/1: kexec: fix segment memory addresses checkAaro Koskinen2012-10-181-4/+3
| |/ / |/| |
| * | ARM: fix oops on initial entry to userspace with Thumb2 kernelsRussell King2012-10-151-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-132-28/+6
|\ \
| * | arm: switch to saner kernel_execve() semanticsAl Viro2012-10-122-28/+6
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-126-5/+279
|\ \ \
| * \ \ Merge branch 'fixes' into for-linusRussell King2012-10-1126-978/+1157
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2012-09-305-3/+259
| |\ \ \
| | * | | ARM: virt: arch_timers: enable access to physical timersMarc Zyngier2012-09-191-0/+13
| | * | | ARM: virt: Add boot-time diagnosticsDave Martin2012-09-192-0/+23
| | * | | ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin2012-09-191-0/+18
| | * | | ARM: virt: allow the kernel to be entered in HYP modeDave Martin2012-09-193-3/+205
| * | | | Merge branch 'cache-louis' of git://linux-arm.org/linux-2.6-lp into devel-stableRussell King2012-09-262-2/+20
| |\ \ \ \
| | * | | | ARM: kernel: update __cpu_disable to use cache LoUIS maintenance APILorenzo Pieralisi2012-09-251-1/+4
| | * | | | ARM: kernel: update cpu_suspend code to use cache LoUIS operationsLorenzo Pieralisi2012-09-251-1/+16
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-1/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-104-131/+38
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro2012-09-303-26/+1
| * | | | arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2012-09-302-42/+12
| * | | | arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro2012-09-302-62/+25
| * | | | don't bother exporting kernel_execve()Al Viro2012-09-201-1/+0
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-0714-371/+600
|\ \ \ \
| * \ \ \ Merge branch 'arch-timers' into for-linusRussell King2012-10-041-110/+273
| |\ \ \ \
| | * | | | ARM: 7538/1: delay: add registration mechanism for delay timer sourcesJonathan Austin2012-09-261-9/+8
| | * | | | ARM: 7522/1: arch_timers: register a time/cycle counterMarc Zyngier2012-09-151-0/+25
| | * | | | ARM: 7523/1: arch_timers: enable the use of the virtual timerMarc Zyngier2012-09-151-102/+241
| | | |_|/ | | |/| |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc'...Russell King2012-10-0417-286/+448
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | | | | | * | ARM: 7525/1: ptrace: use updated syscall number for syscall auditingWill Deacon2012-09-191-6/+6
| | | | | | * | ARM: 7524/1: support syscall tracingWade Farnsworth2012-09-192-2/+18
| | | | | | |/
| | | | | * | ARM: 7540/1: kexec: Check segment memory addressesMatthew Leach2012-09-261-0/+6
| | | | | * | ARM: 7539/1: kexec: scan for dtb magic in segmentsMatthew Leach2012-09-261-1/+22
OpenPOWER on IntegriCloud