summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng2017-08-171-1/+10
* locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+12
* locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park2017-08-141-6/+6
* locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_e...Byungchul Park2017-08-141-0/+4
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-112-2/+2
|\
| * mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-101-1/+1
| * mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-1/+1
* | locking/lockdep: Apply crossrelease to completionsByungchul Park2017-08-101-0/+11
* | 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-101-26/+56
* | locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park2017-08-101-5/+47
* | locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-104-23/+492
* | 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-102-95/+1
* | locking: Introduce smp_mb__after_spinlock()Peter Zijlstra2017-08-101-2/+2
* | jump_label: Provide hotplug context variantsMarc Zyngier2017-08-101-4/+18
* | 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-101-0/+7
* | jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini2017-08-101-22/+37
* | locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai2017-08-101-3/+30
* | locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai2017-08-101-9/+28
* | locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood2017-08-101-0/+13
* | 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-1012-54/+103
|\|
| * futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-091-2/+3
| * Fix compat_sys_sigpending breakageDmitry V. Levin2017-08-061-4/+7
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-08-041-1/+1
| |\
| | * timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic2017-08-011-1/+1
| * | cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2017-08-021-0/+1
| * | pid: kill pidhash_size in pidhash_init()Kefeng Wang2017-08-021-3/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-312-8/+17
| |\ \
| | * | bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann2017-07-291-1/+1
| | * | bpf: don't indicate success when copy_from_user failsDaniel Borkmann2017-07-291-1/+1
| | * | bpf/verifier: fix min/max handling in BPF_SUBEdward Cree2017-07-241-6/+15
| * | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-312-29/+40
| |\ \ \
| | * | | cgroup: fix error return value from cgroup_subtree_control()Tejun Heo2017-07-231-2/+2
| | * | | cgroup: create dfl_root files on subsys registrationTejun Heo2017-07-181-0/+4
| | * | | cgroup: don't call migration methods if there are no tasks to migrateTejun Heo2017-07-082-27/+34
| * | | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-311-4/+26
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | workqueue: Work around edge cases for calc of pool's cpumaskMichael Bringmann2017-07-281-0/+7
| | * | | workqueue: implicit ordered attribute should be overridableTejun Heo2017-07-251-4/+9
| | * | | workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-07-191-0/+10
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-301-1/+1
| |\ \ \ \
| | * | | | sched/core: Fix some documentation build warningsJonathan Corbet2017-07-251-1/+1