aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-193-0/+34
|\
| * Merge with ../linux-2.6-smpRussell King2005-06-192-0/+33
| |\
| | * [PATCH] ARM SMP: Add missed files from Integrator/CP platformRussell King2005-06-191-0/+19
| | * [PATCH] ARM SMP: Add support for startup of secondary processorsRussell King2005-06-181-0/+14
| * | [PATCH] ARM SMP: Fix PXA/SA11x0 suspend resume crashRussell King2005-06-191-0/+1
* | | [PKT_SCHED]: Generic queue management interface for qdiscs using internal skb...Thomas Graf2005-06-181-0/+122
* | | [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
* | | [NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_tableThomas Graf2005-06-181-3/+0
* | | [NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf2005-06-182-0/+111
* | | [NETLINK] Routing attribute related shortcutsThomas Graf2005-06-181-0/+45
* | | [NETLINK]: New message building macrosThomas Graf2005-06-181-2/+15
* | | [NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller2005-06-181-1/+0
* | | [NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo2005-06-181-8/+8
* | | [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-183-54/+187
* | | [NET] Rename open_request to request_sockArnaldo Carvalho de Melo2005-06-187-43/+43
* | | [NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo2005-06-187-79/+141
* | | [SLAB] Introduce kmem_cache_nameArnaldo Carvalho de Melo2005-06-181-0/+1
* | | [IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*Herbert Xu2005-06-181-12/+0
* | | [IPSEC] Turn km_event.data into a unionHerbert Xu2005-06-181-1/+6
* | | [IPSEC] Kill spurious hard expire messagesHerbert Xu2005-06-181-1/+1
* | | [IPSEC] Add complete xfrm event notificationJamal Hadi Salim2005-06-182-3/+28
|/ /
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6Linus Torvalds2005-06-183-24/+87
|\ \
| * \ Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-1836-205/+254
| |\ \ | | |/
| * | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-0249-108/+291
| |\ \
| * | | 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-1912-11/+21
| |\ \ \
| * | | | 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-174-16/+89
| |\ \ \ \
| * | | | | AUDIT: Fix some spelling errorsSteve Grubb2005-05-131-1/+1
| * | | | | AUDIT: Add message types to audit recordsSteve Grubb2005-05-131-16/+50
| * | | | | Add missing asm-ppc/seccomp.h. Must learn to use git properly.David Woodhouse2005-05-111-0/+10
| * | | | | Add audit_log_typeChris Wright2005-05-111-6/+10
| * | | | | Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright2005-05-111-1/+3