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
2020-07-14
spi: spi-mem: allow specifying whether an op is DTR or not
Pratyush Yadav
1
-0
/
+8
2020-07-14
firmware: tegra: Update BPMP ABI
Jon Hunter
1
-288
/
+460
2020-07-14
firmware: tegra: Add support for in-band debug
Jon Hunter
1
-1
/
+188
2020-07-14
dma-direct: provide function to check physical memory area validity
Nicolas Saenz Julienne
1
-0
/
+1
2020-07-14
PM: domains: Restore comment indentation for generic_pm_domain.child_links
Geert Uytterhoeven
1
-1
/
+1
2020-07-14
Merge tag 'scmi-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers
Arnd Bergmann
2
-8
/
+108
2020-07-14
fuse: reject options on reconfigure via fsconfig(2)
Miklos Szeredi
1
-0
/
+1
2020-07-14
drm/i915/dg1: Add DG1 PCI IDs
Abdiel Janulgue
1
-0
/
+4
2020-07-13
tty: serial: qcom-geni-serial: Drop the icc bw votes in suspend for console
Rajendra Nayak
1
-0
/
+1
2020-07-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
3
-2
/
+10
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-1
/
+115
2020-07-13
net: mscc: ocelot: extend watermark encoding function
Maxim Kochetkov
1
-0
/
+1
2020-07-13
net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfield
Maxim Kochetkov
2
-10
/
+3
2020-07-13
net: dsa: felix: create a template for the DSA tags on xmit
Vladimir Oltean
1
-0
/
+2
2020-07-13
net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfields
Vladimir Oltean
3
-26
/
+15
2020-07-13
soc: mscc: ocelot: add MII registers description
Maxim Kochetkov
1
-0
/
+5
2020-07-13
net: mscc: ocelot: convert port registers to regmap
Vladimir Oltean
2
-79
/
+41
2020-07-13
net: sched: Pass qdisc reference in struct flow_block_offload
Petr Machata
1
-3
/
+6
2020-07-13
atm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-13
xsk: Add xdp statistics to xsk_diag
Ciara Loftus
1
-0
/
+11
2020-07-13
xsk: Add new statistics
Ciara Loftus
2
-1
/
+8
2020-07-13
NFSv4.2: add client side xattr caching.
Frank van der Linden
2
-0
/
+7
2020-07-13
nfs: define and use the NFS_INO_INVALID_XATTR flag
Frank van der Linden
1
-0
/
+1
2020-07-13
nfs: define nfs_access_get_cached function
Frank van der Linden
1
-0
/
+2
2020-07-13
NFSv4.2: add client side XDR handling for extended attributes
Frank van der Linden
1
-1
/
+58
2020-07-13
NFSv4.2: query the server for extended attribute support
Frank van der Linden
2
-0
/
+2
2020-07-13
NFSv4.2: define limits and sizes for user xattr handling
Frank van der Linden
1
-0
/
+5
2020-07-13
nfs: add client side only definitions for user xattrs
Frank van der Linden
2
-0
/
+8
2020-07-13
svcrdma: Display chunk completion ID when posting a rw_ctxt
Chuck Lever
1
-44
/
+12
2020-07-13
svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()
Chuck Lever
2
-8
/
+13
2020-07-13
svcrdma: Introduce Send completion IDs
Chuck Lever
2
-1
/
+3
2020-07-13
svcrdma: Record Receive completion ID in svc_rdma_decode_rqst
Chuck Lever
1
-7
/
+27
2020-07-13
svcrdma: Introduce Receive completion IDs
Chuck Lever
2
-31
/
+24
2020-07-13
svcrdma: Introduce infrastructure to support completion IDs
Chuck Lever
2
-0
/
+67
2020-07-13
svcrdma: Add common XDR encoders for RDMA and Read segments
Chuck Lever
1
-0
/
+37
2020-07-13
svcrdma: Add common XDR decoders for RDMA and Read segments
Chuck Lever
1
-0
/
+37
2020-07-13
SUNRPC: Add helpers for decoding list discriminators symbolically
Chuck Lever
1
-0
/
+26
2020-07-13
svcrdma: Remove declarations for functions long removed
Chuck Lever
1
-4
/
+0
2020-07-13
svcrdma: Clean up trace_svcrdma_send_failed() tracepoint
Chuck Lever
1
-5
/
+2
2020-07-13
svcrdma: Make svc_rdma_send_error_msg() a global function
Chuck Lever
1
-0
/
+4
2020-07-13
SUNRPC: Augment server-side rpcgss tracepoints
Chuck Lever
1
-26
/
+142
2020-07-13
nfsd: implement the xattr functions and en/decode logic
Frank van der Linden
1
-1
/
+1
2020-07-13
xattr: add a function to check if a namespace is supported
Frank van der Linden
1
-0
/
+2
2020-07-13
xattr: break delegations in {set,remove}xattr
Frank van der Linden
1
-0
/
+2
2020-07-13
nfs,nfsd: NFSv4.2 extended attribute protocol definitions
Frank van der Linden
2
-0
/
+23
2020-07-13
fs: Expand __receive_fd() to accept existing fd
Kees Cook
1
-3
/
+7
2020-07-13
fs: Add receive_fd() wrapper for __receive_fd()
Kees Cook
1
-0
/
+7
2020-07-13
fs: Move __scm_install_fd() to __receive_fd()
Kees Cook
2
-1
/
+8
2020-07-13
net/scm: Regularize compat handling of scm_detach_fds()
Kees Cook
1
-0
/
+1
2020-07-13
net/compat: Add missing sock updates for SCM_RIGHTS
Kees Cook
1
-0
/
+4
[prev]
[next]