aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-07bpf: fix liveness markingAlexei Starovoitov1-0/+5
2017-10-07bpf: add helper bpf_perf_prog_read_valueYonghong Song1-0/+28
2017-10-07bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song2-5/+44
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song3-4/+15
2017-10-07padata: ensure padata_do_serial() runs on the correct CPUMathias Krause1-1/+19
2017-10-07padata: ensure the reorder timer callback runs on the correct CPUMathias Krause1-1/+42
2017-10-07padata: set cpu_index of unused CPUs to -1Mathias Krause1-1/+7
2017-10-06tracing: Prepare to add preempt and irq trace eventsJoel Fernandes1-26/+74
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-517/+369
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)2-6/+72
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-283/+605
2017-10-05Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+11
2017-10-06Merge branch 'pm-sleep'Rafael J. Wysocki1-7/+11
2017-10-05ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)1-2/+30
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)3-3/+150
2017-10-05ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2-2/+6
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook1-4/+3
2017-10-05kthread: Convert callback to use from_timer()Kees Cook1-6/+4
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook1-5/+3
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook1-7/+19
2017-10-05Merge branch 'linus' into timers/coreThomas Gleixner19-238/+555
2017-10-04bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov1-0/+40
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov4-0/+128
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov4-145/+410
2017-10-04ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)1-3/+11
2017-10-04sysctl: remove /proc/sys/vm/nr_pdflush_threadsJens Axboe1-5/+0
2017-10-04tracing: Reimplement log2Tom Zanussi1-4/+27
2017-10-04tracing: Add hist_field_name() accessorTom Zanussi1-22/+45
2017-10-04tracing: Clean up hist_field_flags enumTom Zanussi1-10/+10
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi6-103/+103
2017-10-04tracing: Increase tracing map KEYS_MAX sizeTom Zanussi1-1/+1
2017-10-04tracing: Remove lookups from tracing_map hitcountTom Zanussi1-1/+2
2017-10-04tracing: Exclude 'generic fields' from histogramsTom Zanussi1-2/+2
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-23/+38
2017-10-04ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)1-47/+17
2017-10-04tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2-16/+20
2017-10-04tracing: Remove redundant unread variable retColin Ian King1-4/+2
2017-10-04tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes2-34/+0
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-16/+2
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner1-1/+1
2017-10-04watchdog/core: Rename some softlockup_* functionsThomas Gleixner1-9/+9
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner1-1/+4
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner2-3/+10
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner1-15/+18
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare1-8/+8
2017-10-03kernel/params.c: fix an overflow in param_attr_showJean Delvare1-10/+7
2017-10-03kernel/params.c: fix the maximum length in param_get_stringJean Delvare1-1/+1
2017-10-03kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov1-1/+1