| Commit message (Expand) | Author | Age |
... | |
| * | | [PATCH] mutex subsystem, semaphore to completion: IDE ->gendev_rel_sem | Aleksey Makarov | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to completion: CPU3WDT | Steven Rostedt | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to completion: SX8 | Steven Rostedt | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock | Ingo Molnar | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to mutex: XFS | Jes Sorensen | 2006-01-09 |
| * | | [PATCH] mutex subsystem, more debugging code | Ingo Molnar | 2006-01-09 |
| * | | [PATCH] mutex subsystem, debugging code | Ingo Molnar | 2006-01-09 |
| * | | [PATCH] mutex subsystem, documentation | Ingo Molnar | 2006-01-09 |
| * | | [PATCH] mutex subsystem, core | Ingo Molnar | 2006-01-09 |
| * | | [PATCH] mutex subsystem, add default include/asm-*/mutex.h files | Arjan van de Ven | 2006-01-09 |
| * | | [PATCH] mutex subsystem, add include/asm-arm/mutex.h | Nicolas Pitre | 2006-01-09 |
| * | | [PATCH] mutex subsystem, add include/asm-x86_64/mutex.h | Ingo Molnar | 2006-01-09 |
| * | | [PATCH] mutex subsystem, add include/asm-i386/mutex.h | Arjan van de Ven | 2006-01-09 |
| * | | [PATCH] mutex subsystem, add asm-generic/mutex-[dec|xchg|null].h implementations | Ingo Molnar | 2006-01-09 |
| * | | [PATCH] mutex subsystem, add typecheck_fn(type, function) | Chuck Ebbert | 2006-01-09 |
| * | | [PATCH] mutex subsystem, add atomic_xchg() to all arches | Ingo Molnar | 2006-01-09 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-09 |
|\ \ \ |
|
| * | | | Small fixups to the EHCI Kconfig help text | Jesper Juhl | 2006-01-09 |
| * | | | Documentation/filesystems/proc.txt: indentation fix | Adrian Bunk | 2006-01-09 |
| * | | | remove the outdated arch/i386/kernel/cpu/{,mtrr/}changelog | Adrian Bunk | 2006-01-09 |
| * | | | MAINTAINERS: remove BUSLOGIC entry | Adrian Bunk | 2006-01-09 |
| * | | | spelling: s/trough/through/ | Adrian Bunk | 2006-01-09 |
| * | | | spelling: s/retreive/retrieve/ | Adrian Bunk | 2006-01-09 |
| * | | | s/assoicated/associated/ | Adrian Bunk | 2006-01-09 |
| * | | | spelling: s/usefull/useful/ | Adrian Bunk | 2006-01-09 |
| |/ / |
|
* | | | [PATCH] rcu: don't set ->next_pending in rcu_start_batch() | Oleg Nesterov | 2006-01-09 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-01-09 |
|\ \ \ |
|
| * | | | [INET_DIAG]: Introduce sk_diag_fill | Arnaldo Carvalho de Melo | 2006-01-09 |
| * | | | [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fill | Arnaldo Carvalho de Melo | 2006-01-09 |
| * | | | [INET_DIAG]: whitespace/simple cleanups | Arnaldo Carvalho de Melo | 2006-01-09 |
| * | | | [INET_DIAG]: Use inet_twsk() with TIME_WAIT sockets | Arnaldo Carvalho de Melo | 2006-01-09 |
| * | | | [IPV6]: Set skb->priority in ip6_output.c | Patrick McHardy | 2006-01-09 |
| * | | | [IPV4]: ip_output.c needs xfrm.h | Patrick McHardy | 2006-01-09 |
| * | | | [PKT_SCHED]: Fix qdisc return code. | Jamal Hadi Salim | 2006-01-09 |
| * | | | [NET]: Add IFB (Intermediate Functional Block) network device. | Jamal Hadi Salim | 2006-01-09 |
| * | | | [AX25] mkiss: Drop spinlock before sleeping call. | Ralf Baechle | 2006-01-09 |
| * | | | [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" | Kris Katterjohn | 2006-01-09 |
| * | | | [PKT_SCHED]: Prefix tc actions with act_ | Patrick McHardy | 2006-01-09 |
| * | | | [PKT_SCHED]: Fix memory leak when dumping in pedit action | Patrick McHardy | 2006-01-09 |
| * | | | [PKT_SCHED]: Remove some obsolete policer exports | Patrick McHardy | 2006-01-09 |
| * | | | [PKT_SCHED]: Convert tc action functions to single skb pointers | Patrick McHardy | 2006-01-09 |
| * | | | [PKT_SCHED]: Use USEC_PER_SEC | Patrick McHardy | 2006-01-09 |
| * | | | [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv | Patrick McHardy | 2006-01-09 |
| * | | | [CRYPTO] cipher: Set alignmask for multi-byte loads | Herbert Xu | 2006-01-09 |
| * | | | [CRYPTO] api: Require block size to be less than PAGE_SIZE/8 | Herbert Xu | 2006-01-09 |
| * | | | [CRYPTO] sha1: Fixed off-by-64 bug in sha1_update | Herbert Xu | 2006-01-09 |
| * | | | [CRYPTO] aes-i586: Remove unused variable ls_tab | Daniel Marjamäki | 2006-01-09 |
| * | | | [CRYPTO] aes-i586: Nano-optimisation on key length check | Denis Vlasenko | 2006-01-09 |
| * | | | [CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt | Herbert Xu | 2006-01-09 |