linux-2.6
2005-06-21  Jaroslav KyselaMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2005-06-20  Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2005-06-20  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2005-06-20  Greg Kroah... [PATCH] PCI: fix show_modalias() function due to attrib...
2005-06-20  Greg Kroah... [PATCH] USB: fix show_modalias() function due to attrib...
2005-06-20  Jon Smirl[PATCH] SYSFS: fix PAGE_SIZE check
2005-06-20  Benjamin Herrenschmidt[PATCH] Driver core: Don't "lose" devices on suspend...
2005-06-20  Maneesh Soni[PATCH] sysfs-iattr: set inode attributes
2005-06-20  Maneesh Soni[PATCH] sysfs-iattr: add sysfs_setattr
2005-06-20  Maneesh Soni[PATCH] sysfs-iattr: attach sysfs_dirent before new...
2005-06-20  Yani Ioannou[PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic...
2005-06-20  Yani Ioannou[PATCH] I2C: add i2c sensor_device_attribute and macros
2005-06-20  Yani Ioannou[PATCH] Driver Core: include: update device attribute...
2005-06-20  Yani Ioannou[PATCH] Driver Core: drivers/usb/input/aiptek.c - drive...
2005-06-20  Yani Ioannou[PATCH] Driver Core: drivers/s390/net/qeth_sys.c -...
2005-06-20  Yani Ioannou[PATCH] Driver Core: drivers/char/raw3270.c - drivers...
2005-06-20  Yani Ioannou[PATCH] Driver Core: drivers/i2c/chips/w83781d.c -...
2005-06-20  Yani Ioannou[PATCH] Driver Core: drivers/i2c/chips/pc87360.c -...
2005-06-20  Yani Ioannou[PATCH] Driver Core: drivers/i2c/chips/lm77.c - max1619...
2005-06-20  Yani Ioannou[PATCH] Driver Core: drivers/i2c/chips/adm1031.c -...
2005-06-20  Yani Ioannou[PATCH] Driver Core: drivers/base - drivers/i2c/chips...
2005-06-20  Yani Ioannou[PATCH] Driver Core: arch: update device attribute...
2005-06-20  Yani Ioannou[PATCH] Driver core: Documentation: update device attri...
2005-06-20  Yani Ioannou[PATCH] Driver core: change device_attribute callbacks
2005-06-20  Hannes Reinecke[PATCH] driver core: fix error handling in bus_add_device
2005-06-20  Arnd Bergmann[PATCH] libfs: add simple attribute files
2005-06-20  David Brownell[PATCH] Driver Core: driver model doc update
2005-06-20  Keiichiro Tokunaga[PATCH] Driver core: unregister_node() for hotplug use
2005-06-20  Alan Stern[PATCH] usbcore: Don't call device_release_driver recur...
2005-06-20  Alan Stern[PATCH] driver core: Fix races in driver_detach()
2005-06-20  Patrick Mochel[PATCH] sn: fixes due to driver core changes
2005-06-20  Patrick Mochel[PATCH] usb: klist_node_attached() fix
2005-06-20  Jason Uhlenkott[PATCH] Fix typo in scdrv_init()
2005-06-20  Patrick Mochel[PATCH] Driver Core: fix bk-driver-core kills ppc64
2005-06-20  gregkh@suse.de[PATCH] Driver core: Fix up the driver and device itera...
2005-06-20  long[PATCH] use device_for_each_child() to properly access...
2005-06-20  gregkh@suse.de[PATCH] Use device_for_each_child() to unregister devic...
2005-06-20  gregkh@suse.de[PATCH] USB: fix build warning in usb core as pointed...
2005-06-20  gregkh@suse.de[PATCH] driver core: change export symbol for driver_fo...
2005-06-20  mochel@digitalimplan... [PATCH] Fix up bogus comment.
2005-06-20  mochel@digitalimplan... [PATCH] Use a klist for device child lists.
2005-06-20  gregkh@suse.de[PATCH] use device_for_each_child() to properly access...
2005-06-20  mochel@digitalimplan... [PATCH] Use device_for_each_child() to unregister devic...
2005-06-20  mochel@digitalimplan... [PATCH] Don't reference NULL klist pointer in klist_rem...
2005-06-20  mochel@digitalimplan... [PATCH] Call klist_del() instead of klist_remove().
2005-06-20  mochel@digitalimplan... [PATCH] Remove struct device::driver_list.
2005-06-20  mochel@digitalimplan... [PATCH] Remove struct device::bus_list.
2005-06-20  mochel@digitalimplan... [PATCH] Fix up bus code and remove use of rwsem.
2005-06-20  mochel@digitalimplan... [PATCH] Fix up USB to use klist_node_attached() instead...
2005-06-20  mochel@digitalimplan... [PATCH] add klist_node_attached() to determine if a...
2005-06-20  mochel@digitalimplan... [PATCH] Use bus_for_each_{dev,drv} for driver binding.
2005-06-20  mochel@digitalimplan... [PATCH] Remove the unused device_find().
2005-06-20  mochel@digitalimplan... [PATCH] Add a klist to struct device_driver for the...
2005-06-20  mochel@digitalimplan... [PATCH] Add a klist to struct bus_type for its drivers.
2005-06-20  mochel@digitalimplan... [PATCH] Add a klist to struct bus_type for its devices.
2005-06-20  mochel@digitalimplan... [PATCH] Add initial implementation of klist helpers.
2005-06-20  mochel@digitalimplan... [PATCH] Use driver_for_each_device() instead of manuall...
2005-06-20  mochel@digitalimplan... [PATCH] Use driver_for_each_device() in drivers/pnp...
2005-06-20  mochel@digitalimplan... [PATCH] Add driver_for_each_device().
2005-06-20  mochel@digitalimplan... [PATCH] Move device/driver code to drivers/base/dd.c
2005-06-20  mochel@digitalimplan... [PATCH] Add a semaphore to struct device to synchronize...
2005-06-20  Andrew Morton[PATCH] fix up ipmi code after class_simple.c removal
2005-06-20  Adrian Bunk[PATCH] fix "make mandocs" after class_simple.c removal
2005-06-20  gregkh@suse.de[PATCH] class: remove class_simple code, as no one...
2005-06-20  gregkh@suse.de[PATCH] class: add kerneldoc for the new class functions.
2005-06-20  gregkh@suse.de[PATCH] class: convert the remaining class_simple users...
2005-06-20  Mark M. Hoffman[PATCH] USB: trivial error path fix
2005-06-20  gregkh@suse.de[PATCH] class: convert drivers/* to use the new class...
2005-06-20  gregkh@suse.de[PATCH] class: convert arch/* to use the new class...
2005-06-20  gregkh@suse.de[PATCH] class: convert drivers/scsi/* to use the new...
2005-06-20  gregkh@suse.de[PATCH] class: convert drivers/ieee1394/* to use the...
2005-06-20  gregkh@suse.de[PATCH] class: convert drivers/char/* to use the new...
2005-06-20  gregkh@suse.de[PATCH] class: convert drivers/block/* to use the new...
2005-06-20  gregkh@suse.de[PATCH] class: convert sound/* to use the new class...
2005-06-20  gregkh@suse.de[PATCH] USB: move the usb hcd code to use the new class...
2005-06-20  gregkh@suse.de[PATCH] INPUT: move to use the new class code, instead...
2005-06-20  gregkh@suse.de[PATCH] tty: move to use the new class code, instead...
2005-06-20  gregkh@suse.de[PATCH] CLASS: move a "simple" class logic into the...
2005-06-20  Dmitry Torokhov[PATCH] sysfs: (rest) if show/store is missing return...
2005-06-20  Dmitry Torokhov[PATCH] sysfs: (driver/block) if show/store is missing...
2005-06-20  Dmitry Torokhov[PATCH] sysfs: (driver/pci) if show/store is missing...
2005-06-20  Dmitry Torokhov[PATCH] sysfs: (driver/base) if show/store is missing...
2005-06-20  Dmitry Torokhov[PATCH] sysfs: if show/store is missing return -EIO
2005-06-20  Dmitry Torokhov[PATCH] Make attributes names const char *
2005-06-20  Dmitry Torokhov[PATCH] make driver's name be const char *
2005-06-20  Dmitry Torokhov[PATCH] kset_hotplug_ops->name shoudl return const...
2005-06-20  Dmitry Torokhov[PATCH] Make kobject's name be const char *
2005-06-20  Dmitry Torokhov[PATCH] sysfs_{create|remove}_link should take const...
2005-06-20  Dmitry Torokhov[PATCH] kobject_hotplug() should use kobject_name()
2005-06-20  Robert Olsson[NETLINK]: fib_lookup() via netlink
2005-06-20  Alexey Dobriyan[ATALK]: endian annotations
2005-06-20  Alexey Dobriyan[AX25]: endian-annotate ax25_type_trans()
2005-06-20  Herbert Xu[IPSEC]: Add XFRM_STATE_NOPMTUDISC flag
2005-06-20  Herbert Xu[IPSEC]: Add xfrm_state_afinfo->init_flags
2005-06-20  Herbert Xu[IPSEC]: Add xfrm_init_state
2005-06-20  Frank Filz[SCTP] sctp_connectx() API support
2005-06-20  Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-06-20  Lennert Buytenhek[PATCH] ARM: 2719/1: enable module support in ixp2000...
2005-06-20  Richard Purdie[PATCH] ARM: 2716/1: SharpSL Param: Fix typo
2005-06-20  Lennert Buytenhek[PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the...
next