| Commit message (Expand) | Author | Age | Files | Lines |
* | PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storage | Eric Dumazet | 2008-02-06 | 2 | -2/+2 |
* | Document I_SYNC and I_DATASYNC | Joern Engel | 2008-02-06 | 1 | -4/+4 |
* | alpha/parisc: remove config variable DEBUG_RWLOCK | Jiri Olsa | 2008-02-06 | 4 | -20/+0 |
* | fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol | Jiri Olsa | 2008-02-06 | 2 | -57/+0 |
* | log2.h: Define order_base_2() macro for convenience. | Robert P. J. Day | 2008-02-06 | 1 | -0/+16 |
* | cciss: use upper_32_bits() macro to eliminate warnings | Randy Dunlap | 2008-02-06 | 1 | -4/+6 |
* | time: fix sysfs_show_{available,current}_clocksources() buffer overflow problem | Miao Xie | 2008-02-06 | 1 | -9/+10 |
* | sound/oss/trident.c: fix incorrect test in trident_ac97_set() | Roel Kluin | 2008-02-06 | 1 | -2/+2 |
* | rd: use is_power_of_2() in drivers/block/rd.c. | Robert P. J. Day | 2008-02-06 | 1 | -1/+2 |
* | drivers/misc/lkdtm.c: cleanups | Adrian Bunk | 2008-02-06 | 1 | -11/+13 |
* | proper prototype for vty_init() | Adrian Bunk | 2008-02-06 | 2 | -4/+1 |
* | fs/eventfd.c should #include <linux/syscalls.h> | Adrian Bunk | 2008-02-06 | 1 | -0/+1 |
* | fs/signalfd.c should #include <linux/syscalls.h> | Adrian Bunk | 2008-02-06 | 1 | -0/+1 |
* | fs/utimes.c should #include <linux/syscalls.h> | Adrian Bunk | 2008-02-06 | 1 | -0/+1 |
* | proper prototype for get_filesystem_list() | Adrian Bunk | 2008-02-06 | 3 | -3/+2 |
* | kernel/notifier.c should #include <linux/reboot.h> | Adrian Bunk | 2008-02-06 | 1 | -0/+1 |
* | make srcu_readers_active() static | Adrian Bunk | 2008-02-06 | 1 | -2/+1 |
* | kernel/ptrace.c should #include <linux/syscalls.h> | Adrian Bunk | 2008-02-06 | 1 | -0/+1 |
* | proper prototype for signals_init() | Adrian Bunk | 2008-02-06 | 2 | -1/+3 |
* | smbfs: fix calculation of kernel_recvmsg size parameter in smb_receive() | Jeff Layton | 2008-02-06 | 1 | -3/+2 |
* | read_current_timer() cleanups | Andrew Morton | 2008-02-06 | 9 | -14/+20 |
* | scheduled OSS driver removal | Adrian Bunk | 2008-02-06 | 12 | -9697/+4 |
* | FAT: Fix printk format strings | Vegard Nossum | 2008-02-06 | 2 | -7/+4 |
* | proper show_interrupts() prototype | Adrian Bunk | 2008-02-06 | 3 | -1/+4 |
* | MNT_UNBINDABLE fix | Andries E. Brouwer | 2008-02-06 | 1 | -0/+2 |
* | remove mm_{ptov,vtop}() | Adrian Bunk | 2008-02-06 | 5 | -10/+0 |
* | cleanup after APUS removal | Adrian Bunk | 2008-02-06 | 11 | -29/+10 |
* | make ipc/util.c:sysvipc_find_ipc() static | Adrian Bunk | 2008-02-06 | 1 | -2/+2 |
* | register_cpu __devinit or __cpuinit | Randy Dunlap | 2008-02-06 | 1 | -1/+1 |
* | Allow auto-destruction of loop devices | David Woodhouse | 2008-02-06 | 2 | -0/+9 |
* | remove support for un-needed _extratext section | Robin Getz | 2008-02-06 | 4 | -31/+11 |
* | Parallel port: convert port_mutex to the mutex API | Matthias Kaehlcke | 2008-02-06 | 2 | -7/+7 |
* | dcdbas: add DMI-based module autloading | Matt Domsch | 2008-02-06 | 1 | -1/+2 |
* | Genericizing iova.[ch] | David Miller | 2008-02-06 | 5 | -20/+23 |
* | IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functions | Pierre Peiffer | 2008-02-06 | 3 | -9/+45 |
* | Remove pointless casts from void pointers | Jeff Garzik | 2008-02-06 | 15 | -23/+21 |
* | SIGIO-driven I/O with inotify queues | Dmitry Antipov | 2008-02-06 | 1 | -0/+14 |
* | ext2: change the default behaviour on error | Aneesh Kumar K.V | 2008-02-06 | 1 | -8/+8 |
* | ext2: return after ext2_error in case of failures | Aneesh Kumar K.V | 2008-02-06 | 1 | -2/+6 |
* | sound/oss/sb_common.c: fix casting warning | Jeff Garzik | 2008-02-06 | 1 | -1/+2 |
* | sound/oss/pss: set_io_base() always returns success, mark it void | Jeff Garzik | 2008-02-06 | 1 | -23/+7 |
* | Remove inclusions of <linux/autoconf.h> | Ralf Baechle | 2008-02-06 | 9 | -9/+0 |
* | hash: add explicit u32 and u64 versions of hash | Matthew Wilcox | 2008-02-06 | 1 | -15/+27 |
* | use __set_task_state() for TRACED/STOPPED tasks | Oleg Nesterov | 2008-02-06 | 3 | -8/+6 |
* | taskstats scaled time cleanup | Michael Neuling | 2008-02-06 | 6 | -12/+28 |
* | riscom8: fix SMP brokenness | Jeff Garzik | 2008-02-06 | 2 | -55/+94 |
* | A potential bug in inotify_user.c | Yan Zheng | 2008-02-06 | 1 | -1/+14 |
* | fs/fat/: refine chmod checks | Jan Engelhardt | 2008-02-06 | 1 | -3/+44 |
* | geode lists are subscriber only | Alan Cox | 2008-02-06 | 1 | -3/+2 |
* | fix ! versus & precedence in various places | Alexey Dobriyan | 2008-02-06 | 8 | -36/+36 |