summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-226-7/+17
|\
| * Driver core: Add section count to memory_block structNathan Fontenot2010-10-221-0/+2
| * driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt2010-10-221-0/+2
| * kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-221-0/+2
| * uio: Cleanup irq handling.Eric W. Biederman2010-10-221-1/+1
| * SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-0/+7
| * driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-6/+0
| * driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-221-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-223-0/+5
|\ \
| * | [SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara2010-10-081-0/+1
| * | [SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong2010-10-081-0/+1
| * | [SCSI] fc class: add fc host dev loss sysfs fileMike Christie2010-10-071-4/+3
| * | [SCSI] fc class: add fc host default default dev loss settingMike Christie2010-09-051-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2010-10-221-2/+2
|\ \ \
| * | | dlm: Fix dlm lock status block comment in dlm.hSteven Whitehouse2010-09-071-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-223-30/+17
|\ \ \
| * | | percpu: Optimize __get_cpu_var()Brian Gerst2010-09-101-4/+3
| * | | x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-101-2/+7
| * | | percpu: use percpu allocator on UP tooTejun Heo2010-09-081-24/+5
| * | | percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-09-081-1/+1
| * | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-081-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-222-26/+102
|\ \ \ \
| * | | | workqueue: remove in_workqueue_context()Tejun Heo2010-10-191-4/+0
| * | | | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-111-5/+6
| * | | | workqueue: add queue_work and activate_work trace pointsTejun Heo2010-10-051-0/+53
| * | | | workqueue: prepare for more tracepointsTejun Heo2010-10-051-13/+19
| * | | | workqueue: implement flush[_delayed]_work_sync()Tejun Heo2010-09-191-0/+2
| * | | | workqueue: cleanup flush/cancel functionsTejun Heo2010-09-191-9/+9
| * | | | workqueue: implement alloc_ordered_workqueue()Tejun Heo2010-09-191-0/+18
* | | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-225-106/+36
|\ \ \ \ \
| * \ \ \ \ Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-1990-271/+556
| |\ \ \ \ \
| * | | | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-9/+5
| * | | | | | block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-101-2/+0
| * | | | | | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-102-10/+0
| * | | | | | block: remove the WRITE_BARRIER flagChristoph Hellwig2010-09-101-3/+0
| * | | | | | block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-101-6/+5
| * | | | | | block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-101-0/+1
| * | | | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-104-44/+17
| * | | | | | block: rename barrier/ordered to flushTejun Heo2010-09-101-12/+12
| * | | | | | block: drop barrier ordering by queue drainingTejun Heo2010-09-102-13/+8
| * | | | | | block: misc cleanups in barrier codeTejun Heo2010-09-101-1/+0
| * | | | | | block: remove spurious uses of REQ_HARDBARRIERTejun Heo2010-09-101-5/+1
| * | | | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-2/+4
| * | | | | | block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-101-16/+1
| * | | | | | ide: remove unnecessary blk_queue_flushing() test in do_ide_request()Tejun Heo2010-09-101-1/+0
* | | | | | | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-225-18/+42
|\ \ \ \ \ \ \
| * | | | | | | cciss: fix PCI IDs for new Smart Array controllersMike Miller2010-10-191-0/+1
| * | | | | | | drbd: add race-breaker to drbd_go_disklessLars Ellenberg2010-10-151-1/+1
| * | | | | | | dynamic_debug.h: Fix dynamic_dev_dbg() macro if CONFIG_DYNAMIC_DEBUG not setPhilipp Reisner2010-10-151-1/+1
| * | | | | | | drbd: fix unlikely access after free and list corruptionLars Ellenberg2010-10-141-2/+2
OpenPOWER on IntegriCloud