aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+23
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider2-4/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-78/+172
2019-11-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+19
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber3-18/+80
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov4-27/+147
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov3-3/+98
2019-11-15bpf: Annotate context typesAlexei Starovoitov3-6/+114
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2-6/+28
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov6-8/+419
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov1-0/+6
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich1-0/+4
2019-11-15workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior1-1/+2
2019-11-15ftrace: Add helper find_direct_entry() to consolidate codeSteven Rostedt (VMware)1-30/+29
2019-11-15ftrace: Add another check for match in register_ftrace_direct()Steven Rostedt (VMware)1-1/+6
2019-11-15ftrace: Fix accounting bug with direct->count in register_ftrace_direct()Steven Rostedt (VMware)1-2/+1
2019-11-15futex: Prevent robust futex exit raceYang Tao1-7/+51
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+4
2019-11-15tracing: Increase SYNTH_FIELDS_MAX for synthetic_eventsArtem Bityutskiy1-1/+1
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann1-0/+23
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann1-62/+96
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann1-2/+13
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann1-2/+2
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann2-31/+35
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann1-11/+9
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2-2/+2
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann1-2/+2
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann1-3/+3
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2-3/+3
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu1-0/+18
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu1-7/+21
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef1-1/+1
2019-11-14ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)1-0/+78
2019-11-14tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)1-1/+1
2019-11-14cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()Tejun Heo1-1/+1
2019-11-14tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help textBorislav Petkov1-2/+2
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz2-0/+45
2019-11-14tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu1-3/+24
2019-11-14tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-11-14tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)1-2/+2
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko4-15/+13
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)1-3/+8
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2-0/+5
2019-11-13tracing: Verify if trace array exists before destroying it.Divya Indi2-4/+17
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi1-3/+1
2019-11-13tracing: Make internal ftrace events staticBen Dooks1-2/+2
2019-11-13tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior1-0/+2
2019-11-13preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)2-22/+128
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)3-6/+98