aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra2-46/+42
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-0/+39
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra2-21/+58
2017-08-25workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra1-9/+11
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar16-48/+217
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-16/+38
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu1-4/+7
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)1-0/+4
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov1-7/+4
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+39
2017-08-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+10
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+60
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan1-2/+2
2017-08-18signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles1-1/+5
2017-08-18kmod: fix wait on recursive loopLuis R. Rodriguez1-2/+23
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2-0/+60
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier1-2/+8
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng1-1/+10
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook1-0/+12
2017-08-16Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-6/+8
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+30
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann1-4/+30
2017-08-15audit: Receive unmount eventJan Kara1-1/+1
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara1-5/+7
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park1-6/+6
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit()Byungchul Park1-0/+4
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2-2/+2
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-1/+1
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-1/+1
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park1-0/+11
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park1-20/+47
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park1-26/+56
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park1-5/+47
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park4-23/+492
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park1-21/+19
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park1-3/+4
2017-08-10locking/lockdep: Add a function building a chain between two classesByungchul Park1-0/+70
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Byungchul Park1-48/+93
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra3-0/+33
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2-95/+1
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra1-2/+2
2017-08-10jump_label: Provide hotplug context variantsMarc Zyngier1-4/+18
2017-08-10jump_label: Split out code under the hotplug lockMarc Zyngier1-9/+19
2017-08-10jump_label: Move CPU hotplug lockingMarc Zyngier1-2/+4
2017-08-10jump_label: Add RELEASE barrier after text changesPeter Zijlstra1-2/+9
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini1-0/+7
2017-08-10jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini1-22/+37
2017-08-10locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai1-3/+30
2017-08-10locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai1-9/+28