summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-04-11taint: add taint for randstructKees Cook-1/+3
2018-04-11taint: consolidate documentationKees Cook-19/+4
2018-04-11taint: convert to indexed initializationKees Cook-17/+19
2018-04-11tracing: Enforce passing in filter=NULL to create_filter()Steven Rostedt (VMware)-14/+10
2018-04-11trace_uprobe: Simplify probes_seq_show()Ravi Bangoria-18/+3
2018-04-11trace_uprobe: Use %lx to display offsetRavi Bangoria-1/+1
2018-04-11tracing/uprobe: Add support for overlayfsHoward McLauchlan-1/+1
2018-04-11tracing: Use ARRAY_SIZE() macro instead of open coding itJérémy Lefaure-1/+1
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki-88/+271
2018-04-11bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song-20/+50
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1692/+5828
2018-04-10tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu-0/+2
2018-04-10tick-sched: avoid a maybe-uninitialized warningArnd Bergmann-3/+6
2018-04-10perf/core: Fix perf_uprobe_init()Song Liu-0/+2
2018-04-10perf/core: Fix perf_kprobe_init()Masami Hiramatsu-0/+2
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-14/+22
2018-04-09perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole-0/+6
2018-04-09PM / QoS: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-04-09time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki-3/+1
2018-04-09nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki-10/+6
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker-9/+15
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki-6/+6
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki-17/+57
2018-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-14/+22
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki-2/+53
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki-46/+82
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-52/+94
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+4
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+0
2018-04-06init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir-1/+6
2018-04-06tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)-1/+6
2018-04-06tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)-1/+2
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson-1/+1
2018-04-06tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)-2/+2
2018-04-06ring-buffer: Add set/clear_current_oom_origin() during allocationsSteven Rostedt (VMware)-10/+38
2018-04-06ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)-0/+5
2018-04-06lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)-0/+2
2018-04-06tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter-1/+1
2018-04-06tracing: Make sure variable string fields are NULL-terminatedTom Zanussi-2/+2
2018-04-06tracing: Add action comparisons when testing matching hist triggersTom Zanussi-0/+50
2018-04-06tracing: Don't add flag strings when displaying variable referencesTom Zanussi-1/+1
2018-04-06tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi-14/+5
2018-04-06ftrace: Drop a VLA in module_exists()Salvatore Mesoraca-4/+3
2018-04-06tracing: Mention trace_clock=global when warning about unstable clocksChris Wilson-1/+2
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson-0/+19
2018-04-06genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei-6/+37
2018-04-06genirq/affinity: Allow irq spreading from a given starting pointMing Lei-15/+20
2018-04-06genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei-42/+55