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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
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
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
2
-51
/
+63
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 'am654-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux into next/dt
Arnd Bergmann
1
-0
/
+35
2018-12-20
Merge tag 'qcom-drivers-for-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/drivers
Arnd Bergmann
1
-0
/
+3
2018-12-20
Merge tag 'zynq-soc-for-v5.0' of https://github.com/Xilinx/linux-xlnx into next/drivers
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
3
-0
/
+18
2018-12-20
ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unset
Sinan Kaya
1
-0
/
+4
2018-12-20
Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next
Joerg Roedel
4
-72
/
+122
2018-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
13
-47
/
+67
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
iptunnel: make TUNNEL_FLAGS available in uapi
wenxu
2
-19
/
+20
2018-12-19
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
1
-2
/
+8
2018-12-19
vhost: split structs into a separate header file
Paolo Bonzini
2
-111
/
+130
2018-12-19
virtio_blk: add discard and write zeroes support
Changpeng Liu
1
-0
/
+54
2018-12-19
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
1
-2
/
+9
2018-12-19
neighbour: register rtnl doit handler
Roopa Prabhu
1
-0
/
+1
2018-12-19
include/scsi/srp.h: Add support for immediate data
Bart Van Assche
1
-3
/
+16
2018-12-19
include/scsi/srp.h: Move response flag definitions into this file
Bart Van Assche
1
-0
/
+7
2018-12-19
Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-4
/
+0
2018-12-19
net: switch secpath to use skb extension infrastructure
Florian Westphal
2
-26
/
+6
2018-12-19
xfrm: use secpath_exist where applicable
Florian Westphal
1
-1
/
+1
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
2
-3
/
+5
2018-12-19
net: move secpath_exist helper to sk_buff.h
Florian Westphal
2
-12
/
+10
2018-12-19
xfrm: change secpath_set to return secpath struct, not error value
Florian Westphal
1
-1
/
+1
2018-12-19
net: convert bridge_nf to use skb extension infrastructure
Florian Westphal
3
-32
/
+8
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
2
-15
/
+24
2018-12-19
ext4: force inode writes when nfsd calls commit_metadata()
Theodore Ts'o
1
-0
/
+20
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
[prev]
[next]