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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-20
linux/netlink.h: drop unnecessary extern prefix
Stephen Hemminger
1
-24
/
+24
2018-12-20
bpf: sk_msg, sock{map|hash} redirect through ULP
John Fastabend
1
-0
/
+1
2018-12-20
bpf: sk_msg, fix socket data_ready events
John Fastabend
1
-0
/
+8
2018-12-20
bpf: skmsg, replace comments with BUILD bug
John Fastabend
1
-3
/
+1
2018-12-20
IB/mlx5: Use the correct commands for UMEM and UCTX allocation
Yishai Hadas
1
-20
/
+42
2018-12-20
Merge branch 'mlx5-next' into rdma.git
Jason Gunthorpe
4
-14
/
+141
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-22
/
+78
2018-12-20
sbitmap: add helpers for add/del wait queue handling
Jens Axboe
1
-2
/
+14
2018-12-20
fbdev: make FB_BACKLIGHT a tristate
Rob Clark
1
-1
/
+1
2018-12-20
lib/raid6: add option to skip algo benchmarking
Daniel Verkamp
1
-0
/
+3
2018-12-20
lib/raid6: avoid __attribute_const__ redefinition
Daniel Verkamp
1
-1
/
+3
2018-12-20
lib/raid6: add missing include for raid6test
Daniel Verkamp
1
-0
/
+1
2018-12-20
drbd: Avoid Clang warning about pointless switch statment
Nathan Chancellor
1
-1
/
+4
2018-12-20
drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")
Lars Ellenberg
1
-1
/
+1
2018-12-20
vfs: Separate changing mount flags full remount
David Howells
1
-1
/
+1
2018-12-20
Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-next
Mark Brown
1
-1
/
+83
2018-12-20
Merge branch 'spi-4.21' into spi-next
Mark Brown
2
-1
/
+5
2018-12-20
Merge tag 'qcom-drivers-for-4.21-2' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
1
-0
/
+3
2018-12-20
Merge tag 'zynq-soc-for-v5.0' of https://github.com/Xilinx/linux-xlnx into ne...
Arnd Bergmann
1
-0
/
+30
2018-12-20
powerpc: use mm zones more sensibly
Christoph Hellwig
1
-1
/
+1
2018-12-20
PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set
Sinan Kaya
2
-0
/
+11
2018-12-20
Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...
Joerg Roedel
4
-72
/
+122
2018-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-18
/
+8
2018-12-20
dma-mapping: deprecate dma_zalloc_coherent
Christoph Hellwig
1
-3
/
+4
2018-12-20
IB/mlx5: Introduce uid as part of alloc/dealloc transport domain
Yishai Hadas
1
-2
/
+2
2018-12-19
net: switch secpath to use skb extension infrastructure
Florian Westphal
1
-5
/
+5
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
1
-1
/
+1
2018-12-19
net: move secpath_exist helper to sk_buff.h
Florian Westphal
1
-3
/
+10
2018-12-19
net: convert bridge_nf to use skb extension infrastructure
Florian Westphal
2
-28
/
+4
2018-12-19
sk_buff: add skb extension infrastructure
Florian Westphal
1
-1
/
+110
2018-12-19
netfilter: avoid using skb->nf_bridge directly
Florian Westphal
1
-9
/
+24
2018-12-19
SUNRPC discard cr_uid from struct rpc_cred.
NeilBrown
1
-2
/
+0
2018-12-19
SUNRPC: remove crbind rpc_cred operation
NeilBrown
1
-2
/
+0
2018-12-19
SUNRPC: remove generic cred code.
NeilBrown
1
-6
/
+0
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
4
-28
/
+12
2018-12-19
NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.
NeilBrown
2
-2
/
+2
2018-12-19
NFS: change access cache to use 'struct cred'.
NeilBrown
1
-2
/
+2
2018-12-19
SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
NeilBrown
1
-3
/
+0
2018-12-19
NFS: move credential expiry tracking out of SUNRPC into NFS.
NeilBrown
2
-12
/
+1
2018-12-19
SUNRPC: add side channel to use non-generic cred for rpc call.
NeilBrown
1
-0
/
+2
2018-12-19
SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
NeilBrown
1
-0
/
+1
2018-12-19
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
NeilBrown
3
-3
/
+4
2018-12-19
SUNRPC: discard RPC_DO_ROOTOVERRIDE()
NeilBrown
1
-1
/
+0
2018-12-19
NFSv4: add cl_root_cred for use when machine cred is not available.
NeilBrown
1
-0
/
+1
2018-12-19
SUNRPC: remove machine_cred field from struct auth_cred
NeilBrown
1
-2
/
+1
2018-12-19
SUNRPC: remove uid and gid from struct auth_cred
NeilBrown
1
-3
/
+0
2018-12-19
SUNRPC: remove groupinfo from struct auth_cred.
NeilBrown
1
-1
/
+0
2018-12-19
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
NeilBrown
1
-0
/
+2
2018-12-19
cred: allow get_cred() and put_cred() to be given NULL.
NeilBrown
1
-5
/
+9
2018-12-19
cred: add get_cred_rcu()
NeilBrown
1
-0
/
+11
[prev]
[next]