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-10-17
ide-floppy: factor out generic disk handling code to ide-gd-floppy.c
Bartlomiej Zolnierkiewicz
4
-311
/
+327
2008-10-17
ide-disk: use IDE_DFLAG_MEDIA_CHANGED
Bartlomiej Zolnierkiewicz
1
-2
/
+6
2008-10-17
ide-disk: factor out generic disk handling code to ide-gd.c
Bartlomiej Zolnierkiewicz
5
-299
/
+314
2008-10-17
ide: remove IDE_AFLAG_NO_DOORLOCKING
Bartlomiej Zolnierkiewicz
6
-6
/
+7
2008-10-17
ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESS
Bartlomiej Zolnierkiewicz
2
-6
/
+6
2008-10-17
ide: IDE_AFLAG_WP -> IDE_DFLAG_WP
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-10-17
ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGED
Bartlomiej Zolnierkiewicz
3
-8
/
+8
2008-10-17
ide-floppy: use drive->capacity64 for caching current capacity
Bartlomiej Zolnierkiewicz
1
-10
/
+13
2008-10-17
ide-floppy: drop 'floppy' argument from idefloppy_setup()
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2008-10-17
ide-{disk,floppy}: set IDE_DFLAG_ATTACH in *_setup()
Bartlomiej Zolnierkiewicz
2
-9
/
+12
2008-10-17
ide-disk: move IDE_DFLAG_DOORLOCKING flag handling to idedisk_set_doorlock()
Bartlomiej Zolnierkiewicz
1
-9
/
+13
2008-10-17
ide-disk: use to_ide_drv() and ide_drv_g()
Bartlomiej Zolnierkiewicz
3
-12
/
+7
2008-10-17
ide-floppy: use alloc_disk_node()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-17
ide-disk: lock media before checking for media change
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-17
ide-disk: fix IDE_DFLAG_LBA48 handling on resume
Bartlomiej Zolnierkiewicz
1
-20
/
+20
2008-10-17
{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()
Linus Torvalds
2
-4
/
+2
2008-10-17
Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-525
/
+117
2008-10-17
Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-12
/
+21
2008-10-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
16
-586
/
+463
2008-10-16
Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...
Linus Torvalds
3
-18
/
+60
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
96
-518
/
+896
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
12
-59
/
+10
2008-10-16
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
9
-174
/
+114
2008-10-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
44
-518
/
+2229
2008-10-16
rtc: rtc-ds1286 and rtc-m48t35 need <linux/io.h>
Geert Uytterhoeven
2
-0
/
+2
2008-10-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-73
/
+53
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
10
-15
/
+29
2008-10-16
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
22
-56
/
+156
2008-10-16
drivers/net/xen-netfront.c: Use DIV_ROUND_UP
Julia Lawall
1
-1
/
+1
2008-10-16
make hp_wmi_notify() static
Adrian Bunk
1
-1
/
+1
2008-10-16
resource: add resource_type() and IORESOURCE_TYPE_BITS
Magnus Damm
1
-14
/
+17
2008-10-16
GRU driver: minor updates
Jack Steiner
7
-29
/
+39
2008-10-16
w1: new driver. DS2431 chip
Bernhard Weirich
2
-0
/
+313
2008-10-16
W1: ds2490.c optimize ds_set_pullup
David Fries
1
-19
/
+45
2008-10-16
W1: ds2490.c ds_write_block remove extra ds_wait_status
David Fries
1
-2
/
+0
2008-10-16
W1: ds2490.c magic number work
David Fries
1
-4
/
+12
2008-10-16
W1: ds2490.c reset ds2490 in init
David Fries
1
-0
/
+21
2008-10-16
W1: ds2490.c ds_reset remove ds_wait_status
David Fries
1
-13
/
+2
2008-10-16
W1: ds2490.c ds_dump_status rework
David Fries
1
-50
/
+84
2008-10-16
W1: ds2490.c simplify and fix ds_touch_bit
David Fries
1
-17
/
+4
2008-10-16
W1: ds2490.c disable bit read and write
David Fries
1
-7
/
+18
2008-10-16
W1: ds2490.c ds_write_bit, grouping error, disable readback
David Fries
1
-1
/
+6
2008-10-16
W1: ds2490.c add support for strong pullup
David Fries
1
-38
/
+38
2008-10-16
W1: ds2490.c correct print message
David Fries
1
-1
/
+2
2008-10-16
W1: ds1wm.c msleep for reset
David Fries
1
-1
/
+3
2008-10-16
W1: w1_io.c reset comments and msleep
David Fries
1
-1
/
+13
2008-10-16
W1: w1.c s/printk/dev_dbg/
David Fries
1
-3
/
+3
2008-10-16
W1: w1_int.c use first available master number
David Fries
1
-6
/
+26
2008-10-16
W1: w1_therm consistent mutex access code cleanup
David Fries
1
-1
/
+1
2008-10-16
W1: w1_family, remove unused variable need_exit
David Fries
2
-7
/
+1
[next]