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
/
alpha
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-79
/
+56
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
1
-8
/
+8
2012-10-12
alpha: switch to saner kernel_execve() semantics
Al Viro
1
-16
/
+1
2012-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-26
/
+19
2012-10-11
alpha: get rid of switch_stack argument of do_work_pending()
Al Viro
2
-23
/
+20
2012-10-11
alpha: don't bother passing switch_stack separately from regs
Al Viro
1
-13
/
+13
2012-10-11
alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.c
Al Viro
2
-17
/
+20
2012-10-11
alpha: simplify TIF_NEED_RESCHED handling
Al Viro
1
-17
/
+9
2012-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-113
/
+38
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-1
/
+1
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-8
/
+5
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+2
2012-10-01
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-0
/
+1
2012-10-01
Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-6
/
+0
2012-10-01
alpha: don't open-code trace_report_syscall_{enter,exit}
Al Viro
2
-26
/
+19
2012-09-30
alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
2
-19
/
+13
2012-09-30
alpha: switch to generic kernel_thread()
Al Viro
3
-69
/
+30
2012-09-30
alpha: switch to generic sys_execve()
Al Viro
2
-30
/
+0
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
1
-9
/
+6
2012-09-26
switch osf_getdirentries() to fget_light()
Al Viro
1
-3
/
+3
2012-09-23
alpha: Add missing RCU idle APIs on idle loop
Frederic Weisbecker
1
-0
/
+3
2012-09-23
alpha: Fix preemption handling in idle loop
Frederic Weisbecker
2
-1
/
+3
2012-09-21
userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgids
Eric W. Biederman
1
-2
/
+2
2012-09-18
PCI: Provide a default pcibios_update_irq()
Thierry Reding
1
-6
/
+0
2012-09-18
PCI: Discard __init annotations for pci_fixup_irqs() and related functions
Thierry Reding
1
-1
/
+1
2012-08-27
Merge 3.6-rc3 into tty-next
Greg Kroah-Hartman
5
-165
/
+71
2012-08-19
alpha: take kernel_execve() out of entry.S
Al Viro
3
-53
/
+19
2012-08-19
alpha: take a bunch of syscalls into osf_sys.c
Al Viro
3
-110
/
+50
2012-08-19
alpha: Use new generic strncpy_from_user() and strnlen_user()
Michael Cree
1
-2
/
+0
2012-08-19
alpha: Wire up cross memory attach syscalls
Michael Cree
1
-0
/
+2
2012-08-13
TTY: use tty_port_link_device
Jiri Slaby
1
-0
/
+1
2012-07-30
alpha: remove mysterious if zero-ed out includes
Paul Bolle
1
-12
/
+0
2012-07-05
Merge branch 'pci/myron-pcibios_setup' into next
Bjorn Helgaas
1
-6
/
+0
2012-06-26
alpha/PCI: factor out pcibios_setup()
Myron Stowe
1
-6
/
+0
2012-06-18
Merge branch 'topic/sebastian-devinit-fixups' into next
Bjorn Helgaas
1
-6
/
+3
2012-06-13
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
1
-1
/
+1
2012-06-12
alpha/PCI: move fixup hooks from __init to __devinit
Sebastian Andrzej Siewior
1
-6
/
+3
2012-06-01
new helper: signal_delivered()
Al Viro
1
-1
/
+1
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
1
-2
/
+0
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-5
/
+0
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-4
/
+1
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-3
/
+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-24
alpha: implement various OSF/1 stat syscalls
Mans Rullgard
2
-5
/
+168
2012-05-24
alpha: implement setsysinfo(SSI_LMF) as a no-op
Mans Rullgard
1
-0
/
+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
-53
/
+27
2012-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-10
/
+10
2012-05-22
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+1
2012-05-21
alpha: tidy signal delivery up
Al Viro
1
-43
/
+26
[next]