aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-12security: remove dead hook acctEric Paris1-14/+0
2010-04-12security: remove dead hook key_session_to_parentEric Paris1-20/+0
2010-04-12security: remove dead hook task_setgroupsEric Paris1-12/+0
2010-04-12security: remove dead hook task_setgidEric Paris1-20/+0
2010-04-12security: remove dead hook task_setuidEric Paris1-20/+0
2010-04-12security: remove dead hook cred_commitEric Paris1-11/+0
2010-04-12security: remove dead hook inode_deleteEric Paris1-11/+0
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris1-11/+0
2010-04-12security: remove dead hook sb_post_addmountEric Paris1-13/+0
2010-04-12security: remove dead hook sb_post_remountEric Paris1-13/+0
2010-04-12security: remove dead hook sb_umount_busyEric Paris1-11/+0
2010-04-12security: remove dead hook sb_umount_closeEric Paris1-10/+0
2010-04-12security: remove sb_check_sb hooksEric Paris1-14/+0
2010-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2-4/+4
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells1-1/+1
2010-03-27net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black1-0/+1
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2010-03-26Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-6/+0
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-18/+7
2010-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-6/+1
2010-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-0/+1
2010-03-25netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik1-0/+1
2010-03-24Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+4
2010-03-24Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-0/+2
2010-03-24Document Linux's circular buffering capabilitiesDavid Howells1-0/+4
2010-03-24mmc: fix incorrect interpretation of card type bitsAdrian Hunter1-0/+1
2010-03-24reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney1-0/+5
2010-03-24kfifo: fix KFIFO_INIT in include/linux/kfifo.hDavid Härdeman1-2/+0
2010-03-24skbuff: remove unused dma_head & dma_maps fieldsAlexander Duyck1-6/+0
2010-03-24acpi: Support IBM SMBus CMI devicesDarrick J. Wong1-0/+2
2010-03-24pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski1-6/+0
2010-03-23resources: add interfaces that return conflict informationBjorn Helgaas1-0/+2
2010-03-22Fix up prototype for sys_ipc breakageLinus Torvalds1-1/+1
2010-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-8/+13
2010-03-22SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust1-1/+4
2010-03-21if_tunnel.h: add missing ams/byteorder.h includePaulius Zaleckas1-0/+1
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann1-1/+1
2010-03-20netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso1-1/+1
2010-03-20netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso1-1/+1
2010-03-19netlink: fix unaligned access in nla_get_be64()Pablo Neira Ayuso1-1/+5
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+4
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-6/+7
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-5/+13
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox1-5/+13
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel1-0/+1
2010-03-19tty: Take a 256 byte padding into account when buffering below sub-page unitsMel Gorman1-4/+5
2010-03-19Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call"Greg Kroah-Hartman1-2/+1
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet1-4/+4