summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra2017-08-292-46/+42
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-0/+39
* locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra2017-08-252-21/+58
* workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra2017-08-251-9/+11
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-2516-48/+217
|\
| * Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-08-246-16/+38
| |\
| | * tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-241-0/+4
| | * tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-241-4/+7
| | * ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-241-0/+4
| | * ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)2017-08-023-11/+21
| | * tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter2017-08-021-0/+1
| | * tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-021-1/+1
| * | pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-211-7/+4
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-8/+39
| |\ \
| | * | perf/core: Fix time on IOC_ENABLEPeter Zijlstra2017-08-101-5/+36
| | * | perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-101-3/+3
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-202-4/+10
| |\ \ \
| | * | | genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-201-2/+2
| | * | | genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-181-2/+8
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-202-0/+60
| |\ \ \ \
| | * | | | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-182-0/+60
| * | | | | signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles2017-08-181-1/+5
| * | | | | kmod: fix wait on recursive loopLuis R. Rodriguez2017-08-181-2/+23
| * | | | | Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-161-6/+8
| |\ \ \ \ \
| | * | | | | audit: Receive unmount eventJan Kara2017-08-151-1/+1
| | * | | | | audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-08-151-5/+7
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-151-4/+30
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann2017-08-151-4/+30
| | | |_|/ / | | |/| | |
* | | | | | 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