index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2009-03-30
1
-113
/
+126
|
\
|
*
ide: keep track of number of bytes instead of sectors in struct ide_cmd
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+2
|
*
ide: remove ide_execute_pkt_cmd() (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-3
/
+2
|
*
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-4
/
+4
|
*
ide: set hwif->expiry prior to calling [__]ide_set_handler()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-4
/
+2
|
*
ide: use do_rw_taskfile() for ATA_CMD_PACKET commands
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
|
*
ide: pass command to ide_map_sg()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-6
/
+6
|
*
ide: remove ide_end_request()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
|
*
ide: pass number of bytes to complete to ide_complete_rq()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
|
*
ide: remove BUG() from ide_complete_rq()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
|
*
ide: pass error value to ide_complete_rq()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
|
*
ide: add ide_end_rq() (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
|
*
ide: use ata_tf_protocols enums
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+2
|
*
ide: move command related fields from ide_hwif_t to struct ide_cmd
Bartlomiej Zolnierkiewicz
2009-03-27
1
-9
/
+11
|
*
ide: pass command instead of request to ide_pio_datablock()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-8
/
+9
|
*
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
2009-03-27
1
-13
/
+13
|
*
ide: call ide_build_sglist() prior to ->dma_setup (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-0
/
+2
|
*
ide: return request status from ->pc_callback method
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
|
*
ide: remove ->end_request method
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+0
|
*
ide: use ->end_request only for private device driver requests
Bartlomiej Zolnierkiewicz
2009-03-27
1
-0
/
+7
|
*
ide: move ->failed_pc to ide_drive_t
Bartlomiej Zolnierkiewicz
2009-03-27
1
-0
/
+3
|
*
ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+0
|
*
ide: remove ->data_phase field from ide_hwif_t
Bartlomiej Zolnierkiewicz
2009-03-27
1
-3
/
+0
|
*
ide: move request type specific code from ide_end_drive_cmd() to callers (v3)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+2
|
*
ide: complete power step in ide_complete_pm_request()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
|
*
ide: add "flagged" taskfile flags to struct ide_taskfile (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-31
/
+35
|
*
ide: add IDE_HFLAG_4DRIVES host flag
Bartlomiej Zolnierkiewicz
2009-03-27
1
-0
/
+2
|
*
ide: add IDE_HFLAG_DTC2278 host flag
Bartlomiej Zolnierkiewicz
2009-03-27
1
-0
/
+2
|
*
ide: allow host drivers to specify IRQ flags
Bartlomiej Zolnierkiewicz
2009-03-27
1
-0
/
+6
|
*
ide: fix memleak on failure in probe_for_drive()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+0
|
*
ide: include <asm/ide.h> only when needed
Bartlomiej Zolnierkiewicz
2009-03-27
1
-7
/
+0
|
*
ide: remove IDE_ARCH_LOCK (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-6
/
+11
|
*
ide: remove IDE_ARCH_INTR (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-5
/
+0
|
*
ide: improve debugging scheme
Borislav Petkov
2009-03-27
1
-4
/
+5
*
|
Fix build error in <linux/irq.h>
Ralf Baechle
2009-03-29
1
-0
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2009-03-28
3
-14
/
+33
|
\
\
|
*
|
netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connections
Paul Moore
2009-03-28
1
-0
/
+5
|
*
|
lsm: Remove the socket_post_accept() hook
Paul Moore
2009-03-28
1
-13
/
+0
|
*
|
netlabel: Label incoming TCP connections correctly in SELinux
Paul Moore
2009-03-28
2
-1
/
+28
*
|
|
Annotate struct fs_struct's usage count restriction
David Howells
2009-03-28
1
-1
/
+4
*
|
|
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
2009-03-28
3
-3
/
+37
|
\
\
\
|
*
|
|
i2c-piix4: Add support for the Broadcom HT1100 chipset
Flavio Leitner
2009-03-28
1
-0
/
+1
|
*
|
|
i2c-algo-pca: Rework waiting for a free bus
Wolfram Sang
2009-03-28
1
-1
/
+1
|
*
|
|
i2c-algo-pca: Add PCA9665 support
Marco Aurelio da Costa
2009-03-28
1
-2
/
+31
|
*
|
|
i2c-nforce2: Add support for MCP67, MCP73, MCP78S and MCP79
Jean Delvare
2009-03-28
1
-0
/
+4
|
|
/
/
*
|
|
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2009-03-28
2
-0
/
+76
|
\
\
\
|
*
\
\
Merge branch 'origin' into devel
Russell King
2009-03-28
304
-4009
/
+6254
|
|
\
\
\
|
|
|
/
/
|
*
|
|
clkdev: add possibility to get a clock based on the device name
Sascha Hauer
2009-03-27
1
-0
/
+17
|
*
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...
Russell King
2009-03-25
15
-75
/
+136
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' of git://git.marvell.com/orion into devel
Russell King
2009-03-19
1
-1
/
+9
|
|
\
\
\
\
[next]