index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-27
i2c: Add support for the PCF8575 chip
Bart Van Assche
3
-1
/
+230
2008-01-27
i2c-ibm_iic: Whitespace cleanup
Stefan Roese
2
-99
/
+99
2008-01-27
i2c-pasemi: use i2c_add_numbered_adapter()
Olof Johansson
1
-1
/
+2
2008-01-27
i2c-nforce2: The nForce2 can do block transactions
Jean Delvare
1
-0
/
+1
2008-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
62
-1410
/
+960
2008-01-26
ide: remove REQ_TYPE_ATA_CMD
Bartlomiej Zolnierkiewicz
2
-112
/
+11
2008-01-26
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2
-34
/
+33
2008-01-26
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2
-4
/
+11
2008-01-26
ide: fix final status check in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-3
/
+8
2008-01-26
ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+9
2008-01-26
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
Bartlomiej Zolnierkiewicz
3
-3
/
+5
2008-01-26
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
Bartlomiej Zolnierkiewicz
3
-1
/
+7
2008-01-26
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
2
-6
/
+3
2008-01-26
ide: kill DATA_READY define
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: task_end_request() fix
Tejun Heo
2
-14
/
+5
2008-01-26
ide: use rq->nr_sectors in task_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: remove needless ->cursg clearing from task_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-01-26
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
Bartlomiej Zolnierkiewicz
4
-23
/
+20
2008-01-26
ide-tape: fix handling of non-special requests in ->end_request method
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2008-01-26
ide: fix final status check in task_in_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
ide: fix ->io_32bit race in ide_taskfile_ioctl()
Tejun Heo
1
-5
/
+12
2008-01-26
cmd64x: remove /proc/ide/cmd64x
Bartlomiej Zolnierkiewicz
1
-113
/
+1
2008-01-26
ide: remove broken disk byte-swapping support
Bartlomiej Zolnierkiewicz
3
-36
/
+3
2008-01-26
ide: add ide_busy_sleep() helper
Bartlomiej Zolnierkiewicz
1
-22
/
+21
2008-01-26
ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate it
Bartlomiej Zolnierkiewicz
1
-1
/
+13
2008-01-26
ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c
Bartlomiej Zolnierkiewicz
2
-103
/
+110
2008-01-26
ide: print banner message once per controller in m68k host drivers
Bartlomiej Zolnierkiewicz
5
-35
/
+22
2008-01-26
ide: add ide_set_irq() inline helper
Bartlomiej Zolnierkiewicz
4
-22
/
+12
2008-01-26
ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabled
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
rapide: remove write-only hwif->hwif_data
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-01-26
ide: use ide_init_port_hw() in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-16
/
+17
2008-01-26
ide: always use ide_std_init_ports() in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-5
/
+1
2008-01-26
au1xxx-ide: use ide_init_port_hw()
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-01-26
au1xxx-ide: au_ide_probe() fixes
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-01-26
ide: make remaining built-in only IDE host drivers modular (take 2)
Bartlomiej Zolnierkiewicz
28
-216
/
+164
2008-01-26
ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)
Bartlomiej Zolnierkiewicz
13
-16
/
+70
2008-01-26
cmd640: fix dependency on IDE_GENERIC
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-01-26
ide: move ide_arm_init() call from init_ide_data() to ide_init()
Bartlomiej Zolnierkiewicz
2
-4
/
+3
2008-01-26
ide: drop 'initializing' argument from ide_register_hw()
Bartlomiej Zolnierkiewicz
14
-66
/
+84
2008-01-26
ide: add ide_init_port_hw() helper
Bartlomiej Zolnierkiewicz
5
-66
/
+80
2008-01-26
sgiioc4: always init hwif->io_ports
Bartlomiej Zolnierkiewicz
1
-9
/
+6
2008-01-26
ide: Fix build break caused by "ide: remove ideprobe_init()"
Olof Johansson
1
-1
/
+1
2008-01-26
ide: remove ideprobe_init()
Bartlomiej Zolnierkiewicz
2
-39
/
+23
2008-01-26
ide: add hwif->chipset fixup to ide_device_add()
Bartlomiej Zolnierkiewicz
1
-1
/
+5
2008-01-26
swarm: set hwif->chipset
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-01-26
rapide: set hwif->chipset
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-01-26
ide: fix probing for hosts with serialized or IRQ sharing interfaces
Bartlomiej Zolnierkiewicz
1
-2
/
+14
2008-01-26
ide: kill probe_hwif_init()
Bartlomiej Zolnierkiewicz
1
-21
/
+17
[next]