summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-03-16mm: add private lock to serialize memory hotplug operationsHeiko Carstens
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-16uprobes: Default UPROBES_EVENTS to YArnaldo Carvalho de Melo
2017-03-16perf/core: Better explain the inherit magicPeter Zijlstra
2017-03-16perf/core: Simplify perf_event_free_task()Peter Zijlstra
2017-03-16perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-03-16perf/core: Fix use-after-free in perf_release()Peter Zijlstra
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima
2017-03-16perf/core: Add a flag for partial AUX recordsAlexander Shishkin
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-03-16sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra
2017-03-16sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra
2017-03-16sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra
2017-03-16sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra
2017-03-16sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra
2017-03-16sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra
2017-03-16sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra
2017-03-16sched/core: Add rq->lock wrappersPeter Zijlstra
2017-03-16sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra
2017-03-16sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)
2017-03-16sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2017-03-16sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira
2017-03-16sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel
2017-03-16sched/loadavg: Use {READ,WRITE}_ONCE() for sample windowMatt Fleming
2017-03-16sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming
2017-03-16sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li
2017-03-15trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-14futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-03-14futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-03-14cpu/hotplug: Serialize callback invocations properSebastian Andrzej Siewior
2017-03-14kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOLNaveen N. Rao
2017-03-14drm/i915: annote drop_caches debugfs interface with lockdepDaniel Vetter
2017-03-13rlimits: Print more information when CPU/RT limits are exceededArun Raghavan
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-03-12cpufreq: schedutil: Refactor sugov_next_freq_shared()Viresh Kumar
2017-03-12cpufreq: schedutil: Redefine the rate_limit_us tunableViresh Kumar
2017-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-03-11genirq: Add support for nested shared IRQsCharles Keepax
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-03-09userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli