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/lockdep: Remove duplicated 'lock_class_ops' percpu array
Waiman Long
2018-10-16
1
-1
/
+0
*
futex: Replace spin_is_locked() with lockdep
Lance Roy
2018-10-09
1
-2
/
+2
*
locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...
Waiman Long
2018-10-09
4
-10
/
+37
*
locking/lockdep: Add a faster path in __lock_release()
Waiman Long
2018-10-03
1
-3
/
+14
*
locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()
Waiman Long
2018-10-03
1
-8
/
+7
*
locking/lockdep: Remove add_chain_cache_classes()
Waiman Long
2018-10-03
1
-70
/
+0
*
Documentation/lockstat: Fix trivial typo
Andrew Murray
2018-10-02
1
-1
/
+1
*
locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Andrea Parri
2018-10-02
1
-2
/
+1
*
tools/memory-model: Add more LKMM limitations
Paul E. McKenney
2018-10-02
1
-0
/
+39
*
tools/memory-model: Fix a README typo
SeongJae Park
2018-10-02
1
-1
/
+1
*
tools/memory-model: Add extra ordering for locks and remove it for ordinary r...
Alan Stern
2018-10-02
3
-51
/
+150
*
tools/memory-model: Add litmus-test naming scheme
Paul E. McKenney
2018-10-02
1
-2
/
+102
*
locking/spinlocks: Remove an instruction from spin and write locks
Matthew Wilcox
2018-10-02
2
-10
/
+13
*
locking/lockdep, cpu/hotplug: Annotate AP thread
Peter Zijlstra
2018-09-11
1
-0
/
+28
*
locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif
Steven Rostedt (VMware)
2018-09-11
1
-2
/
+2
*
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
2018-09-10
4
-30
/
+78
*
locking/rwsem: Exit read lock slowpath if queue empty & no writer
Waiman Long
2018-09-10
1
-1
/
+12
*
jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operations
Peter Zijlstra
2018-09-10
1
-0
/
+5
*
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
2018-09-10
2
-3
/
+2
|
\
|
*
jump_label: Fix typo in warning message
Borislav Petkov
2018-09-10
1
-1
/
+1
|
*
locking/mutex: Fix mutex debug call and ww_mutex documentation
Thomas Hellstrom
2018-09-10
1
-2
/
+1
*
|
jump_label: Use static_key_linked() accessor
Borislav Petkov
2018-09-10
1
-1
/
+1
|
/
*
Linux 4.19-rc3
v4.19-rc3
Linus Torvalds
2018-09-10
1
-1
/
+1
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-09-09
14
-59
/
+87
|
\
|
*
x86/mm: Use WRITE_ONCE() when setting PTEs
Nadav Amit
2018-09-08
3
-15
/
+15
|
*
x86/apic/vector: Make error return value negative
Thomas Gleixner
2018-09-08
1
-1
/
+1
|
*
x86/process: Don't mix user/kernel regs in 64bit __show_regs()
Jann Horn
2018-09-06
4
-13
/
+26
|
*
x86/tsc: Prevent result truncation on 32bit
Chuanhua Lei
2018-09-06
1
-1
/
+1
|
*
x86: Fix kernel-doc atomic.h warnings
Randy Dunlap
2018-09-03
3
-16
/
+16
|
*
x86/microcode: Update the new microcode revision unconditionally
Filippo Sironi
2018-09-02
2
-14
/
+21
|
*
x86/microcode: Make sure boot_cpu_data.microcode is up-to-date
Prarit Bhargava
2018-09-02
2
-0
/
+8
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-09-09
2
-12
/
+32
|
\
\
|
*
|
clocksource: Revert "Remove kthread"
Peter Zijlstra
2018-09-06
1
-10
/
+30
|
*
|
timekeeping: Fix declaration of read_persistent_wall_and_boot_offset()
Christian Borntraeger
2018-09-03
1
-2
/
+2
*
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-09-09
1
-1
/
+3
|
\
\
\
|
*
|
|
irqchip/gic-v3-its: Cap lpi_id_bits to reduce memory footprint
Jia He
2018-09-06
1
-1
/
+3
*
|
|
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-09-09
1
-5
/
+6
|
\
\
\
\
|
*
|
|
|
cpu/hotplug: Prevent state corruption on error rollback
Thomas Gleixner
2018-09-06
1
-2
/
+3
|
*
|
|
|
cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
Neeraj Upadhyay
2018-09-06
1
-3
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...
Linus Torvalds
2018-09-09
3
-5
/
+16
|
\
\
\
\
|
*
|
|
|
random: make CPU trust a boot parameter
Kees Cook
2018-09-01
3
-5
/
+16
*
|
|
|
|
Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-09-09
10
-36
/
+47
|
\
\
\
\
\
|
*
|
|
|
|
kbuild: modules_install: warn when missing System.map file
Randy Dunlap
2018-09-09
1
-0
/
+1
|
*
|
|
|
|
kbuild: make missing $DEPMOD a Warning instead of an Error
Randy Dunlap
2018-09-02
1
-2
/
+2
|
*
|
|
|
|
kconfig: do not require pkg-config on make {menu,n}config
Masahiro Yamada
2018-09-02
7
-32
/
+43
|
*
|
|
|
|
kconfig: remove a spurious self-assignment
Lukas Bulwahn
2018-08-31
1
-1
/
+0
|
*
|
|
|
|
scripts/setlocalversion: git: Make -dirty check more robust
Genki Sky
2018-08-31
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-09-09
21
-134
/
+204
|
\
\
\
\
\
\
|
*
|
|
|
|
|
KVM: LAPIC: Fix pv ipis out-of-bounds access
Wanpeng Li
2018-09-07
2
-8
/
+21
|
*
|
|
|
|
|
KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2
Liran Alon
2018-09-07
1
-0
/
+22
[next]