index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-22
ARM: 7428/1: Prevent KALLSYM size mismatch on ARM.
David Brown
1
-0
/
+2
2012-06-18
Merge branch 'topic/sebastian-devinit-fixups' into next
Bjorn Helgaas
1
-1
/
+1
2012-06-16
ARM: 7425/1: extable: ensure fixup entries are 4-byte aligned
Will Deacon
1
-0
/
+1
2012-06-14
ARM: 7423/1: kprobes: run t32_simulate_ldr_literal() without insn slot
Rabin Vincent
1
-1
/
+1
2012-06-13
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
1
-1
/
+1
2012-06-12
arm/PCI: move fixup hooks from __init to __devinit
Sebastian Andrzej Siewior
1
-1
/
+1
2012-06-01
new helper: signal_delivered()
Al Viro
1
-6
/
+1
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
1
-5
/
+1
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-15
/
+3
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-9
/
+3
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-5
/
+1
2012-05-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2012-05-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-7
/
+1
2012-05-31
arm: use clear_tasks_mm_cpumask()
Anton Vorontsov
1
-7
/
+1
2012-05-29
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
5
-73
/
+27
2012-05-29
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Russell King
5
-73
/
+27
2012-05-26
Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+8
2012-05-25
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
1
-6
/
+3
2012-05-23
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
1
-2
/
+0
2012-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-10
/
+1
2012-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+2
2012-05-22
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-12
/
+4
2012-05-21
new helper: sigsuspend()
Al Viro
1
-10
/
+1
2012-05-21
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-83
/
+2
2012-05-21
arm: don't open-code ptrace_report_syscall()
Al Viro
1
-14
/
+1
2012-05-21
arm: remove unused restart trampoline
Al Viro
3
-17
/
+0
2012-05-21
arm: new way of handling ERESTART_RESTARTBLOCK
Al Viro
2
-27
/
+9
2012-05-21
arm: if we get into work_pending while returning to kernel mode, just go away
Al Viro
2
-9
/
+3
2012-05-21
arm: don't call try_to_freeze() from do_signal()
Al Viro
1
-4
/
+0
2012-05-21
arm: if there's no handler we need to restore sigmask, syscall or no syscall
Al Viro
1
-8
/
+6
2012-05-21
arm: trim _TIF_WORK_MASK, get rid of useless test and branch...
Al Viro
1
-2
/
+3
2012-05-21
arm: missing checks of __get_user()/__put_user() return values
Al Viro
1
-6
/
+6
2012-05-21
Merge branch 'v3-removal' into for-linus
Russell King
2
-32
/
+0
2012-05-21
Merge branch 'misc' into for-linus
Russell King
7
-31
/
+55
2012-05-21
Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a...
Russell King
9
-99
/
+417
2012-05-21
ARM: integrate CMA with DMA-mapping subsystem
Marek Szyprowski
1
-6
/
+3
2012-05-18
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
4
-70
/
+25
2012-05-16
ARM: PCI: remove per-pci_hw list of buses
Russell King
1
-6
/
+5
2012-05-15
userns: Convert stat to return values mapped from kuids and kgids
Eric W. Biederman
1
-2
/
+2
2012-05-13
ARM: PCI: provide a default bus scan implementation
Russell King
1
-1
/
+5
2012-05-13
ARM: PCI: get rid of pci_std_swizzle()
Russell King
1
-3
/
+16
2012-05-11
Merge branch 'clean/late_initcall_v2' of git://git.linaro.org/people/shawnguo...
Olof Johansson
1
-0
/
+8
2012-05-09
perf: Pass last sampling period to perf_sample_data_init()
Robert Richter
3
-12
/
+4
2012-05-08
Merge branch 'smp/threadalloc' into smp/hotplug
Thomas Gleixner
3
-65
/
+24
2012-05-08
arm: Remove unused cpu_idle_wait()
Thomas Gleixner
1
-20
/
+0
2012-05-06
ARM: 7414/1: SMP: prevent use of the console when using idmap_pgd
Colin Cross
1
-2
/
+2
2012-05-06
ARM: 7413/1: move read_{boot,persistent}_clock to the architecture level
Marc Zyngier
1
-0
/
+36
2012-05-05
ARM: 7412/1: audit: use only AUDIT_ARCH_ARM regardless of endianness
Will Deacon
1
-7
/
+1
2012-05-05
ARM: 7411/1: audit: fix treatment of saved ip register during syscall tracing
Will Deacon
1
-8
/
+8
2012-05-05
ARM: 7410/1: Add extra clobber registers for assembly in kernel_execve
Tim Bird
1
-1
/
+1
[prev]
[next]