aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds10-39/+188
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds12-24/+125
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds5-17/+46
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds9-25/+67
2011-03-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds3-86/+136
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus 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/kernel/git/tip/linux-2.6-tipLinus Torvalds4-9/+25
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+1
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-94/+427
2011-03-15Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-41/+210
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-8/+13
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-19/+62
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-48/+54
2011-03-15Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-23/+24
2011-03-15Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-9/+37
2011-03-16Merge branch 'next' into for-linusJames Morris9-25/+67
2011-03-15Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus 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-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
2011-03-14get rid of nd->fileAl Viro1-1/+0
2011-03-14switch do_filp_open() to struct open_flagsAl Viro1-2/+0
2011-03-14untangle the "need_reval_dot" messAl Viro1-0/+2
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-14libata: Include WWN ID in inquiry VPD emulationHannes Reinecke1-0/+7
2011-03-14ata/pata_arasan_cf: fill dma chan->private from pdata->dma_privViresh Kumar1-0/+2
2011-03-14pata_arasan_cf: Adding support for arasan compact flash host controllerViresh Kumar1-0/+47
2011-03-14libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work()Viresh Kumar1-0/+3
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman1-0/+2
2011-03-13USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp1-1/+0
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp1-0/+7