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-06-08
udp: fix rx queue len reported by diag and proc interface
Paolo Abeni
6
-8
/
+21
2018-06-08
cdc_ncm: avoid padding beyond end of skb
Bjørn Mork
1
-2
/
+2
2018-06-08
net/sched: act_simple: fix parsing of TCA_DEF_DATA
Davide Caratti
1
-9
/
+6
2018-06-08
net: fddi: fix a possible null-ptr-deref
YueHaibing
1
-27
/
+28
2018-06-08
net: aquantia: fix unsigned numvecs comparison with less than zero
Colin Ian King
1
-6
/
+5
2018-06-08
Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next
Dan Williams
23
-79
/
+485
2018-06-08
Merge branch 'for-4.18/dax' into libnvdimm-for-next
Dan Williams
21
-295
/
+545
2018-06-08
nfsd: fix error handling in nfs4_set_delegation()
Andrew Elble
1
-1
/
+4
2018-06-08
nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
Scott Mayhew
1
-0
/
+2
2018-06-08
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
19
-124
/
+204
2018-06-08
NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab()
Trond Myklebust
1
-12
/
+14
2018-06-08
NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()
Trond Myklebust
2
-9
/
+15
2018-06-09
Merge tag 'drm-intel-next-fixes-2018-06-08-2' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
15
-70
/
+66
2018-06-08
Fix 16-byte memory leak in gssp_accept_sec_context_upcall
Dave Wysochanski
1
-1
/
+3
2018-06-08
svcrdma: Fix incorrect return value/type in svc_rdma_post_recvs
Chuck Lever
1
-1
/
+1
2018-06-08
Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
51
-1849
/
+2010
2018-06-08
nvme: cleanup double shift issue
Dan Carpenter
2
-3
/
+2
2018-06-08
nvme-pci: make CMB SQ mod-param read-only
Keith Busch
1
-1
/
+1
2018-06-08
nvme-pci: unquiesce dead controller queues
Keith Busch
1
-1
/
+1
2018-06-08
nvme-pci: remove HMB teardown on reset
Keith Busch
1
-8
/
+0
2018-06-08
nvme-pci: queue creation fixes
Keith Busch
1
-3
/
+4
2018-06-08
nvme-pci: remove unnecessary completion doorbell check
Keith Busch
1
-5
/
+3
2018-06-08
nvme-pci: remove unnecessary nested locking
Keith Busch
1
-7
/
+1
2018-06-08
nvmet: filter newlines from user input
Sagi Grimberg
1
-5
/
+9
2018-06-08
nvme-rdma: correctly check for target keyed sgl support
Steve Wise
1
-2
/
+3
2018-06-08
nvme: don't hold nvmf_transports_rwsem for more than transport lookups
Johannes Thumshirn
2
-1
/
+5
2018-06-08
nvmet: return all zeroed buffer when we can't find an active namespace
Christoph Hellwig
1
-6
/
+9
2018-06-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
61
-260
/
+1689
2018-06-08
Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
31
-395
/
+629
2018-06-08
bpf: implement dummy fops for bpf objects
Daniel Borkmann
1
-2
/
+12
2018-06-08
Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
12
-116
/
+122
2018-06-08
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
Linus Torvalds
46
-536
/
+773
2018-06-08
Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
54
-288
/
+642
2018-06-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Linus Torvalds
18
-182
/
+1618
2018-06-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
Linus Torvalds
1
-24
/
+0
2018-06-08
xfs: replace do_mod with native operations
Dave Chinner
7
-50
/
+66
2018-06-08
xfs: don't call xfs_da_shrink_inode with NULL bp
Eric Sandeen
1
-3
/
+2
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
15
-34
/
+32
2018-06-08
xfs: move various type verifiers to common file
Dave Chinner
9
-163
/
+194
2018-06-08
xfs: xfs_reflink_convert_cow() memory allocation deadlock
Dave Chinner
3
-1
/
+12
2018-06-08
xfs: setup VFS i_rwsem lockdep state correctly
Dave Chinner
1
-0
/
+8
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
8
-9
/
+63
2018-06-08
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+3
2018-06-08
perf script: Show hw-cache events
Seeteena Thoufeek
1
-0
/
+12
2018-06-08
perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry
Jiri Olsa
1
-5
/
+5
2018-06-08
Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
10
-36
/
+332
2018-06-08
vfio: platform: Fix using devices in PM Domains
Geert Uytterhoeven
1
-0
/
+10
2018-06-08
vfio: use match_string() helper
Yisheng Xie
1
-8
/
+3
2018-06-08
vfio/mdev: Re-order sysfs attribute creation
Alex Williamson
1
-7
/
+7
2018-06-08
vfio/mdev: Check globally for duplicate devices
Alex Williamson
3
-67
/
+42
[prev]
[next]