index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-24
ALSA: hda - Use a macro for snd_array iteration loops
Takashi Iwai
8
-54
/
+57
2018-04-23
ALSA: usb-audio: add more quirks for DSD interfaces
Daniel Mack
1
-0
/
+27
2018-04-23
ALSA: cmi8328: array_find() can be static
kbuild test robot
1
-2
/
+2
2018-04-19
ALSA: usb-audio: add implicit fb quirk for Axe-Fx III
Alberto Aguirre
1
-0
/
+4
2018-04-19
ALSA: usb-audio: simplify set_sync_ep_implicit_fb_quirk
Alberto Aguirre
1
-32
/
+20
2018-04-17
ALSA: pcm: Unify delay calculation in snd_pcm_status() and snd_pcm_delay()
Takashi Iwai
1
-21
/
+16
2018-04-17
ALSA: pcm: Unify playback and capture poll callbacks
Takashi Iwai
1
-55
/
+19
2018-04-17
ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpers
Takashi Iwai
4
-75
/
+33
2018-04-16
ALSA: emu10k1: Reduce GFP_ATOMIC allocation
Takashi Iwai
3
-11
/
+4
2018-04-16
ALSA: cmipci: Allocate with GFP_KERNEL instead of GFP_ATOMIC
Takashi Iwai
1
-1
/
+1
2018-04-16
ALSA: ad1889: Replace mdelay with usleep_range in snd_ad1889_ac97_ready
Jia-Ju Bai
1
-1
/
+1
2018-04-16
ALSA: ad1889: Replace mdelay with usleep_range in snd_ad1889_init
Jia-Ju Bai
1
-1
/
+1
2018-04-16
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2018-04-15
Linux 4.17-rc1
v4.17-rc1
Linus Torvalds
1
-2
/
+2
2018-04-15
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
94
-1234
/
+277
2018-04-15
Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-71
/
+240
2018-04-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
18
-82
/
+109
2018-04-15
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
41
-5164
/
+316
2018-04-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
33
-802
/
+1150
2018-04-15
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
22
-105
/
+329
2018-04-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-14
/
+22
2018-04-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
33
-187
/
+629
2018-04-15
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+6
2018-04-15
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-56
/
+106
2018-04-15
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
1
-2
/
+0
2018-04-15
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
10
-40
/
+63
2018-04-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
29
-654
/
+681
2018-04-13
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
5
-4
/
+28
2018-04-13
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
4
-32
/
+31
2018-04-13
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2
-34
/
+13
2018-04-13
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-22
/
+12
2018-04-13
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-46
/
+30
2018-04-13
kernel/kexec_file.c: split up __kexec_load_puragory
Philipp Rudo
1
-97
/
+103
2018-04-13
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
3
-61
/
+71
2018-04-13
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
Philipp Rudo
1
-16
/
+22
2018-04-13
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2
-8
/
+13
2018-04-13
kernel/kexec_file.c: remove checks in kexec_purgatory_load
Philipp Rudo
1
-14
/
+0
2018-04-13
include/linux/kexec.h: silence compile warnings
Philipp Rudo
1
-0
/
+2
2018-04-13
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
3
-188
/
+201
2018-04-13
x86: kexec_file: clean up prepare_elf64_headers()
AKASHI Takahiro
1
-11
/
+7
2018-04-13
x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
AKASHI Takahiro
1
-51
/
+31
2018-04-13
x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()
AKASHI Takahiro
1
-12
/
+12
2018-04-13
x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
AKASHI Takahiro
1
-63
/
+58
2018-04-13
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
8
-94
/
+71
2018-04-13
kexec_file: make use of purgatory optional
AKASHI Takahiro
3
-0
/
+11
2018-04-13
proc: revalidate misc dentries
Alexey Dobriyan
1
-1
/
+22
2018-04-13
mm, slab: reschedule cache_reap() on the same CPU
Vlastimil Babka
1
-1
/
+2
2018-04-13
kexec: export PG_swapbacked to VMCOREINFO
Petr Tesarik
1
-0
/
+1
2018-04-13
ipc/shm: fix use-after-free of shm file via remap_file_pages()
Eric Biggers
1
-3
/
+20
2018-04-13
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
Arnd Bergmann
1
-1
/
+5
[next]