aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu3-31/+31
2020-01-13tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu1-0/+7
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)15-126/+126
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)17-193/+193
2020-01-13perf: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)3-65/+65
2020-01-11Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10
2020-01-10Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-0/+3
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov2-81/+346
2020-01-10PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"Colin Ian King1-1/+1
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire1-1/+3
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-28/+80
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-4/+16
2020-01-09time/sched_clock: Disable interrupts in sched_clock_register()Paul Cercueil1-2/+5
2020-01-09time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann1-0/+3
2020-01-09genirq: Add missing __must_hold() sparse annotationJules Irenge1-0/+1
2020-01-09genirq: Add missing __releases() sparse annotationJules Irenge1-0/+1
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-1/+6
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau6-34/+565
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau6-63/+304
2020-01-09bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau1-5/+39
2020-01-09bpf: Add enum support to btf_ctx_access()Martin KaFai Lau1-1/+1
2020-01-09bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau1-3/+6
2020-01-09bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau1-0/+1
2020-01-09cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann1-71/+72
2020-01-09genirq: Show irq name in non-oneshot error messageLuca Ceresoli1-2/+2
2020-01-09futex: Fix kernel-doc notation warningRandy Dunlap1-0/+1
2020-01-09kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu1-24/+43
2020-01-08kexec: add machine_kexec_post_load()Pavel Tatashin4-0/+16
2020-01-08kexec: quiet down kexec rebootPavel Tatashin1-1/+1
2020-01-08kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing1-0/+2
2020-01-07kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver1-0/+1
2020-01-07clone3: ensure copy_thread_tls is implementedAmanieu d'Antras1-0/+10
2020-01-07PM: hibernate: Add more logging on hibernation failureLuigi Semenzato2-20/+27
2020-01-07PM: hibernate: improve arithmetic division in preallocate_highmem_fraction()Wen Yang1-3/+1
2020-01-06Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-6/+27
2020-01-06bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2020-01-06bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin1-2/+9
2020-01-06Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar6-57/+72
2020-01-04memcg: account security cred as well to kmemcgShakeel Butt1-3/+3
2020-01-03tracing: Fix indentation issueColin Ian King1-1/+1
2020-01-03Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+27
2020-01-03kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-01-02ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-01-02tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-01-02tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsSteven Rostedt (VMware)1-0/+14
2020-01-02Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+7
2020-01-02tracing: Initialize val to zero in parse_entry of inject codeSteven Rostedt (VMware)1-1/+1
2020-01-02seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon1-0/+7
2020-01-02printk: fix exclusive_console replayingJohn Ogness1-2/+2
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-39/+35