index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-16
afs: Fix double inc of vnode->cb_break
David Howells
1
-3
/
+1
2019-05-16
afs: Fix lock-wait/callback-break double locking
David Howells
2
-10
/
+1
2019-05-16
afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not set
David Howells
1
-5
/
+2
2019-05-16
afs: Fix calculation of callback expiry time
David Howells
2
-57
/
+51
2019-05-16
afs: Make dynamic root population wait uninterruptibly for proc_cells_lock
David Howells
1
-2
/
+1
2019-05-16
afs: Make some RPC operations non-interruptible
David Howells
14
-35
/
+99
2019-05-16
rxrpc: Allow the kernel to mark a call as being non-interruptible
David Howells
8
-4
/
+28
2019-05-16
afs: Fix error propagation from server record check/update
David Howells
1
-3
/
+3
2019-05-16
afs: Fix the maximum lifespan of VL and probe calls
David Howells
5
-0
/
+13
2019-05-16
rxrpc: Provide kernel interface to set max lifespan on a call
David Howells
3
-0
/
+37
2019-05-16
afs: Fix "kAFS: AFS vnode with undefined type 0"
David Howells
1
-0
/
+2
2019-05-16
dm: fix a couple brace coding style issues
Sheetal Singala
1
-2
/
+4
2019-05-16
dm crypt: print device name in integrity error message
Milan Broz
1
-3
/
+6
2019-05-16
dm crypt: move detailed message into debug level
Milan Broz
1
-4
/
+5
2019-05-16
dm ioctl: fix hang in early create error condition
Helen Koike
1
-1
/
+5
2019-05-16
afs: Fix cell DNS lookup
David Howells
3
-75
/
+130
2019-05-16
x86/speculation/mds: Improve CPU buffer clear documentation
Andy Lutomirski
1
-32
/
+7
2019-05-16
x86/speculation/mds: Revert CPU buffer clear on double fault exit
Andy Lutomirski
2
-15
/
+0
2019-05-15
ia64: Make sure that we have a mmiowb function real early
Tony Luck
1
-1
/
+3
2019-05-15
Revert "ARM: 8846/1: warn if divided syntax assembler is used"
Russell King
1
-2
/
+5
2019-05-15
drm/msm: Upgrade gxpd checks to IS_ERR_OR_NULL
Sean Paul
1
-3
/
+3
2019-05-15
drm/msm/dpu: Remove duplicate header
Sabyasachi Gupta
1
-1
/
+0
2019-05-15
Add wait_var_event_interruptible()
David Howells
1
-0
/
+13
2019-05-15
dns_resolver: Allow used keys to be invalidated
David Howells
7
-7
/
+12
2019-05-15
afs: Fix afs_cell records to always have a VL server list record
David Howells
4
-24
/
+25
2019-05-15
afs: Fix missing lock when replacing VL server list
David Howells
1
-3
/
+2
2019-05-15
afs: Fix afs_xattr_get_yfs() to not try freeing an error value
David Howells
3
-64
/
+53
2019-05-15
afs: Fix incorrect error handling in afs_xattr_get_acl()
David Howells
1
-5
/
+4
2019-05-15
kernel/compat.c: mark expected switch fall-throughs
Stephen Rothwell
1
-0
/
+3
2019-05-15
afs: Fix key leak in afs_release() and afs_evict_inode()
David Howells
2
-3
/
+5
2019-05-15
media: rockchip/vpu: Fix/re-order probe-error/remove path
Jonas Karlman
1
-3
/
+5
2019-05-15
media: rockchip/vpu: Initialize mdev->bus_info
Boris Brezillon
1
-0
/
+2
2019-05-15
media: rockchip/vpu: Get vdev from the file arg in vidioc_querycap()
Boris Brezillon
1
-1
/
+2
2019-05-15
media: rockchip/vpu: Add missing dont_use_autosuspend() calls
Jonas Karlman
1
-0
/
+2
2019-05-15
media: rockchip/vpu: Do not request id 0 for our video device
Jonas Karlman
1
-1
/
+1
2019-05-15
objtool: Fix whitelist documentation typo
Raphael Gault
1
-1
/
+1
2019-05-14
mm: memcontrol: fix NUMA round-robin reclaim at intermediate level
Johannes Weiner
1
-4
/
+4
2019-05-14
mm: memcontrol: fix recursive statistics correctness & scalabilty
Johannes Weiner
2
-109
/
+150
2019-05-14
mm: memcontrol: move stat/event counting functions out-of-line
Johannes Weiner
2
-57
/
+84
2019-05-14
mm: memcontrol: make cgroup stats and events query API explicitly local
Johannes Weiner
4
-33
/
+36
2019-05-14
drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl
Dan Carpenter
1
-0
/
+3
2019-05-14
drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctl
Dan Carpenter
1
-13
/
+13
2019-05-14
mm, memcg: rename ambiguously named memory.stat counters and functions
Chris Down
2
-84
/
+88
2019-05-14
arch: remove <asm/sizes.h> and <asm-generic/sizes.h>
Masahiro Yamada
8
-9
/
+0
2019-05-14
treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>
Masahiro Yamada
68
-68
/
+68
2019-05-14
fs/block_dev.c: Remove duplicate header
Sabyasachi Gupta
1
-1
/
+0
2019-05-14
fs/cachefiles/namei.c: remove duplicate header
Sabyasachi Gupta
1
-1
/
+0
2019-05-14
include/linux/sched/signal.h: replace `tsk' with `task'
Andrei Vagin
1
-25
/
+26
2019-05-14
fs/coda/psdev.c: remove duplicate header
Sabyasachi Gupta
1
-1
/
+0
2019-05-14
ipc: do cyclic id allocation for the ipc object.
Manfred Spraul
3
-1
/
+11
[next]