summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-11-02tracing: report_latency() in trace_sched_wakeup.c can return booleanYaowei Bai
2015-11-02tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang
2015-11-02tracing: Only benchmark the time tracepoints take if tracing is onChunyan Zhang
2015-11-02tracing: Call on_each_cpu() when adding or removing single pids from set_even...Steven Rostedt (Red Hat)
2015-11-02Merge branch 'pm-sleep'Rafael J. Wysocki
2015-11-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-30blktrace: re-write setting q->blk_traceDavidlohr Bueso
2015-10-29cgroup: fix race condition around termination check in css_task_iter_next()Tejun Heo
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar
2015-10-27seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen
2015-10-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-10-26bpf: make tracing helpers gpl onlyAlexei Starovoitov
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov
2015-10-26memremap: fix highmem supportDan Williams
2015-10-26tracing: Fix sparse RCU warningSteven Rostedt (Red Hat)
2015-10-25tracing: Check all tasks on each CPU when filtering pidsSteven Rostedt (Red Hat)
2015-10-25tracing: Implement event pid filteringSteven Rostedt (Red Hat)
2015-10-25tracing: Add set_event_pid directory for future useSteven Rostedt (Red Hat)
2015-10-25tracepoint: Give priority to probes of tracepointsSteven Rostedt (Red Hat)
2015-10-26timeconst: Update path in commentJason A. Donenfeld
2015-10-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-10-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra
2015-10-23kmod: don't run async usermode helper as a child of kworker threadOleg Nesterov
2015-10-22Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas
2015-10-22pstore: add pstore unregisterGeliang Tang
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov
2015-10-22perf: pad raw data samples automaticallyAlexei Starovoitov
2015-10-22genirq: Make the cpuhotplug migration code less noisyThomas Gleixner
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-21certs: add .gitignore to stop git nagging about x509_certificate_listPaul Gortmaker
2015-10-21tracing: Remove {start,stop}_branch_traceDmitry Safonov
2015-10-21kexec/crash: Say which char is the unrecognizedBorislav Petkov
2015-10-20tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer
2015-10-20tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)
2015-10-20ftrace: add module globbingDmitry Safonov
2015-10-20ftrace: Introduce ftrace_glob structureDmitry Safonov
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-20Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner
2015-10-20sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra
2015-10-20sched: Start stopper earlyPeter Zijlstra
2015-10-20stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()Oleg Nesterov
2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov
2015-10-20stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledOleg Nesterov
2015-10-20stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Oleg Nesterov
2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar