summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-07-05ftrace: Reduce size of function graph entriesNamhyung Kim
2016-07-05tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi
2016-07-05tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)
2016-06-27tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes
2016-06-23tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)
2016-06-20tracing: Expose CPU physical addresses (resource values) for PCI devicesBjorn Helgaas
2016-06-20tracing: Show the preempt count of when the event was calledSteven Rostedt (Red Hat)
2016-06-20tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-06-20tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)
2016-06-20tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)
2016-06-20tracing: Move filtered_pid helper functions into trace.cSteven Rostedt
2016-06-20tracing: Make the pid filtering helper functions globalSteven Rostedt
2016-06-20tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds
2016-06-10sched: panic on corrupted stack endJann Horn
2016-06-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-06-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-06-10Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-06-09Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki
2016-06-09kernel/relay.c: fix potential memory leakZhouyi Zhou
2016-06-08futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman
2016-06-08sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf
2016-06-08sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf
2016-06-08perf/core: Remove a redundant checkAlexander Shishkin
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-06-07bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-06-03Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner
2016-06-03locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-06-02cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko
2016-05-26add down_write_killable_nested()Al Viro
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-24genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn
2016-05-23uprobes: wait for mmap_sem for write killableMichal Hocko