Age | Commit message (Expand) | Author | Files | Lines |
2008-07-26 | netfilter: fix double-free and use-after free | Pekka Enberg | 1 | -0/+1 |
2008-07-25 | net: drop unused BUG_TRAP() | Ilpo Järvinen | 1 | -7/+0 |
2008-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -35/+33 |
2008-07-22 | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -4/+0 |
2008-07-22 | netns: make get_proc_net() static | Adrian Bunk | 1 | -2/+0 |
2008-07-22 | net: Fix build failure with 'make mandocs'. | Dave Jones | 1 | -29/+29 |
2008-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2 | -25/+30 |
2008-07-22 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 4 | -5/+9 |
2008-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 10 | -33/+97 |
2008-07-22 | fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure. | Laurent Pinchart | 1 | -4/+0 |
2008-07-22 | synclink_gt: add serial bit order control | Paul Fulghum | 1 | -0/+1 |
2008-07-22 | tty: rework break handling | Alan Cox | 1 | -2/+12 |
2008-07-22 | tty: Split ldisc code into its own file | Alan Cox | 1 | -2/+9 |
2008-07-22 | usb_serial: API all change | Alan Cox | 1 | -26/+30 |
2008-07-22 | gpio: gpio driver for max7301 SPI GPIO expander | Juergen Beisert | 1 | -0/+9 |
2008-07-22 | execve filename: document and export via auxiliary vector | John Reiser | 1 | -1/+3 |
2008-07-22 | remove CONFIG_KMOD from core kernel code | Johannes Berg | 1 | -1/+1 |
2008-07-22 | rework try_then_request_module to do less in non-modular kernels | Johannes Berg | 1 | -1/+2 |
2008-07-22 | module: turn longs into ints for module sizes | Denys Vlasenko | 1 | -3/+3 |
2008-07-22 | Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs | Denys Vlasenko | 1 | -0/+2 |
2008-07-22 | module: reorder struct module to save space on 64 bit builds | Richard Kennedy | 1 | -20/+22 |
2008-07-22 | Merge commit 'origin/master' | Benjamin Herrenschmidt | 107 | -852/+2732 |
2008-07-21 | MTD: handle pci_name() being const | Greg Kroah-Hartman | 2 | -2/+2 |
2008-07-21 | sysdev: Add utility functions for simple int/ulong variable sysdev attributes | Andi Kleen | 1 | -0/+34 |
2008-07-21 | sysdev: Pass the attribute to the low level sysdev show/store function | Andi Kleen | 1 | -2/+3 |
2008-07-21 | driver core: Suppress sysfs warnings for device_rename(). | Cornelia Huck | 1 | -0/+10 |
2008-07-21 | debugfs: Implement debugfs_remove_recursive() | Haavard Skinnemoen | 1 | -0/+4 |
2008-07-21 | kobject: reorder kobject to save space on 64 bit builds | Richard Kennedy | 1 | -1/+1 |
2008-07-21 | UIO: minor style and comment fixes | Uwe Kleine-König | 1 | -3/+3 |
2008-07-21 | UIO: Add write function to allow irq masking | Hans J. Koch | 1 | -0/+2 |
2008-07-21 | driver core: remove DEVICE_ID_SIZE define | Greg Kroah-Hartman | 1 | -1/+0 |
2008-07-21 | driver core: remove DEVICE_NAME_SIZE define | Kay Sievers | 2 | -4/+1 |
2008-07-21 | driver core: remove KOBJ_NAME_LEN define | Kay Sievers | 3 | -4/+2 |
2008-07-21 | class: add lockdep infrastructure | Matthew Wilcox | 1 | -2/+23 |
2008-07-21 | class: move driver core specific parts to a private structure | Greg Kroah-Hartman | 1 | -5/+2 |
2008-07-21 | Driver Core: add ability for class_find_device to start in middle of list | Greg Kroah-Hartman | 1 | -1/+2 |
2008-07-21 | Driver Core: add ability for class_for_each_device to start in middle of list | Greg Kroah-Hartman | 1 | -1/+2 |
2008-07-21 | device create: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -5/+4 |
2008-07-21 | driver core: remove device_create() | Greg Kroah-Hartman | 1 | -3/+0 |
2008-07-21 | sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor | Dan Williams | 1 | -0/+3 |
2008-07-22 | powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU ... | Mark Nelson | 1 | -0/+1 |
2008-07-22 | of_gpio: Should use new <linux/gpio.h> header | Wolfgang Grandegger | 1 | -1/+1 |
2008-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 5 | -9/+521 |
2008-07-21 | USB: Force unbinding of drivers lacking reset_resume or other methods | Alan Stern | 1 | -0/+1 |
2008-07-21 | USB: fix usb_reset_device and usb_reset_composite_device(take 3) | Ming Lei | 1 | -3/+2 |
2008-07-21 | USB: remove interface parameter of usb_reset_composite_device | Ming Lei | 1 | -2/+1 |
2008-07-21 | USB Gadget: documentation update | Alan Stern | 1 | -2/+6 |
2008-07-21 | usb: irda: cleanup on ir-usb module | Felipe Balbi | 1 | -0/+151 |
2008-07-21 | usb gadget: composite gadget core | David Brownell | 1 | -0/+338 |
2008-07-21 | usb gadget: descriptor copying support | David Brownell | 1 | -0/+19 |