summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+176
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds4-3/+976
2012-01-09Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds2-3/+6
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-17/+17
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-153/+210
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds31-251/+148
2012-01-08Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-19/+18
2012-01-08Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-6/+19
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-44/+254
2012-01-07reiserfs: Properly display mount options in /proc/mountsJan Kara2-4/+7
2012-01-07vfs: prevent remount read-only if pending removesMiklos Szeredi1-2/+0
2012-01-07vfs: count unlinked inodesMiklos Szeredi1-54/+7
2012-01-07vfs: protect remounting superblock read-onlyMiklos Szeredi1-0/+3
2012-01-07vfs: keep list of mounts for each superblockMiklos Szeredi1-0/+1
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-07vfs: switch ->show_path() to struct dentry *Al Viro1-1/+1
2012-01-07vfs: switch ->show_devname() to struct dentry *Al Viro1-1/+1
2012-01-07vfs: switch ->show_stats to struct dentry *Al Viro1-1/+1
2012-01-07switch security_path_chmod() to struct path *Al Viro1-7/+3
2012-01-07Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro26-107/+111
2012-01-07Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2-1/+3
2012-01-07Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2-6/+19
2012-01-07Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds1-7/+5
2012-01-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+0
2012-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds59-457/+2449
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman12-44/+254
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-19/+43
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 Torvalds6-80/+163
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-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal1-0/+176
2012-01-05net: pack skb_shared_info more efficientlyIan Campbell1-3/+3
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. Linville1-0/+2
2012-01-05Merge branch 'devel-stable' into for-linusRussell King2-1/+3
2012-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-01-05driver core: remove __must_check from device_create_fileGreg Kroah-Hartman1-2/+2
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias1-0/+2
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-04vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-26/+4
2012-01-04vfs: move fsnotify junk to struct mountAl Viro1-5/+0
2012-01-04vfs: move mnt_devnameAl Viro1-1/+0
2012-01-04vfs: move mnt_list to struct mountAl Viro1-1/+0
2012-01-04vfs: move the rest of int fields to struct mountAl Viro1-3/+0
2012-01-04vfs: mnt_id/mnt_group_id movedAl Viro1-2/+0