index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
drm/bridge/sii8620: fix loops in EDID fetch logic
Andrzej Hajda
1
-11
/
+20
2018-06-13
drm/bridge/sii8620: simplify hardware reset procedure
Andrzej Hajda
1
-13
/
+10
2018-06-13
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
18
-75
/
+468
2018-06-13
Merge branch 'acpica'
Rafael J. Wysocki
14
-19
/
+185
2018-06-13
Merge branches 'pm-domains' and 'pm-tools'
Rafael J. Wysocki
8
-44
/
+228
2018-06-13
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
6
-24
/
+209
2018-06-13
nvme: don't rely on the changed namespace list log
Christoph Hellwig
1
-25
/
+11
2018-06-13
ALSA: usb-audio: Remove explicitly listed Mytek devices
Jussi Laako
1
-3
/
+0
2018-06-13
ALSA: usb-audio: Generic DSD detection for XMOS-based implementations
Jussi Laako
1
-2
/
+1
2018-06-13
ALSA: usb-audio: Add native DSD support for Mytek DACs
Jussi Laako
3
-1
/
+18
2018-06-13
ALSA: hda/realtek - Add shutup hint
Takashi Iwai
1
-0
/
+3
2018-06-12
Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"
Linus Torvalds
1
-3
/
+1
2018-06-12
KVM: x86: VMX: fix build without hyper-v
Linus Torvalds
1
-0
/
+3
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1201
-2796
/
+3586
2018-06-12
Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
14
-74
/
+2466
2018-06-13
selftests: bpf: config: add config fragments
Anders Roxell
1
-0
/
+10
2018-06-13
tools/bpftool: fix a bug in bpftool perf
Yonghong Song
1
-2
/
+3
2018-06-13
KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulation
Simon Guo
1
-3
/
+3
2018-06-13
KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT mode
Paul Mackerras
1
-6
/
+2
2018-06-13
KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bit
Paul Mackerras
1
-0
/
+4
2018-06-13
KVM: PPC: Book3S PR: Fix failure status setting in treclaim. emulation
Paul Mackerras
1
-9
/
+11
2018-06-13
KVM: PPC: Book3S PR: Fix MSR setting when delivering interrupts
Paul Mackerras
2
-33
/
+22
2018-06-13
KVM: PPC: Book3S PR: Handle additional interrupt types
Cameron Kaiser
1
-0
/
+3
2018-06-12
Merge branch 'next' into for-linus
Dmitry Torokhov
20
-112
/
+337
2018-06-12
treewide: Use array_size in f2fs_kvzalloc()
Kees Cook
3
-8
/
+16
2018-06-12
treewide: Use array_size() in f2fs_kzalloc()
Kees Cook
4
-8
/
+16
2018-06-12
treewide: Use array_size() in f2fs_kmalloc()
Kees Cook
1
-3
/
+5
2018-06-12
treewide: Use array_size() in sock_kmalloc()
Kees Cook
2
-3
/
+4
2018-06-12
treewide: Use array_size() in kvzalloc_node()
Kees Cook
2
-4
/
+5
2018-06-12
treewide: Use array_size() in vzalloc_node()
Kees Cook
4
-7
/
+9
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
64
-118
/
+164
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
78
-116
/
+160
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
229
-664
/
+847
2018-06-12
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
5
-10
/
+11
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
20
-53
/
+67
2018-06-12
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
8
-15
/
+24
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
15
-35
/
+35
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
484
-977
/
+1177
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
377
-748
/
+1014
2018-06-12
mm: Introduce kvcalloc()
Kees Cook
1
-0
/
+5
2018-06-12
video: uvesafb: Fix integer overflow in allocation
Kees Cook
1
-1
/
+2
2018-06-12
UBIFS: Fix potential integer overflow in allocation
Silvio Cesare
1
-2
/
+3
2018-06-12
leds: Use struct_size() in allocation
Kees Cook
1
-2
/
+1
2018-06-12
Convert intel uncore to struct_size
Matthew Wilcox
1
-9
/
+10
2018-06-12
Convert jffs2 acl to struct_size
Matthew Wilcox
2
-1
/
+3
2018-06-12
Convert vhost to struct_size
Matthew Wilcox
1
-1
/
+2
2018-06-12
Convert v4l2 event to struct_size
Matthew Wilcox
1
-2
/
+1
2018-06-12
Convert infiniband uverbs to struct_size
Matthew Wilcox
2
-6
/
+3
2018-06-12
Convert virtio_console to struct_size
Matthew Wilcox
1
-2
/
+1
2018-06-12
test_overflow: fix an IS_ERR() vs NULL bug
Dan Carpenter
1
-1
/
+1
[prev]
[next]