Age | Commit message (Expand) | Author | Files | Lines |
2006-01-10 | [PATCH] Generic ioctl.h | Brian Gerst | 17 | -1196/+96 |
2006-01-10 | [PATCH] per-mountpoint noatime/nodiratime | Christoph Hellwig | 2 | -7/+6 |
2006-01-10 | [PATCH] sanitize building of fs/compat_ioctl.c | Christoph Hellwig | 1 | -8/+0 |
2006-01-10 | [PATCH] __deprecated_for_modules the lookup_hash() prototype | Adrian Bunk | 1 | -1/+1 |
2006-01-10 | [PATCH] remove update_atime | Christoph Hellwig | 1 | -9/+1 |
2006-01-10 | [PATCH] replace inode_update_time with file_update_time | Christoph Hellwig | 1 | -1/+1 |
2006-01-10 | [PATCH] move xattr permission checks into the VFS | akpm@osdl.org | 1 | -0/+15 |
2006-01-10 | [PATCH] add vfs_* helpers for xattr operations | Christoph Hellwig | 1 | -0/+4 |
2006-01-10 | [PATCH] kexec: increase max segment limit | akpm@osdl.org | 1 | -1/+1 |
2006-01-10 | [PATCH] kdump: x86_64 save cpu registers upon crash | Vivek Goyal | 1 | -0/+36 |
2006-01-10 | [PATCH] kdump: x86_64: add memmmap command line option | akpm@osdl.org | 1 | -0/+1 |
2006-01-10 | [PATCH] Kdump: powerpc and s390 build failure fix | akpm@osdl.org | 2 | -0/+10 |
2006-01-10 | [PATCH] Kdump: i386 compiler warning fix | Vivek Goyal | 1 | -0/+1 |
2006-01-10 | [PATCH] kdump: save registers early (inline functions) | Vivek Goyal | 1 | -0/+45 |
2006-01-10 | [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers | Vivek Goyal | 5 | -12/+2 |
2006-01-10 | [PATCH] dump_thread() cleanup | akpm@osdl.org | 2 | -1/+4 |
2006-01-10 | [PATCH] Add list_for_each_entry_safe_reverse() | David Howells | 1 | -0/+14 |
2006-01-10 | [PATCH] i386: GPIO driver for AMD CS5535/CS5536 | Ben Gardner | 1 | -0/+9 |
2006-01-09 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -0/+69 |
2006-01-09 | Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 | Linus Torvalds | 60 | -18/+995 |
2006-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2 | -4/+4 |
2006-01-09 | [PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.c | Ingo Molnar | 1 | -2/+2 |
2006-01-09 | [PATCH] mutex subsystem, semaphore to completion: IDE ->gendev_rel_sem | Aleksey Makarov | 1 | -2/+3 |
2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock | Ingo Molnar | 1 | -3/+3 |
2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 6 | -11/+12 |
2006-01-09 | [PATCH] mutex subsystem, more debugging code | Ingo Molnar | 1 | -0/+4 |
2006-01-09 | [PATCH] mutex subsystem, debugging code | Ingo Molnar | 2 | -0/+26 |
2006-01-09 | [PATCH] mutex subsystem, core | Ingo Molnar | 1 | -0/+119 |
2006-01-09 | [PATCH] mutex subsystem, add default include/asm-*/mutex.h files | Arjan van de Ven | 19 | -0/+171 |
2006-01-09 | [PATCH] mutex subsystem, add include/asm-arm/mutex.h | Nicolas Pitre | 1 | -0/+128 |
2006-01-09 | [PATCH] mutex subsystem, add include/asm-x86_64/mutex.h | Ingo Molnar | 1 | -0/+113 |
2006-01-09 | [PATCH] mutex subsystem, add include/asm-i386/mutex.h | Arjan van de Ven | 1 | -0/+124 |
2006-01-09 | [PATCH] mutex subsystem, add asm-generic/mutex-[dec|xchg|null].h implementations | Ingo Molnar | 3 | -0/+251 |
2006-01-09 | [PATCH] mutex subsystem, add typecheck_fn(type, function) | Chuck Ebbert | 1 | -0/+9 |
2006-01-09 | [PATCH] mutex subsystem, add atomic_xchg() to all arches | Ingo Molnar | 22 | -0/+30 |
2006-01-09 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -12/+18 |
2006-01-10 | spelling: s/retreive/retrieve/ | Adrian Bunk | 1 | -3/+3 |
2006-01-10 | s/assoicated/associated/ | Adrian Bunk | 1 | -1/+1 |
2006-01-09 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 35 | -1814/+1346 |
2006-01-09 | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 1 | -2/+4 |
2006-01-09 | [MMC] Indicate that R1/R1b contains command opcode | Pierre Ossman | 1 | -2/+3 |
2006-01-09 | [PKT_SCHED]: Convert tc action functions to single skb pointers | Patrick McHardy | 1 | -1/+1 |
2006-01-09 | [PKT_SCHED]: Use USEC_PER_SEC | Patrick McHardy | 1 | -11/+12 |
2006-01-09 | [CRYPTO] Allow multiple implementations of the same algorithm | Herbert Xu | 1 | -0/+5 |
2006-01-09 | [MMC] Add DATA_MULTI flag | Russell King | 1 | -0/+1 |
2006-01-09 | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 9 | -106/+150 |
2006-01-09 | V4L/DVB (3325): WSS output interface for av7110 | Oliver Endriss | 1 | -0/+2 |
2006-01-09 | [PATCH] PCI Error Recovery: header file patch | linas | 1 | -0/+67 |
2006-01-09 | [PATCH] PCI: Export pci_cfg_space_size | Benjamin Herrenschmidt | 1 | -0/+1 |
2006-01-09 | [PATCH] pci: store PCI_INTERRUPT_PIN in pci_dev | Kristen Accardi | 1 | -0/+1 |