[PATCH] Have ia64 use add_active_range() and free_area_init_nodes
[sfrench/cifs-2.6.git] / drivers /
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-27 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/i2c-2.6
2006-09-27 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/pci-2.6
2006-09-27 Kenji Kaneshigepciehp - fix wrong return value
2006-09-27 Satoru Takeuchiacpiphp: add support for ioapic hot-remove
2006-09-27 Satoru TakeuchiPCI: assign ioapic resource at hotplug
2006-09-27 Satoru Takeuchiacpiphp: disable bridges
2006-09-27 Satoru Takeuchiacpiphp: stop bus device before acpi_bus_trim
2006-09-27 Satoru TakeuchiPCI: add pci_stop_bus_device
2006-09-27 Satoru Takeuchiacpiphp: do not initialize existing ioapics
2006-09-27 Satoru Takeuchiacpiphp: initialize ioapics before starting devices
2006-09-27 Satoru Takeuchiacpiphp: set hpp values before starting devices
2006-09-27 Satoru TakeuchiPCI Hotplug: cleanup pcihp skeleton code.
2006-09-27 Michael S. TsirkinPCI: Restore PCI Express capability registers after...
2006-09-27 Adrian BunkPCI: drivers/pci/hotplug/acpiphp_glue.c: make a functio...
2006-09-27 Alan CoxPCI: Multiprobe sanitizer
2006-09-27 Greg Kroah-HartmanPCI: fix __must_check warnings
2006-09-27 Greg Kroah-HartmanPCI Hotplug: fix __must_check warnings
2006-09-27 Greg Kroah-HartmanSHPCHP: fix __must_check warnings
2006-09-27 Zhang, YanminPCI-Express AER implemetation: pcie_portdrv error handler
2006-09-27 Zhang, YanminPCI-Express AER implemetation: AER core and aerdriver
2006-09-27 Zhang, YanminPCI-Express AER implemetation: export pcie_port_bus_type
2006-09-27 Randy DunlapPCIE: check and return bus_register errors
2006-09-27 Brice GoglinMSI: Blacklist PCI-E chipsets depending on Hypertranspo...
2006-09-27 Brice GoglinMSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HT
2006-09-27 Brice GoglinMSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfs
2006-09-27 Brice GoglinMSI: Factorize common code in pci_msi_supported()
2006-09-27 Brice GoglinMSI: Cleanup existing MSI quirks
2006-09-26 Jean Delvarei2c: Constify i2c_algorithm declarations, part 2
2006-09-26 Jean Delvarei2c: Constify i2c_algorithm declarations, part 1
2006-09-26 Jean Delvarei2c-isa: Restore driver owner
2006-09-26 Rudolf Mareki2c-viapro: Add support for the VT8237A and VT8251
2006-09-26 Jean Delvarei2c: Warn on i2c client creation failure
2006-09-26 Jean Delvarei2c-core: Drop useless bitmaskings
2006-09-26 Adrian Bunki2c-algo-pcf: Discard the mdelay data struct member
2006-09-26 Jean Delvarei2c-algo-bit: Cleanups
2006-09-26 David Hubbardi2c-isa: Fail adding driver on attach_adapter error
2006-09-26 Jean Delvarei2c: __must_check fixes (chip drivers)
2006-09-26 Jean Delvarei2c-dev: attach/detach_adapter cleanups
2006-09-26 Jean Delvarei2c-stub: Chip address as a module parameter
2006-09-26 Komal Shahi2c: New bus driver for TI OMAP boards
2006-09-26 Jean Delvarei2c-algo-bit: Discard the mdelay data struct member
2006-09-26 Jean Delvarei2c-matroxfb: Struct init conversion
2006-09-26 Arthur Othienoi2c: Fix copy-n-paste in subsystem Kconfig
2006-09-26 Domen Punceri2c-au1550: Add I2C support for Au1200
2006-09-26 Domen Punceri2c-au1550: Add SMBus functionality flag
2006-09-26 Domen Punceri2c-au1550: Fix timeout problem
2006-09-26 Jean Delvarei2c-sibyte: Kip Walker is gone
2006-09-26 Jean Delvarei2c-algo-sibyte: Merge into i2c-sibyte
2006-09-26 Jean Delvarei2c-algo-sibyte: Cleanups
2006-09-26 Jean Delvarei2c: __must_check fixes, i2c-dev
2006-09-26 Jean Delvarei2c: __must_check fixes (core drivers)
2006-09-26 Jean Delvarei2c-dev: Drop the client template
2006-09-26 Jean Delvarei2c-dev: Use a list for data storage
2006-09-26 Jean Delvarei2c-dev: Cleanups
2006-09-26 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2006-09-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2006-09-26 Rafael J. Wysocki[PATCH] suspend: make it possible to disable serial...
2006-09-26 Ralf Baechle[PATCH] Alchemy: Delete unused pt_regs * argument from...
2006-09-26 Christoph Lameter[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRE...
2006-09-26 Christoph Lameter[PATCH] reduce MAX_NR_ZONES: make display of highmem...
2006-09-26 Andi Kleen[PATCH] x86: Allow disabling early pci scans with pci...
2006-09-26 Andi Kleen[PATCH] Don't print virtual address in HPET initialization
2006-09-26 Alan SternDriver core: Remove unneeded routines from driver core
2006-09-26 Alan SternDriver core: Fix potential deadlock in driver core
2006-09-26 Greg Kroah-HartmanPCI: enable driver multi-threaded probe
2006-09-26 Greg Kroah-HartmanDriver Core: add ability for drivers to do a threaded...
2006-09-26 Andrew Mortondrivers/base: check errors
2006-09-26 Brian Walshdrivers/base: Platform notify needs to occur before...
2006-09-26 Yoichi YuasaDriver core: fixed add_bind_files() definition
2006-09-26 Dmitry TorokhovDriver core: fix comments in drivers/base/power/resume.c
2006-09-26 Randy.Dunlapsysfs_remove_bin_file: no return value, dump_stack...
2006-09-26 Greg Kroah-HartmanDriver core: add ability for devices to create and...
2006-09-26 Greg Kroah-HartmanClass: add support for class interfaces for devices
2006-09-26 Greg Kroah-HartmanDriver core: create devices/virtual/ tree
2006-09-26 Greg Kroah-HartmanDriver core: add device_rename function
2006-09-26 Greg Kroah-HartmanDriver core: add ability for classes to handle devices...
2006-09-26 Greg Kroah-HartmanDriver core: allow devices in classes to have no parent
2006-09-26 Greg Kroah-HartmanDriver core: add groups support to struct device
2006-09-26 David BrownellPM: platform_bus and late_suspend/early_resume
2006-09-26 Pavel MachekPM: device_suspend/resume may sleep
2006-09-26 David BrownellPM: no suspend_prepare() phase
2006-09-26 David BrownellPM: add kconfig option for deprecated .../power/state...
2006-09-26 David BrownellPM: update docs for writing .../power/state
2006-09-26 David BrownellPM: issue PM_EVENT_PRETHAW
2006-09-26 David BrownellPM: USB HCDs use PM_EVENT_PRETHAW
2006-09-26 David BrownellPM: video drivers and PM_EVENT_PRETHAW
2006-09-26 David BrownellPM: PCI and IDE handle PM_EVENT_PRETHAW
2006-09-26 David Brownellfix broken/dubious driver suspend() methods
2006-09-26 David Brownellmake suspend quieter
2006-09-26 Linus TorvaldsSuspend changes for PCI core
2006-09-26 Linus TorvaldsSuspend infrastructure cleanup and extension
2006-09-26 Miguel Ojeda SandonisDriver core: add const to class_create
2006-09-26 Greg Kroah-Hartmandevice_create(): make fmt argument 'const char *'
2006-09-26 Dmitry Torokhovclass_device_create(): make fmt argument 'const char *'
2006-09-26 Kay Sieversdeprecate PHYSDEV* keys
2006-09-26 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2006-09-26 Jeff Garzik[libata] Fix oops introduced in non-uniform port handli...
2006-09-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-09-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/sparc-2.6
next