summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-01-14posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin-1/+16
2020-01-14posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin-7/+1
2020-01-14posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin-2/+46
2020-01-14alarmtimer: Provide get_timespec() callbackAndrei Vagin-1/+6
2020-01-14alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin-17/+17
2020-01-14posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin-11/+11
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin-35/+35
2020-01-14time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin-0/+2
2020-01-14ns: Introduce Time NamespaceAndrei Vagin-10/+265
2020-01-13tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu-16/+45
2020-01-13pid: Implement pidfd_getfd syscallSargun Dhillon-0/+90
2020-01-13tracing/boot: Add function tracer filter optionsMasami Hiramatsu-0/+40
2020-01-13tracing/boot: Add cpu_mask option supportMasami Hiramatsu-13/+43
2020-01-13tracing/boot: Add instance node supportMasami Hiramatsu-5/+38
2020-01-13tracing/boot: Add synthetic event supportMasami Hiramatsu-0/+52
2020-01-13tracing/boot Add kprobe event supportMasami Hiramatsu-0/+51
2020-01-13tracing/boot: Add per-event settingsMasami Hiramatsu-1/+61
2020-01-13tracing/boot: Add boot-time tracingMasami Hiramatsu-5/+128
2020-01-13tracing: Add NULL trace-array check in print_synth_event()Masami Hiramatsu-1/+1
2020-01-13tracing: Accept different type for synthetic event fieldsMasami Hiramatsu-2/+5
2020-01-13tracing: kprobes: Register to dynevent earlier stageMasami Hiramatsu-4/+15
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu-31/+31
2020-01-13tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu-0/+7
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)-126/+126
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)-193/+193
2020-01-13perf: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)-65/+65
2020-01-11Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+10
2020-01-10Merge branch 'timers/urgent' into timers/coreThomas Gleixner-0/+3
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov-81/+346
2020-01-10PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"Colin Ian King-1/+1
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-1/+3
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-28/+80
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-4/+16
2020-01-09time/sched_clock: Disable interrupts in sched_clock_register()Paul Cercueil-2/+5
2020-01-09time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann-0/+3
2020-01-09genirq: Add missing __must_hold() sparse annotationJules Irenge-0/+1
2020-01-09genirq: Add missing __releases() sparse annotationJules Irenge-0/+1
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau-1/+6
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau-34/+565
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau-63/+304
2020-01-09bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau-5/+39
2020-01-09bpf: Add enum support to btf_ctx_access()Martin KaFai Lau-1/+1
2020-01-09bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau-3/+6
2020-01-09bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau-0/+1
2020-01-09cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann-71/+72
2020-01-09genirq: Show irq name in non-oneshot error messageLuca Ceresoli-2/+2
2020-01-09futex: Fix kernel-doc notation warningRandy Dunlap-0/+1
2020-01-09kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu-24/+43
2020-01-08kexec: add machine_kexec_post_load()Pavel Tatashin-0/+16
2020-01-08kexec: quiet down kexec rebootPavel Tatashin-1/+1