| Commit message (Expand) | Author | Age | Files | Lines |
* | Unrot uml mconsole a bit | Al Viro | 2010-01-14 | 1 | -31/+18 |
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 2009-12-15 | 1 | -9/+7 |
* | uml: convert to seq_file/proc_fops | Alexey Dobriyan | 2009-12-15 | 2 | -24/+26 |
* | um: Remove BKL from mmapper | Thomas Gleixner | 2009-10-14 | 1 | -7/+4 |
* | um: Remove BKL from random | Thomas Gleixner | 2009-10-14 | 1 | -3/+0 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 2 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 1 | -1/+1 |
|\ |
|
| * | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 1 | -1/+1 |
* | | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
|/ |
|
* | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 2009-09-02 | 1 | -1/+1 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
* | UML: Fix some apparent bitrot | Paul Menage | 2009-06-25 | 2 | -2/+0 |
* | uml: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-15 | 2 | -4/+4 |
* | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 | 1 | -2/+1 |
* | block: convert to pos and nr_sectors accessors | Tejun Heo | 2009-05-11 | 1 | -1/+1 |
* | ubd: drop unnecessary rq->sector manipulation | Tejun Heo | 2009-04-28 | 1 | -5/+5 |
* | ubd: cleanup completion path | Tejun Heo | 2009-04-28 | 1 | -22/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanup | Linus Torvalds | 2009-04-03 | 1 | -6/+6 |
|\ |
|
| * | ubd_kern: make it 'struct hd_driveid'-free | Bartlomiej Zolnierkiewicz | 2009-04-01 | 1 | -6/+6 |
* | | uml: fix compile error from net_device_ops conversion | Miklos Szeredi | 2009-04-02 | 1 | -1/+1 |
|/ |
|
* | uml: remove useless comments | WANG Cong | 2009-04-01 | 5 | -50/+0 |
* | ubd: stop defintining MAJOR_NR | Christoph Hellwig | 2009-04-01 | 1 | -9/+8 |
* | uml: convert network device to netdevice ops | Stephen Hemminger | 2009-03-27 | 1 | -7/+13 |
* | uml: convert network device to internal network device stats | Stephen Hemminger | 2009-03-27 | 1 | -13/+6 |
* | uml: fix vde network backend in user mode linux | Luca Bigliardi | 2009-02-20 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 7 | -23/+18 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-15 | 1 | -1/+3 |
| |\ |
|
| * | | um: Kill directly reference of netdev->priv | Wang Chen | 2008-12-04 | 7 | -17/+17 |
| * | | net: convert more to %pM | Johannes Berg | 2008-10-27 | 1 | -6/+1 |
* | | | Merge branch 'next' into for-linus | James Morris | 2008-12-25 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | CRED: Pass credentials through dentry_open() | David Howells | 2008-11-14 | 1 | -1/+2 |
| |/ |
|
* | | uml: boot broken due to buffer overrun | Balbir Singh | 2008-12-10 | 1 | -1/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev | Linus Torvalds | 2008-10-23 | 1 | -10/+9 |
|\ |
|
| * | [PATCH] switch ubd | Al Viro | 2008-10-21 | 1 | -13/+12 |
| * | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 1 | -3/+3 |
* | | x86, um: get rid of arch/um/os symlink | Al Viro | 2008-10-22 | 1 | -0/+1 |
|/ |
|
* | uml: small cleanups and note bugs to be dealt with by uml authors... | Alan Cox | 2008-10-13 | 1 | -0/+2 |
* | uml: fix tty-related build error | WANG Cong | 2008-07-30 | 1 | -13/+1 |
* | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 2 | -2/+1 |
|\ |
|
| * | uml: remove a duplicate include | Huang Weiyi | 2008-06-06 | 1 | -1/+0 |
| * | missed kmalloc() in pcap_user.c | Al Viro | 2008-05-21 | 1 | -1/+1 |
* | | uml-random: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
* | | uml-mmapper: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+2 |
* | | uml-harddog: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
|/ |
|
* | uml: style fixes in the random driver | Jeff Dike | 2008-05-13 | 1 | -38/+41 |
* | uml: random driver fixes | Jeff Dike | 2008-05-13 | 1 | -4/+37 |
* | uml: use DIV_ROUND_UP | Jiri Olsa | 2008-05-13 | 1 | -2/+2 |
* | uml: fix build when SLOB is enabled | Jeff Dike | 2008-05-13 | 11 | -11/+13 |
* | uml: fix errno return | Johann Felix Soden | 2008-05-13 | 1 | -1/+1 |
* | uml: fix inconsistence due to tty_operation change | WANG Cong | 2008-05-08 | 1 | -2/+2 |