[PATCH] Remove warning: VFS is out of sync with lock manager
[safe/jmp/linux-2.6] / drivers / base /
2006-12-22 Randy Dunlap[PATCH] fix kernel-doc warnings in 2.6.20-rc1
2006-12-13 Scott WoodDriver core: Make platform_device_add_data accept a...
2006-12-13 Andrew MortonDriver core: "platform_driver_probe() can save codespac...
2006-12-13 Akinobu Mitadriver core: delete virtual directory on class_unregister()
2006-12-13 Robert P. J. Day[PATCH] getting rid of all casts of k[cmz]alloc() calls
2006-12-07 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2006-12-07 Ingo Molnar[PATCH] hotplug CPU: clean up hotcpu_notifier() use
2006-12-07 Andrew Morton[PATCH] driver/base/memory.c: handle errors properly
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-07 Christoph Hellwig[PATCH] add numa node information to struct device
2006-12-07 Siddha, Suresh B[PATCH] i386: change the 'no_control' field to 'hotplug...
2006-12-04 Al Viro[PATCH] severing module.h->sched.h
2006-12-01 David BrownellDriver core: platform_driver_probe(), can save codespace
2006-12-01 Cornelia Huckdriver core: Use klist_remove() in device_move()
2006-12-01 Cornelia Huckdriver core: Introduce device_move(): move a device...
2006-12-01 Adrian BunkDriver core: make drivers/base/core.c:setup_parent...
2006-12-01 Cornelia Huckdriver core: Introduce device_find_child().
2006-12-01 Heiko Carstenscpu topology: consider sysfs_create_group return value
2006-12-01 Benjamin HerrenschmidtDriver core: Call platform_notify_remove later
2006-12-01 Greg Kroah-HartmanDriver core: convert firmware code to use struct device
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - class symlinks
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variables
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - device symlinks
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - bus symlinks
2006-12-01 Greg Kroah-HartmanDriver core: make old versions of udev work properly
2006-12-01 Greg Kroah-HartmanDriver Core: Move virtual_device_parent() to core.c
2006-12-01 Kay SieversDriver core: fix "driver" symlink timing
2006-12-01 Benjamin HerrenschmidtDriver core: add notification of bus events
2006-11-25 Catalin Marinas[PATCH] Fix device_attribute memory leak in device_del
2006-10-28 Randy Dunlap[PATCH] move SYS_HYPERVISOR inside the Generic Driver...
2006-10-27 Andrew Morton[PATCH] drivers: wait for threaded probes between initc...
2006-10-18 Akinobu Mitadriver core: kmalloc() failure check in driver_probe_device
2006-10-18 Jeff GarzikDriver core: bus: remove indentation level
2006-10-18 Alan SternDriver core: Don't ignore error returns from probing
2006-10-18 Jesper JuhlDriver core: Don't leak 'old_class_name' in drivers...
2006-10-18 Cornelia Huckdriver core fixes: sysfs_create_group() retval in topol...
2006-10-18 Cornelia Huckdriver core fixes: device_create_file() retval check...
2006-10-18 Cornelia Huckdriver core fixes: device_add() cleanup on error
2006-10-18 Cornelia Huckdriver core fixes: bus_add_device() cleanup on error
2006-10-18 Cornelia Huckdriver core fixes: bus_add_attrs() retval check
2006-10-18 Cornelia Huckdriver core fixes: sysfs_create_link() retval check...
2006-10-18 Matthew WilcoxFix dev_printk() is now GPL-only
2006-10-18 Duncan SandsDriver core: plug device probe memory leak
2006-10-01 Keith Mannthey[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_S...
2006-09-29 Sukadev Bhattiprolu[PATCH] kthread: drivers/base/firmware_class.c
2006-09-29 Rolf Eike Beer[PATCH] Fix parameter names in drivers/base/class.c
2006-09-27 Shaohua Li[PATCH] x86 microcode: using request_firmware to pull...
2006-09-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
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 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-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 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 Brownellmake suspend quieter
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-20 Michael Holzheu[S390] hypfs comment cleanup.
2006-08-27 Andrew Morton[PATCH] /proc/meminfo: don't put spaces in names
2006-07-31 Chandra Seetharaman[PATCH] cpu hotplug: use hotplug version of registratio...
2006-07-12 Adrian Bunk[PATCH] Driver core: bus.c cleanups
2006-07-12 Henrik Kretzschmar[PATCH] Driver core: kernel-doc in drivers/base/core...
2006-07-12 Randy Dunlap[PATCH] Driver core: fix driver-core kernel-doc
2006-07-10 Andrew Morton[PATCH] don't select CONFIG_HOTPLUG
2006-06-30 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-06-30 Christoph Lameter[PATCH] Use Zoned VM Counters for NUMA statistics
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_bounce...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_unstable...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_writeback...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_dirty to...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_pagetables...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_slab to...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: split NR_ANON_PAGES off...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_pagecache...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: convert nr_mapped to per...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Siddha, Suresh B[PATCH] sched: mc/smt power savings sched policy
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: make cpu_notifier related notifier...
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: revert init patch submitted for...
2006-06-28 Randy Dunlap[PATCH] add poison.h and patch primary users
next