aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-22
|\
| * serial: abstraction for 8250 legacy portsAlan Cox2010-10-22
| * 8250: allow platforms to override PM hook.Manuel Lauss2010-10-22
| * altera_uart: Fix missing prototype for registering an early consoleAnton Vorontsov2010-10-22
| * altera_uart: Add support for different address stridesAnton Vorontsov2010-10-22
| * serial: Factor out uart_poll_timeout() from 8250 driverAnton Vorontsov2010-10-22
| * vcs: invoke the vt update callback when /dev/vcs* is written toNicolas Pitre2010-10-22
| * tty: Make tiocgicount a handlerAlan Cox2010-10-22
| * ioctl: Use asm-generic/ioctls.h on cris (enables termiox)Jeff Mahoney2010-10-22
| * tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-22
| * tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2010-10-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-22
|\ \
| * | Driver core: Add section count to memory_block structNathan Fontenot2010-10-22
| * | driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt2010-10-22
| * | kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-22
| * | uio: Cleanup irq handling.Eric W. Biederman2010-10-22
| * | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-22
| * | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-22
| * | driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-22
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-22
|\ \
| * | [SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara2010-10-08
| * | [SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong2010-10-08
| * | [SCSI] fc class: add fc host dev loss sysfs fileMike Christie2010-10-07
| * | [SCSI] fc class: add fc host default default dev loss settingMike Christie2010-09-05
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2010-10-22
|\ \ \
| * | | dlm: Fix dlm lock status block comment in dlm.hSteven Whitehouse2010-09-07
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-22
|\ \ \
| * | | percpu: Optimize __get_cpu_var()Brian Gerst2010-09-10
| * | | x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-10
| * | | percpu: use percpu allocator on UP tooTejun Heo2010-09-08
| * | | percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-09-08
| * | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-08
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-22
|\ \ \ \
| * | | | workqueue: remove in_workqueue_context()Tejun Heo2010-10-19
| * | | | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-11
| * | | | workqueue: add queue_work and activate_work trace pointsTejun Heo2010-10-05
| * | | | workqueue: prepare for more tracepointsTejun Heo2010-10-05
| * | | | workqueue: implement flush[_delayed]_work_sync()Tejun Heo2010-09-19
| * | | | workqueue: cleanup flush/cancel functionsTejun Heo2010-09-19
| * | | | workqueue: implement alloc_ordered_workqueue()Tejun Heo2010-09-19
* | | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\ \ \ \ \
| * \ \ \ \ Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-19
| |\ \ \ \ \
| * | | | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-16
| * | | | | | block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-10
| * | | | | | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-10
| * | | | | | block: remove the WRITE_BARRIER flagChristoph Hellwig2010-09-10
| * | | | | | block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-10
| * | | | | | block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-10
| * | | | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-10
| * | | | | | block: rename barrier/ordered to flushTejun Heo2010-09-10