index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-06
cciss: use upper_32_bits() macro to eliminate warnings
Randy Dunlap
1
-4
/
+6
2008-02-06
rd: use is_power_of_2() in drivers/block/rd.c.
Robert P. J. Day
1
-1
/
+2
2008-02-06
drivers/misc/lkdtm.c: cleanups
Adrian Bunk
1
-11
/
+13
2008-02-06
proper prototype for vty_init()
Adrian Bunk
1
-4
/
+0
2008-02-06
scheduled OSS driver removal
Adrian Bunk
2
-337
/
+0
2008-02-06
cleanup after APUS removal
Adrian Bunk
7
-20
/
+9
2008-02-06
register_cpu __devinit or __cpuinit
Randy Dunlap
1
-1
/
+1
2008-02-06
Allow auto-destruction of loop devices
David Woodhouse
1
-0
/
+8
2008-02-06
Parallel port: convert port_mutex to the mutex API
Matthias Kaehlcke
1
-5
/
+5
2008-02-06
dcdbas: add DMI-based module autloading
Matt Domsch
1
-1
/
+2
2008-02-06
Genericizing iova.[ch]
David Miller
5
-20
/
+23
2008-02-06
Remove pointless casts from void pointers
Jeff Garzik
11
-17
/
+15
2008-02-06
Remove inclusions of <linux/autoconf.h>
Ralf Baechle
7
-7
/
+0
2008-02-06
riscom8: fix SMP brokenness
Jeff Garzik
2
-55
/
+94
2008-02-06
fix ! versus & precedence in various places
Alexey Dobriyan
8
-36
/
+36
2008-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
29
-1571
/
+1794
2008-02-06
Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy...
Linus Torvalds
2
-482
/
+1
2008-02-06
ide-tape: bump minor driver version
Borislav Petkov
1
-1
/
+1
2008-02-06
ide-tape: cleanup the remaining codestyle issues
Borislav Petkov
1
-352
/
+480
2008-02-06
ide-tape: fix syntax error in idetape_identify_device()
Borislav Petkov
1
-2
/
+2
2008-02-06
ide-tape: remove leftover OnStream support warning
Borislav Petkov
1
-4
/
+0
2008-02-06
ide-tape: collect module-related macro calls at the end
Borislav Petkov
1
-3
/
+2
2008-02-06
ide-tape: include proper headers
Borislav Petkov
1
-3
/
+3
2008-02-06
ide-tape: remove unused "length" arg from idetape_create_read_buffer_cmd()
Borislav Petkov
1
-3
/
+6
2008-02-06
ide-tape: remove struct idetape_id_gcw
Borislav Petkov
1
-33
/
+23
2008-02-06
ide-tape: cleanup and fix comments
Borislav Petkov
1
-410
/
+271
2008-02-06
ide-tape: shorten some function names
Borislav Petkov
1
-17
/
+15
2008-02-06
ide-tape: remove idetape_increase_max_pipeline_stages()
Borislav Petkov
1
-20
/
+15
2008-02-06
ide-tape: struct idetape_tape_t: shorten member names v2
Borislav Petkov
1
-97
/
+113
2008-02-06
ide-tape: struct idetape_tape_t: remove unused members
Borislav Petkov
1
-34
/
+11
2008-02-06
ide-tape: remove typedef idetape_chrdev_direction_t
Borislav Petkov
1
-30
/
+32
2008-02-06
ide-tape: simplify code branching in the interrupt handler
Borislav Petkov
1
-26
/
+28
2008-02-06
ide-tape: remove unreachable code chunk
Borislav Petkov
1
-12
/
+10
2008-02-06
ide-tape: remove struct idetape_read_position_result_t
Borislav Petkov
1
-32
/
+18
2008-02-06
ide-tape: refactor the debug logging facility
Borislav Petkov
1
-222
/
+122
2008-02-06
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
7
-10
/
+11
2008-02-06
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
10
-69
/
+86
2008-02-06
ide: remove ide_setup_ports()
Bartlomiej Zolnierkiewicz
7
-173
/
+133
2008-02-06
ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-06
ide: remove write-only ->sata_misc[] from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-02-06
ppc: fix #ifdef-s in mediabay driver (take 2)
Bartlomiej Zolnierkiewicz
1
-25
/
+21
2008-02-06
ide-pci-generic: kill the unused ifdef/endif/MODULE code
Denis Cheng
2
-14
/
+2
2008-02-06
drivers/ide/legacy/hd.c: fix uninitialized var warning
Andrew Morton
1
-3
/
+6
2008-02-06
drivers/ide/ide-acpi.c: fix uninitialized var warning
Andrew Morton
1
-1
/
+1
2008-02-06
Palmchip BK3710 IDE driver
Anton Salnikov
4
-0
/
+406
2008-02-06
ide-generic: probing bugfix
Bartlomiej Zolnierkiewicz
1
-2
/
+8
2008-02-05
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
8
-168
/
+188
2008-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
6
-9
/
+11
2008-02-05
Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
8
-70
/
+273
2008-02-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
38
-126
/
+16838
[next]