summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* security: remove dead hook acctEric Paris2010-04-121-14/+0
* security: remove dead hook key_session_to_parentEric Paris2010-04-121-20/+0
* security: remove dead hook task_setgroupsEric Paris2010-04-121-12/+0
* security: remove dead hook task_setgidEric Paris2010-04-121-20/+0
* security: remove dead hook task_setuidEric Paris2010-04-121-20/+0
* security: remove dead hook cred_commitEric Paris2010-04-121-11/+0
* security: remove dead hook inode_deleteEric Paris2010-04-121-11/+0
* security: remove dead hook sb_post_pivotrootEric Paris2010-04-121-11/+0
* security: remove dead hook sb_post_addmountEric Paris2010-04-121-13/+0
* security: remove dead hook sb_post_remountEric Paris2010-04-121-13/+0
* security: remove dead hook sb_umount_busyEric Paris2010-04-121-11/+0
* security: remove dead hook sb_umount_closeEric Paris2010-04-121-10/+0
* security: remove sb_check_sb hooksEric Paris2010-04-121-14/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-291-0/+1
|\
| * net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black2010-03-271-0/+1
* | ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2010-03-292-4/+4
* | SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2010-03-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-03-261-0/+2
|\ \
| * | resources: add interfaces that return conflict informationBjorn Helgaas2010-03-231-0/+2
* | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-03-261-6/+0
|\ \ \
| * | | pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski2010-03-241-6/+0
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-03-261-0/+2
|\ \ \ \
| * | | | clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner2010-03-121-0/+2
* | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-262-18/+7
|\ \ \ \ \
| * | | | | rcu: Fix local_irq_disable() CONFIG_PROVE_RCU=y false positivesLai Jiangshan2010-03-181-2/+2
| * | | | | rcu: Fix tracepoints & lockdep false positiveLai Jiangshan2010-03-161-1/+1
| * | | | | rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney2010-03-161-15/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-252-6/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-03-251-0/+1
| |\ \ \ \ \
| | * | | | | netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik2010-03-251-0/+1
| * | | | | | skbuff: remove unused dma_head & dma_maps fieldsAlexander Duyck2010-03-241-6/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-03-241-1/+4
|\ \ \ \ \ \
| * | | | | | SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust2010-03-221-1/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-03-241-0/+2
|\ \ \ \ \ \
| * | | | | | acpi: Support IBM SMBus CMI devicesDarrick J. Wong2010-03-241-0/+2
| | |/ / / / | |/| | | |
* | | | | | Document Linux's circular buffering capabilitiesDavid Howells2010-03-241-0/+4
* | | | | | mmc: fix incorrect interpretation of card type bitsAdrian Hunter2010-03-241-0/+1
* | | | | | reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney2010-03-241-0/+5
* | | | | | kfifo: fix KFIFO_INIT in include/linux/kfifo.hDavid Härdeman2010-03-241-2/+0
|/ / / / /
* | | | | Fix up prototype for sys_ipc breakageLinus Torvalds2010-03-221-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-226-8/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | if_tunnel.h: add missing ams/byteorder.h includePaulius Zaleckas2010-03-211-0/+1
| * | | | Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-211-1/+1
| * | | | netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso2010-03-201-1/+1
| * | | | netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso2010-03-201-1/+1
| * | | | netlink: fix unaligned access in nla_get_be64()Pablo Neira Ayuso2010-03-191-1/+5
| * | | | net: Potential null skb->dev dereferenceEric Dumazet2010-03-181-4/+4
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-03-191-0/+4
|\ \ \ \
| * | | | serial: sh-sci: Fix build failure for non-sh architectures.Peter Huewe2010-03-101-0/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-03-192-6/+7
|\ \ \ \ \