index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-09
ALSA: hda - Skip Realtek SKU check for Lenovo machines
Takashi Iwai
1
-0
/
+2
2016-09-07
ALSA: squash lines for simple wrapper functions
Masahiro Yamada
7
-43
/
+13
2016-09-06
ALSA: pcm: Fix avail to return error if stream is suspended
Jeeja KP
1
-1
/
+3
2016-09-02
ALSA: bt87x: constify snd_pcm_ops structures
Julia Lawall
1
-1
/
+1
2016-09-02
ALSA: oxygen: constify snd_pcm_ops structures
Julia Lawall
1
-6
/
+6
2016-09-02
ALSA: ad1889: constify snd_pcm_ops structures
Julia Lawall
1
-2
/
+2
2016-09-02
ALSA: firewire: constify snd_pcm_ops structures
Julia Lawall
4
-8
/
+8
2016-09-02
ALSA: constify snd_pcm_ops structures
Julia Lawall
39
-114
/
+114
2016-09-02
ALSA: cs5535audio: constify snd_pcm_ops structures
Julia Lawall
1
-2
/
+2
2016-09-01
ALSA: cs46xx: fix typo "seconadry" -> "secondary"
Colin Ian King
2
-3
/
+3
2016-08-31
ALSA: seq: initialize whole fields of automatic variable with union type
Takashi Sakamoto
1
-2
/
+5
2016-08-25
ALSA: snd-aoa: enable sound on PowerBook G4 12"
Aaro Koskinen
2
-1
/
+9
2016-08-24
ALSA: bebob: unify configurations for some models produced by Yamaha/Terratec
Takashi Sakamoto
4
-38
/
+9
2016-08-24
ALSA: bebob: rename file with vendor-dependent code so that it's for Yamaha/T...
Takashi Sakamoto
2
-4
/
+5
2016-08-22
ALSA: hdspm: fix spelling mistake "Externel" -> "External"
Colin Ian King
1
-1
/
+1
2016-08-22
ALSA: compress: Use memdup_user() rather than duplicating its implementation
Markus Elfring
1
-7
/
+3
2016-08-22
ALSA: usb-audio: rmove print for failure of kmalloc
Shawn Lin
1
-3
/
+1
2016-08-22
ALSA: usb: fine-tune Tenor error compensation value
Daniel Mack
1
-2
/
+2
2016-08-22
ALSA: usb: use TEAC UD-H01 quirk for more devices
Daniel Mack
3
-5
/
+7
2016-08-22
ALSA: usb: move udh01_fb_quirk setting to quirks.c
Daniel Mack
2
-4
/
+5
2016-08-22
ALSA: seq: obsolete change of address limit
Takashi Sakamoto
2
-78
/
+7
2016-08-22
ALSA: seq: change ioctl command operation to get data in kernel space
Takashi Sakamoto
1
-358
/
+248
2016-08-22
ALSA: seq: add an alternative way to handle ioctl requests
Takashi Sakamoto
2
-1
/
+80
2016-08-22
ALSA: seq: add documentation for snd_seq_kernel_client_ctl
Takashi Sakamoto
1
-3
/
+11
2016-08-11
ALSA: usb: caiaq: audio: don't print error when allocating urb fails
Wolfram Sang
1
-1
/
+0
2016-08-09
Merge branch 'topic/hda-link-time' into for-next
Takashi Iwai
12
-128
/
+386
2016-08-09
ALSA - hda: Add support for link audio time reporting
Guneshwor Singh
1
-1
/
+197
2016-08-09
ALSA - hda: Add support for parsing new HDA capabilities
Guneshwor Singh
4
-0
/
+61
2016-08-09
ALSA - Ext hda: remove bus_parse_capabilities
Vinod Koul
2
-87
/
+0
2016-08-09
ALSA: convert users to core bus_parse_capabilities
Vinod Koul
5
-40
/
+40
2016-08-09
ALSA: hda - move bus_parse_capabilities to core
Vinod Koul
2
-0
/
+88
2016-08-09
ALSA: usb-audio: Add quirk for ELP HD USB Camera
Vittorio Gambaletta (VittGam)
1
-0
/
+1
2016-08-09
ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD ...
Piotr Karasinski
1
-0
/
+1
2016-08-07
Linux 4.8-rc1
v4.8-rc1
Linus Torvalds
1
-2
/
+2
2016-08-07
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
62
-213
/
+213
2016-08-07
Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
22
-156
/
+334
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
51
-157
/
+158
2016-08-07
target: iblock_execute_sync_cache() should use bio_set_op_attrs()
Jens Axboe
1
-1
/
+1
2016-08-07
mm: make __swap_writepage() use bio_set_op_attrs()
Jens Axboe
1
-2
/
+3
2016-08-07
block/mm: make bdev_ops->rw_page() take a bool for read/write
Jens Axboe
11
-53
/
+51
2016-08-07
Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux
Linus Torvalds
16
-34
/
+31
2016-08-07
Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-2
/
+67
2016-08-07
fs: return EPERM on immutable inode
Eryu Guan
4
-4
/
+5
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
32
-130
/
+82
2016-08-06
Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
64
-915
/
+6267
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
37
-100
/
+95
2016-08-06
Merge tag 'media/v4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-2
/
+11
2016-08-06
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
28
-201
/
+3765
2016-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-117
/
+273
2016-08-06
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
69
-806
/
+1418
[next]