index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-04
virtio: Put the virtio under the virtualization menu
Anthony Liguori
4
-4
/
+5
2008-02-04
virtio: handle interrupts after callbacks turned off
Rusty Russell
1
-0
/
+7
2008-02-04
virtio: reset function
Rusty Russell
8
-32
/
+87
2008-02-04
virtio: populate network rings in the probe routine, not open
Rusty Russell
1
-19
/
+25
2008-02-04
virtio: Tweak virtio_net defines
Rusty Russell
2
-24
/
+20
2008-02-04
virtio: Net header needs hdr_len
Rusty Russell
2
-6
/
+8
2008-02-04
virtio: remove unused id field from struct virtio_blk_outhdr
Rusty Russell
1
-2
/
+0
2008-02-04
virtio: clarify NO_NOTIFY flag usage
Rusty Russell
3
-6
/
+13
2008-02-04
virtio: Fix vring_init/vring_size to take unsigned long
Anthony Liguori
1
-2
/
+2
2008-02-04
virtio: configuration change callback
Rusty Russell
1
-0
/
+3
2008-02-04
virtio: explicit enable_cb/disable_cb rather than callback return.
Rusty Russell
8
-25
/
+35
2008-02-04
virtio: simplify config mechanism.
Rusty Russell
11
-281
/
+280
2008-02-04
virtio: Implement skb_partial_csum_set, for setting partial csums on untruste...
Rusty Russell
3
-10
/
+31
2008-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
77
-2849
/
+1989
2008-02-03
fix writev regression: pan hanging unkillable and un-straceable
Nick Piggin
1
-2
/
+6
2008-02-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-3
/
+2
2008-02-02
ide-tape: remove idetape_config_t typedef
Borislav Petkov
1
-12
/
+8
2008-02-02
ide-tape: remove mtio.h related comments
Borislav Petkov
1
-81
/
+15
2008-02-02
ide-tape: make function name more accurate
Borislav Petkov
1
-6
/
+3
2008-02-02
ide-tape: remove unused sense packet commands.
Borislav Petkov
1
-8
/
+1
2008-02-02
ide-tape: use generic byteorder macros
Borislav Petkov
1
-5
/
+5
2008-02-02
ide-tape: remove EXPERIMENTAL driver status
Borislav Petkov
1
-2
/
+1
2008-02-02
ide-tape: use generic scsi commands
Borislav Petkov
1
-50
/
+29
2008-02-02
ide-tape: remove struct idetape_block_size_page_t
Borislav Petkov
1
-18
/
+0
2008-02-02
ide-tape: remove structs os_partition_t, os_dat_entry_t, os_dat_t
Borislav Petkov
1
-37
/
+0
2008-02-02
ide-tape: remove struct idetape_parameter_block_descriptor_t
Borislav Petkov
1
-40
/
+26
2008-02-02
ide-tape: remove struct idetape_medium_partition_page_t
Borislav Petkov
1
-19
/
+0
2008-02-02
ide-tape: remove struct idetape_data_compression_page_t
Borislav Petkov
1
-19
/
+0
2008-02-02
ide-tape: remove struct idetape_inquiry_result_t
Borislav Petkov
1
-38
/
+13
2008-02-02
ide-tape: remove struct idetape_capabilities_page_t
Borislav Petkov
1
-86
/
+56
2008-02-02
ide-tape: remove IDETAPE_DEBUG_BUGS
Borislav Petkov
1
-41
/
+2
2008-02-02
ide-tape: remove IDETAPE_DEBUG_INFO
Borislav Petkov
1
-73
/
+0
2008-02-02
ide-tape: dump gcw fields on error in idetape_identify_device()
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2008-02-02
ide-tape: remove struct idetape_mode_parameter_header_t
Borislav Petkov
1
-24
/
+13
2008-02-02
ide-tape: remove struct idetape_request_sense_result_t
Borislav Petkov
1
-53
/
+22
2008-02-02
ide-tape: remove dead code
Borislav Petkov
1
-34
/
+0
2008-02-02
ide-tape: move historical changelog to Documentation/ide/ChangeLog.ide-tape.1...
Borislav Petkov
3
-410
/
+407
2008-02-02
ide-cs: use ide_std_init_ports()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: move check_dma_crc() to ide-dma.c
Bartlomiej Zolnierkiewicz
3
-23
/
+23
2008-02-02
ide: remove ide_auto_reduce_xfer()
Bartlomiej Zolnierkiewicz
1
-28
/
+13
2008-02-02
ide: move drive->crc_count check out from check_dma_crc()
Bartlomiej Zolnierkiewicz
1
-12
/
+12
2008-02-02
ide: remove ide_ata66_check()
Bartlomiej Zolnierkiewicz
3
-17
/
+4
2008-02-02
ide: remove set_transfer()
Bartlomiej Zolnierkiewicz
3
-20
/
+5
2008-02-02
ide: unexport SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-02
ide-scsi: remove needless SELECT_DRIVE() call
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-02
ide: use __ide_set_handler() in ide_execute_command()
Bartlomiej Zolnierkiewicz
1
-13
/
+8
2008-02-02
ide: remove SATA_*_REG macros
Bartlomiej Zolnierkiewicz
2
-15
/
+16
2008-02-02
ide: remove ->nice0 and ->nice2 fields from ide_drive_t
Bartlomiej Zolnierkiewicz
3
-7
/
+4
2008-02-02
ide: convert ->straight8 field in ide_hwif_t to bit flag
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: remove unused ->auto_poll field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
[next]