index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-12
lib/lzo: fix ambiguous encoding bug in lzo-rle
Dave Rodgman
2
-2
/
+19
2020-06-12
ocfs2: fix build failure when TCP/IP is disabled
Tom Seewald
1
-1
/
+1
2020-06-12
mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current thread
Naoya Horiguchi
1
-7
/
+16
2020-06-12
mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early...
Naoya Horiguchi
1
-10
/
+10
2020-06-12
afs: Fix afs_store_data() to set mtime in new operation descriptor
David Howells
1
-0
/
+1
2020-06-11
alpha: Fix build around srm_sysrq_reboot_op
Joerg Roedel
1
-1
/
+6
2020-06-11
compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...
Marco Elver
1
-5
/
+8
2020-06-11
compiler.h: Move function attributes to compiler_types.h
Marco Elver
2
-29
/
+29
2020-06-11
compiler.h: Avoid nested statement expression in data_race()
Marco Elver
1
-5
/
+5
2020-06-11
compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()
Marco Elver
1
-11
/
+2
2020-06-11
kcsan: Update Documentation to change supported compilers
Marco Elver
1
-8
/
+1
2020-06-11
kcsan: Remove 'noinline' from __no_kcsan_or_inline
Marco Elver
1
-4
/
+2
2020-06-11
kcsan: Pass option tsan-instrument-read-before-write to Clang
Marco Elver
1
-0
/
+1
2020-06-11
kcsan: Support distinguishing volatile accesses
Marco Elver
2
-1
/
+47
2020-06-11
kcsan: Restrict supported compilers
Marco Elver
1
-1
/
+8
2020-06-11
kcsan: Avoid inserting __tsan_func_entry/exit if possible
Marco Elver
1
-1
/
+10
2020-06-11
ubsan, kcsan: Don't combine sanitizer with kcov on clang
Arnd Bergmann
2
-0
/
+22
2020-06-11
NFS: Fix direct WRITE throughput regression
Chuck Lever
1
-0
/
+2
2020-06-11
SUNRPC: rpc_xprt lifetime events should record xprt->state
Chuck Lever
1
-1
/
+29
2020-06-11
xprtrdma: Make xprt_rdma_slot_table_entries static
Zou Wei
1
-1
/
+1
2020-06-11
nfs: set invalid blocks after NFSv4 writes
Zheng Bin
2
-3
/
+12
2020-06-11
NFS: remove redundant initialization of variable result
Colin Ian King
1
-1
/
+1
2020-06-11
sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...
Xiongfeng Wang
1
-1
/
+1
2020-06-11
NFS: Add a tracepoint in nfs_set_pgio_error()
Chuck Lever
2
-0
/
+46
2020-06-11
NFS: Trace short NFS READs
Chuck Lever
2
-0
/
+49
2020-06-11
NFS: nfs_xdr_status should record the procedure name
Chuck Lever
1
-2
/
+13
2020-06-11
SUNRPC: Set SOFTCONN when destroying GSS contexts
Chuck Lever
1
-5
/
+4
2020-06-11
SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT
Chuck Lever
2
-5
/
+4
2020-06-11
SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDS
Chuck Lever
1
-2
/
+2
2020-06-11
SUNRPC: trace RPC client lifetime events
Chuck Lever
2
-24
/
+126
2020-06-11
SUNRPC: Trace transport lifetime events
Chuck Lever
5
-23
/
+46
2020-06-11
SUNRPC: Split the xdr_buf event class
Chuck Lever
4
-52
/
+71
2020-06-11
SUNRPC: Add tracepoint to rpc_call_rpcerror()
Chuck Lever
2
-0
/
+29
2020-06-11
SUNRPC: Update the RPC_SHOW_SOCKET() macro
Chuck Lever
1
-3
/
+3
2020-06-11
SUNRPC: Update the rpc_show_task_flags() macro
Chuck Lever
1
-1
/
+7
2020-06-11
SUNRPC: Trace GSS context lifetimes
Chuck Lever
3
-8
/
+58
2020-06-11
SUNRPC: receive buffer size estimation values almost never change
Chuck Lever
4
-18
/
+69
2020-06-11
io_uring: fix io_kiocb.flags modification race in IOPOLL mode
Xiaoguang Wang
1
-6
/
+6
2020-06-11
umem: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2020-06-11
pktcdvd: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2020-06-11
nvmet: fail outstanding host posted AEN req
Chaitanya Kulkarni
1
-7
/
+20
2020-06-11
nvme-pci: use simple suspend when a HMB is enabled
Christoph Hellwig
1
-0
/
+6
2020-06-11
nvme-fc: don't call nvme_cleanup_cmd() for AENs
Daniel Wagner
1
-2
/
+3
2020-06-11
nvmet-tcp: constify nvmet_tcp_ops
Max Gurtovoy
1
-2
/
+2
2020-06-11
nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops
Rikard Falkeborn
1
-4
/
+4
2020-06-11
nvme: do not call del_gendisk() on a disk that was never added
Niklas Cassel
1
-3
/
+1
2020-06-11
arm64: warn on incorrect placement of the kernel by the bootloader
Ard Biesheuvel
2
-1
/
+6
2020-06-11
drm/ast: fix missing break in switch statement for format->cpp[0] case 4
Colin Ian King
1
-0
/
+1
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
28
-82
/
+2403
2020-06-11
asm-generic/atomic: Use __always_inline for fallback wrappers
Marco Elver
21
-188
/
+192
[next]