summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-228-1/+39
|\
| * serial: abstraction for 8250 legacy portsAlan Cox2010-10-221-0/+4
| * 8250: allow platforms to override PM hook.Manuel Lauss2010-10-222-0/+6
| * altera_uart: Fix missing prototype for registering an early consoleAnton Vorontsov2010-10-221-0/+4
| * altera_uart: Add support for different address stridesAnton Vorontsov2010-10-221-0/+1
| * serial: Factor out uart_poll_timeout() from 8250 driverAnton Vorontsov2010-10-221-0/+8
| * vcs: invoke the vt update callback when /dev/vcs* is written toNicolas Pitre2010-10-221-0/+1
| * tty: Make tiocgicount a handlerAlan Cox2010-10-222-0/+11
| * ioctl: Use asm-generic/ioctls.h on cris (enables termiox)Jeff Mahoney2010-10-221-0/+2
| * tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-221-1/+1
| * tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2010-10-221-0/+1
* | 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