summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-19/+19
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-153/+210
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds34-259/+150
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-19/+18
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-8/+23
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-47/+257
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara2-4/+7
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi1-2/+0
2012-01-06vfs: count unlinked inodesMiklos Szeredi1-54/+7
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi1-0/+3
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi1-0/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro1-1/+1
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro1-1/+1
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-1/+1
2012-01-06switch security_path_chmod() to struct path *Al Viro1-7/+3
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro29-115/+113
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2-1/+3
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2-6/+19
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds1-7/+5
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+0
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds124-1187/+4566
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman13-47/+257
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-54/+130
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+40
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-93/+272
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-79/+141
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+6
2012-01-05net: pack skb_shared_info more efficientlyIan Campbell1-3/+3
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet1-43/+55
2012-01-05net_sched: sfq: extend limitsEric Dumazet1-9/+7
2012-01-05netdev: FCoE: Add new ndo_get_fcoe_hbainfo() callNeerav Parikh1-0/+26
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-30/+30
2012-01-05Merge branch 'devel-stable' into for-linusRussell King2-1/+3
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-01-04driver core: remove __must_check from device_create_fileGreg Kroah-Hartman1-2/+2
2012-01-04ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman1-1/+2
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias2-0/+5
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias1-0/+6
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias2-30/+19
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings1-4/+0
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings1-2/+24
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-26/+4
2012-01-03vfs: move fsnotify junk to struct mountAl Viro1-5/+0
2012-01-03vfs: move mnt_devnameAl Viro1-1/+0
2012-01-03vfs: move mnt_list to struct mountAl Viro1-1/+0
2012-01-03vfs: move the rest of int fields to struct mountAl Viro1-3/+0
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro1-2/+0