| Commit message (Expand) | Author | Files | Lines |
2008-02-08 | ufs: fix symlink creation on ufs2 | Evgeniy Dushistov | 1 | -2/+4 |
2008-02-08 | ext2: remove unused ext2_put_inode prototype | Christoph Hellwig | 1 | -1/+0 |
2008-02-08 | aio: negative offset should return -EINVAL | Rusty Russell | 1 | -0/+4 |
2008-02-08 | aio: partial write should not return error code | Rusty Russell | 1 | -0/+7 |
2008-02-08 | Fix container_of() usage | Alexey Dobriyan | 2 | -2/+2 |
2008-02-08 | ext3: replace all adds to little endians variables with le*_add_cpu | Marcin Slusarz | 5 | -26/+13 |
2008-02-08 | byteorder: move le32_add_cpu & friends from OCFS2 to core | Marcin Slusarz | 6 | -78/+30 |
2008-02-08 | Use pgoff_t instead of unsigned long | Jan Kara | 2 | -2/+3 |
2008-02-08 | aoe: statically initialise devlist_lock | Andrew Morton | 1 | -3/+1 |
2008-02-08 | aoe: update copyright date | Ed L. Cashin | 7 | -7/+7 |
2008-02-08 | aoe: make error messages more specific | Ed L. Cashin | 1 | -8/+7 |
2008-02-08 | aoe: the aoeminor doesn't need a long format | Ed L. Cashin | 2 | -5/+7 |
2008-02-08 | aoe: add module parameter for users who need more outstanding I/O | Ed L. Cashin | 1 | -3/+7 |
2008-02-08 | aoe: only install new AoE device once | Ed L. Cashin | 1 | -0/+2 |
2008-02-08 | aoe: dynamically allocate a capped number of skbs when necessary | Ed L. Cashin | 3 | -41/+133 |
2008-02-08 | aoe: user can ask driver to forget previously detected devices | Ed L. Cashin | 5 | -19/+77 |
2008-02-08 | aoe: eliminate goto and improve readability | Ed L. Cashin | 1 | -35/+34 |
2008-02-08 | aoe: clean up udev configuration example | Ed L. Cashin | 2 | -8/+12 |
2008-02-08 | aoe: mac_addr: avoid 64-bit arch compiler warnings | Ed L. Cashin | 4 | -10/+9 |
2008-02-08 | aoe: handle multiple network paths to AoE device | Ed L. Cashin | 6 | -335/+653 |
2008-02-08 | aoe: bring driver version number to 47 | Ed L. Cashin | 1 | -1/+1 |
2008-02-08 | constify tables in kernel/sysctl_check.c | Jan Beulich | 1 | -76/+75 |
2008-02-08 | misc: removal of final callers using fastcall | Harvey Harrison | 3 | -5/+5 |
2008-02-08 | asm-generic: remove fastcall | Harvey Harrison | 3 | -22/+22 |
2008-02-08 | Remove fastcall from linux/include | Harvey Harrison | 6 | -20/+20 |
2008-02-08 | lib: remove fastcall from lib/* | Harvey Harrison | 3 | -28/+28 |
2008-02-08 | kernel: remove fastcall in kernel/* | Harvey Harrison | 12 | -68/+67 |
2008-02-08 | fs: remove fastcall, it is always empty | Harvey Harrison | 6 | -27/+26 |
2008-02-08 | rd: support XIP | Nick Piggin | 2 | -2/+47 |
2008-02-08 | rewrite rd | Nick Piggin | 6 | -549/+556 |
2008-02-08 | mn10300: add platform MTD support for the ASB2303 board | David Howells | 3 | -2/+105 |
2008-02-08 | mn10300: add the MN10300/AM33 architecture to the kernel | David Howells | 234 | -7/+27906 |
2008-02-08 | mn10300: allocate serial port UART IDs for on-chip serial ports | David Howells | 1 | -0/+4 |
2008-02-08 | usb: net2280 can't have a function called show_registers() | David Howells | 1 | -3/+3 |
2008-02-08 | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 30 | -31/+0 |
2008-02-08 | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT | David Howells | 25 | -257/+423 |
2008-02-08 | aout: mark arches that support A.OUT format | David Howells | 14 | -2/+42 |
2008-02-08 | aout: move STACK_TOP[_MAX] to asm/processor.h | David Howells | 39 | -160/+121 |
2008-02-08 | time: fix typo in comments | Li Zefan | 7 | -16/+16 |
2008-02-08 | timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres | Li Zefan | 3 | -4/+4 |
2008-02-08 | clockevent: simplify list operations | Li Zefan | 1 | -7/+4 |
2008-02-08 | clocksource: remove redundant code | Li Zefan | 1 | -1/+0 |
2008-02-08 | Get rid of the kill_pgrp_info() function | Pavel Emelyanov | 2 | -14/+8 |
2008-02-08 | Clean up the kill_something_info | Pavel Emelyanov | 1 | -11/+15 |
2008-02-08 | Pidns: fix badly converted mqueues pid handling | Pavel Emelyanov | 1 | -1/+1 |
2008-02-08 | Pidns: make full use of xxx_vnr() calls | Pavel Emelyanov | 8 | -23/+12 |
2008-02-08 | ITIMER_REAL: convert to use struct pid | Oleg Nesterov | 5 | -38/+5 |
2008-02-08 | uglify while_each_pid_task() to make sure we don't count the execing pricess ... | Oleg Nesterov | 1 | -0/+6 |
2008-02-08 | uglify kill_pid_info() to fix kill() vs exec() race | Oleg Nesterov | 1 | -3/+12 |
2008-02-08 | pid: fix solaris_procids | Eric W. Biederman | 1 | -2/+2 |