aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2012-06-14ARM: 7423/1: kprobes: run t32_simulate_ldr_literal() without insn slotRabin Vincent
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-05-31arm: use clear_tasks_mm_cpumask()Anton Vorontsov
2012-05-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-05-29Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Russell King
2012-05-26Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-05-21new helper: sigsuspend()Al Viro
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-05-21arm: don't open-code ptrace_report_syscall()Al Viro
2012-05-21arm: remove unused restart trampolineAl Viro
2012-05-21arm: new way of handling ERESTART_RESTARTBLOCKAl Viro
2012-05-21arm: if we get into work_pending while returning to kernel mode, just go awayAl Viro
2012-05-21arm: don't call try_to_freeze() from do_signal()Al Viro
2012-05-21arm: if there's no handler we need to restore sigmask, syscall or no syscallAl Viro
2012-05-21arm: trim _TIF_WORK_MASK, get rid of useless test and branch...Al Viro
2012-05-21arm: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-21Merge branch 'v3-removal' into for-linusRussell King
2012-05-21Merge branch 'misc' into for-linusRussell King
2012-05-21Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a...Russell King
2012-05-21ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-05-16ARM: PCI: remove per-pci_hw list of busesRussell King
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman
2012-05-13ARM: PCI: provide a default bus scan implementationRussell King
2012-05-13ARM: PCI: get rid of pci_std_swizzle()Russell King
2012-05-11Merge branch 'clean/late_initcall_v2' of git://git.linaro.org/people/shawnguo...Olof Johansson
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner
2012-05-08arm: Remove unused cpu_idle_wait()Thomas Gleixner
2012-05-06ARM: 7414/1: SMP: prevent use of the console when using idmap_pgdColin Cross
2012-05-06ARM: 7413/1: move read_{boot,persistent}_clock to the architecture levelMarc Zyngier
2012-05-05ARM: 7412/1: audit: use only AUDIT_ARCH_ARM regardless of endiannessWill Deacon
2012-05-05ARM: 7411/1: audit: fix treatment of saved ip register during syscall tracingWill Deacon
2012-05-05ARM: 7410/1: Add extra clobber registers for assembly in kernel_execveTim Bird
2012-05-05arm: Use generic init_taskThomas Gleixner
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King
2012-05-04ARM: 7363/1: DEBUG_LL: limit early mapping to the minimumNicolas Pitre
2012-05-04Merge branch 'timers-v3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Russell King
2012-05-03ARM: provide a late_initcall hook for platform initializationShawn Guo