summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park2017-08-101-20/+47
* locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park2017-08-102-27/+77
* locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park2017-08-103-5/+70
* locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-108-34/+635
* locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park2017-08-101-21/+19
* locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park2017-08-101-3/+4
* locking/lockdep: Add a function building a chain between two classesByungchul Park2017-08-101-0/+70
* locking/lockdep: Refactor lookup_chain_cache()Byungchul Park2017-08-101-48/+93
* locking/lockdep: Avoid creating redundant linksPeter Zijlstra2017-08-103-0/+33
* locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-1010-120/+75
* locking: Remove smp_mb__before_spinlock()Peter Zijlstra2017-08-106-51/+13
* locking: Introduce smp_mb__after_spinlock()Peter Zijlstra2017-08-105-2/+46
* overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra2017-08-101-2/+2
* mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra2017-08-103-12/+47
* Documentation/locking/atomic: Add documents for new atomic_t APIsPeter Zijlstra2017-08-103-89/+273
* clocksource/arm_arch_timer: Use static_branch_enable_cpuslocked()Marc Zyngier2017-08-101-1/+5
* jump_label: Provide hotplug context variantsMarc Zyngier2017-08-103-6/+42
* jump_label: Split out code under the hotplug lockMarc Zyngier2017-08-101-9/+19
* jump_label: Move CPU hotplug lockingMarc Zyngier2017-08-101-2/+4
* jump_label: Add RELEASE barrier after text changesPeter Zijlstra2017-08-101-2/+9
* cpuset: Make nr_cpusets privatePaolo Bonzini2017-08-102-6/+7
* jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini2017-08-103-4/+7
* jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini2017-08-102-32/+49
* locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai2017-08-102-3/+31
* locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai2017-08-102-9/+29
* locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood2017-08-101-0/+13
* locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-107-0/+14
* sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng2017-08-101-6/+0
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-10719-17564/+12550
|\
| * Merge tag 'pinctrl-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-08-0910-20/+42
| |\
| | * pinctrl: generic: update references to Documentation/pinctrl.txtLudovic Desroches2017-08-074-5/+5
| | * pinctrl: intel: merrifield: Correct UART pin listsAndy Shevchenko2017-08-071-3/+3
| | * pinctrl: armada-37xx: Fix number of pin in south bridgeGregory CLEMENT2017-08-071-1/+1
| | * pinctrl: armada-37xx: Fix the pin 23 on south bridgeGregory CLEMENT2017-08-071-6/+17
| | * pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirkAndy Shevchenko2017-08-031-0/+7
| | * pinctrl: sunxi: add a missing function of A10/A20 pinctrl driverIcenowy Zheng2017-07-311-0/+1
| | * pinctrl: uniphier: fix USB3 pin assignment for Pro4Kunihiko Hayashi2017-07-311-1/+1
| | * pinctrl: zte: fix dereference of 'data' in zx_set_mux()Shawn Guo2017-07-311-4/+7
| * | futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-091-2/+3
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-097-8/+34
| |\ \
| | * | i2c: rephrase explanation of I2C_CLASS_DEPRECATEDWolfram Sang2017-07-311-1/+2
| | * | i2c: allow i2c-versatile for ARM MPS platformsRussell King2017-07-311-1/+1
| | * | Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...Wolfram Sang2017-07-311-1/+1
| | |\ \
| | | * | i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman2017-07-171-1/+1
| | * | | i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHzHans de Goede2017-07-311-0/+3
| | * | | i2c: designware: Print clock freq on invalid clock freq errorHans de Goede2017-07-311-1/+2
| | * | | i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko2017-07-313-4/+25
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-08-093-76/+109
| |\ \ \
| | * | | blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failedMing Lei2017-08-021-6/+11
| | * | | block, bfq: consider also in_service_entity to state whether an entity is activePaolo Valente2017-07-292-69/+95