aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-12-09tracing: Have the reg function allow to failSteven Rostedt (Red Hat)
2016-11-23ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inlineSteven Rostedt (Red Hat)
2016-11-23ring-buffer: Froce rb_update_write_stamp() to be inlinedSteven Rostedt (Red Hat)
2016-11-23ring-buffer: Force inline of hotpath helper functionsSteven Rostedt (Red Hat)
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)
2016-11-23ring-buffer: Always inline rb_event_data()Steven Rostedt (Red Hat)
2016-11-23ring-buffer: Make rb_reserve_next_event() always inlinedSteven Rostedt (Red Hat)
2016-11-23tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-11-22tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)
2016-11-22tracing: Add hook to function tracing for other subsystems to useChunyan Zhang
2016-11-15tracing: Add new trace_marker_rawSteven Rostedt
2016-11-14tracing: Allow wakeup_dl tracer to be used by instancesZhou Chengming
2016-11-14tracing/filter: Define op as the enum that it isSteven Rostedt (Red Hat)
2016-11-14tracing: Optimise comparison filters and fix binary and for 64 bitSteven Rostedt (Red Hat)
2016-11-14ftrace: Support full glob matchingMasami Hiramatsu
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov
2016-11-11Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-11-11Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede
2016-11-05Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds
2016-11-03sched/core: Remove pointless printout in sched_show_task()Linus Torvalds
2016-11-03sched/core: Fix oops in sched_show_task()Tetsuo Handa
2016-11-02PM / sleep: fix device reference leak in test_suspendJohan Hovold
2016-11-01fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski
2016-10-28Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-10-28Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...Linus Torvalds
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa
2016-10-27kcov: properly check if we are in an interruptAndrey Konovalov
2016-10-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds
2016-10-27sched/fair: Remove unused but set variable 'rq'Tobias Klauser
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner
2016-10-24PM / suspend: Fix missing KERN_CONT for suspend messageJon Hunter
2016-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-10-21softirq: Display IRQ_POLL for irq-poll statisticsSagi Grimberg
2016-10-21kernel/irq: Export irq_set_parent()Sudip Mukherjee
2016-10-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-10-19printk: suppress empty continuation linesLinus Torvalds
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-19sched/fair: Fix incorrect task group ->load_avgVincent Guittot