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-07-23
ide: use ->tf_load in actual_try_to_identify()
Bartlomiej Zolnierkiewicz
1
-3
/
+9
2008-07-23
ide: use ->tf_load in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-3
/
+10
2008-07-23
ide: change order of register access in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
6
-22
/
+76
2008-07-23
ide: add ->read_altstatus method
Bartlomiej Zolnierkiewicz
3
-4
/
+19
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
14
-62
/
+102
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
7
-13
/
+38
2008-07-23
ide: factor out simplex handling from ide_pci_dma_base()
Bartlomiej Zolnierkiewicz
4
-18
/
+42
2008-07-23
ide: remove ide_setup_dma()
Bartlomiej Zolnierkiewicz
5
-17
/
+14
2008-07-23
ide: remove ->dma_{status,command} fields from ide_hwif_t
Bartlomiej Zolnierkiewicz
11
-73
/
+74
2008-07-23
ide: use I/O ops directly in ide-dma.c
Bartlomiej Zolnierkiewicz
1
-14
/
+45
2008-07-23
ide: add ->read_sff_dma_status method
Bartlomiej Zolnierkiewicz
4
-9
/
+33
2008-07-23
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
26
-137
/
+127
2008-07-23
ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-7
/
+13
2008-07-23
ide-pmac: move ide_find_port() call to pmac_ide_setup_device() (take 2)
Bartlomiej Zolnierkiewicz
1
-26
/
+16
2008-07-23
ide-pmac: add ->init_dev method (take 4)
Bartlomiej Zolnierkiewicz
1
-11
/
+20
2008-07-23
ide-pmac: store pmif instead of hwif in ->driver_data (take 2)
Bartlomiej Zolnierkiewicz
1
-40
/
+57
2008-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
8
-50
/
+105
2008-07-23
drivers/char/nvram.c: Removed duplicated include
Huang Weiyi
1
-1
/
+0
2008-07-23
kgdb: kgdboc console poll hooks for mpsc uart
Jason Wessel
1
-1
/
+147
2008-07-23
kgdb: kgdboc console poll hooks for cpm uart
Jason Wessel
1
-1
/
+94
2008-07-23
Merge branches 'upstream' and 'upstream-fixes' into for-linus
Jiri Kosina
6
-18
/
+65
2008-07-23
HID: apple_fn_keys F5 and F6
Henrik Rydberg
1
-0
/
+2
2008-07-23
HID: remove quirk lookup from usbkbd/usbmouse
Jiri Kosina
2
-16
/
+0
2008-07-23
HID: Add mapping of new KEY_MEDIA_REPEAT keycode
Dmitry Torokhov
1
-0
/
+1
2008-07-23
HID: gyration remote support
Daniel Walker
1
-0
/
+28
2008-07-23
HID: gyration sleep button quirk
Jiri Kosina
1
-0
/
+12
2008-07-23
HID: add quirk for Logitech DiNovo desktop
Jiri Kosina
1
-1
/
+3
2008-07-23
HID: fix quirk handling in usbmouse/kbd
Jiri Slaby
2
-2
/
+2
2008-07-23
HID: fix memory leak in hidraw_release
Jiri Kosina
1
-0
/
+2
2008-07-23
HID: Invert HWHEEL mappings for some Logitech mice
Dan Nicholson
1
-0
/
+4
2008-07-23
HID:usbkbd:mark usb_kbd_keycode array as const
Ming Lei
1
-1
/
+1
2008-07-23
HID: add fn key support on Macbook Pro 4,1 and Macbook Air
Alexandre Karpenko
1
-0
/
+12
2008-07-23
HID: remove unused variable from hiddev compat ioctl
Jiri Kosina
1
-1
/
+0
2008-07-23
HID: fix compile issue in hiddev ioctl
Jiri Kosina
1
-1
/
+1
2008-07-23
HID: Push down BKL into ioctl handler in hidraw
Alan Cox
1
-22
/
+24
2008-07-23
HID: Switch hiddev to unlocked_ioctl
Alan Cox
1
-2
/
+9
2008-07-23
HID: use get/put_unaligned_* helpers
Harvey Harrison
1
-5
/
+5
2008-07-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Jiri Kosina
2280
-187344
/
+218881
2008-07-23
sdhci: highmem capable PIO routines
Pierre Ossman
2
-95
/
+75
2008-07-23
mmc_test: print message when attaching to card
Pierre Ossman
1
-0
/
+2
2008-07-23
mmc_block: bounce buffer highmem support
Pierre Ossman
1
-66
/
+31
2008-07-23
sdhci: fix bad warning from commit c8b3e02
Pierre Ossman
1
-1
/
+1
2008-07-23
sdhci: add warnings for bad buffers in ADMA path
Pierre Ossman
1
-0
/
+2
2008-07-23
mmc_test: test oversized sg lists
Pierre Ossman
1
-3
/
+82
2008-07-23
mmc_test: highmem tests
Pierre Ossman
1
-1
/
+137
2008-07-23
s3cmci: ensure host stopped on machine shutdown
Ben Dooks
1
-4
/
+16
2008-07-23
au1xmmc: suspend/resume implementation
Manuel Lauss
1
-12
/
+42
2008-07-23
s3cmci: fixes for section mismatch warnings
Ben Dooks
1
-15
/
+15
2008-07-23
pxamci: trivial fix of DMA alignment register bit clearing
Karl Beldan
1
-1
/
+1
[prev]
[next]