summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-73/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds88-260/+3018
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-28/+76
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-39/+188
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-24/+125
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko2-5/+50
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-17/+46
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds9-25/+67
2011-03-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-86/+136
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-0/+128
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+4
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-9/+25
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+1
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-94/+427
2011-03-15Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-41/+210
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-8/+13
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-19/+62
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-48/+54
2011-03-15Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-23/+24
2011-03-15Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+4
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-9/+37
2011-03-16Merge branch 'next' into for-linusJames Morris9-25/+67
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-0/+45
2011-03-15netfilter: xt_addrtype: ipv6 supportFlorian Westphal1-0/+17
2011-03-15netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal2-0/+28
2011-03-15Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...Linus Torvalds1-1/+2
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar25-53/+104
2011-03-15libata: Use 'bool' return value for ata_id_XXXHannes Reinecke1-81/+75
2011-03-15New kind of open files - "location only".Al Viro2-0/+5
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V1-0/+1
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V1-0/+3
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V3-1/+14
2011-03-14net: dcbnl: Add IEEE app selector value definitionsMark Rustad1-0/+5
2011-03-14net: dcbnl: Fix misspellingsMark Rustad1-3/+3
2011-03-14net: dcbnl: Update copyright datesMark Rustad1-1/+1
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki1-0/+29
2011-03-15PM: Add support for device power domainsRafael J. Wysocki2-0/+9
2011-03-15PM: Drop pm_flags that is not necessaryRafael J. Wysocki2-15/+0
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-1/+1
2011-03-15PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki1-0/+6
2011-03-15PM: Do not create wakeup sysfs files for devices that cannot wake upRafael J. Wysocki2-7/+7
2011-03-14New AT_... flag: AT_EMPTY_PATHAl Viro2-0/+2
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-7/+4
2011-03-14efivars: Expose efivars functionality to external drivers.Mike Waychison1-0/+37
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-2/+4
2011-03-14clean statfs-like syscalls upAl Viro1-0/+2
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-2/+2
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Al Viro1-0/+1