index
:
Linux
arm64-uaccess
for-next
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide-cd: wait for DRQ to get set per default
Borislav Petkov
2009-01-06
1
-14
/
+7
*
ide: Fix drive's DWORD-IO handling
Mario Schwalbe
2009-01-06
1
-2
/
+1
*
ide: add port and host iterators
Bartlomiej Zolnierkiewicz
2009-01-06
7
-85
/
+67
*
ide: dynamic allocation of device structures
Bartlomiej Zolnierkiewicz
2009-01-06
7
-33
/
+65
*
ide: NUMA aware allocation of host and port structures
Bartlomiej Zolnierkiewicz
2009-01-06
1
-4
/
+5
*
it821x: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
2009-01-06
1
-6
/
+2
*
cmd64x: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
2009-01-06
1
-2
/
+4
*
cmd640: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
2009-01-06
1
-3
/
+2
*
amd74xx: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
2009-01-06
1
-2
/
+2
*
ide: remove ->error method from struct ide_driver
Bartlomiej Zolnierkiewicz
2009-01-06
5
-17
/
+2
*
ide: unexport ide_wait_not_busy()
Bartlomiej Zolnierkiewicz
2009-01-06
1
-3
/
+0
*
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
2009-01-06
11
-47
/
+47
*
ide: remove 'byte' typedef
Bartlomiej Zolnierkiewicz
2009-01-06
5
-21
/
+19
*
ide: remove ide_pci_enablebit_t typedef
Bartlomiej Zolnierkiewicz
2009-01-06
2
-4
/
+5
*
ide: remove local_irq_set() macro
Bartlomiej Zolnierkiewicz
2009-01-06
3
-4
/
+4
*
ide: remove HWIF() macro
Bartlomiej Zolnierkiewicz
2009-01-06
35
-103
/
+102
*
ide: move ide_init_port_data() and friends to ide-probe.c
Bartlomiej Zolnierkiewicz
2009-01-06
3
-154
/
+136
*
ide: update ide_unregister() documentation
Bartlomiej Zolnierkiewicz
2009-01-06
1
-13
/
+5
*
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
2009-01-06
26
-266
/
+188
*
ide: use lock bitops for ports serialization (v2)
Bartlomiej Zolnierkiewicz
2009-01-06
2
-71
/
+69
*
ide: remove hwgroup->hwif and {drive,hwif}->next
Bartlomiej Zolnierkiewicz
2009-01-06
3
-100
/
+15
*
ide: use per-port IRQ handlers
Bartlomiej Zolnierkiewicz
2009-01-06
4
-66
/
+34
*
ide: add ->cur_port to struct ide_host and use it for serialized hosts
Bartlomiej Zolnierkiewicz
2009-01-06
2
-10
/
+16
*
ide: fix setting nIEN on idle devices
Bartlomiej Zolnierkiewicz
2009-01-06
1
-4
/
+6
*
ide: fix LOCKDEP warning
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
2009-01-05
22
-983
/
+1319
|
\
|
*
dm snapshot: extend exception store functions
Jonathan Brassow
2009-01-06
6
-37
/
+55
|
*
dm snapshot: split out exception store implementations
Alasdair G Kergon
2009-01-06
6
-737
/
+833
|
*
dm snapshot: rename struct exception_store
Jonathan Brassow
2009-01-06
3
-24
/
+25
|
*
dm snapshot: separate out exception store interface
Jonathan Brassow
2009-01-06
4
-120
/
+134
|
*
dm mpath: move trigger_event to system workqueue
Alasdair G Kergon
2009-01-06
1
-4
/
+4
|
*
dm: add name and uuid to sysfs
Milan Broz
2009-01-06
4
-2
/
+136
|
*
dm table: rework reference counting
Mikulas Patocka
2009-01-06
4
-20
/
+33
|
*
dm: support barriers on simple devices
Andi Kleen
2009-01-06
5
-10
/
+33
|
*
dm request: extend target interface
Kiyoshi Ueda
2009-01-06
1
-0
/
+15
|
*
dm request: add caches
Kiyoshi Ueda
2009-01-06
1
-1
/
+40
|
*
dm ioctl: allow dm_copy_name_and_uuid to return only one field
Milan Broz
2009-01-06
1
-2
/
+4
|
*
dm log: ensure log bitmap fits on log device
Milan Broz
2009-01-06
1
-0
/
+8
|
*
dm log: move region_size validation
Milan Broz
2009-01-06
2
-14
/
+14
|
*
dm log: avoid reinitialising io_req on every operation
Takahiro Yasui
2009-01-06
1
-10
/
+7
|
*
dm: consolidate target deregistration error handling
Mikulas Patocka
2009-01-06
10
-50
/
+20
|
*
dm raid1: fix error count
Jonathan Brassow
2009-01-06
1
-3
/
+3
|
*
dm log: fix dm_io_client leak on error paths
Takahiro Yasui
2009-01-06
1
-0
/
+5
|
*
dm snapshot: change yield to msleep
Mikulas Patocka
2009-01-06
1
-3
/
+4
|
*
dm table: drop reference at unbind
Mikulas Patocka
2009-01-06
1
-1
/
+1
*
|
Merge branch 'for-next' of git://git.o-hand.com/linux-mfd
Linus Torvalds
2009-01-05
29
-343
/
+4546
|
\
\
|
*
|
mfd: Fix section mismatch in da903x
Mark Brown
2009-01-04
1
-2
/
+2
|
*
|
mfd: move drivers/i2c/chips/menelaus.c to drivers/mfd
David Brownell
2009-01-04
5
-11
/
+11
|
*
|
mfd: move drivers/i2c/chips/tps65010.c to drivers/mfd
David Brownell
2009-01-04
5
-15
/
+16
|
*
|
mfd: dm355evm msp430 driver
David Brownell
2009-01-04
4
-0
/
+509
[next]