Age | Commit message (Expand) | Author | Files | Lines |
2005-06-22 | [PATCH] ppc32: Added support for new MPC8548 family of PowerQUICC III processors | Kumar Gala | 1 | -1/+7 |
2005-06-22 | [PATCH] ia64 uncached alloc | Jes Sorensen | 1 | -0/+40 |
2005-06-22 | [PATCH] Periodically drain non local pagesets | Christoph Lameter | 1 | -0/+5 |
2005-06-22 | [PATCH] __read_page_state(): pass unsigned long instead of unsigned | Benjamin LaHaise | 1 | -1/+1 |
2005-06-22 | [PATCH] __mod_page_state(): pass unsigned long instead of unsigned | Benjamin LaHaise | 1 | -1/+1 |
2005-06-22 | [PATCH] vm: try_to_free_pages unused argument | Darren Hart | 1 | -1/+1 |
2005-06-22 | [PATCH] mm: remove PG_highmem | Badari Pulavarty | 1 | -16/+15 |
2005-06-22 | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 1 | -5/+6 |
2005-06-22 | [PATCH] node local per-cpu-pages | Christoph Lameter | 2 | -1/+16 |
2005-06-22 | [PATCH] Hugepage consolidation | David Gibson | 1 | -6/+34 |
2005-06-22 | [PATCH] VM: rate limit early reclaim | Martin Hicks | 1 | -0/+2 |
2005-06-22 | [PATCH] VM: add __GFP_NORECLAIM | Martin Hicks | 2 | -3/+4 |
2005-06-22 | [PATCH] VM: early zone reclaim | Martin Hicks | 2 | -0/+7 |
2005-06-22 | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2 | -25/+17 |
2005-06-22 | [NETFILTER]: Kill nf_debug | Patrick McHardy | 2 | -19/+0 |
2005-06-22 | [NETFILTER]: Kill lockhelp.h | Patrick McHardy | 4 | -134/+2 |
2005-06-21 | [NETLINK]: netlink_callback structure needs 5 args not 4 | Alexey Kuznetsov | 1 | -1/+1 |
2005-06-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 9 | -45/+187 |
2005-06-21 | [PATCH] sysfs-iattr: add sysfs_setattr | Maneesh Soni | 1 | -0/+1 |
2005-06-21 | [PATCH] I2C: add i2c sensor_device_attribute and macros | Yani Ioannou | 1 | -0/+36 |
2005-06-21 | [PATCH] Driver core: change device_attribute callbacks | Yani Ioannou | 1 | -2/+4 |
2005-06-21 | [PATCH] libfs: add simple attribute files | Arnd Bergmann | 1 | -0/+46 |
2005-06-21 | [PATCH] Driver core: unregister_node() for hotplug use | Keiichiro Tokunaga | 1 | -0/+1 |
2005-06-21 | [PATCH] Driver Core: fix bk-driver-core kills ppc64 | Patrick Mochel | 1 | -1/+0 |
2005-06-21 | [PATCH] Use a klist for device child lists. | mochel@digitalimplant.org | 1 | -8/+2 |
2005-06-21 | [PATCH] Remove struct device::driver_list. | mochel@digitalimplant.org | 1 | -1/+0 |
2005-06-21 | [PATCH] Remove struct device::bus_list. | mochel@digitalimplant.org | 1 | -1/+0 |
2005-06-21 | [PATCH] add klist_node_attached() to determine if a node is on a list or not. | mochel@digitalimplant.org | 1 | -0/+2 |
2005-06-21 | [PATCH] Remove the unused device_find(). | mochel@digitalimplant.org | 1 | -1/+0 |
2005-06-21 | [PATCH] Add a klist to struct device_driver for the devices bound to it. | mochel@digitalimplant.org | 1 | -1/+2 |
2005-06-21 | [PATCH] Add a klist to struct bus_type for its drivers. | mochel@digitalimplant.org | 1 | -0/+2 |
2005-06-21 | [PATCH] Add a klist to struct bus_type for its devices. | mochel@digitalimplant.org | 1 | -0/+3 |
2005-06-21 | [PATCH] Add initial implementation of klist helpers. | mochel@digitalimplant.org | 1 | -0/+53 |
2005-06-21 | [PATCH] Add driver_for_each_device(). | mochel@digitalimplant.org | 1 | -0/+3 |
2005-06-21 | [PATCH] Add a semaphore to struct device to synchronize calls to its driver. | mochel@digitalimplant.org | 1 | -0/+4 |
2005-06-21 | [PATCH] class: remove class_simple code, as no one in the tree is using it an... | gregkh@suse.de | 1 | -10/+0 |
2005-06-21 | [PATCH] USB: move the usb hcd code to use the new class code. | gregkh@suse.de | 1 | -3/+2 |
2005-06-21 | [PATCH] INPUT: move to use the new class code, instead of class_simple | gregkh@suse.de | 1 | -1/+1 |
2005-06-21 | [PATCH] CLASS: move a "simple" class logic into the class core. | gregkh@suse.de | 1 | -0/+9 |
2005-06-21 | [PATCH] Make attributes names const char * | Dmitry Torokhov | 1 | -2/+2 |
2005-06-21 | [PATCH] make driver's name be const char * | Dmitry Torokhov | 1 | -6/+6 |
2005-06-21 | [PATCH] kset_hotplug_ops->name shoudl return const char * | Dmitry Torokhov | 1 | -1/+1 |
2005-06-21 | [PATCH] Make kobject's name be const char * | Dmitry Torokhov | 1 | -3/+3 |
2005-06-21 | [PATCH] sysfs_{create|remove}_link should take const char * | Dmitry Torokhov | 1 | -5/+5 |
2005-06-21 | [NETLINK]: fib_lookup() via netlink | Robert Olsson | 1 | -0/+1 |
2005-06-21 | [ATALK]: endian annotations | Alexey Dobriyan | 1 | -13/+13 |
2005-06-21 | [IPSEC]: Add XFRM_STATE_NOPMTUDISC flag | Herbert Xu | 2 | -0/+2 |
2005-06-19 | [IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification | Herbert Xu | 1 | -0/+2 |
2005-06-19 | [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags | Thomas Graf | 1 | -7/+10 |
2005-06-19 | [RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16, and flag | Thomas Graf | 1 | -0/+23 |