| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | korina: count RX DMA OVR as rx_fifo_error | Phil Sutter | 2010-06-02 | 1 | -1/+1 |
| * | | | | | korina: use netdev_alloc_skb_ip_align() here, too | Phil Sutter | 2010-06-02 | 1 | -2/+1 |
| * | | | | | korina: fix deadlock on RX FIFO overrun | Phil Sutter | 2010-06-02 | 1 | -14/+13 |
| * | | | | | net: fix conflict between null_or_orig and null_or_bond | John Fastabend | 2010-06-02 | 1 | -4/+4 |
| * | | | | | net: init_vlan should not copy slave or master flags | John Fastabend | 2010-06-02 | 1 | -1/+2 |
| * | | | | | enic: bug fix: make the set/get netlink VF_PORT support symmetrical | Scott Feldman | 2010-06-02 | 2 | -103/+104 |
| * | | | | | bnx2: Fix hang during rmmod bnx2. | Michael Chan | 2010-06-02 | 1 | -1/+13 |
| * | | | | | xfrm: force a dst reference in __xfrm_route_forward() | Eric Dumazet | 2010-06-02 | 1 | -0/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2010-06-05 | 4 | -10/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | nilfs2: remove obsolete declarations of cache constructor and destructor | Ryusuke Konishi | 2010-05-31 | 3 | -6/+0 |
| * | | | | | | nilfs2: fix style issue in nilfs_destroy_cachep | Ryusuke Konishi | 2010-05-31 | 1 | -4/+4 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-06-04 | 8 | -15/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | Minix: Clean up left over label | Andrew Hendry | 2010-06-04 | 1 | -4/+0 |
| * | | | | | | fix truncate inode time modification breakage | Nick Piggin | 2010-06-04 | 2 | -3/+4 |
| * | | | | | | fix setattr error handling in sysfs, configfs | Nick Piggin | 2010-06-04 | 2 | -7/+8 |
| * | | | | | | fcntl: return -EFAULT if copy_to_user fails | Dan Carpenter | 2010-06-04 | 1 | -2/+5 |
| * | | | | | | wrong type for 'magic' argument in simple_fill_super() | Roberto Sassu | 2010-06-04 | 2 | -2/+3 |
| * | | | | | | fix the deadlock in qib_fs | Al Viro | 2010-06-04 | 1 | -3/+1 |
| * | | | | | | mqueue doesn't need make_bad_inode() | Al Viro | 2010-06-04 | 1 | -1/+0 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2010-06-04 | 3 | -155/+221 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | module: fix bne2 "gave up waiting for init of module libcrc32c" | Rusty Russell | 2010-06-05 | 1 | -32/+59 |
| * | | | | | | | module: verify_export_symbols under the lock | Rusty Russell | 2010-06-05 | 1 | -16/+10 |
| * | | | | | | | module: move find_module check to end | Linus Torvalds | 2010-06-05 | 1 | -5/+7 |
| * | | | | | | | module: make locking more fine-grained. | Rusty Russell | 2010-06-05 | 1 | -23/+42 |
| * | | | | | | | module: Make module sysfs functions private. | Rusty Russell | 2010-06-05 | 2 | -37/+25 |
| * | | | | | | | module: move sysfs exposure to end of load_module | Rusty Russell | 2010-06-05 | 1 | -11/+36 |
| * | | | | | | | module: fix kdb's illicit use of struct module_use. | Rusty Russell | 2010-06-05 | 3 | -19/+11 |
| * | | | | | | | module: Make the 'usage' lists be two-way | Linus Torvalds | 2010-06-05 | 2 | -32/+51 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-06-04 | 7 | -26/+67 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Input: wacom - add Cintiq 21UX2 and Intuos4 WL | Ping Cheng | 2010-06-04 | 3 | -15/+60 |
| * | | | | | | | Input: ads7846 - fix compiler warning in ads7846_probe() | Dmitry Torokhov | 2010-06-02 | 1 | -1/+1 |
| * | | | | | | | Input: tps6507x-ts - a couple work queue cleanups | Dan Carpenter | 2010-06-02 | 1 | -8/+4 |
| * | | | | | | | Input: s3c2410_ts - tone down logging | Mark Brown | 2010-05-31 | 1 | -1/+1 |
| * | | | | | | | Input: s3c2410_ts - fix build error due to ADC Kconfig rename | Mark Brown | 2010-05-31 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2010-06-04 | 36 | -204/+642 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | sh: Make intc messages consistent via pr_fmt. | Paul Mundt | 2010-06-02 | 1 | -5/+7 |
| * | | | | | | | sh: make sure static declaration on ms7724se | Kuninori Morimoto | 2010-06-02 | 1 | -4/+4 |
| * | | | | | | | sh: make sure static declaration on mach-migor | Kuninori Morimoto | 2010-06-02 | 1 | -1/+1 |
| * | | | | | | | sh: make sure static declaration on mach-ecovec24 | Kuninori Morimoto | 2010-06-02 | 1 | -8/+8 |
| * | | | | | | | sh: make sure static declaration on mach-ap325rxa | Kuninori Morimoto | 2010-06-02 | 1 | -1/+1 |
| * | | | | | | | clocksource: sh_cmt: compute mult and shift before registration | Paul Mundt | 2010-06-02 | 1 | -9/+13 |
| * | | | | | | | clocksource: sh_tmu: compute mult and shift before registration | Aurelien Jarno | 2010-06-02 | 1 | -9/+11 |
| * | | | | | | | Merge branch 'sh/iomap' | Paul Mundt | 2010-06-02 | 15 | -75/+99 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | sh: PIO disabling for x3proto and urquell. | Paul Mundt | 2010-06-02 | 1 | -0/+2 |
| | * | | | | | | | sh: mach-sdk7786: conditionally disable PIO support. | Paul Mundt | 2010-06-02 | 1 | -0/+1 |
| | * | | | | | | | sh: support for platforms without PIO. | Paul Mundt | 2010-06-02 | 8 | -34/+54 |
| | * | | | | | | | usb: r8a66597-hcd pio to mmio accessor conversion. | Paul Mundt | 2010-06-02 | 2 | -15/+15 |
| | * | | | | | | | usb: gadget: r8a66597-udc pio to mmio accessor conversion. | Paul Mundt | 2010-06-02 | 2 | -14/+14 |
| | * | | | | | | | usb: gadget: m66592-udc pio to mmio accessor conversion. | Paul Mundt | 2010-06-02 | 1 | -11/+11 |
| | * | | | | | | | input: serio: disable i8042 for non-cayman sh platforms. | Paul Mundt | 2010-05-25 | 1 | -1/+2 |