| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] kprobes: changed from using spinlock to mutex | Anil S Keshavamurthy | 2006-01-10 | 1 | -1/+0 |
* | [PATCH] Remove getnstimestamp() | Matt Helsley | 2006-01-10 | 1 | -1/+0 |
* | [PATCH] hrtimer: convert posix timers completely | Thomas Gleixner | 2006-01-10 | 3 | -37/+10 |
* | [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API | Thomas Gleixner | 2006-01-10 | 1 | -3/+4 |
* | [PATCH] hrtimer: create hrtimer nanosleep API | Thomas Gleixner | 2006-01-10 | 1 | -0/+6 |
* | [PATCH] hrtimer: switch itimers to hrtimer | Thomas Gleixner | 2006-01-10 | 2 | -3/+4 |
* | [PATCH] hrtimer: hrtimer core code | Thomas Gleixner | 2006-01-10 | 2 | -0/+145 |
* | [PATCH] hrtimer: introduce ktime_t time format | Thomas Gleixner | 2006-01-10 | 1 | -0/+269 |
* | [PATCH] hrtimer: introduce nsec_t type and conversion functions | Thomas Gleixner | 2006-01-10 | 1 | -0/+47 |
* | [PATCH] hrtimer: create and use timespec_valid macro | Thomas Gleixner | 2006-01-10 | 1 | -0/+6 |
* | [PATCH] hrtimer: coding style and white space cleanup 2 | Thomas Gleixner | 2006-01-10 | 1 | -36/+44 |
* | [PATCH] hrtimer: make clockid_t arguments const | Thomas Gleixner | 2006-01-10 | 1 | -11/+11 |
* | [PATCH] hrtimer: coding style and white space cleanup | Ingo Molnar | 2006-01-10 | 1 | -30/+31 |
* | [PATCH] hrtimer: coding style clean up of clock constants | Ingo Molnar | 2006-01-10 | 1 | -14/+9 |
* | [PATCH] hrtimer: remove unused clock constants | Thomas Gleixner | 2006-01-10 | 1 | -7/+4 |
* | [PATCH] hrtimer: clean up mktime and make arguments const | Ingo Molnar | 2006-01-10 | 1 | -5/+5 |
* | [PATCH] hrtimer: deinline mktime and set_normalized_timespec | Thomas Gleixner | 2006-01-10 | 1 | -47/+5 |
* | [PATCH] hrtimer: move div_long_long_rem out of jiffies.h | Thomas Gleixner | 2006-01-10 | 2 | -12/+55 |
* | [PATCH] per-mountpoint noatime/nodiratime | Christoph Hellwig | 2006-01-10 | 2 | -7/+6 |
* | [PATCH] sanitize building of fs/compat_ioctl.c | Christoph Hellwig | 2006-01-10 | 1 | -8/+0 |
* | [PATCH] __deprecated_for_modules the lookup_hash() prototype | Adrian Bunk | 2006-01-10 | 1 | -1/+1 |
* | [PATCH] remove update_atime | Christoph Hellwig | 2006-01-10 | 1 | -9/+1 |
* | [PATCH] replace inode_update_time with file_update_time | Christoph Hellwig | 2006-01-10 | 1 | -1/+1 |
* | [PATCH] move xattr permission checks into the VFS | akpm@osdl.org | 2006-01-10 | 1 | -0/+15 |
* | [PATCH] add vfs_* helpers for xattr operations | Christoph Hellwig | 2006-01-10 | 1 | -0/+4 |
* | [PATCH] kexec: increase max segment limit | akpm@osdl.org | 2006-01-10 | 1 | -1/+1 |
* | [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers | Vivek Goyal | 2006-01-10 | 1 | -0/+2 |
* | [PATCH] dump_thread() cleanup | akpm@osdl.org | 2006-01-10 | 1 | -0/+4 |
* | [PATCH] Add list_for_each_entry_safe_reverse() | David Howells | 2006-01-10 | 1 | -0/+14 |
* | [PATCH] i386: GPIO driver for AMD CS5535/CS5536 | Ben Gardner | 2006-01-10 | 1 | -0/+9 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-01-09 | 1 | -0/+69 |
|\ |
|
| * | [PATCH] PCI Error Recovery: header file patch | linas | 2006-01-09 | 1 | -0/+67 |
| * | [PATCH] PCI: Export pci_cfg_space_size | Benjamin Herrenschmidt | 2006-01-09 | 1 | -0/+1 |
| * | [PATCH] pci: store PCI_INTERRUPT_PIN in pci_dev | Kristen Accardi | 2006-01-09 | 1 | -0/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 | Linus Torvalds | 2006-01-09 | 13 | -18/+178 |
|\ \ |
|
| * | | [PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.c | Ingo Molnar | 2006-01-09 | 1 | -2/+2 |
| * | | [PATCH] mutex subsystem, semaphore to completion: IDE ->gendev_rel_sem | Aleksey Makarov | 2006-01-09 | 1 | -2/+3 |
| * | | [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock | Ingo Molnar | 2006-01-09 | 1 | -3/+3 |
| * | | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-09 | 6 | -11/+12 |
| * | | [PATCH] mutex subsystem, more debugging code | Ingo Molnar | 2006-01-09 | 1 | -0/+4 |
| * | | [PATCH] mutex subsystem, debugging code | Ingo Molnar | 2006-01-09 | 2 | -0/+26 |
| * | | [PATCH] mutex subsystem, core | Ingo Molnar | 2006-01-09 | 1 | -0/+119 |
| * | | [PATCH] mutex subsystem, add typecheck_fn(type, function) | Chuck Ebbert | 2006-01-09 | 1 | -0/+9 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-09 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | s/assoicated/associated/ | Adrian Bunk | 2006-01-10 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-01-09 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | [CRYPTO] Allow multiple implementations of the same algorithm | Herbert Xu | 2006-01-09 | 1 | -0/+5 |
| |/ / |
|
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 2006-01-09 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | [MMC] Indicate that R1/R1b contains command opcode | Pierre Ossman | 2006-01-09 | 1 | -2/+3 |
| * | | [MMC] Add DATA_MULTI flag | Russell King | 2006-01-09 | 1 | -0/+1 |