summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-08-25workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan
2017-08-18signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles
2017-08-18kmod: fix wait on recursive loopLuis R. Rodriguez
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook
2017-08-16Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann
2017-08-15audit: Receive unmount eventJan Kara
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_e...Byungchul Park
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park
2017-08-10locking/lockdep: Add a function building a chain between two classesByungchul Park
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Byungchul Park
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra
2017-08-10jump_label: Provide hotplug context variantsMarc Zyngier
2017-08-10jump_label: Split out code under the hotplug lockMarc Zyngier
2017-08-10jump_label: Move CPU hotplug lockingMarc Zyngier
2017-08-10jump_label: Add RELEASE barrier after text changesPeter Zijlstra
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini
2017-08-10jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini
2017-08-10locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai
2017-08-10locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai
2017-08-10locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood
2017-08-10sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng
2017-08-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar