index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-26
ide: remove ideprobe_init()
Bartlomiej Zolnierkiewicz
3
-41
/
+24
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
2008-01-26
ide: don't try to unregister interfaces if 'initializing' in ide_register_hw()
Bartlomiej Zolnierkiewicz
1
-2
/
+10
2008-01-26
ide: merge ->fixup and ->quirkproc methods
Bartlomiej Zolnierkiewicz
9
-68
/
+57
2008-01-26
ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined)
Bartlomiej Zolnierkiewicz
2
-6
/
+5
2008-01-26
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
Bartlomiej Zolnierkiewicz
14
-105
/
+44
2008-01-26
ide: move drive->using_dma check to callers of ->dma_host_on method
Bartlomiej Zolnierkiewicz
4
-5
/
+5
2008-01-26
atiixp: remove ->dma_host_on and ->dma_host_off methods
Bartlomiej Zolnierkiewicz
1
-53
/
+18
2008-01-26
ide-cris: fix DMA methods
Bartlomiej Zolnierkiewicz
1
-11
/
+7
2008-01-26
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
Bartlomiej Zolnierkiewicz
11
-86
/
+28
2008-01-26
au1xxx-ide: add ide_toggle_bounce() calls
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
icside: add ide_toggle_bounce() calls
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
sgiioc4: add ide_toggle_bounce() calls
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
cy82c693: add ->set_dma_mode method
Bartlomiej Zolnierkiewicz
3
-57
/
+24
2008-01-26
cy82c693: correct DMA modes clipping
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2008-01-26
ide: (hopefully) fix VDMA for CS5520
Bartlomiej Zolnierkiewicz
3
-16
/
+25
2008-01-26
ide-disk: add idedisk_set_doorlock() helper
Bartlomiej Zolnierkiewicz
1
-10
/
+13
2008-01-26
serverworks: cleanup ->set_dma_mode method
Bartlomiej Zolnierkiewicz
1
-19
/
+6
2008-01-26
sl82c105: remove no longer needed ->selectproc method
Bartlomiej Zolnierkiewicz
1
-31
/
+3
2008-01-26
sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_end
Bartlomiej Zolnierkiewicz
1
-40
/
+15
2008-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
210
-9019
/
+10519
2008-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-4
/
+10
2008-01-25
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
53
-1592
/
+2005
2008-01-25
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
48
-1323
/
+2851
2008-01-25
ocfs2: clean up bh null checks
Mark Fasheh
2
-15
/
+8
2008-01-25
ocfs2: document access rules for blocked_lock_list
Mark Fasheh
1
-0
/
+6
2008-01-25
configfs: file.c fix possible recursive locking
Joonwoo Park
1
-1
/
+1
2008-01-25
configfs: dir.c fix possible recursive locking
Joonwoo Park
1
-2
/
+3
2008-01-25
configfs: Remove EXPERIMENTAL
Joel Becker
1
-2
/
+2
2008-01-25
ocfs2: bump version number
Mark Fasheh
4
-4
/
+4
2008-01-25
ocfs2/dlm: Clear joining_node on hearbeat node down
Tao Ma
1
-6
/
+6
2008-01-25
ocfs2: convert byte order of constant instead of variable
Marcin Slusarz
2
-6
/
+1
2008-01-25
ocfs2: Update default cluster timeouts
Sunil Mushran
2
-3
/
+3
2008-01-25
ocfs2: printf fixes
Jan Kara
1
-2
/
+2
2008-01-25
ocfs2: Use generic_file_llseek
Jan Kara
1
-0
/
+2
2008-01-25
ocfs2: Safer read_inline_data()
Jan Kara
1
-3
/
+4
2008-01-25
ocfs2: Silence false lockdep warnings
Jan Kara
7
-11
/
+20
2008-01-25
[PATCH 2/2] ocfs2: cluster aware flock()
Mark Fasheh
7
-1
/
+237
2008-01-25
[PATCH 1/2] ocfs2: add flock lock type
Mark Fasheh
5
-0
/
+284
2008-01-25
ocfs2: Local alloc window size changeable via mount option
Sunil Mushran
6
-14
/
+62
2008-01-25
ocfs2: Support commit= mount option
Mark Fasheh
4
-2
/
+41
2008-01-25
ocfs2: Add missing permission checks
Mark Fasheh
1
-0
/
+6
2008-01-25
[PATCH 2/2] ocfs2: Implement group add for online resize
Tao Ma
5
-1
/
+269
2008-01-25
[PATCH 1/2] ocfs2: Add group extend for online resize
Tao Ma
10
-7
/
+518
2008-01-25
[SCSI] usbstorage: use last_sector_bug flag universally
Hans de Goede
1
-0
/
+4
2008-01-25
ocfs2: Reserve ioctl range
Tao Ma
1
-0
/
+1
[next]