index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-frv
/
gdb-stub.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-07-16
hwmon: (adm1029) Convert to a new-style i2c driver
Jean Delvare
1
-53
/
+44
2008-07-16
hwmon: (adm1026) Convert to a new-style i2c driver
Jean Delvare
1
-65
/
+44
2008-07-16
hwmon: (adm1025) Convert to a new-style i2c driver
Jean Delvare
1
-52
/
+49
2008-07-16
hwmon: (adm1021) Convert to a new-style i2c driver
Jean Delvare
1
-52
/
+53
2008-07-16
hwmon: (ad7418) Convert to a new-style i2c driver
Jean Delvare
1
-83
/
+26
2008-07-16
w1/ds2482: Convert to a new-style driver
Jean Delvare
1
-60
/
+44
2008-07-16
i2c: Convert the max6875 driver to a new-style i2c driver
Jean Delvare
2
-72
/
+50
2008-07-16
i2c: Convert the pca9539 driver to a new-style i2c driver
Jean Delvare
2
-77
/
+42
2008-07-16
i2c: Convert the pcf8575 driver to a new-style i2c driver
Jean Delvare
2
-62
/
+43
2008-07-16
i2c: Convert the pcf8574 driver to a new-style i2c driver
Jean Delvare
2
-69
/
+51
2008-07-16
i2c: Convert the pcf8591 driver to a new-style i2c driver
Jean Delvare
1
-54
/
+40
2008-07-16
i2c: Convert the eeprom driver to a new-style i2c driver
Jean Delvare
1
-52
/
+40
2008-07-16
i2c: Clear i2c_adapter.dev on adapter removal
Jean Delvare
3
-30
/
+32
2008-07-16
ftrace: ftrace.txt updates
Steven Rostedt
1
-153
/
+152
2008-07-15
Don't crash on IOMMU overflow in A100U2W driver
Mikulas Patocka
1
-3
/
+8
2008-07-15
BUG_ON on kernel misbehavior on A100U2W driver
Mikulas Patocka
1
-0
/
+1
2008-07-15
Add udelay to A100U2W SCSI driver
Mikulas Patocka
1
-0
/
+1
2008-07-15
Fix endianity in A100U2W SCSI driver
Mikulas Patocka
1
-18
/
+18
2008-07-15
generic ipi function calls: wait on alloc failure fallback
Jeremy Fitzhardinge
1
-0
/
+1
2008-07-15
mm: fix build on non-mmu machines
Sebastian Siewior
1
-1
/
+1
2008-07-15
ftrace: maintainer
Steven Rostedt
1
-0
/
+5
2008-07-15
x86: fix TSC build error on 32bit
Thomas Gleixner
1
-0
/
+2
2008-07-15
generic-ipi: more merge fallout
Ingo Molnar
4
-8
/
+8
2008-07-15
generic-ipi: merge fix
Ingo Molnar
1
-1
/
+1
2008-07-15
ide-floppy: fix unfortunate function naming
Borislav Petkov
1
-8
/
+10
2008-07-15
ide-tape: unify idetape_create_read/write_cmd
Borislav Petkov
1
-27
/
+18
2008-07-15
ide: add ide_pc_intr() helper
Bartlomiej Zolnierkiewicz
5
-363
/
+195
2008-07-15
ide-{floppy,scsi}: read Status Register before stopping DMA engine
Bartlomiej Zolnierkiewicz
2
-6
/
+7
2008-07-15
ide-scsi: add more debugging to idescsi_pc_intr()
Bartlomiej Zolnierkiewicz
1
-2
/
+11
2008-07-15
ide-scsi: use pc->callback
Bartlomiej Zolnierkiewicz
1
-10
/
+22
2008-07-15
ide-floppy: add more debugging to idefloppy_pc_intr()
Bartlomiej Zolnierkiewicz
1
-2
/
+8
2008-07-15
ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled
Bartlomiej Zolnierkiewicz
1
-9
/
+10
2008-07-15
ide-tape: add ide_tape_io_buffers() helper
Bartlomiej Zolnierkiewicz
1
-5
/
+10
2008-07-15
ide-tape: factor out DSC handling from idetape_pc_intr()
Bartlomiej Zolnierkiewicz
1
-6
/
+13
2008-07-15
ide-{floppy,tape}: move checking of ->failed_pc to ->callback
Bartlomiej Zolnierkiewicz
2
-6
/
+6
2008-07-15
ide: add ide_issue_pc() helper
Bartlomiej Zolnierkiewicz
5
-89
/
+57
2008-07-15
ide: add PC_FLAG_DRQ_INTERRUPT pc flag
Bartlomiej Zolnierkiewicz
4
-5
/
+18
2008-07-15
ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc()
Bartlomiej Zolnierkiewicz
1
-6
/
+10
2008-07-15
ide: add ide_transfer_pc() helper
Bartlomiej Zolnierkiewicz
7
-109
/
+85
2008-07-15
ide-scsi: set drive->scsi flag for devices handled by the driver
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2008-07-15
ide-{cd,floppy,tape}: remove checking for drive->scsi
Bartlomiej Zolnierkiewicz
3
-15
/
+0
2008-07-15
ide: add PC_FLAG_ZIP_DRIVE pc flag
Bartlomiej Zolnierkiewicz
2
-2
/
+7
2008-07-15
ide-tape: factor out waiting for good ireason from idetape_transfer_pc()
Bartlomiej Zolnierkiewicz
1
-11
/
+23
2008-07-15
ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()
Bartlomiej Zolnierkiewicz
1
-4
/
+6
2008-07-15
ide-floppy: start DMA engine in idefloppy_transfer_pc1()
Bartlomiej Zolnierkiewicz
1
-6
/
+10
2008-07-15
ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK
Bartlomiej Zolnierkiewicz
3
-11
/
+10
2008-07-15
ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback
Bartlomiej Zolnierkiewicz
3
-9
/
+9
2008-07-15
ide-floppy: merge callbacks
Borislav Petkov
1
-46
/
+23
2008-07-15
ide-tape: make pc->idetape_callback void
Bartlomiej Zolnierkiewicz
2
-7
/
+8
2008-07-15
ide-tape: merge callbacks
Bartlomiej Zolnierkiewicz
1
-104
/
+64
[next]