index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
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_prob...
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/...
Linus Torvalds
79
-1626
/
+1509
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/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
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
74
-769
/
+1827
2018-06-12
Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"
Bart Van Assche
1
-14
/
+1
2018-06-12
netfilter: nf_conncount: Fix garbage collection with zones
Yi-Hung Wei
3
-6
/
+12
[prev]
[next]