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
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
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
59
-581
/
+4163
2020-06-11
Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
13
-97
/
+171
2020-06-11
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
5
-50
/
+74
2020-06-11
KVM: x86: do not pass poisoned hva to __kvm_set_memory_region
Paolo Bonzini
1
-6
/
+1
2020-06-11
Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-88
/
+20
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 sysfs
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
Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
41
-650
/
+1523
2020-06-11
media: rkvdec: Fix H264 scaling list order
Jonas Karlman
1
-46
/
+20
2020-06-11
media: v4l2-ctrls: Unset correct HEVC loop filter flag
Jonas Karlman
1
-1
/
+1
2020-06-11
media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_size
Tomi Valkeinen
2
-19
/
+3
2020-06-11
media: v4l2-subdev.rst: correct information about v4l2 events
Michael Rodin
1
-2
/
+1
2020-06-11
media: s5p-mfc: Properly handle dma_parms for the allocated devices
Marek Szyprowski
1
-1
/
+5
2020-06-11
media: medium: cec: Make MEDIA_CEC_SUPPORT default to n if !MEDIA_SUPPORT
Geert Uytterhoeven
1
-1
/
+1
2020-06-11
media: cedrus: Implement runtime PM
Jernej Skrabec
4
-45
/
+104
2020-06-11
media: cedrus: Program output format during each run
Samuel Holland
2
-3
/
+2
2020-06-11
media: atomisp: improve ACPI/DMI detection logs
Mauro Carvalho Chehab
1
-6
/
+12
2020-06-11
media: Revert "media: atomisp: add Asus Transform T101HA ACPI vars"
Mauro Carvalho Chehab
1
-16
/
+0
2020-06-11
media: Revert "media: atomisp: Add some ACPI detection info"
Mauro Carvalho Chehab
7
-77
/
+0
2020-06-11
media: atomisp: improve sensor detection code to use _DSM table
Mauro Carvalho Chehab
2
-47
/
+101
2020-06-11
media: atomisp: get rid of an iomem abstraction layer
Mauro Carvalho Chehab
18
-192
/
+44
2020-06-11
media: atomisp: get rid of a string_support.h abstraction layer
Mauro Carvalho Chehab
8
-215
/
+38
[prev]
[next]