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.13.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-15
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
7
-22
/
+19
2008-07-15
ide: remove ->mmio flag from ide_hwif_t
Bartlomiej Zolnierkiewicz
5
-17
/
+16
2008-07-15
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
5
-8
/
+5
2008-07-15
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
Bartlomiej Zolnierkiewicz
6
-12
/
+7
2008-07-15
ide: fix do_probe() to use SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-15
ide: remove commented out code from ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-07-15
sgiioc4: use ->extra_base instead of ->dma_status for dma_handle
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-07-15
ide: remove try_to_flush_leftover_data()
Bartlomiej Zolnierkiewicz
1
-27
/
+5
2008-07-15
ide: remove obsoleted "ide=" kernel parameters
Bartlomiej Zolnierkiewicz
4
-93
/
+10
2008-07-15
ide: cleanup init_ide_data()
Bartlomiej Zolnierkiewicz
1
-24
/
+0
2008-07-15
ide: remove obsoleted "hdx=" kernel parameters
Bartlomiej Zolnierkiewicz
1
-138
/
+1
2008-07-15
ide: remove obsoleted "idebus=" kernel parameter
Bartlomiej Zolnierkiewicz
11
-86
/
+15
2008-07-15
block: convert pd_special_command to use blk_execute_rq
FUJITA Tomonori
1
-11
/
+9
2008-07-15
ide-cd: remove ide_cd_init_rq
FUJITA Tomonori
2
-12
/
+3
2008-07-15
ide: remove ide_init_drive_cmd
FUJITA Tomonori
4
-21
/
+4
2008-07-15
ide: remove ide_wait/head_wait path in ide_do_drive_cmd
FUJITA Tomonori
1
-24
/
+3
2008-07-15
ide: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-17
/
+22
2008-07-15
ide-tape: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-15
/
+26
2008-07-15
ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-14
/
+20
2008-07-15
ide-floppy: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-6
/
+8
2008-07-15
ide-disk: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-4
/
+6
2008-07-15
ide-cd: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-6
/
+6
2008-07-15
ide-cd: convert ide_cd_queue_pc to use blk_execute_rq
FUJITA Tomonori
3
-97
/
+103
2008-07-15
ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+5
2008-07-15
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
Bartlomiej Zolnierkiewicz
6
-4
/
+8
2008-07-15
ide: use get_unaligned_* helpers
Harvey Harrison
1
-1
/
+1
2008-07-15
ide-tape: use clamp_t() rather than nested min_t()/max_t()
Harvey Harrison
1
-3
/
+2
2008-07-15
ide: eliminate FIT() macro
Harvey Harrison
3
-15
/
+14
2008-07-15
ide: disable drive interrupts in ide_driveid_update()
Mikhail Cherkashin
1
-1
/
+1
2008-07-15
palm_bk3710: fix tRP for UDMA mode 4
Mikhail Cherkashin
1
-1
/
+1
2008-07-15
Fix printk format warning in clocksource/acpi_pm.c
Linus Torvalds
1
-1
/
+1
2008-07-15
Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+19
2008-07-15
Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-26
/
+6
2008-07-15
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2
-1
/
+6
2008-07-15
IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0
Eli Cohen
1
-13
/
+2
2008-07-15
mlx4_core: Use MOD_STAT_CFG command to get minimal page size
Vladimir Sokolovsky
3
-0
/
+41
2008-07-15
RDMA/cma: Simplify locking needed for serialization of callbacks
Or Gerlitz
1
-56
/
+50
2008-07-15
RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addr
Or Gerlitz
2
-3
/
+6
2008-07-15
RDMA/cxgb3: Fixes for zero STag
Steve Wise
5
-27
/
+131
2008-07-15
RDMA/core: Add local DMA L_Key support
Steve Wise
3
-4
/
+6
2008-07-15
IB/mthca: Fix check of max_send_sge for special QPs
Roland Dreier
1
-2
/
+2
2008-07-15
IB/mthca: Use round_jiffies() for catastrophic error polling timer
Roland Dreier
1
-1
/
+1
2008-07-15
IB/mthca: Remove "stop" flag for catastrophic error polling timer
Roland Dreier
2
-14
/
+2
2008-07-15
IPoIB: Double default RX/TX ring sizes
Eli Cohen
1
-2
/
+2
2008-07-15
IPoIB/cm: Reduce connected mode TX object size
Eli Cohen
2
-7
/
+12
2008-07-15
IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()
Ralph Campbell
2
-4
/
+5
2008-07-15
IPoIB: Use dev_set_mtu() to change mtu
Eli Cohen
2
-2
/
+2
2008-07-15
IPoIB: Use rtnl lock/unlock when changing device flags
Eli Cohen
2
-3
/
+10
2008-07-15
IPoIB: Get rid of ipoib_mcast_detach() wrapper
Roland Dreier
3
-17
/
+3
2008-07-15
IPoIB: Only set Q_Key once: after joining broadcast group
Eli Cohen
3
-15
/
+19
[prev]
[next]