index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+12
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
22
-71
/
+164
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+2
2020-07-10
Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2
-0
/
+29
2020-07-10
Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-07-10
Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/misc
Linus Torvalds
1
-1
/
+1
2020-07-10
Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-4
/
+4
2020-07-10
Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2020-07-09
kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.h
Vincent Chen
1
-0
/
+1
2020-07-09
kgdb: enable arch to support XML packet.
Vincent Chen
1
-0
/
+11
2020-07-09
net/mlx5e: Fix port buffers cell size value
Eran Ben Elisha
2
-0
/
+29
2020-07-09
cgroup: Fix sock_cgroup_data on big-endian.
Cong Wang
1
-0
/
+2
2020-07-09
Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-4
/
+5
2020-07-09
bpf: net: Avoid incorrect bpf_sk_reuseport_detach call
Martin KaFai Lau
1
-1
/
+2
2020-07-08
io_uring: export cq overflow status to userspace
Xiaoguang Wang
1
-0
/
+1
2020-07-08
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-2
/
+2
2020-07-08
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
2
-3
/
+4
2020-07-08
Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-1
/
+9
2020-07-08
Raise gcc version requirement to 4.9
Linus Torvalds
3
-29
/
+3
2020-07-08
fs: remove __vfs_read
Christoph Hellwig
1
-1
/
+0
2020-07-08
fs: add a __kernel_read helper
Christoph Hellwig
1
-0
/
+1
2020-07-07
vlan: consolidate VLAN parsing code and limit max parsing depth
Toke Høiland-Jørgensen
1
-35
/
+22
2020-07-07
net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skb
Martin Varghese
1
-1
/
+9
2020-07-07
fs: Add IOCB_NOIO flag for generic_file_read_iter
Andreas Gruenbacher
1
-0
/
+1
2020-07-07
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
2
-3
/
+7
2020-07-07
ALSA: compress: fix partial_drain completion state
Vinod Koul
1
-1
/
+9
2020-07-06
scatterlist: protect parameters of the sg_table related macros
Marek Szyprowski
1
-4
/
+4
2020-07-03
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
3
-19
/
+45
2020-07-03
Merge tag 'pci-v5.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+5
2020-07-02
Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-07-02
Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+7
2020-07-01
genetlink: remove genl_bind
Sean Tranchetti
1
-8
/
+0
2020-06-30
PCI: Make pcie_find_root_port() work for Root Ports
Mika Westerberg
1
-6
/
+5
2020-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
10
-30
/
+69
2020-06-30
net: ip_tunnel: add header_ops for layer 3 devices
Jason A. Donenfeld
1
-0
/
+3
2020-06-30
Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2020-06-30
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
2
-2
/
+7
2020-06-30
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
2
-2
/
+24
2020-06-30
bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH
Lorenz Bauer
1
-2
/
+3
2020-06-30
bpf, netns: Keep a list of attached bpf_link's
Jakub Sitnicki
1
-1
/
+1
2020-06-30
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
1
-1
/
+4
2020-06-30
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
1
-1
/
+2
2020-06-30
xsk: Replace the cheap_dma flag with a dma_need_sync flag
Christoph Hellwig
1
-3
/
+3
2020-06-30
dma-mapping: Add a new dma_need_sync API
Christoph Hellwig
2
-0
/
+6
2020-06-29
genetlink: get rid of family->attrbuf
Cong Wang
1
-2
/
+0
2020-06-29
Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...
David S. Miller
1
-0
/
+4
[next]