| Commit message (Expand) | Author | Files | Lines |
2008-12-18 | Maintainer email fixes for inotify | John McCutchan | 1 | -2/+2 |
2008-12-18 | avr32: favr-32 build fix | Haavard Skinnemoen | 2 | -5/+5 |
2008-12-18 | ATSTK1006: Fix boot from NAND flash | Haavard Skinnemoen | 1 | -37/+97 |
2008-12-18 | bnx2: Fix bug in bnx2_free_rx_mem(). | Michael Chan | 1 | -3/+3 |
2008-12-18 | irda: Add irda_skb_cb qdisc related padding | Samuel Ortiz | 1 | -1/+3 |
2008-12-17 | cifs: fix buffer overrun in parse_DFS_referrals | Jeff Layton | 1 | -1/+2 |
2008-12-17 | STAGING: Move staging drivers back to staging-specific menu | Dmitry Baryshkov | 1 | -0/+3 |
2008-12-17 | driver core: add newlines to debugging enabled/disabled messages | Marcel Holtmann | 1 | -2/+2 |
2008-12-17 | xilinx_hwicap: remove improper wording in license statement | Greg Kroah-Hartman | 6 | -18/+0 |
2008-12-17 | driver core: fix using 'ret' variable in unregister_dynamic_debug_module | Johann Felix Soden | 1 | -1/+1 |
2008-12-17 | USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole display | Mike Provencher | 2 | -0/+5 |
2008-12-17 | USB: set correct configuration in probe of ti_usb_3410_5052 | Oliver Neukum | 1 | -52/+3 |
2008-12-17 | USB: add 5372:2303 to pl2303 | Matthew Arnold | 2 | -0/+5 |
2008-12-17 | USB: skip Set-Interface(0) if already in altsetting 0 | Alan Stern | 1 | -1/+3 |
2008-12-17 | USB: fix comment about endianness of descriptors | Phil Endecott | 2 | -4/+10 |
2008-12-17 | USB: Documentation/usb/gadget_serial.txt: update to match driver use_acm beha... | Peter Korsgaard | 1 | -2/+2 |
2008-12-17 | usbmon: drop bogus 0t from usbmon.txt | Pete Zaitcev | 1 | -5/+7 |
2008-12-17 | USB: gadget: fix rndis working at high speed | David Brownell | 1 | -0/+4 |
2008-12-17 | USB: ftdi_sio: Adding Ewert Energy System's CANdapter PID | Andrew Ewert | 2 | -0/+4 |
2008-12-17 | USB: tty: SprogII DCC controller identifiers | Alan Cox | 2 | -0/+4 |
2008-12-17 | usb-storage: update unusual_devs entry for Nokia 5310 | Alan Stern | 1 | -1/+1 |
2008-12-17 | USB: Unusual devs patch for Nokia 3500c | Ozan Sener | 1 | -0/+7 |
2008-12-17 | USB: storage: unusual_devs.h: Nokia 3109c addition | CSÉCSY László | 1 | -0/+7 |
2008-12-17 | USB: fix problem with usbtmc driver not loading properly | Greg Kroah-Hartman | 1 | -0/+1 |
2008-12-17 | powerpc: Fix corruption error in rh_alloc_fixed() | Guillaume Knispel | 1 | -0/+1 |
2008-12-17 | powerpc/fsl-booke: Fix the miss interrupt restore | Dave Liu | 1 | -2/+2 |
2008-12-17 | avr32: remove .note.gnu.build-id section when making vmlinux.bin | Hans-Christian Egtvedt | 1 | -1/+1 |
2008-12-17 | jme: Fixed a typo | cwm97m | 1 | -1/+1 |
2008-12-17 | net: kernel BUG at drivers/net/phy/mdio_bus.c:165! | Krzysztof Halasa | 1 | -2/+3 |
2008-12-17 | sparc: We need to implement arch_ptrace_stop(). | David S. Miller | 2 | -0/+19 |
2008-12-17 | ocfs2: Add JBD2 compat feature bit. | Joel Becker | 1 | -1/+7 |
2008-12-17 | drivers/net: starfire: Fix napi ->poll() weight handling | Jarek Poplawski | 1 | -0/+5 |
2008-12-17 | tlan: Fix pci memory unmapping | Sakari Ailus | 1 | -4/+9 |
2008-12-16 | ocfs2: Always update xattr search when creating bucket. | Tao Ma | 1 | -2/+2 |
2008-12-16 | i2c-s3c2410: fix check for being in suspend. | Ben Dooks | 1 | -3/+15 |
2008-12-16 | i2c-cpm: Detect and report NAK right away instead of timing out | Mike Ditto | 1 | -0/+1 |
2008-12-16 | mm: Don't touch uninitialized variable in do_pages_stat_array() | KOSAKI Motohiro | 1 | -1/+1 |
2008-12-16 | pata_hpt366: no ATAPI DMA | Tejun Heo | 1 | -1/+3 |
2008-12-16 | pata_hpt366: fix cable detection, | Tejun Heo | 1 | -2/+6 |
2008-12-16 | libata: fix Seagate NCQ+FLUSH blacklist | Tejun Heo | 1 | -6/+59 |
2008-12-16 | enc28j60: use netif_rx_ni() to deliver RX packets | Baruch Siach | 1 | -1/+1 |
2008-12-16 | tlan: Fix small (< 64 bytes) datagram transmissions | Sakari Ailus | 1 | -4/+6 |
2008-12-16 | netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPEC | Pablo Neira Ayuso | 1 | -0/+1 |
2008-12-16 | sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms. | Paul Mundt | 1 | -0/+2 |
2008-12-16 | sh: maple: Do not pass SLAB_POISON to kmem_cache_create() | Matt Fleming | 1 | -1/+1 |
2008-12-16 | powerpc/cell/axon-msi: Fix MSI after kexec | Arnd Bergmann | 1 | -0/+3 |
2008-12-16 | powerpc: Fix bootmem reservation on uninitialized node | Dave Hansen | 1 | -5/+11 |
2008-12-16 | powerpc: Check for valid hugepage size in hugetlb_get_unmapped_area | Brian King | 1 | -0/+3 |
2008-12-16 | Define smp_call_function_many for UP | Rusty Russell | 1 | -0/+2 |
2008-12-16 | cgroups: fix a race between rmdir and remount | Paul Menage | 1 | -1/+1 |