| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change man-pages maintainer address | Michael Kerrisk | 2007-10-17 | 2 | -2/+2 |
* | dontdiff: update based on gitignore updates | Randy Dunlap | 2007-10-17 | 1 | -1/+6 |
* | reiserfs: do not repair wrong journal params | Edward Shishkin | 2007-10-17 | 1 | -43/+57 |
* | lp_console: cleanups | Pavel Machek | 2007-10-17 | 1 | -9/+8 |
* | printk: add KERN_CONT annotation | Ingo Molnar | 2007-10-17 | 1 | -0/+7 |
* | ext3: lighten up resize transaction requirements | Eric Sandeen | 2007-10-17 | 1 | -2/+49 |
* | module: return error when mod_sysfs_init() failed | Akinobu Mita | 2007-10-17 | 1 | -1/+2 |
* | F_DUPFD_CLOEXEC implementation | Ulrich Drepper | 2007-10-17 | 2 | -9/+18 |
* | task_struct: move ->fpu_counter and ->oomkilladj | Alexey Dobriyan | 2007-10-17 | 1 | -10/+10 |
* | spin_lock_unlocked cleanups | Roel Kluin | 2007-10-17 | 3 | -4/+4 |
* | Break ELF_PLATFORM and stack pointer randomization dependency | Franck Bui-Huu | 2007-10-17 | 1 | -8/+8 |
* | rename signalfd_siginfo fields | Davide Libenzi | 2007-10-17 | 2 | -38/+38 |
* | ext3: remove #ifdef CONFIG_EXT3_INDEX | Eric Sandeen | 2007-10-17 | 3 | -38/+2 |
* | fs: correct SuS compliance for open of large file without options | Alan Cox | 2007-10-17 | 3 | -3/+3 |
* | Compile handle_percpu_irq even for uniprocessor kernels | Ralf Baechle | 2007-10-17 | 1 | -3/+0 |
* | Completely remove deprecated IRQ flags (SA_*) | Ahmed S. Darwish | 2007-10-17 | 1 | -22/+0 |
* | NCR53C8XX: Remove deprecated IRQ flags (SA_*) | Ahmed S. Darwish | 2007-10-17 | 2 | -10/+10 |
* | anon-inodes use open coded atomic_inc for the shared inode | Davide Libenzi | 2007-10-17 | 1 | -13/+12 |
* | Fix wrong filename reference in drivers-testing.txt | Ralf Baechle | 2007-10-17 | 1 | -2/+2 |
* | Don't truncate /proc/PID/environ at 4096 characters | James Pearson | 2007-10-17 | 1 | -23/+72 |
* | fs/udf/balloc.c: mark a variable as uninitialized_var() | WANG Cong | 2007-10-17 | 1 | -1/+1 |
* | menuconfig: transform Network Filesystems menu | Jan Engelhardt | 2007-10-17 | 1 | -2/+14 |
* | menuconfig: transform NLS and DLM menus | Jan Engelhardt | 2007-10-17 | 2 | -51/+7 |
* | HVC console is also used by iSeries, so add that to HVC_DRIVER help. | Rusty Russell | 2007-10-17 | 1 | -1/+1 |
* | Delay creation of khcvd thread | Rusty Russell | 2007-10-17 | 2 | -18/+42 |
* | change inotifyfs magic as the same magic is used for futexfs | Andrey Mirkin | 2007-10-17 | 3 | -2/+8 |
* | increase AT_VECTOR_SIZE to terminate saved_auxv properly | Olaf Hering | 2007-10-17 | 14 | -3/+23 |
* | vfs: use the predefined d_unhashed inline function instead | Denis Cheng | 2007-10-17 | 1 | -1/+1 |
* | Use KMEM_CACHE macro to create the nsproxy cache | Pavel Emelyanov | 2007-10-17 | 1 | -2/+1 |
* | Remove unused member from nsproxy | Pavel Emelyanov | 2007-10-17 | 2 | -2/+0 |
* | user.c: #ifdef ->mq_bytes | Alexey Dobriyan | 2007-10-17 | 2 | -2/+4 |
* | user.c: deinline | Alexey Dobriyan | 2007-10-17 | 1 | -5/+3 |
* | UDF: coding style fixups | Cyrill Gorcunov | 2007-10-17 | 2 | -36/+23 |
* | atomic_ops.txt has incorrect, misleading and insufficient information [Bug 9020] | Matti Linnanvuori | 2007-10-17 | 1 | -5/+50 |
* | tty: expose new methods needed for drivers to get termios right | Alan Cox | 2007-10-17 | 2 | -10/+75 |
* | ide-cd is unmaintained | Alan Cox | 2007-10-17 | 1 | -3/+1 |
* | fs/isofs/namei.c: Remove uninitialized local vars warning | Borislav Petkov | 2007-10-17 | 1 | -1/+2 |
* | Delete gcc-2.95 compatible structure definition. | Robert P. J. Day | 2007-10-17 | 1 | -2/+1 |
* | reiserfs: workaround for dead loop in finish_unfinished | Lepton Wu | 2007-10-17 | 1 | -3/+15 |
* | add consts where appropriate in fs/nls/* | Denys Vlasenko | 2007-10-17 | 40 | -1174/+1174 |
* | shrink_dcache_sb speedup | Denis V. Lunev | 2007-10-17 | 2 | -3/+15 |
* | lk201: remove obsolete driver | Maciej W. Rozycki | 2007-10-17 | 9 | -1375/+0 |
* | lib/iomap.c:bad_io_access(): print 0x hex prefix | Rene Herman | 2007-10-17 | 1 | -1/+1 |
* | reiserfs: fix kernel panic on corrupted directory | Lepton Wu | 2007-10-17 | 1 | -0/+10 |
* | doc: about email clients for Linux patches | Randy Dunlap | 2007-10-17 | 1 | -0/+217 |
* | Make the pr_*() family of macros in kernel.h complete | Emil Medve | 2007-10-17 | 5 | -22/+25 |
* | KEYS: Make request_key() and co fundamentally asynchronous | David Howells | 2007-10-17 | 14 | -435/+605 |
* | try to reap reiserfs pages left around by invalidatepage | Chris Mason | 2007-10-17 | 1 | -10/+32 |
* | maintainers: linux-omap list is subscribers only | Randy Dunlap | 2007-10-17 | 1 | -1/+1 |
* | Remove dma_cache_(wback|inv|wback_inv) functions | Ralf Baechle | 2007-10-17 | 24 | -193/+19 |