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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-13
svcrdma: Fix page leak in svc_rdma_recv_read_chunk()
Chuck Lever
1
-7
/
+21
2020-07-13
SUNRPC: Augment server-side rpcgss tracepoints
Chuck Lever
3
-64
/
+224
2020-07-13
nfsd: add fattr support for user extended attributes
Frank van der Linden
1
-0
/
+9
2020-07-13
nfsd: implement the xattr functions and en/decode logic
Frank van der Linden
3
-1
/
+571
2020-07-13
nfsd: add structure definitions for xattr requests / responses
Frank van der Linden
1
-0
/
+31
2020-07-13
nfsd: take xattr bits into account for permission checks
Frank van der Linden
2
-1
/
+19
2020-07-13
nfsd: define xattr functions to call into their vfs counterparts
Frank van der Linden
2
-0
/
+237
2020-07-13
nfsd: add defines for NFSv4.2 extended attribute support
Frank van der Linden
1
-1
/
+4
2020-07-13
nfsd: split off the write decode code into a separate function
Frank van der Linden
1
-30
/
+42
2020-07-13
xattr: add a function to check if a namespace is supported
Frank van der Linden
2
-0
/
+29
2020-07-13
xattr: break delegations in {set,remove}xattr
Frank van der Linden
2
-7
/
+79
2020-07-13
nfs,nfsd: NFSv4.2 extended attribute protocol definitions
Frank van der Linden
2
-0
/
+23
2020-07-12
Linux 5.8-rc5
Linus Torvalds
1
-1
/
+1
2020-07-12
io_uring: fix not initialised work->flags
Pavel Begunkov
1
-1
/
+2
2020-07-12
io_uring: fix missing msg_name assignment
Pavel Begunkov
1
-0
/
+2
2020-07-10
mips: Remove compiler check in unroll macro
Nathan Chancellor
1
-3
/
+1
2020-07-10
mlxsw: pci: Fix use-after-free in case of failed devlink reload
Ido Schimmel
1
-16
/
+38
2020-07-10
mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()
Ido Schimmel
1
-1
/
+1
2020-07-10
net: macb: fix call to pm_runtime in the suspend/resume functions
Nicolas Ferre
1
-2
/
+4
2020-07-10
net: macb: fix macb_suspend() by removing call to netif_carrier_off()
Nicolas Ferre
1
-1
/
+0
2020-07-10
net: macb: fix macb_get/set_wol() when moving to phylink
Nicolas Ferre
1
-6
/
+12
2020-07-10
net: macb: mark device wake capable when "magic-packet" property present
Nicolas Ferre
1
-1
/
+1
2020-07-10
net: macb: fix wakeup test in runtime suspend/resume routines
Nicolas Ferre
1
-2
/
+2
2020-07-10
bnxt_en: fix NULL dereference in case SR-IOV configuration fails
Davide Caratti
1
-1
/
+1
2020-07-10
io_uring: account user memory freed when exit has been queued
Jens Axboe
1
-3
/
+10
2020-07-10
io_uring: fix memleak in io_sqe_files_register()
Yang Yingliang
1
-0
/
+1
2020-07-10
MAINTAINERS: update email address for Gerald Schaefer
Gerald Schaefer
2
-2
/
+5
2020-07-10
MAINTAINERS: update email address for Heiko Carstens
Heiko Carstens
2
-2
/
+4
2020-07-10
xen/xenbus: Fix a double free in xenbus_map_ring_pv()
Dan Carpenter
1
-3
/
+1
2020-07-10
KVM: MIPS: Fix build errors for 32bit kernel
Huacai Chen
1
-0
/
+4
2020-07-10
KVM: nVMX: fixes for preemption timer migration
Paolo Bonzini
3
-4
/
+7
2020-07-09
riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warning
Vincent Chen
2
-3
/
+4
2020-07-09
kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.h
Vincent Chen
2
-1
/
+1
2020-07-09
riscv: Fix "no previous prototype" compile warning in kgdb.c file
Vincent Chen
1
-5
/
+5
2020-07-09
riscv: enable the Kconfig prompt of STRICT_KERNEL_RWX
Vincent Chen
1
-0
/
+2
2020-07-09
kgdb: enable arch to support XML packet.
Vincent Chen
3
-0
/
+29
2020-07-09
libbpf: Fix libbpf hashmap on (I)LP32 architectures
Jakub Bogusz
1
-4
/
+8
2020-07-09
net/mlx5e: CT: Fix memory leak in cleanup
Eli Britstein
1
-0
/
+1
2020-07-09
net/mlx5e: Fix port buffers cell size value
Eran Ben Elisha
6
-25
/
+78
2020-07-09
net/mlx5e: Fix 50G per lane indication
Aya Levin
3
-8
/
+23
2020-07-09
net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crash
Aya Levin
1
-4
/
+4
2020-07-09
net/mlx5e: Fix VXLAN configuration restore after function reload
Aya Levin
1
-3
/
+4
2020-07-09
net/mlx5e: Fix usage of rcu-protected pointer
Vlad Buslov
1
-3
/
+6
2020-07-09
net/mxl5e: Verify that rpriv is not NULL
Vlad Buslov
1
-2
/
+3
2020-07-09
net/mlx5: E-Switch, Fix vlan or qos setting in legacy mode
Vu Pham
1
-1
/
+0
2020-07-09
net/mlx5: Fix eeprom support for SFP module
Eran Ben Elisha
1
-16
/
+77
2020-07-09
Restore gcc check in mips asm/unroll.h
Cesar Eduardo Barros
1
-1
/
+2
2020-07-09
kbuild: Move -Wtype-limits to W=2
Rikard Falkeborn
1
-0
/
+2
2020-07-09
cgroup: Fix sock_cgroup_data on big-endian.
Cong Wang
1
-0
/
+2
2020-07-09
selftests: bpf: Fix detach from sockmap tests
Lorenz Bauer
1
-6
/
+6
[next]