index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2010-10-22
8
-1
/
+39
|
\
|
*
serial: abstraction for 8250 legacy ports
Alan Cox
2010-10-22
1
-0
/
+4
|
*
8250: allow platforms to override PM hook.
Manuel Lauss
2010-10-22
2
-0
/
+6
|
*
altera_uart: Fix missing prototype for registering an early console
Anton Vorontsov
2010-10-22
1
-0
/
+4
|
*
altera_uart: Add support for different address strides
Anton Vorontsov
2010-10-22
1
-0
/
+1
|
*
serial: Factor out uart_poll_timeout() from 8250 driver
Anton Vorontsov
2010-10-22
1
-0
/
+8
|
*
vcs: invoke the vt update callback when /dev/vcs* is written to
Nicolas Pitre
2010-10-22
1
-0
/
+1
|
*
tty: Make tiocgicount a handler
Alan Cox
2010-10-22
2
-0
/
+11
|
*
ioctl: Use asm-generic/ioctls.h on cris (enables termiox)
Jeff Mahoney
2010-10-22
1
-0
/
+2
|
*
tty: Remove __GFP_NOFAIL from tty_add_file()
Pekka Enberg
2010-10-22
1
-1
/
+1
|
*
tty: add tty_struct->dev pointer to corresponding device instance
Dmitry Eremin-Solenikov
2010-10-22
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2010-10-22
6
-7
/
+17
|
\
\
|
*
|
Driver core: Add section count to memory_block struct
Nathan Fontenot
2010-10-22
1
-0
/
+2
|
*
|
driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...
Robin Holt
2010-10-22
1
-0
/
+2
|
*
|
kobject: Introduce kset_find_obj_hinted.
Robin Holt
2010-10-22
1
-0
/
+2
|
*
|
uio: Cleanup irq handling.
Eric W. Biederman
2010-10-22
1
-1
/
+1
|
*
|
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
Andi Kleen
2010-10-22
1
-0
/
+7
|
*
|
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
Kay Sievers
2010-10-22
1
-6
/
+0
|
*
|
driver core: platform_bus: allow runtime override of dev_pm_ops
Kevin Hilman
2010-10-22
1
-0
/
+3
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2010-10-22
3
-0
/
+5
|
\
\
|
*
|
[SCSI] st: add MTWEOFI to write filemarks without flushing drive buffer
Kai Makisara
2010-10-08
1
-0
/
+1
|
*
|
[SCSI] libsas: Don't issue commands to devices that have been hot-removed
Darrick J. Wong
2010-10-08
1
-0
/
+1
|
*
|
[SCSI] fc class: add fc host dev loss sysfs file
Mike Christie
2010-10-07
1
-4
/
+3
|
*
|
[SCSI] fc class: add fc host default default dev loss setting
Mike Christie
2010-09-05
1
-0
/
+4
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
2010-10-22
1
-2
/
+2
|
\
\
\
|
*
|
|
dlm: Fix dlm lock status block comment in dlm.h
Steven Whitehouse
2010-09-07
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2010-10-22
3
-30
/
+17
|
\
\
\
|
*
|
|
percpu: Optimize __get_cpu_var()
Brian Gerst
2010-09-10
1
-4
/
+3
|
*
|
|
x86, percpu: Optimize this_cpu_ptr
Brian Gerst
2010-09-10
1
-2
/
+7
|
*
|
|
percpu: use percpu allocator on UP too
Tejun Heo
2010-09-08
1
-24
/
+5
|
*
|
|
percpu: reduce PCPU_MIN_UNIT_SIZE to 32k
Tejun Heo
2010-09-08
1
-1
/
+1
|
*
|
|
vmalloc: pcpu_get/free_vm_areas() aren't needed on UP
Tejun Heo
2010-09-08
1
-0
/
+2
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2010-10-22
2
-26
/
+102
|
\
\
\
\
|
*
|
|
|
workqueue: remove in_workqueue_context()
Tejun Heo
2010-10-19
1
-4
/
+0
|
*
|
|
|
workqueue: add and use WQ_MEM_RECLAIM flag
Tejun Heo
2010-10-11
1
-5
/
+6
|
*
|
|
|
workqueue: add queue_work and activate_work trace points
Tejun Heo
2010-10-05
1
-0
/
+53
|
*
|
|
|
workqueue: prepare for more tracepoints
Tejun Heo
2010-10-05
1
-13
/
+19
|
*
|
|
|
workqueue: implement flush[_delayed]_work_sync()
Tejun Heo
2010-09-19
1
-0
/
+2
|
*
|
|
|
workqueue: cleanup flush/cancel functions
Tejun Heo
2010-09-19
1
-9
/
+9
|
*
|
|
|
workqueue: implement alloc_ordered_workqueue()
Tejun Heo
2010-09-19
1
-0
/
+18
*
|
|
|
|
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-22
5
-106
/
+36
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Jens Axboe
2010-10-19
90
-271
/
+556
|
|
\
\
\
\
\
|
*
|
|
|
|
|
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-09-16
1
-9
/
+5
|
*
|
|
|
|
|
block: remove the BH_Eopnotsupp flag
Christoph Hellwig
2010-09-10
1
-2
/
+0
|
*
|
|
|
|
|
block: remove the BLKDEV_IFL_BARRIER flag
Christoph Hellwig
2010-09-10
2
-10
/
+0
|
*
|
|
|
|
|
block: remove the WRITE_BARRIER flag
Christoph Hellwig
2010-09-10
1
-3
/
+0
|
*
|
|
|
|
|
block: pass gfp_mask and flags to sb_issue_discard
Christoph Hellwig
2010-09-10
1
-6
/
+5
|
*
|
|
|
|
|
block: make __blk_rq_prep_clone() copy most command flags
Tejun Heo
2010-09-10
1
-0
/
+1
|
*
|
|
|
|
|
block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
Tejun Heo
2010-09-10
4
-44
/
+17
|
*
|
|
|
|
|
block: rename barrier/ordered to flush
Tejun Heo
2010-09-10
1
-12
/
+12
[next]