index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
av1
cec-s-conn
cec-status
cubie
cubox
cx18
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
extron
firefly
firefly2
for-v6.4a
for-v6.4b
for-v6.4c
for-v6.4d
for-v6.4e
for-v6.4f
for-v6.4g
for-v6.4h
fract-ctrl
hdcp
hdmi-dbg
imx8mm
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
omap-bridge-cec
overlay
pr-test
quirk
ro-reqs
rpi3
rpi4
saa7146
saa7146-clean
sama5d3
sdrout
subdev-kref
tc358840
tda998x
tegrav5
tegrav6
tegrav7
tegrav8
tmp
uvc
uvccomp
vb1a
vb2-cpu-access
vb2-prepare
vb2wr
vicodec-stateless
vivid
zoran
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
lustre
/
lnet
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
41
-1499
/
+591
2018-01-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+1
2018-01-30
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-13
/
+11
2018-01-26
staging: lustre: separate a connection destroy from free struct kib_conn
Dmitry Eremin
3
-7
/
+8
2018-01-23
staging: lustre: lnet/selftest: fix compile error on UP build
NeilBrown
1
-9
/
+8
2018-01-22
staging: lustre: libcfs: Prevent harmless read underflow
Dan Carpenter
1
-1
/
+1
2018-01-22
staging: lustre: lnet: remove null check before kfree
Sumit Pundir
1
-2
/
+1
2018-01-22
staging: lustre: lnet: prefer kcalloc over kzalloc with multiply
Sumit Pundir
1
-2
/
+2
2018-01-16
staging: lustre: lnet: avoid uninitialized return value
Arnd Bergmann
1
-2
/
+5
2018-01-16
staging: lustre: lnet: fix build warning in module.c
Greg Kroah-Hartman
1
-1
/
+1
2018-01-15
staging: lustre: libcfs: remove workitem code.
NeilBrown
3
-477
/
+2
2018-01-15
staging: lustre: lnet: convert selftest to use workqueues
NeilBrown
4
-82
/
+68
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
1
-0
/
+1
2018-01-09
staging: lustre: replace LIBCFS_CPT_ALLOC()
NeilBrown
9
-110
/
+69
2018-01-09
staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL)
NeilBrown
1
-3
/
+3
2018-01-09
staging: lustre: use kmalloc for allocating ksock_tx
NeilBrown
2
-3
/
+3
2018-01-09
staging: lustre: lnet-route: use kmalloc for small allocation
NeilBrown
1
-3
/
+2
2018-01-09
staging: lustre: more conversions to GFP_KERNEL allocations.
NeilBrown
5
-41
/
+33
2018-01-09
staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.
NeilBrown
4
-30
/
+23
2018-01-09
staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNEL
NeilBrown
4
-38
/
+26
2018-01-09
staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)
NeilBrown
6
-37
/
+27
2018-01-09
staging: lustre: lnet: use kmalloc/kvmalloc in router_proc
NeilBrown
1
-17
/
+17
2018-01-09
staging: lustre: lnet: selftest: don't allocate small strings.
NeilBrown
1
-151
/
+29
2018-01-09
staging: lustre: lnet: switch to cpumask_var_t
NeilBrown
3
-55
/
+45
2018-01-09
staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.
NeilBrown
22
-133
/
+124
2018-01-08
staging: lustre: lnet: discard CFS_ALLOC_PTR
NeilBrown
1
-5
/
+5
2018-01-08
staging: lustre: lnet-lib: opencode some alloc/free functions.
NeilBrown
7
-27
/
+27
2018-01-08
staging: lustre: libcfs: remove prng
NeilBrown
2
-138
/
+1
2018-01-08
staging: lustre: replace cfs_srand() calls with add_device_randomness().
NeilBrown
1
-9
/
+6
2018-01-08
staging: lustre: replace cfs_rand() with prandom_u32_max()
NeilBrown
3
-21
/
+23
2018-01-08
staging: lustre: libcfs: remove wi_data from cfs_workitem
NeilBrown
3
-10
/
+10
2018-01-08
staging: lustre: libcfs: use a workqueue for rehash work.
NeilBrown
2
-71
/
+27
2018-01-08
staging: lustre: disable preempt while sampling processor id.
NeilBrown
1
-6
/
+7
2018-01-08
staging: lustre: use strim instead of cfs_trimwhite.
NeilBrown
4
-30
/
+10
2017-12-19
staging: lustre: lnet: Fix recent breakage from list_for_each conversion
NeilBrown
1
-13
/
+10
2017-12-05
make sock_alloc_file() do sock_release() on failures
Al Viro
1
-6
/
+2
2017-12-02
lustre lnet_sock_read(): switch to sock_recvmsg()
Al Viro
1
-13
/
+11
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-11-17
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-212
/
+59
2017-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-1
/
+1
2017-11-13
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
63
-24
/
+84
2017-11-11
staging: lustre: add SPDX identifiers to all lustre files
Greg Kroah-Hartman
63
-0
/
+63
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-10-18
staging: lustre: rpc: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-4
/
+9
2017-10-18
staging: lustre: lnet: selftest: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+4
2017-10-18
staging: lustre: lnet: selftest: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-18
staging: lustre: lnet: net_fault: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-18
staging: lustre: lnet: socklnd: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-10-11
switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()
Al Viro
3
-109
/
+25
2017-10-11
lustre: switch struct ksock_conn to iov_iter
Al Viro
4
-121
/
+52
[next]
Privacy Policy