summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Merge branch 'x86-fb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+63
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2013-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+7
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+10
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds5-64/+141
2013-09-04Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-69/+23
2013-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-57/+111
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig2-2/+7
2013-09-04HID: move HID_REPORT_TYPES closer to the report-definitionsDavid Herrmann1-2/+2
2013-09-04Merge branch 'for-3.11/CVE-2013-2888' into for-3.12/upstreamJiri Kosina1-1/+3
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina303-2426/+7815
2013-09-04Input: introduce BTN/ABS bits for drums and guitarsDavid Herrmann2-3/+24
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-2/+2
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-5/+7
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2-2/+1
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-1/+1
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel1-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+1
2013-09-04Merge tag 'for-3.12-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-0/+14
2013-09-04Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2013-09-04oprofile: get rid of pointless forward declarations of struct super_blockAl Viro1-1/+0
2013-09-04oprofilefs_create_...() do not need superblock argumentAl Viro1-5/+5
2013-09-04oprofilefs_mkdir() doesn't need superblock argumentAl Viro1-2/+1
2013-09-04oprofile: don't bother with passing superblock to ->create_files()Al Viro1-1/+1
2013-09-04constify touch_atime()Al Viro1-1/+1
2013-09-04vfs: allow umount to handle mountpoints without revalidating themJeff Layton1-0/+1
2013-09-04llc: Use normal etherdevice.h testsJoe Perches1-30/+0
2013-09-04net: fix comment typo for __skb_alloc_pages()Florian Fainelli1-2/+2
2013-09-04ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-0/+2
2013-09-04Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+8
2013-09-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-11/+206
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds5-149/+174
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2-104/+139
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+6
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+4
2013-09-04net: etherdevice: add address inherit helperBjørn Mork1-0/+15
2013-09-04Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-56/+75
2013-09-04Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-261/+304
2013-09-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-2/+77
2013-09-03tilegx: Add tty serial support for TILE-Gx on-chip UARTChris Metcalf1-0/+3
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-44/+100
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-8/+94
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-24/+55
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-57/+43
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-71/+113
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+0
2013-09-03Merge tag 'regulator-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-26/+118
2013-09-03Merge tag 'spi-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds3-8/+47
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-3/+7
2013-09-03Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'q...Roland Dreier3-8/+224