summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-10-19locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-10-17locking/pvqspinlock: Extend node size when pvqspinlock is configuredWaiman Long
2018-10-17locking/qspinlock_stat: Count instances of nested lock slowpathsWaiman Long
2018-10-16locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra
2018-10-16locking/qspinlock: Rework some commentsPeter Zijlstra
2018-10-16locking/qspinlock: Re-order codePeter Zijlstra
2018-10-16Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...Ingo Molnar
2018-10-16locking/lockdep: Remove duplicated 'lock_class_ops' percpu arrayWaiman Long
2018-10-09futex: Replace spin_is_locked() with lockdepLance Roy
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar
2018-10-03locking/lockdep: Add a faster path in __lock_release()Waiman Long
2018-10-03locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()Waiman Long
2018-10-03locking/lockdep: Remove add_chain_cache_classes()Waiman Long
2018-10-02jump_label: Fix NULL dereference bug in __jump_label_mod_update()Ard Biesheuvel
2018-09-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre
2018-09-27jump_table: Move entries into ro_after_init regionArd Biesheuvel
2018-09-27jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel
2018-09-27jump_label: Implement generic support for relative referencesArd Biesheuvel
2018-09-27jump_label: Abstract jump_entry member accessorsArd Biesheuvel
2018-09-25dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-22bpf: sockmap, fix transition through disconnect without closeJohn Fastabend
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend
2018-09-20kernel/sys.c: remove duplicated includeYueHaibing
2018-09-20fork: report pid exhaustion correctlyKJ Tsanaktsidis
2018-09-19Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2018-09-18Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-09-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-09-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau
2018-09-11locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek
2018-09-11locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap
2018-09-10locking/rwsem: Exit read lock slowpath if queue empty & no writerWaiman Long
2018-09-10jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra
2018-09-10Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2018-09-10jump_label: Fix typo in warning messageBorislav Petkov
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot