index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
2020-08-06
29
-15
/
+38
*
locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...
Peter Zijlstra
2020-08-06
9
-35
/
+53
*
x86/headers: Remove APIC headers from <asm/smp.h>
Ingo Molnar
2020-08-06
17
-10
/
+18
*
Merge branch 'WIP.locking/seqlocks' into locking/urgent
Ingo Molnar
2020-08-06
86
-822
/
+1583
|
\
|
*
seqcount: More consistent seqprop names
Peter Zijlstra
2020-07-29
1
-26
/
+26
|
*
seqcount: Compress SEQCNT_LOCKNAME_ZERO()
Peter Zijlstra
2020-07-29
1
-45
/
+18
|
*
seqlock: Fold seqcount_LOCKNAME_init() definition
Peter Zijlstra
2020-07-29
1
-47
/
+14
|
*
seqlock: Fold seqcount_LOCKNAME_t definition
Peter Zijlstra
2020-07-29
1
-103
/
+39
|
*
seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g
Peter Zijlstra
2020-07-29
1
-10
/
+10
|
*
hrtimer: Use sequence counter with associated raw spinlock
Ahmed S. Darwish
2020-07-29
2
-4
/
+11
|
*
kvm/eventfd: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
2
-2
/
+2
|
*
userfaultfd: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
1
-2
/
+2
|
*
NFSv4: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
2
-2
/
+2
|
*
iocost: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
1
-3
/
+2
|
*
raid5: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
2
-2
/
+2
|
*
vfs: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
4
-5
/
+5
|
*
timekeeping: Use sequence counter with associated raw spinlock
Ahmed S. Darwish
2020-07-29
1
-8
/
+11
|
*
xfrm: policy: Use sequence counters with associated lock
Ahmed S. Darwish
2020-07-29
1
-5
/
+5
|
*
netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
Ahmed S. Darwish
2020-07-29
1
-2
/
+2
|
*
netfilter: conntrack: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
2
-3
/
+4
|
*
sched: tasks: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
3
-3
/
+4
|
*
dma-buf: Use sequence counter with associated wound/wait mutex
Ahmed S. Darwish
2020-07-29
3
-10
/
+2
|
*
dma-buf: Remove custom seqcount lockdep class key
Ahmed S. Darwish
2020-07-29
2
-10
/
+1
|
*
seqlock: Align multi-line macros newline escapes at 72 columns
Ahmed S. Darwish
2020-07-29
1
-14
/
+15
|
*
seqlock: Extend seqcount API with associated locks
Ahmed S. Darwish
2020-07-29
2
-69
/
+447
|
*
seqlock: lockdep assert non-preemptibility on seqcount_t write
Ahmed S. Darwish
2020-07-29
1
-6
/
+23
|
*
lockdep: Add preemption enabled/disabled assertion APIs
Ahmed S. Darwish
2020-07-29
2
-0
/
+20
|
*
seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()
Ahmed S. Darwish
2020-07-29
1
-4
/
+5
|
*
seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs
Ahmed S. Darwish
2020-07-29
1
-77
/
+348
|
*
seqlock: Reorder seqcount_t and seqlock_t API definitions
Ahmed S. Darwish
2020-07-29
1
-80
/
+78
|
*
seqlock: seqcount_t latch: End read sections with read_seqcount_retry()
Ahmed S. Darwish
2020-07-29
1
-2
/
+2
|
*
seqlock: Properly format kernel-doc code samples
Ahmed S. Darwish
2020-07-29
1
-52
/
+56
|
*
Documentation: locking: Describe seqlock design and usage
Ahmed S. Darwish
2020-07-29
3
-45
/
+211
|
*
Merge branch 'locking/header'
Peter Zijlstra
2020-07-29
22
-42
/
+3
|
|
\
|
|
*
locking/qspinlock: Do not include atomic.h from qspinlock_types.h
Herbert Xu
2020-07-29
2
-8
/
+1
|
|
*
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
2020-07-29
20
-34
/
+2
|
|
*
lockdep: Move list.h inclusion into lockdep.h
Herbert Xu
2020-07-28
2
-2
/
+1
|
*
|
Merge tag 'v5.8-rc6' into locking/core, to pick up fixes
Ingo Molnar
2020-07-25
655
-2784
/
+5169
|
|
\
\
|
*
|
|
futex: Remove unused or redundant includes
André Almeida
2020-07-18
1
-17
/
+0
|
*
|
|
futex: Consistently use fshared as boolean
André Almeida
2020-07-18
1
-5
/
+5
|
*
|
|
futex: Remove needless goto's
André Almeida
2020-07-17
1
-24
/
+16
|
*
|
|
futex: Remove put_futex_key()
André Almeida
2020-07-17
1
-49
/
+12
|
*
|
|
rwsem: fix commas in initialisation
Alexey Dobriyan
2020-07-16
1
-10
/
+10
|
*
|
|
docs: locking: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-16
1
-1
/
+1
|
*
|
|
lockdep: Move list.h inclusion into lockdep.h
Herbert Xu
2020-07-16
2
-2
/
+1
|
*
|
|
lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
Peter Zijlstra
2020-07-10
6
-24
/
+24
|
*
|
|
lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
Peter Zijlstra
2020-07-10
6
-43
/
+52
|
*
|
|
arm: Break cyclic percpu include
Peter Zijlstra
2020-07-10
2
-5
/
+2
|
*
|
|
s390: Break cyclic percpu include
Peter Zijlstra
2020-07-10
2
-1
/
+1
|
*
|
|
powerpc64: Break asm/percpu.h vs spinlock_types.h dependency
Peter Zijlstra
2020-07-10
9
-45
/
+60
[next]