index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-07-11
xprtrdma: Update only specific fields in private receive buffer
Chuck Lever
-4
/
+9
2016-07-11
xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()
Chuck Lever
-28
/
+33
2016-07-11
xprtrdma: rpcrdma_inline_fixup() overruns the receive page list
Chuck Lever
-5
/
+11
2016-07-11
xprtrdma: Chunk list encoders no longer share one rl_segments array
Chuck Lever
-53
/
+44
2016-07-11
xprtrdma: Place registered MWs on a per-req list
Chuck Lever
-139
/
+94
2016-07-11
xprtrdma: Release orphaned MRs immediately
Chuck Lever
-12
/
+26
2016-07-11
xprtrdma: Allocate MRs on demand
Chuck Lever
-124
/
+114
2016-07-11
xprtrdma: Chunk list encoders must not return zero
Chuck Lever
-3
/
+7
2016-07-11
xprtrdma: Honor ->send_request API contract
Chuck Lever
-24
/
+39
2016-07-11
xprtrdma: Reply buffer exhaustion can be catastrophic
Chuck Lever
-7
/
+5
2016-07-11
xprtrdma: Clean up device capability detection
Chuck Lever
-29
/
+44
2016-07-11
xprtrdma: Remove rpcrdma_map_one() and friends
Chuck Lever
-44
/
+0
2016-07-11
xprtrdma: Remove ALLPHYSICAL memory registration mode
Chuck Lever
-142
/
+2
2016-07-11
xprtrdma: Do not leak an MW during a DMA map failure
Chuck Lever
-0
/
+2
2016-07-11
xprtrdma: Refactor MR recovery work queues
Chuck Lever
-166
/
+135
2016-07-11
xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR
Chuck Lever
-39
/
+57
2016-07-11
xprtrdma: Rename fields in rpcrdma_fmr
Chuck Lever
-19
/
+19
2016-07-11
xprtrdma: Move init and release helpers
Chuck Lever
-89
/
+119
2016-07-11
xprtrdma: Create common scatterlist fields in rpcrdma_mw
Chuck Lever
-47
/
+46
2016-07-11
xprtrdma: Remove FMRs from the unmap list after unmapping
Chuck Lever
-2
/
+7
2016-07-10
Linux 4.7-rc7
v4.7-rc7
Linus Torvalds
-1
/
+1
2016-07-10
tmpfs: fix regression hang in fallocate undo
Hugh Dickins
-3
/
+5
2016-07-10
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
-1
/
+1
2016-07-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-5
/
+8
2016-07-08
Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-20
/
+23
2016-07-08
Merge tag 'iommu-fixes-v4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-4
/
+14
2016-07-08
Merge tag 'for-linus-4.7b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-45
/
+14
2016-07-08
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-3
/
+30
2016-07-08
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-8
/
+8
2016-07-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-22
/
+20
2016-07-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-8
/
+59
2016-07-08
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+2
2016-07-08
Merge tag 'gpio-v4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
-52
/
+31
2016-07-08
Merge tag 'drm-fixes-for-v4.7-rc7' of git://people.freedesktop.org/~airlied/l...
Linus Torvalds
-24
/
+32
2016-07-08
ecryptfs: don't allow mmap when the lower fs doesn't support it
Jeff Mahoney
-1
/
+14
2016-07-08
xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
Jan Beulich
-32
/
+3
2016-07-08
xenbus: simplify xenbus_dev_request_and_reply()
Jan Beulich
-4
/
+3
2016-07-08
xenbus: don't bail early from xenbus_dev_request_and_reply()
Jan Beulich
-3
/
+0
2016-07-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
-17
/
+19
2016-07-07
Merge tag 'acpi-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
-25
/
+60
2016-07-07
Merge tag 'pm-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-51
/
+113
2016-07-08
Merge tag 'sunxi-drm-fixes-for-4.7-2' of https://git.kernel.org/pub/scm/linux...
Dave Airlie
-1
/
+10
2016-07-08
apparmor: fix oops, validate buffer size in apparmor_setprocattr()
Vegard Nossum
-17
/
+19
2016-07-07
Revert "ecryptfs: forbid opening files without mmap handler"
Jeff Mahoney
-11
/
+2
2016-07-07
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
-52
/
+43
2016-07-07
Merge tag 'configfs-for-4.7' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
-2
/
+0
2016-07-07
Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes'
Rafael J. Wysocki
-193607
/
+491791
2016-07-07
Merge branches 'pm-cpuidle-fixes' and 'pm-sleep-fixes'
Rafael J. Wysocki
-51
/
+113
2016-07-07
arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xx
Ganapatrao Kulkarni
-0
/
+8
2016-07-07
arm64: kernel: Save and restore UAO and addr_limit on exception entry
James Morse
-3
/
+22
[next]