summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libfs: add simple attribute filesArnd Bergmann2005-06-201-0/+46
* [PATCH] Driver core: unregister_node() for hotplug useKeiichiro Tokunaga2005-06-201-0/+1
* [PATCH] Driver Core: fix bk-driver-core kills ppc64Patrick Mochel2005-06-201-1/+0
* [PATCH] Use a klist for device child lists.mochel@digitalimplant.org2005-06-201-8/+2
* [PATCH] Remove struct device::driver_list.mochel@digitalimplant.org2005-06-201-1/+0
* [PATCH] Remove struct device::bus_list.mochel@digitalimplant.org2005-06-201-1/+0
* [PATCH] add klist_node_attached() to determine if a node is on a list or not.mochel@digitalimplant.org2005-06-201-0/+2
* [PATCH] Remove the unused device_find().mochel@digitalimplant.org2005-06-201-1/+0
* [PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org2005-06-201-1/+2
* [PATCH] Add a klist to struct bus_type for its drivers.mochel@digitalimplant.org2005-06-201-0/+2
* [PATCH] Add a klist to struct bus_type for its devices.mochel@digitalimplant.org2005-06-201-0/+3
* [PATCH] Add initial implementation of klist helpers.mochel@digitalimplant.org2005-06-201-0/+53
* [PATCH] Add driver_for_each_device().mochel@digitalimplant.org2005-06-201-0/+3
* [PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org2005-06-201-0/+4
* [PATCH] class: remove class_simple code, as no one in the tree is using it an...gregkh@suse.de2005-06-201-10/+0
* [PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de2005-06-201-3/+2
* [PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de2005-06-201-1/+1
* [PATCH] CLASS: move a "simple" class logic into the class core.gregkh@suse.de2005-06-201-0/+9
* [PATCH] Make attributes names const char *Dmitry Torokhov2005-06-201-2/+2
* [PATCH] make driver's name be const char *Dmitry Torokhov2005-06-201-6/+6
* [PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov2005-06-201-1/+1
* [PATCH] Make kobject's name be const char *Dmitry Torokhov2005-06-201-3/+3
* [PATCH] sysfs_{create|remove}_link should take const char *Dmitry Torokhov2005-06-201-5/+5
* [IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notificationHerbert Xu2005-06-181-0/+2
* [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flagsThomas Graf2005-06-181-7/+10
* [RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16, and flagThomas Graf2005-06-181-0/+23
* [NETLINK]: Fix RTA_NEST_CANCEL().Thomas Graf2005-06-181-1/+2
* [NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf2005-06-181-0/+107
* [NETLINK] Routing attribute related shortcutsThomas Graf2005-06-181-0/+45
* [NETLINK]: New message building macrosThomas Graf2005-06-181-2/+15
* [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-181-16/+1
* [NET] Rename open_request to request_sockArnaldo Carvalho de Melo2005-06-183-6/+6
* [NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo2005-06-183-0/+45
* [SLAB] Introduce kmem_cache_nameArnaldo Carvalho de Melo2005-06-181-0/+1
* [IPSEC] Add complete xfrm event notificationJamal Hadi Salim2005-06-181-0/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6Linus Torvalds2005-06-181-24/+70
|\
| * Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-1810-6/+103
| |\
| * \ Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-0222-65/+145
| |\ \
| * | | AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse2005-05-271-1/+2
| * | | AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse2005-05-211-3/+4
| * | | AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley2005-05-211-0/+3
| * | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-192-3/+7
| |\ \ \
| * | | | AUDIT: Treat all user messages identically.David Woodhouse2005-05-181-15/+2
| * | | | AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse2005-05-171-1/+6
| * | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-171-0/+19
| |\ \ \ \
| * | | | | AUDIT: Fix some spelling errorsSteve Grubb2005-05-131-1/+1
| * | | | | AUDIT: Add message types to audit recordsSteve Grubb2005-05-131-16/+50
| * | | | | Add audit_log_typeChris Wright2005-05-111-6/+10
| * | | | | Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright2005-05-111-1/+3
| * | | | | The attached patch addresses the problem with getting the audit daemon Steve Grubb2005-05-061-8/+17
OpenPOWER on IntegriCloud