summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-04-12Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-04-12perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Song Liu
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox
2018-04-11kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramWaiman Long
2018-04-11kernel/params.c: downgrade warning for unsafe parametersChris Wilson
2018-04-11kernel/sysctl.c: fix sizeof argument to match variable nameRandy Dunlap
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan
2018-04-11taint: add taint for randstructKees Cook
2018-04-11taint: consolidate documentationKees Cook
2018-04-11taint: convert to indexed initializationKees Cook
2018-04-11tracing: Enforce passing in filter=NULL to create_filter()Steven Rostedt (VMware)
2018-04-11trace_uprobe: Simplify probes_seq_show()Ravi Bangoria
2018-04-11trace_uprobe: Use %lx to display offsetRavi Bangoria
2018-04-11tracing/uprobe: Add support for overlayfsHoward McLauchlan
2018-04-11tracing: Use ARRAY_SIZE() macro instead of open coding itJérémy Lefaure
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki
2018-04-11bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-10tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-04-10tick-sched: avoid a maybe-uninitialized warningArnd Bergmann
2018-04-10perf/core: Fix perf_uprobe_init()Song Liu
2018-04-10perf/core: Fix perf_kprobe_init()Masami Hiramatsu
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-09perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole
2018-04-09PM / QoS: mark expected switch fall-throughsGustavo A. R. Silva
2018-04-09time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki
2018-04-09nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki
2018-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-06init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir
2018-04-06tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)
2018-04-06tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson
2018-04-06tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)
2018-04-06ring-buffer: Add set/clear_current_oom_origin() during allocationsSteven Rostedt (VMware)
2018-04-06ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)
2018-04-06lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)
2018-04-06tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter
2018-04-06tracing: Make sure variable string fields are NULL-terminatedTom Zanussi