aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+45
2010-02-25Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse'...Jiri Kosina2-33/+2
2010-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds4-2/+60
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney1-2/+4
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney1-0/+14
2010-02-25vfs: Abstract rcu_dereference_check for files-fdtable usePaul E. McKenney1-4/+7
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney1-2/+6
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2-2/+5
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-0/+3
2010-02-25rcu: Disable lockdep checking in RCU list-traversal primitivesPaul E. McKenney2-9/+9
2010-02-25rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney2-2/+6
2010-02-25rcu: Add lockdep-enabled variants of rcu_dereference()Paul E. McKenney2-7/+42
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2-12/+201
2010-02-25Merge commit 'v2.6.33' into core/rcuIngo Molnar36-150/+200
2010-02-25Merge branch 'master' into for-2.6.34Jens Axboe1-4/+2
2010-02-24OMAP4: PMIC: Add support for twl6030 codecMisael Lopez Cruz1-0/+4
2010-02-24pktcdvd: use BIO list management functionsAkinobu Mita1-6/+4
2010-02-24virtio: console: Add ability to hot-unplug portsAmit Shah1-0/+1
2010-02-24virtio: console: Register with sysfs and create a 'name' attribute for portsAmit Shah1-0/+1
2010-02-24virtio: console: Add file operations to ports for open/read/write/pollAmit Shah1-0/+1
2010-02-24virtio: console: Add a new MULTIPORT feature, support for generic portsAmit Shah1-0/+21
2010-02-24virtio: console: comment cleanupRusty Russell1-2/+4
2010-02-24virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+4
2010-02-24virtio_blk: add block topology supportChristoph Hellwig1-0/+13
2010-02-24virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke1-0/+15
2010-02-23ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha1-0/+5
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas1-6/+29
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-0/+3
2010-02-23blk-core: use BIO list management functionsAkinobu Mita1-2/+2
2010-02-23ALSA: usbaudio: consolidate header filesDaniel Mack1-2/+29
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe1-3/+1
2010-02-23ALSA: usbaudio: introduce new types for audio class v2Daniel Mack1-0/+57
2010-02-23ALSA: usbaudio: parse USB descriptors with structsDaniel Mack1-4/+28
2010-02-23cciss: export linux/cciss_defs.h headerdann frazier1-0/+1
2010-02-22PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki1-1/+8
2010-02-22PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki2-0/+8
2010-02-22PCI PM: PCIe PME root port service driverRafael J. Wysocki1-0/+1
2010-02-22PCI: mark is_pcie obsoleteKenji Kaneshige1-1/+2
2010-02-22PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu1-0/+1
2010-02-22PCI: push deprecated pci_find_device() function to last userTilman Schmidt1-13/+0
2010-02-22resource: add release_child_resourcesYinghai Lu1-0/+1
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski2-3/+4
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski2-5/+9
2010-02-22x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+3
2010-02-22PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki1-1/+5
2010-02-22PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox1-0/+1
2010-02-22PCI: Add support for AGP in cur/max bus speedMatthew Wilcox1-0/+5
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2-13/+5
2010-02-22PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox2-26/+21
2010-02-22Merge branch 'master' into for-2.6.34Jens Axboe47-183/+371