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-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
xen/netfront: raise max number of slots in xennet_get_responses()
Juergen Gross
1
-2
/
+2
2018-06-12
smc: convert to ->poll_mask
Cong Wang
1
-9
/
+3
2018-06-12
net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_probe()'
Christophe JAILLET
1
-3
/
+4
2018-06-12
tc-testing: ife: fix wrong teardown command in test b7b8
Davide Caratti
1
-1
/
+1
2018-06-12
net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_mode
Vadim Lomovtsev
2
-14
/
+38
2018-06-12
net: phy: mdio-gpio: Cut surplus includes
Linus Walleij
1
-3
/
+0
2018-06-12
Merge branch 'hv_netvsc-notification-and-namespace-fixes'
David S. Miller
3
-63
/
+184
2018-06-12
hv_netvsc: move VF to same namespace as netvsc device
Stephen Hemminger
1
-1
/
+20
2018-06-12
hv_netvsc: fix network namespace issues with VF support
Stephen Hemminger
2
-23
/
+22
2018-06-12
hv_netvsc: drop common code until callback model fixed
Stephen Hemminger
3
-62
/
+165
2018-06-12
Merge branch 'nfp-fixes'
David S. Miller
5
-7
/
+11
2018-06-12
nfp: flower: free dst_entry in route table
Pieter Jansen van Vuuren
1
-0
/
+2
2018-06-12
nfp: remove phys_port_name on flower's vNIC
Jakub Kicinski
3
-1
/
+6
2018-06-12
nfp: include all ring counters in interface stats
Jakub Kicinski
1
-1
/
+1
2018-06-12
nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warning
Jakub Kicinski
1
-5
/
+2
2018-06-12
Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
79
-1626
/
+1509
2018-06-12
clocksource/drivers/stm32: Fix error return code
Julia Lawall
1
-1
/
+3
2018-06-12
locking/refcounts: Implement refcount_dec_and_lock_irqsave()
Anna-Maria Gleixner
2
-1
/
+31
2018-06-12
atomic: Add irqsave variant of atomic_dec_and_lock()
Anna-Maria Gleixner
2
-0
/
+21
2018-06-12
alpha: Remove custom dec_and_lock() implementation
Sebastian Andrzej Siewior
4
-56
/
+1
2018-06-12
IB/uverbs: Fix ordering of ucontext check in ib_uverbs_write
Jason Gunthorpe
1
-4
/
+10
2018-06-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
Linus Torvalds
18
-879
/
+849
2018-06-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
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/linux
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
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
74
-769
/
+1827
[prev]
[next]