pandora-kernel.git
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-19 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-06-19 Russell KingMerge with ../linux-2.6-smp
2005-06-19 Russell King[PATCH] ARM SMP: Fix PXA/SA11x0 suspend resume crash
2005-06-19 Russell King[PATCH] ARM SMP: Add missed files from Integrator/CP...
2005-06-19 David S. Miller[TCP]: Fix sysctl_tcp_low_latency
2005-06-19 Jesper Juhl[IPV4]: [4/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [3/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [2/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [1/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Thomas Graf[PKT_SCHED]: noop/noqueue qdisc style cleanups
2005-06-19 Thomas Graf[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnece...
2005-06-19 Thomas Graf[PKT_SCHED]: Add and use prio2list() in the pfifo_fast...
2005-06-19 Thomas Graf[PKT_SCHED]: Transform pfifo_fast to use generic queue...
2005-06-19 Thomas Graf[PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary...
2005-06-19 Thomas Graf[PKT_SCHED]: Transform fifo qdisc to use generic queue...
2005-06-19 Thomas Graf[PKT_SCHED]: Generic queue management interface for...
2005-06-19 Herbert Xu[SCTP]: Replace spin_lock_irqsave with spin_lock_bh
2005-06-19 Herbert Xu[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
2005-06-19 Jamal Hadi... [NETLINK]: Set correct pid for ioctl originating netlin...
2005-06-19 Jamal Hadi... [NETLINK]: Explicit typing
2005-06-19 Thomas Graf[DECNET]: Remove unnecessary initilization of unused...
2005-06-19 Herbert Xu[IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification
2005-06-19 Jamal Hadi... [NETLINK]: Correctly set NLM_F_MULTI without checking...
2005-06-19 Thomas Graf[NETLINK]: Introduce NLMSG_NEW macro to better handle...
2005-06-19 Thomas Graf[PKT_SCHED]: Logic simplifications and codingstyle...
2005-06-19 Thomas Graf[PKT_SCHED]: Make dsmark use the new dumping macros
2005-06-19 Thomas Graf[PKT_SCHED]: Fix dsmark to apply changes consistent
2005-06-19 Thomas Graf[RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16...
2005-06-19 Thomas Graf[NEIGH]: Fix use of uninitialized variable when trimmin...
2005-06-19 Thomas Graf[NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses.
2005-06-19 Thomas Graf[NETLINK]: Fix RTA_NEST_CANCEL().
2005-06-19 Thomas Graf[NEIGHBOUR]: Remove unused fields in struct neigh_parms...
next