lockd: convert reclaimer thread to kthread interface
[safe/jmp/linux-2.6] / drivers / base /
2008-10-29 Andi Kleensysfs: Fix return values for sysdev_store_{ulong,int}
2008-10-29 Qinghuang Fengdriver core: drivers/base/sys.c: update comments
2008-10-20 Shaohua Limemory_probe: fix wrong sysfs file attribute
2008-10-20 Lee Schermerhornvmscan: unevictable LRU scan sysctl
2008-10-20 Nick Pigginvmstat: mlocked pages statistics
2008-10-20 Lee SchermerhornUnevictable LRU Page Statistics
2008-10-20 Rik van Rielvmscan: split LRU lists into anon & file sets
2008-10-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2008-10-16 Magnus Dammresource: add resource_type() and IORESOURCE_TYPE_BITS
2008-10-16 Bjorn Helgaasfirmware: use dev_printk when possible
2008-10-16 Alberto BertogliFix typo in the FIRMWARE_IN_KERNEL help
2008-10-16 Bjorn Helgaasvsprintf: use new vsprintf symbolic function pointer...
2008-10-16 Greg Kroah-HartmanDriver core: add bus_sort_breadthfirst() function
2008-10-16 Eric W. Biedermankobject: Fix kobject_rename and !CONFIG_SYSFS
2008-10-16 Dmitry Baryshkovplatform: add new device registration helper
2008-10-16 Peter KorsgaardDriver core: make bus_find_device_by_name() more robust
2008-10-16 Arjan van de Vendebug: use dev_WARN() rather than WARN_ON() in device_p...
2008-10-16 Arjan van de Vendevice model: Do a quickcheck for driver binding before...
2008-10-16 Cornelia HuckDriver core: Fix cleanup in device_create_vargs().
2008-10-16 Cornelia HuckDriver core: Clarify device cleanup.
2008-10-16 Adrian Bunkdriver core: make struct platform_pm_ops static
2008-10-12 Ingo Molnarx86: memory corruption check - cleanup
2008-10-12 Ingo MolnarMerge branch 'linus' into x86/memory-corruption-check
2008-10-09 Tejun Heodriver-core: use klist for class device list and implem...
2008-09-07 Jeremy Fitzhardingex86: check for and defend against BIOS memory corruption
2008-08-21 Rafael J. WysockiPM: Remove WARN_ON from device_pm_add
2008-08-21 Greg Kroah-Hartmandriver core: add init_name to struct device
2008-08-21 Alan SternPM: don't skip device PM init when CONFIG_PM_SLEEP...
2008-08-21 David Brownelldriver model: anti-oopsing medicine
2008-08-21 Jean Delvaredev_printk(): constify the `dev' argument
2008-08-21 Joe Perchesdrivers/base/driver.c: remove unused to_dev() macro
2008-08-01 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2008-07-28 Randy Dunlaplocking: fix mutex @key parameter kernel-doc notation
2008-07-28 Stephen Rothwellmore sysdev API change fallout - drivers/base/memory.c
2008-07-26 Arjan van de VenUse WARN() in drivers/base/
2008-07-26 Rene Hermanisa: set 24-bit dma_mask for ISA devices
2008-07-25 Akinobu Mitafirmware: use memory_read_from_buffer()
2008-07-24 Badari Pulavartymemory-hotplug: add sysfs removable attribute for hotpl...
2008-07-24 Linus TorvaldsMerge branch 'cpus4096-for-linus' of git://git./linux...
2008-07-22 Andi Kleensysdev: Add utility functions for simple int/ulong...
2008-07-22 Andi Kleensysdev: Pass the attribute to the low level sysdev...
2008-07-22 Cornelia Huckdriver core: Suppress sysfs warnings for device_rename().
2008-07-22 Adrian Bunkalways enable FW_LOADER unless EMBEDDED=y
2008-07-22 Ben Dookssysdev: fix debugging statements in registration code.
2008-07-22 Greg Kroah-Hartmandriver core: fix a lot of printk usages of bus_id
2008-07-22 Dave Youngclass: change internal semaphore to a mutex
2008-07-22 Matthew Wilcoxclass: add lockdep infrastructure
2008-07-22 Greg Kroah-Hartmanclass: fix docbook comments for class_private structure
2008-07-22 Greg Kroah-Hartmanclass: rename "sem" to "class_sem" in internal class...
2008-07-22 Greg Kroah-Hartmanclass: rename "subsys" to "class_subsys" in internal...
2008-07-22 Greg Kroah-Hartmanclass: rename "interfaces" to "class_interfaces" in...
2008-07-22 Greg Kroah-Hartmanclass: rename "devices" to "class_devices" in internal...
2008-07-22 Greg Kroah-Hartmanclass: move driver core specific parts to a private...
2008-07-22 Greg Kroah-HartmanDriver Core: add ability for class_find_device to start...
2008-07-22 Greg Kroah-HartmanDriver Core: add ability for class_for_each_device...
2008-07-22 Greg Kroah-Hartmandevice create: convert device_create_drvdata to device_...
2008-07-22 Greg Kroah-Hartmandriver core: remove device_create()
2008-07-22 Dan Williamssysfs: add /sys/dev/{char,block} to lookup sysfs path...
2008-07-18 Ingo MolnarMerge branch 'linus' into cpus4096
2008-07-17 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2008-07-15 Ingo MolnarMerge branch 'linus' into cpus4096
2008-07-15 Linus TorvaldsMerge branch 'core/topology' of git://git./linux/kernel...
2008-07-14 David WoodhouseMerge git://git./linux/kernel/git/torvalds/linux-2...
2008-07-10 David Woodhousefirmware: Add CONFIG_FIRMWARE_IN_KERNEL option.
2008-07-10 David Woodhousefirmware: Add CONFIG_EXTRA_FIRMWARE option
2008-07-10 David Woodhousefirmware: allow firmware files to be built into kernel...
2008-07-10 David Woodhousefirmware: make fw->data const
2008-07-08 Ingo MolnarMerge branch 'x86/numa' into x86/devel
2008-07-08 Mike Travisx86: cleanup early per cpu variables/accesses v4
2008-07-08 Ingo MolnarMerge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm...
2008-07-07 Rafael J. WysockiPCI ACPI: Rework PCI handling of wake-up
2008-07-06 Ingo MolnarMerge commit 'v2.6.26-rc9' into cpus4096
2008-07-04 John Blackwoodmm: switch node meminfo Active & Inactive pages to...
2008-06-13 Ben Hutchingscputopology: always define CPU topology information...
2008-06-13 Ben Hutchingscpu topology: always define CPU topology information
2008-06-12 Rafael J. WysockiSuspend-related patches for 2.6.27
2008-06-11 Randy Dunlapdev_set_name: fix missing kernel-doc
2008-06-10 Rafael J. WysockiImplement new suspend and hibernation callbacks for...
2008-06-10 Rafael J. WysockiIntroduce new top level suspend and hibernation callbacks
2008-05-30 Stephen Rothwelldriver-core: prepare for 2.6.27 api change by adding...
2008-05-25 Jan Beulichx86: move tracedata to RODATA
2008-05-23 Mike Traviscpu: change some globals to statics in drivers/base...
2008-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-05-20 Greg Kroah-HartmanDriver core: add device_create_vargs and device_create_...
2008-05-16 Linus TorvaldsClean up 'print_fn_descriptor_symbol()' types
2008-05-15 Stephen Hemmingersysfs: remove error messages for -EEXIST case
2008-05-14 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-05-14 Dave YoungDriver core: struct class remove children list
2008-05-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-05-13 Hannes Heringmemory: Introduce exports for memory notifiers
2008-05-06 OGAWA HirofumiFix bogus warning in sysdev_driver_register()
2008-05-01 Mike Traviscpu: change cpu_sys_devices from array to per_cpu variable
2008-04-30 Kay Sieversdriver core: remove no longer used "struct class_device"
2008-04-30 Stas Sergeevdriver core: warn about duplicate driver names on the...
2008-04-30 Miklos Szeredimm: Add NR_WRITEBACK_TEMP counter
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-29 Ciaran McCreeshfirmware loader: printk when requesting firmware
2008-04-26 Yinghai Ludriver core: try parent numa_node at first before using...
2008-04-23 Rafael J. Wysockibus_remove_device: be more careful about incomplete...
2008-04-23 Rafael J. WysockiRelax check on adding children of suspended devices
next