index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-28
x86: get rid of user_atomic_cmpxchg_inatomic()
Al Viro
2
-94
/
+19
2020-03-28
generic arch_futex_atomic_op_inuser() doesn't need access_ok()
Al Viro
1
-2
/
+0
2020-03-28
x86: don't reload after cmpxchg in unsafe_atomic_op2() loop
Al Viro
1
-8
/
+8
2020-03-28
x86: convert arch_futex_atomic_op_inuser() to user_access_begin/user_access_e...
Al Viro
1
-26
/
+36
2020-03-28
objtool: whitelist __sanitizer_cov_trace_switch()
Al Viro
1
-0
/
+1
2020-03-28
[parisc, s390, sparc64] no need for access_ok() in futex handling
Al Viro
3
-7
/
+0
2020-03-28
sh: no need of access_ok() in arch_futex_atomic_op_inuser()
Al Viro
1
-3
/
+0
2020-03-28
futex: arch_futex_atomic_op_inuser() calling conventions change
Al Viro
20
-57
/
+43
2020-03-23
completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()
Sebastian Siewior
2
-1
/
+16
2020-03-21
lockdep: Add posixtimer context tracing bits
Sebastian Andrzej Siewior
2
-1
/
+17
2020-03-21
lockdep: Annotate irq_work
Sebastian Andrzej Siewior
5
-0
/
+19
2020-03-21
lockdep: Add hrtimer context tracing bits
Sebastian Andrzej Siewior
4
-2
/
+22
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
15
-47
/
+307
2020-03-21
completion: Use simple wait queues
Thomas Gleixner
3
-22
/
+24
2020-03-21
sched/swait: Prepare usage in completions
Thomas Gleixner
2
-1
/
+17
2020-03-21
timekeeping: Split jiffies seqlock
Thomas Gleixner
5
-17
/
+28
2020-03-21
Documentation: Add lock ordering and nesting documentation
Thomas Gleixner
2
-0
/
+300
2020-03-21
powerpc/ps3: Convert half completion to rcuwait
Peter Zijlstra (Intel)
1
-9
/
+9
2020-03-21
rcuwait: Add @state argument to rcuwait_wait_event()
Peter Zijlstra (Intel)
2
-3
/
+11
2020-03-21
microblaze: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
1
-1
/
+0
2020-03-21
ia64: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
3
-1
/
+2
2020-03-21
hexagon: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
1
-1
/
+0
2020-03-21
csky: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
1
-1
/
+0
2020-03-21
nds32: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
1
-1
/
+0
2020-03-21
acpi: Remove header dependency
Peter Zijlstra
4
-1
/
+4
2020-03-21
orinoco_usb: Use the regular completion interfaces
Thomas Gleixner
1
-16
/
+5
2020-03-21
usb: gadget: Use completion interface instead of open coding it
Thomas Gleixner
1
-2
/
+2
2020-03-21
pci/switchtec: Replace completion wait queue usage for poll
Sebastian Andrzej Siewior
1
-9
/
+13
2020-03-21
PCI/switchtec: Fix init_completion race condition with poll_wait()
Logan Gunthorpe
1
-1
/
+1
2020-03-20
lockdep: Teach lockdep about "USED" <- "IN-NMI" inversions
Peter Zijlstra
1
-3
/
+59
2020-03-20
locking/lockdep: Rework lockdep_lock
Peter Zijlstra
1
-41
/
+48
2020-03-20
locking/lockdep: Fix bad recursion pattern
Peter Zijlstra
1
-34
/
+40
2020-03-20
locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
Boqun Feng
1
-0
/
+4
2020-03-06
asm-generic/bitops: Update stale comment
Will Deacon
1
-2
/
+3
2020-03-06
futex: Remove {get,drop}_futex_key_refs()
Peter Zijlstra
1
-84
/
+6
2020-03-06
futex: Remove pointless mmgrap() + mmdrop()
Peter Zijlstra
1
-13
/
+1
2020-03-06
futex: Fix inode life-time issue
Peter Zijlstra
4
-43
/
+65
2020-03-01
Linux 5.6-rc4
v5.6-rc4
Linus Torvalds
1
-1
/
+1
2020-03-01
KVM: VMX: check descriptor table exits on instruction emulation
Oliver Upton
1
-0
/
+15
2020-02-29
ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
Dan Carpenter
1
-3
/
+3
2020-02-29
macintosh: therm_windtunnel: fix regression when instantiating devices
Wolfram Sang
1
-21
/
+31
2020-02-29
jbd2: fix data races at struct journal_head
Qian Cai
1
-4
/
+4
2020-02-28
kvm: x86: Limit the number of "kvm: disabled by bios" messages
Erwan Velu
1
-2
/
+2
2020-02-28
KVM: x86: avoid useless copy of cpufreq policy
Paolo Bonzini
1
-5
/
+5
2020-02-28
KVM: allow disabling -Werror
Paolo Bonzini
2
-1
/
+14
2020-02-28
KVM: x86: allow compiling as non-module with W=1
Valdis Klētnieks
2
-0
/
+4
2020-02-28
KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
Wanpeng Li
1
-12
/
+21
2020-02-28
KVM: Introduce pv check helpers
Wanpeng Li
1
-10
/
+24
2020-02-28
KVM: let declaration of kvm_get_running_vcpus match implementation
Christian Borntraeger
1
-1
/
+1
2020-02-28
KVM: SVM: allocate AVIC data structures based on kvm_amd module parameter
Paolo Bonzini
1
-1
/
+2
[next]