index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
pci
/
pci_dma.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
futex: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-10-09
locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...
Waiman Long
4
-10
/
+37
2018-10-03
locking/lockdep: Add a faster path in __lock_release()
Waiman Long
1
-3
/
+14
2018-10-03
locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()
Waiman Long
1
-8
/
+7
2018-10-03
locking/lockdep: Remove add_chain_cache_classes()
Waiman Long
1
-70
/
+0
2018-10-02
Documentation/lockstat: Fix trivial typo
Andrew Murray
1
-1
/
+1
2018-10-02
locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Andrea Parri
1
-2
/
+1
2018-10-02
tools/memory-model: Add more LKMM limitations
Paul E. McKenney
1
-0
/
+39
2018-10-02
tools/memory-model: Fix a README typo
SeongJae Park
1
-1
/
+1
2018-10-02
tools/memory-model: Add extra ordering for locks and remove it for ordinary r...
Alan Stern
3
-51
/
+150
2018-10-02
tools/memory-model: Add litmus-test naming scheme
Paul E. McKenney
1
-2
/
+102
2018-10-02
locking/spinlocks: Remove an instruction from spin and write locks
Matthew Wilcox
2
-10
/
+13
2018-09-11
locking/lockdep, cpu/hotplug: Annotate AP thread
Peter Zijlstra
1
-0
/
+28
2018-09-11
locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif
Steven Rostedt (VMware)
1
-2
/
+2
2018-09-10
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
4
-30
/
+78
2018-09-10
locking/rwsem: Exit read lock slowpath if queue empty & no writer
Waiman Long
1
-1
/
+12
2018-09-10
jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operations
Peter Zijlstra
1
-0
/
+5
2018-09-10
jump_label: Fix typo in warning message
Borislav Petkov
1
-1
/
+1
2018-09-10
locking/mutex: Fix mutex debug call and ww_mutex documentation
Thomas Hellstrom
1
-2
/
+1
2018-09-10
jump_label: Use static_key_linked() accessor
Borislav Petkov
1
-1
/
+1
2018-09-10
Linux 4.19-rc3
v4.19-rc3
Linus Torvalds
1
-1
/
+1
2018-09-09
kbuild: modules_install: warn when missing System.map file
Randy Dunlap
1
-0
/
+1
2018-09-08
x86/mm: Use WRITE_ONCE() when setting PTEs
Nadav Amit
3
-15
/
+15
2018-09-08
x86/apic/vector: Make error return value negative
Thomas Gleixner
1
-1
/
+1
2018-09-08
afs: Fix cell specification to permit an empty address list
David Howells
1
-8
/
+7
2018-09-07
KVM: LAPIC: Fix pv ipis out-of-bounds access
Wanpeng Li
2
-8
/
+21
2018-09-07
KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2
Liran Alon
1
-0
/
+22
2018-09-07
arm64: KVM: Remove pgd_lock
Steven Price
1
-2
/
+1
2018-09-07
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
8
-46
/
+0
2018-09-07
arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD
Marc Zyngier
1
-3
/
+6
2018-09-07
KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
Marc Zyngier
1
-1
/
+8
2018-09-07
i2c: xiic: Record xilinx i2c with Zynq fragment
Michal Simek
1
-0
/
+1
2018-09-06
clocksource: Revert "Remove kthread"
Peter Zijlstra
1
-10
/
+30
2018-09-06
i2c: xiic: Make the start and the byte count write atomic
Shubhrajyoti Datta
1
-0
/
+4
2018-09-06
irqchip/gic-v3-its: Cap lpi_id_bits to reduce memory footprint
Jia He
1
-1
/
+3
2018-09-06
block: bfq: swap puts in bfqg_and_blkg_put
Konstantin Khlebnikov
1
-2
/
+2
2018-09-06
memory: ti-aemif: fix a potential NULL-pointer dereference
Bartosz Golaszewski
1
-1
/
+1
2018-09-06
arm64: fix erroneous warnings in page freeing functions
Mark Rutland
1
-4
/
+6
2018-09-06
firmware: arm_scmi: fix divide by zero when sustained_perf_level is zero
Sudeep Holla
1
-1
/
+7
2018-09-06
printk/tracing: Do not trace printk_nmi_enter()
Steven Rostedt (VMware)
1
-2
/
+2
2018-09-06
rbd: support cloning across namespaces
Ilya Dryomov
1
-14
/
+97
2018-09-06
rbd: factor out get_parent_info()
Ilya Dryomov
1
-48
/
+86
2018-09-06
ceph: avoid a use-after-free in ceph_destroy_options()
Ilya Dryomov
1
-5
/
+11
2018-09-06
cpu/hotplug: Prevent state corruption on error rollback
Thomas Gleixner
1
-2
/
+3
2018-09-06
cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
Neeraj Upadhyay
1
-3
/
+3
2018-09-06
x86/process: Don't mix user/kernel regs in 64bit __show_regs()
Jann Horn
4
-13
/
+26
2018-09-06
x86/tsc: Prevent result truncation on 32bit
Chuanhua Lei
1
-1
/
+1
2018-09-06
ACPI / LPSS: Force LPSS quirks on boot
Zhang Rui
1
-1
/
+1
2018-09-06
ACPI / bus: Only call dmi_check_system() on X86
Jean Delvare
1
-6
/
+7
2018-09-06
block: don't warn when doing fsync on read-only devices
Mikulas Patocka
1
-1
/
+4
[next]