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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
piaojun
1
-2
/
+4
2018-08-13
9p: validate PDU length
Tomas Bortoli
4
-11
/
+24
2018-08-13
net/9p/trans_fd.c: fix race by holding the lock
Tomas Bortoli
1
-5
/
+5
2018-08-13
net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
Tomas Bortoli
1
-0
/
+2
2018-08-13
net/9p/virtio: Fix hard lockup in req_done
jiangyiwen
1
-10
/
+11
2018-08-13
net/9p/trans_virtio.c: fix some spell mistakes in comments
piaojun
1
-2
/
+2
2018-08-13
9p/net: Fix zero-copy path in the 9p virtio transport
Chirantan Ekbote
1
-0
/
+7
2018-08-13
9p: Embed wait_queue_head into p9_req_t
Matthew Wilcox
3
-16
/
+7
2018-08-13
9p: Replace the fidlist with an IDR
Matthew Wilcox
2
-34
/
+19
2018-08-13
9p: Change p9_fid_create calling convention
Matthew Wilcox
1
-14
/
+9
2018-08-13
9p: Fix comment on smp_wmb
Matthew Wilcox
1
-1
/
+1
2018-08-13
net/9p/client.c: version pointer uninitialized
Tomas Bortoli
1
-1
/
+1
2018-08-13
fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"
Colin Ian King
1
-1
/
+1
2018-08-13
net/9p: fix error path of p9_virtio_probe
Jean-Philippe Brucker
1
-1
/
+2
2018-08-13
9p/net/protocol.c: return -ENOMEM when kmalloc() failed
piaojun
1
-1
/
+1
2018-08-13
net/9p/client.c: add missing '\n' at the end of p9_debug()
piaojun
1
-1
/
+1
2018-08-13
fs/9p/vfs_file.c: use new return type vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-13
Merge branch 'bpf-ancestor-cgroup-id'
Daniel Borkmann
9
-5
/
+404
2018-08-13
selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_id
Andrey Ignatov
4
-3
/
+302
2018-08-13
selftests/bpf: Add cgroup id helpers to bpf_helpers.h
Andrey Ignatov
1
-0
/
+4
2018-08-13
bpf: Sync bpf.h to tools/
Andrey Ignatov
1
-1
/
+20
2018-08-13
bpf: Introduce bpf_skb_ancestor_cgroup_id helper
Andrey Ignatov
3
-1
/
+78
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
12
-44
/
+75
2018-08-12
Linux 4.18
Linus Torvalds
1
-1
/
+1
2018-08-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
7
-49
/
+69
2018-08-12
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
3
-3
/
+3
2018-08-12
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-9
/
+32
2018-08-12
tty: serial: 8250: Revert NXP SC16C2552 workaround
Mark
1
-2
/
+1
2018-08-12
xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
Shan Hai
1
-8
/
+16
2018-08-12
xfs: remove b_last_holder & associated macros
Eric Sandeen
3
-23
/
+2
2018-08-12
iomap: Switch to offset_in_page for clarity
Andreas Gruenbacher
1
-10
/
+10
2018-08-12
xfs: Close race between direct IO and xfs_break_layouts()
Dave Jiang
1
-5
/
+4
2018-08-12
Revert "uio: use request_threaded_irq instead"
Xiubo Li
1
-6
/
+2
2018-08-12
KVM: arm: Use true and false for boolean values
Gustavo A. R. Silva
1
-1
/
+1
2018-08-12
KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabled
Jia He
3
-12
/
+15
2018-08-12
KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.h
Jia He
2
-6
/
+6
2018-08-12
KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses
Marc Zyngier
1
-1
/
+24
2018-08-12
KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
Marc Zyngier
2
-2
/
+41
2018-08-12
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
Marc Zyngier
4
-7
/
+18
2018-08-12
KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding
Marc Zyngier
1
-2
/
+0
2018-08-12
Merge branch 'for-next' into for-linus
Takashi Iwai
1271
-9023
/
+15869
2018-08-11
Merge branch 'ip-faster-in-order-IP-fragments'
David S. Miller
3
-42
/
+149
2018-08-11
ip: process in-order fragments efficiently
Peter Oskolkov
2
-42
/
+70
2018-08-11
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2
-0
/
+79
2018-08-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
19
-71
/
+92
2018-08-11
bcache: add the missing comments for smp_mb()/smp_wmb()
Coly Li
2
-2
/
+4
2018-08-11
bcache: remove unnecessary space before ioctl function pointer arguments
Coly Li
1
-2
/
+2
2018-08-11
bcache: add missing SPDX header
Coly Li
3
-0
/
+3
2018-08-11
bcache: move open brace at end of function definitions to next line
Coly Li
1
-3
/
+6
2018-08-11
bcache: add static const prefix to char * array declarations
Coly Li
1
-1
/
+1
[prev]
[next]