Age | Commit message (Expand) | Author | Files | Lines |
2007-10-17 | add consts where appropriate in fs/nls/* | Denys Vlasenko | 40 | -1174/+1174 |
2007-10-17 | shrink_dcache_sb speedup | Denis V. Lunev | 2 | -3/+15 |
2007-10-17 | lk201: remove obsolete driver | Maciej W. Rozycki | 9 | -1375/+0 |
2007-10-17 | lib/iomap.c:bad_io_access(): print 0x hex prefix | Rene Herman | 1 | -1/+1 |
2007-10-17 | reiserfs: fix kernel panic on corrupted directory | Lepton Wu | 1 | -0/+10 |
2007-10-17 | doc: about email clients for Linux patches | Randy Dunlap | 1 | -0/+217 |
2007-10-17 | Make the pr_*() family of macros in kernel.h complete | Emil Medve | 5 | -22/+25 |
2007-10-17 | KEYS: Make request_key() and co fundamentally asynchronous | David Howells | 14 | -435/+605 |
2007-10-17 | try to reap reiserfs pages left around by invalidatepage | Chris Mason | 1 | -10/+32 |
2007-10-17 | maintainers: linux-omap list is subscribers only | Randy Dunlap | 1 | -1/+1 |
2007-10-17 | Remove dma_cache_(wback|inv|wback_inv) functions | Ralf Baechle | 24 | -193/+19 |
2007-10-17 | dcache: trivial comment fix | J. Bruce Fields | 1 | -2/+2 |
2007-10-17 | Mutex documentation is unclear about software interrupts, tasklets and timers | Matti Linnanvuori | 2 | -2/+4 |
2007-10-17 | Spelling fix: weired -> weird | Ralf Baechle | 1 | -1/+1 |
2007-10-17 | ipc namespace: remove config ipc ns fix | Cedric Le Goater | 1 | -4/+0 |
2007-10-17 | I2O: Fix "defined but not used" build warnings | Satyam Sharma | 1 | -47/+47 |
2007-10-17 | update checkpatch.pl to version 0.10 | Andy Whitcroft | 1 | -58/+196 |
2007-10-17 | add CONFIG_VT_UNICODE | Bill Nottingham | 6 | -5/+27 |
2007-10-17 | avoid negative (and full-width) shifts in radix-tree.c | Peter Lund | 1 | -6/+8 |
2007-10-17 | constify string/array kparam tracking structures | Jan Beulich | 2 | -17/+18 |
2007-10-17 | store __setup_str_* in a more compact way | Jan Beulich | 1 | -1/+1 |
2007-10-17 | handle recursive calls to bust_spinlocks() | Jan Beulich | 1 | -3/+3 |
2007-10-17 | Add a "rounddown_pow_of_two" routine to log2.h | Robert P. J. Day | 1 | -0/+25 |
2007-10-17 | make dmapool code use __set_current_state() | Arjan van de Ven | 1 | -1/+1 |
2007-10-17 | quota: send messages via netlink | Jan Kara | 4 | -30/+222 |
2007-10-17 | Remove final traces of long-deprecated "ramdisk" kernel parm | Robert P. J. Day | 4 | -19/+3 |
2007-10-17 | docs: ramdisk/initrd/initramfs corrections | Randy Dunlap | 4 | -22/+27 |
2007-10-17 | local_t: update documentation | Mathieu Desnoyers | 1 | -1/+1 |
2007-10-17 | atomic_ops.txt: mention local_t | Grant Grundler | 1 | -0/+4 |
2007-10-17 | local_t Documentation update 2 | Mathieu Desnoyers | 1 | -0/+23 |
2007-10-17 | Remove valueless definition of hard-selected RAMFS option | Robert P. J. Day | 3 | -16/+2 |
2007-10-17 | drivers/block/cciss.c: fix check-after-use | Adrian Bunk | 1 | -29/+27 |
2007-10-17 | make kernel/profile.c:time_hook static | Adrian Bunk | 2 | -4/+1 |
2007-10-17 | kernel/sys_ni.c: add dummy sys_ni_syscall() prototype | Adrian Bunk | 1 | -0/+4 |
2007-10-17 | n_hdlc.c: fix check-after-use | Adrian Bunk | 1 | -1/+1 |
2007-10-17 | remove include/asm-*/ipc.h | Adrian Bunk | 47 | -77/+47 |
2007-10-17 | Drop some headers from mm.h | Alexey Dobriyan | 5 | -4/+4 |
2007-10-17 | cciss: fix error reporting for SG_IO | Steve Cameron | 1 | -18/+61 |
2007-10-17 | NBD: allow hung network I/O to be cancelled | Paul Clements | 2 | -31/+64 |
2007-10-17 | NBD: set uninitialized devices to size 0 | Paul Clements | 1 | -2/+5 |
2007-10-17 | CodingStyle: relax the 80-cole rule | Alan Cox | 1 | -2/+5 |
2007-10-17 | cleanup floppy.h | Jan Beulich | 12 | -35/+0 |
2007-10-17 | floppy: tolerate DMA channel unavailability | Jan Beulich | 1 | -5/+9 |
2007-10-17 | Move PREEMPT_NOTIFIERS into an always-included Kconfig | Avi Kivity | 2 | -3/+3 |
2007-10-17 | tty.h: remove dead define | Alan Cox | 1 | -5/+0 |
2007-10-17 | Shrink task_struct if CONFIG_FUTEX=n | Alexey Dobriyan | 3 | -3/+9 |
2007-10-17 | add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros | Ken'ichi Ohmichi | 5 | -56/+56 |
2007-10-17 | add-vmcore: use the existing ia64_tpa() instead of asm code | Ken'ichi Ohmichi | 1 | -4/+2 |
2007-10-17 | add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data | Ken'ichi Ohmichi | 2 | -0/+7 |
2007-10-17 | add-vmcore: cleanup the coding style according to Andrew's comments | Ken'ichi Ohmichi | 3 | -13/+15 |