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
path:
root
/
drivers
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-22
staging: lustre: obdclass: add include path to Makefile
James Simmons
28
-109
/
+112
2017-08-22
staging: lustre: mgc: add include path to Makefile
James Simmons
4
-13
/
+16
2017-08-22
staging: lustre: mdc: add include path to Makefile
James Simmons
7
-31
/
+34
2017-08-22
staging: lustre: lov: add include path to Makefile
James Simmons
12
-41
/
+44
2017-08-22
staging: lustre: lmv: add include path to Makefile
James Simmons
6
-29
/
+32
2017-08-22
staging: lustre: llite: add include path to Makefile
James Simmons
23
-89
/
+92
2017-08-22
staging: lustre: ptlrpc: add include path to Makefile
James Simmons
40
-198
/
+202
2017-08-22
staging: lustre: fld: add include path to Makefile
James Simmons
5
-28
/
+31
2017-08-22
staging: lustre: fid: add include path to Makefile
James Simmons
5
-16
/
+19
2017-08-22
staging: lustre: uapi: remove BIT macro from UAPI headers
James Simmons
2
-25
/
+25
2017-08-22
staging: lustre: uapi: use proper byteorder functions in lustre_idl.h
James Simmons
1
-6
/
+7
2017-08-22
staging: lustre: uapi: remove CONFIG_LUSTRE_OBD_MAX_IOCTL
James Simmons
3
-11
/
+2
2017-08-22
staging: lustre: uapi: migrate remaining uapi headers to uapi directory
James Simmons
67
-81
/
+59
2017-08-22
staging: lustre: uapi: remove libcfs.h from lustre_id.h/lustre_user.h
James Simmons
2
-1
/
+3
2017-08-22
staging: lustre: lnet: remove BIT macro from lnetctl.h
James Simmons
1
-4
/
+4
2017-08-22
staging: lustre: lnet: remove userland function prototype in lnetctl.h
James Simmons
1
-41
/
+0
2017-08-22
staging: lustre: libcfs: sort headers in libcfs.h
James Simmons
1
-14
/
+12
2017-08-22
staging: lustre: lnet: migrate headers to lnet uapi directory
James Simmons
28
-31
/
+29
2017-08-22
staging: lustre: lnet: delete lnet.h
James Simmons
9
-52
/
+4
2017-08-22
staging: lustre: socklnd: create socklnd.h UAPI header
James Simmons
2
-9
/
+45
2017-08-22
staging: lustre: libcfs: create libcfs_debug.h UAPI header
James Simmons
2
-102
/
+151
2017-08-22
staging: lustre: libcfs: remove LOGL and LOGU macros
James Simmons
2
-15
/
+3
2017-08-22
staging: lustre: libcfs: remove htonl hack in libcfs.h
James Simmons
1
-12
/
+0
2017-08-22
staging: lustre: uapi: label lustre_cfg.h as an uapi header
James Simmons
1
-3
/
+3
2017-08-22
staging: lustre: uapi: style cleanup of lustre_cfg.h
James Simmons
1
-50
/
+60
2017-08-22
staging: lustre: uapi: check if argument for lustre_cfg_buf() is NULL
James Simmons
1
-0
/
+3
2017-08-22
staging: lustre: uapi: change variable type to match
James Simmons
1
-1
/
+1
2017-08-22
staging: lustre: uapi: remove need for libcfs.h from lustre_cfg.h
James Simmons
1
-5
/
+10
2017-08-22
staging: lustre: uapi: move lustre_cfg.h to uapi directory
James Simmons
3
-6
/
+4
2017-08-22
staging: lustre: obdclass: no need to check for kfree
James Simmons
1
-5
/
+2
2017-08-22
staging: lustre: uapi: move lustre_cfg_string() to obd_config.c
James Simmons
4
-29
/
+36
2017-08-22
staging: lustre: uapi: don't memory allocate in UAPI header
James Simmons
4
-20
/
+41
2017-08-22
staging: lustre: uapi: remove lustre_cfg_free wrapper
James Simmons
4
-12
/
+6
2017-08-22
staging: lustre: uapi: style cleanups for lustre_param.h
James Simmons
1
-33
/
+34
2017-08-22
staging: lustre: uapi: label lustre_param.h as an uapi header
James Simmons
1
-5
/
+3
2017-08-22
staging: lustre: uapi: move lustre_param.h to uapi directory
James Simmons
8
-7
/
+7
2017-08-22
staging: lustre: uapi: remove included headers out of lustre_param.h
James Simmons
1
-3
/
+0
2017-08-22
staging: lustre: uapi: move kernel only prototypes out of lustre_param.h
James Simmons
2
-11
/
+18
2017-08-22
staging: lustre: uapi: label lustre_ioctl.h as a UAPI header
James Simmons
1
-3
/
+3
2017-08-22
staging: lustre: uapi: cleanup headers for lustre_ioctl.h
James Simmons
1
-9
/
+1
2017-08-22
staging: lustre: uapi: use __ALIGN_KERNEL for lustre_ioctl.h
James Simmons
1
-6
/
+6
2017-08-22
staging: lustre: uapi: move lustre_ioctl.h to uapi directory
James Simmons
12
-14
/
+13
2017-08-22
staging: lustre: uapi: move obd_ioctl_is_invalid() to linux-module.c
James Simmons
2
-76
/
+76
2017-08-22
staging: lustre: uapi: move obd_ioctl_getdata() declaration
James Simmons
2
-2
/
+3
2017-08-22
staging: lustre: uapi: remove obd_ioctl_popdata() wrapper
James Simmons
3
-20
/
+7
2017-08-22
staging: lustre: uapi: remove obd_ioctl_freedata() wrapper
James Simmons
5
-16
/
+9
2017-08-22
staging: lustre: uapi: remove userland version of obd_ioctl_*()
James Simmons
1
-87
/
+0
2017-08-22
staging: lustre: uapi: remove unused function in lustre_disk.h
James Simmons
1
-18
/
+0
2017-08-22
staging: lustre: uapi: move lu_fid, ost_id funcs out of lustre_idl.h
Ben Evans
7
-538
/
+587
2017-08-22
staging: lustre: uapi: update URL doc link in lustre_fid.h
Ben Evans
1
-1
/
+1
[prev]
[next]