index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-06-12
treewide: Use array_size() in sock_kmalloc()
Kees Cook
2018-06-12
treewide: Use array_size() in kvzalloc_node()
Kees Cook
2018-06-12
treewide: Use array_size() in vzalloc_node()
Kees Cook
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-12
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
mm: Introduce kvcalloc()
Kees Cook
2018-06-12
video: uvesafb: Fix integer overflow in allocation
Kees Cook
2018-06-12
UBIFS: Fix potential integer overflow in allocation
Silvio Cesare
2018-06-12
leds: Use struct_size() in allocation
Kees Cook
2018-06-12
Convert intel uncore to struct_size
Matthew Wilcox
2018-06-12
Convert jffs2 acl to struct_size
Matthew Wilcox
2018-06-12
Convert vhost to struct_size
Matthew Wilcox
2018-06-12
Convert v4l2 event to struct_size
Matthew Wilcox
2018-06-12
Convert infiniband uverbs to struct_size
Matthew Wilcox
2018-06-12
Convert virtio_console to struct_size
Matthew Wilcox
2018-06-12
test_overflow: fix an IS_ERR() vs NULL bug
Dan Carpenter
2018-06-11
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2018-06-11
autofs: remove left-over autofs4 stubs
Linus Torvalds
2018-06-11
Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-06-11
Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2018-06-11
Merge tag 'drm-next-2018-06-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-06-11
backlight: as3711_bl: Fix Device Tree node leaks
Johan Hovold
2018-06-11
backlight: tps65217_bl: Fix Device Tree node lookup
Johan Hovold
2018-06-11
backlight: max8925_bl: Fix Device Tree node lookup
Johan Hovold
2018-06-11
backlight: as3711_bl: Fix Device Tree node lookup
Johan Hovold
2018-06-11
mfd: cros_ec: Remove unused __remove function
Arnd Bergmann
2018-06-11
mfd: wm97xx-core: Platform data can be NULL
Robert Jarzmik
2018-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-10
Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2018-06-10
Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2018-06-10
tcp: limit sk_rcvlowat by the maximum receive buffer
Soheil Hassas Yeganeh
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-06-10
net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
Alvaro Gamez Machado
2018-06-10
socket: close race condition between sock_close() and sockfs_setattr()
Cong Wang
2018-06-10
Merge tag '4.18-fixes-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2018-06-10
Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-06-10
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-06-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-10
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-06-10
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-10
signal: Remove no longer required irqsave/restore
Anna-Maria Gleixner
[next]