summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Merge 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-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: 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-01-05net/hyperv: Add support for jumbo frame up to 64KBHaiyang Zhang1-1/+1
2012-01-05usb: ch9: fix up MaxStreams helperFelipe Balbi1-1/+19
2012-01-05driver core: remove __must_check from device_create_fileGreg Kroah-Hartman1-2/+2
2012-01-05ipv6: 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-04rdma/core: Fix sparse warningsSean Hefty2-1/+4
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
2012-01-04vfs: mnt_ns moved to struct mountAl Viro1-1/+0
2012-01-04vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro1-4/+0
2012-01-04vfs: take mnt_master to struct mountAl Viro1-1/+0
2012-01-04vfs: take mnt_child/mnt_mounts to struct mountAl Viro1-2/+0
2012-01-04vfs: all counters taken to struct mountAl Viro1-12/+0
2012-01-04vfs: move mnt_mountpoint to struct mountAl Viro1-1/+0
2012-01-04vfs: mnt_parent moved to struct mountAl Viro1-1/+0
2012-01-04vfs: the first spoils - mnt_hash movedAl Viro1-1/+0
2012-01-04switch open and mkdir syscalls to umode_tAl Viro3-9/+9
2012-01-04switch ->path_mknod() to umode_tAl Viro1-3/+3
2012-01-04switch ->path_mkdir() to umode_tAl Viro1-3/+3
2012-01-04switch kern_ipc_perm to umode_tAl Viro2-3/+3
2012-01-04consolidate umode_t declarationsAl Viro2-6/+1
2012-01-04switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro1-1/+1
2012-01-04switch mq_open() to umode_tAl Viro2-3/+3
2012-01-04switch miscdevice to umode_tAl Viro1-1/+1
2012-01-04switch securityfs_create_file() to umode_tAl Viro1-2/+2