index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
8
-12
/
+32
2018-06-14
Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
20
-77
/
+585
2018-06-14
Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-12
/
+66
2018-06-14
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
94
-483
/
+1683
2018-06-14
Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-74
/
+313
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
33
-39
/
+39
2018-06-13
Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
26
-308
/
+173
2018-06-13
Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-26
/
+192
2018-06-13
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
18
-75
/
+468
2018-06-13
Merge branch 'acpica'
Rafael J. Wysocki
14
-21
/
+187
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-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/ke...
Linus Torvalds
1201
-2796
/
+3586
2018-06-12
Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-74
/
+2466
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
2018-06-12
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
207
-3195
/
+939
2018-06-12
Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
79
-1626
/
+1509
2018-06-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
18
-881
/
+851
2018-06-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
10
-157
/
+50
2018-06-12
Merge tag 'ntb-4.18' of git://github.com/jonmason/ntb
Linus Torvalds
8
-813
/
+1001
2018-06-12
Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
13
-116
/
+2622
2018-06-12
Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
60
-392
/
+339
2018-06-12
autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description
Geert Uytterhoeven
1
-1
/
+1
[next]