| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Make initramfs printk a warning on incorrect cpio type | Arjan van de Ven | 2006-12-07 | 1 | -0/+4 |
* | [PATCH] i2lib unused variable cleanup | Mariusz Kozlowski | 2006-12-07 | 1 | -1/+0 |
* | [PATCH] ext4: uninline large functions | Andrew Morton | 2006-12-07 | 3 | -60/+78 |
* | [PATCH] ext3: uninline large functions | Andrew Morton | 2006-12-07 | 3 | -60/+77 |
* | [PATCH] vfs_getattr(): remove dead code | Andrew Morton | 2006-12-07 | 1 | -7/+0 |
* | [PATCH] get_options to allow a hypenated range for isolcpus | Derek Fults | 2006-12-07 | 2 | -2/+40 |
* | [PATCH] More list debugging context | Dave Jones | 2006-12-07 | 1 | -4/+6 |
* | [PATCH] Correct misc_register return code handling in several drivers | Neil Horman | 2006-12-07 | 5 | -7/+26 |
* | [PATCH] VFS: extra check inside dentry_unhash() | Vasily Averin | 2006-12-07 | 1 | -2/+1 |
* | [PATCH] drivers/cdrom/*: trivial vsnprintf() conversion | Alexey Dobriyan | 2006-12-07 | 2 | -4/+3 |
* | [PATCH] hpfs: fix printk format warnings | Randy Dunlap | 2006-12-07 | 5 | -16/+37 |
* | [PATCH] hpfs: bring hpfs_error() into shape | Alexey Dobriyan | 2006-12-07 | 2 | -15/+11 |
* | [PATCH] fs/*: trivial vsnprintf() conversion | Alexey Dobriyan | 2006-12-07 | 6 | -11/+11 |
* | [PATCH] Exar quad port serial | Paul B Schroeder | 2006-12-07 | 4 | -0/+65 |
* | [PATCH] lockdep: annotate bcsp driver | Peter Zijlstra | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] Compile-time check re world-writeable module params | Alexey Dobriyan | 2006-12-07 | 1 | -0/+3 |
* | [PATCH] taskstats: cleanup reply assembling | Oleg Nesterov | 2006-12-07 | 1 | -22/+16 |
* | [PATCH] taskstats: use nla_reserve() for reply assembling | Oleg Nesterov | 2006-12-07 | 1 | -42/+44 |
* | [PATCH] taskstats: factor out reply assembling | Oleg Nesterov | 2006-12-07 | 1 | -27/+28 |
* | [PATCH] taskstats: cleanup ->signal->stats allocation | Oleg Nesterov | 2006-12-07 | 3 | -26/+25 |
* | [PATCH] taskstats: cleanup do_exit() path | Oleg Nesterov | 2006-12-07 | 3 | -47/+19 |
* | [PATCH] taskstats_exit_alloc: optimize/simplify | Oleg Nesterov | 2006-12-07 | 1 | -13/+4 |
* | [PATCH] read_cache_pages() cleanup | OGAWA Hirofumi | 2006-12-07 | 1 | -7/+1 |
* | [PATCH] paride: return proper error code | Akinobu Mita | 2006-12-07 | 4 | -12/+12 |
* | [PATCH] slab: use probe_kernel_address() | Andrew Morton | 2006-12-07 | 1 | -5/+2 |
* | [PATCH] probe_kernel_address() needs to do set_fs() | Andrew Morton | 2006-12-07 | 1 | -0/+8 |
* | [PATCH] parport_pc: Add support for OX16PCI952 parallel port | Ryan Underwood | 2006-12-07 | 2 | -0/+5 |
* | [PATCH] kconfig: PRINTK_TIME depends on PRINTK | Randy Dunlap | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] profile: fix uaccess handling | Heiko Carstens | 2006-12-07 | 1 | -1/+2 |
* | [PATCH] compat: fix uaccess handling | Heiko Carstens | 2006-12-07 | 2 | -29/+39 |
* | [PATCH] binfmt: fix uaccess handling | Heiko Carstens | 2006-12-07 | 1 | -4/+7 |
* | [PATCH] Disable CLONE_CHILD_CLEARTID for abnormal exit | Roland McGrath | 2006-12-07 | 1 | -1/+10 |
* | [PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9... | Mika Kukkonen | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] tifm: fix NULL ptr and style | Randy Dunlap | 2006-12-07 | 1 | -2/+3 |
* | [PATCH] handle ext4 directory corruption better | Eric Sandeen | 2006-12-07 | 2 | -0/+12 |
* | [PATCH] handle ext3 directory corruption better | Eric Sandeen | 2006-12-07 | 2 | -0/+12 |
* | [PATCH] binfmt_elf: randomize PIE binaries (2nd try) | Marcus Meissner | 2006-12-07 | 1 | -1/+7 |
* | [PATCH] lockdep: misc fixes in lockdep.c | Jarek Poplawski | 2006-12-07 | 1 | -3/+6 |
* | [PATCH] lockdep: internal locking fixes | Jarek Poplawski | 2006-12-07 | 1 | -10/+15 |
* | [PATCH] paride_register(): shuffle return values | Alexey Dobriyan | 2006-12-07 | 16 | -18/+26 |
* | [PATCH] paride: rename pi_register() and pi_unregister() | Alexey Dobriyan | 2006-12-07 | 17 | -37/+37 |
* | [PATCH] spi: set kset of master class dev explicitly | Hans-Christian Egtvedt | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] spi: correct bus_num and buffer bug in spi core | Hans-Christian Egtvedt | 2006-12-07 | 1 | -9/+7 |
* | [PATCH] Remove superfluous lock_super() in extN xattr code | Andreas Gruenbacher | 2006-12-07 | 3 | -12/+3 |
* | [PATCH] cpuset: minor code refinements | Paul Jackson | 2006-12-07 | 1 | -5/+4 |
* | [PATCH] pull in necessary header files for cdev.h | Jan Engelhardt | 2006-12-07 | 1 | -0/+4 |
* | [PATCH] lockdep: fix ide/proc interaction | Peter Zijlstra | 2006-12-07 | 1 | -4/+15 |
* | [PATCH] via82cxxx: handle error condition properly | Alan Cox | 2006-12-07 | 1 | -5/+16 |
* | [PATCH] fix reiserfs bad path release panic | Suzuki K P | 2006-12-07 | 1 | -1/+2 |
* | [PATCH] Export pm_suspend for the shared APM emulation | Ralf Baechle | 2006-12-07 | 2 | -5/+2 |