- 86d9c07 Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
- 13220a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
- d3f12d3 Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 16 years ago
- 39b566e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
- 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
- 0384e29 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
- 61a0918 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
- 0c93ea4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
- bc2fd38 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
- 928a726 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
- 8ff64b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 16 years ago
- 5020125 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
- 562f477 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
- 8d80ce8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
- d0adde5 Add a strictatime mount option by Matthew Garrett · 16 years ago
- 5a54bd1 Merge commit 'v2.6.29' into core/header-fixes by Ingo Molnar · 16 years ago
- f9f3567 emu101k1.h: fix duplicate include of <linux/types.h> by Arnd Bergmann · 16 years ago
- 8cd2c29 compiler-gcc4: conditionalize #error on __KERNEL__ by H. Peter Anvin · 16 years ago
- 3a471cb remove __KERNEL_STRICT_NAMES by Arnd Bergmann · 16 years ago
- 60c195c make netfilter use strict integer types by Arnd Bergmann · 16 years ago
- 1d7f83d make drm headers use strict integer types by Arnd Bergmann · 16 years ago
- ccef7ab make MTD headers use strict integer types by Arnd Bergmann · 16 years ago
- 9adfbfb make most exported headers use strict integer types by Arnd Bergmann · 16 years ago
- 85efde6 make exported headers use strict posix types by Arnd Bergmann · 16 years ago
- 9d50638 unconditionally include asm/types.h from linux/types.h by Jaswinder Singh Rajput · 16 years ago
- 7c526e1 Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timers/core by Ingo Molnar · 16 years ago
- bf84c82 quota: Remove uppercase aliases for quota functions. by Jan Kara · 16 years ago
- dd6f3c6 quota: Remove NODQUOT macro by Jan Kara · 16 years ago
- 9900ba3 quota: Use inode->i_blkbits to get block bits by Mingming Cao · 16 years ago
- 740d9dc quota: Add quota reservation claim and released operations by Mingming Cao · 16 years ago
- f18df22 quota: Add quota reservation support by Mingming Cao · 16 years ago
- 5c0de29 netfilter: nf_conntrack: add generic function to get len of generic policy by Holger Eitzenberger · 16 years ago
- ea781f1 netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu() by Eric Dumazet · 16 years ago
- 8937b73 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 16 years ago
- af9d32a netfilter: limit the length of the helper name by Holger Eitzenberger · 16 years ago
- e487eb9 netlink: add nla_policy_len() by Holger Eitzenberger · 16 years ago
- d0dba72 netfilter: ctnetlink: add callbacks to the per-proto nlattrs by Holger Eitzenberger · 16 years ago
- b8dfe49 netfilter: factorize ifname_compare() by Eric Dumazet · 16 years ago
- b6d9842 Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/core by Ingo Molnar · 16 years ago
- 67fca02 ax88796: Add method to take MAC from platform data by Daniel Mack · 16 years ago
- 09f98ba Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'mlx4', 'mthca', 'nes' and 'sysfs' into for-next by Roland Dreier · 16 years ago
- c96f173 [libata] Improve timeout handling by Alan Cox · 16 years ago
- b2f5e7c ipv6: Fix conflict resolutions during ipv6 binding by Vlad Yasevich · 16 years ago
- 3d47aa8 [libata] Drain data on errors by Alan Cox · 16 years ago
- 22ddbd1 include/linux/ata.h: add some more transfer masks by Erik Inge Bolsø · 16 years ago
- 1a660164 [libata] Export ata_pio_queue_task() so that it can be used from sata_mv. by Mark Lord · 16 years ago
- e6e66b0 Dynamic debug: fix pr_fmt() build error by Greg Banks · 16 years ago
- e9d376f dynamic debug: combine dprintk and dynamic printk by Jason Baron · 16 years ago
- ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 16 years ago
- f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 16 years ago
- 4995f8e vcs: hook sysfs devices into object lifetime instead of "binding" by Kay Sievers · 16 years ago
- 006f457 driver core: move platform_data into platform_device by Ming Lei · 16 years ago
- ae1b417 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
- 8940b4f driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
- f791b8c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
- fb069a5 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
- b23530e driver core: remove polling for driver_probe_done(v5) by Ming Lei · 16 years ago
- 8205779 UIO: Add name attributes for mappings and port regions by Hans J. Koch · 16 years ago
- 57fee4a platform: introduce module id table for platform devices by Eric Miao · 16 years ago
- 1fa5ae8 driver core: get rid of struct device's bus_id string array by Kay Sievers · 16 years ago
- 2c0f3e9 wimax: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 38938bf netlink: add NETLINK_NO_ENOBUFS socket flag by Pablo Neira Ayuso · 16 years ago
- 8942939 USB: gadget: composite device-level suspend/resume hooks by David Brownell · 16 years ago
- 64a3a25 USB: pedantic: spelling correction in comment for ch9.h by D.J. Capelis · 16 years ago
- 8c209e6 USB: make actual_length in struct urb field u32 by Greg Kroah-Hartman · 16 years ago
- 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 16 years ago
- 6da9c99 USB: allow libusb to talk to unauthenticated WUSB devices by David Vrabel · 16 years ago
- e6e244b usb-storage: prepare for subdriver separation by Alan Stern · 16 years ago
- f6d92a0 USB: otg: adding nop usb transceiver by Ajay Kumar Gupta · 16 years ago
- f8bece8 USB: serial: introduce a flag into the usb serial layer to tell drivers that their URBs are killed due to suspension by Oliver Neukum · 16 years ago
- 4d6914b USB: Move definitions from usb.h to usb/ch9.h by Julia Lawall · 16 years ago
- c2344f1 USB: gpio_vbus: add delayed vbus_session calls by Robert Jarzmik · 16 years ago
- 1662e3a USB: add quirk to avoid config and interface strings by Alan Stern · 16 years ago
- 2ebe1d9 ide: use try_to_identify() in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
- 552d3a9 ide: remove broken EXABYTENEST support by Bartlomiej Zolnierkiewicz · 16 years ago
- d45b70a mn10300: remove <asm/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
- 662641d frv: remove <asm/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
- 86ccf37 ide: remove pciirq argument from ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 16 years ago
- 2ed0ef5 ide: fix ->init_chipset method to return 'int' value by Bartlomiej Zolnierkiewicz · 16 years ago
- 8b07ed2 ide: remove no longer needed IRQ fallback code from hwif_init() by Bartlomiej Zolnierkiewicz · 16 years ago
- 2467922 ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS by Bartlomiej Zolnierkiewicz · 16 years ago
- b75aa12 mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h> by Bartlomiej Zolnierkiewicz · 16 years ago
- 327fa1c ide: move error handling code to ide-eh.c (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
- 7eeaaaa ide: move xfer mode tuning code to ide-xfer-mode.c by Bartlomiej Zolnierkiewicz · 16 years ago
- 11938c9 ide: move device settings code to ide-devsets.c by Bartlomiej Zolnierkiewicz · 16 years ago
- c4e66c3 ide: move ide_do_park_unpark() to ide-park.c by Bartlomiej Zolnierkiewicz · 16 years ago
- 1866082 ide: remove ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
- 65ca537 ide: move ide_dma_timeout_retry() to ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
- b6a45a0 ide: move drive_is_ready() to ide-io.c by Bartlomiej Zolnierkiewicz · 16 years ago
- 8b803bd ide: sanitize ACPI initialization by Bartlomiej Zolnierkiewicz · 16 years ago
- 7ed5b15 ide: add ide_for_each_present_dev() iterator by Bartlomiej Zolnierkiewicz · 16 years ago
- 7a254df ide: move ide_pktcmd_tf_load() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 16 years ago
- 5393f31 net: Add dependent headers to trace/skb.h by Josh Stone · 16 years ago
- b5bb143 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 16 years ago
- 18e9b10 firewire: cdev: add closure to async stream ioctl by Stefan Richter · 16 years ago
- de487da firewire: cdev: secure add_descriptor ioctl by Stefan Richter · 16 years ago
- c8a2590 firewire: cdev: amendment to "add ioctl to query maximum transmission speed" by Stefan Richter · 16 years ago
- f8c2287 firewire: implement asynchronous stream transmission by Jay Fenlason · 16 years ago
- 5d9cb7d27 firewire: cdev: add ioctls for iso resource management, amendment by Stefan Richter · 16 years ago
- 77258da firewire: cdev: increment fw_cdev_version, update documentation by Stefan Richter · 16 years ago