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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-23
Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/...
Linus Torvalds
1
-5
/
+9
2010-08-23
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-23
/
+39
2010-08-23
kobject: Break the kobject namespace defs into their own header
David Howells
3
-34
/
+58
2010-08-23
xen: pvhvm: make it clearer that XEN_UNPLUG_* define bits in a bitfield
Ian Campbell
1
-6
/
+9
2010-08-23
xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary
Ian Campbell
1
-1
/
+1
2010-08-23
xen: pvhvm: allow user to request no emulated device unplug
Ian Campbell
1
-0
/
+1
2010-08-23
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
27
-332
/
+519
2010-08-22
header: fix broken headers for user space
Changli Gao
10
-26
/
+26
2010-08-22
fanotify: flush outstanding perm requests on group destroy
Eric Paris
2
-7
/
+1
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-1
/
+1
2010-08-21
workqueue: Add basic tracepoints to track workqueue execution
Arjan van de Ven
1
-0
/
+62
2010-08-21
mm: make the vma list be doubly linked
Linus Torvalds
1
-1
/
+1
2010-08-21
Input: uinput - add devname alias to allow module on-demand load
Kay Sievers
2
-1
/
+1
2010-08-21
USB: drop tty argument from usb_serial_handle_sysrq_char()
Dmitry Torokhov
1
-2
/
+1
2010-08-21
Input: sysrq - drop tty argument form handle_sysrq()
Dmitry Torokhov
2
-8
/
+6
2010-08-20
kfifo: implement missing __kfifo_skip_r()
Andrea Righi
1
-0
/
+2
2010-08-20
rcu: add comment stating that list_empty() applies to RCU-protected lists
Paul E. McKenney
1
-0
/
+9
2010-08-20
rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCU
Paul E. McKenney
3
-104
/
+72
2010-08-20
rcu: Upgrade srcu_read_lock() docbook about SRCU grace periods
Paul E. McKenney
1
-1
/
+6
2010-08-20
rcu: repair code-duplication FIXMEs
Paul E. McKenney
3
-13
/
+15
2010-08-20
rcu: permit suppressing current grace period's CPU stall warnings
Paul E. McKenney
2
-0
/
+5
2010-08-20
rcu: update obsolete rcu_read_lock() comment.
Paul E. McKenney
1
-1
/
+14
2010-08-20
rcu: Add a TINY_PREEMPT_RCU
Paul E. McKenney
6
-45
/
+108
2010-08-19
Input: sysrq - drop tty argument from sysrq ops handlers
Dmitry Torokhov
1
-1
/
+5
2010-08-19
rcu head remove init
Mathieu Desnoyers
1
-6
/
+0
2010-08-19
kernel: __rcu annotations
Arnd Bergmann
6
-11
/
+11
2010-08-19
idr: __rcu annotations
Arnd Bergmann
1
-2
/
+2
2010-08-19
radix-tree: __rcu annotations
Arnd Bergmann
1
-1
/
+3
2010-08-19
notifiers: __rcu annotations
Arnd Bergmann
1
-5
/
+5
2010-08-19
rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()
Paul E. McKenney
1
-7
/
+9
2010-08-19
Add RCU check for find_task_by_vpid().
Tetsuo Handa
1
-5
/
+9
2010-08-19
kvm: add __rcu annotations
Arnd Bergmann
1
-1
/
+1
2010-08-19
net/netfilter: __rcu annotations
Arnd Bergmann
1
-1
/
+1
2010-08-19
input: __rcu annotations
Arnd Bergmann
1
-1
/
+1
2010-08-19
nfs: __rcu annotations
Arnd Bergmann
2
-3
/
+3
2010-08-19
keys: __rcu annotations
Arnd Bergmann
2
-2
/
+3
2010-08-19
credentials: rcu annotation
Arnd Bergmann
1
-2
/
+2
2010-08-19
cgroups: __rcu annotations
Arnd Bergmann
2
-3
/
+3
2010-08-19
rculist: avoid __rcu annotations
Arnd Bergmann
2
-24
/
+45
2010-08-19
rcu: define __rcu address space modifier for sparse
Paul E. McKenney
3
-143
/
+240
2010-08-19
net: convert to rcu_dereference_index_check()
Paul E. McKenney
1
-1
/
+2
2010-08-19
tracing: Fix timer tracing
Arjan van de Ven
1
-2
/
+6
2010-08-18
netfilter: fix userspace header warning
Sam Ravnborg
1
-0
/
+2
2010-08-18
net: add Fast Ethernet driver for PXA168.
Sachin Sanap
1
-0
/
+30
2010-08-18
Fix the declaration of sys_execve() in asm-generic/syscalls.h
David Howells
1
-2
/
+4
2010-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-23
/
+197
2010-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-0
/
+1
2010-08-18
Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+3
2010-08-18
ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)
Jaroslav Kysela
1
-0
/
+1
2010-08-18
fs: scale files_lock
Nick Piggin
1
-0
/
+7
[prev]
[next]