summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-05-05rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner
2020-05-05context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner
2020-05-05rcu: Make RCU IRQ enter/exit functions rely on in_nmi()entry-v4-part1Paul E. McKenney
2020-05-05x86,tracing: Robustify ftrace_nmi_enter()Peter Zijlstra
2020-05-05sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra
2020-05-05printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra
2020-05-05lockdep: Always inline lockdep_{off,on}()Peter Zijlstra
2020-05-05printk: Prepare for nested printk_nmi_enter()Petr Mladek
2020-05-05rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner
2020-05-05lockdep: Prepare for noinstr sectionsPeter Zijlstra
2020-05-05bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2020-05-05tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner
2020-05-05kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner
2020-05-05kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu
2020-05-05kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu
2020-05-05kprobes: Lock kprobe_mutex while showing kprobe_blacklistMasami Hiramatsu
2020-05-05sched: Make scheduler_ipi inlineThomas Gleixner
2020-05-05sched: Clean up scheduler_ipi()Peter Zijlstra
2020-05-05rcu: Add comments marking transitions between RCU watching and notPaul E. McKenney
2020-05-04Merge branch 'locking/kcsan' into x86/entryentry-baseThomas Gleixner
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24bpf: Make bpf_link_fops staticZou Wei
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman
2020-04-24Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-22tracing: Convert local functions in tracing_map.c to staticJason Yan
2020-04-22ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)
2020-04-22tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi
2020-04-22perf/core: fix parent pid/tid in task exit eventsperf-urgent-2020-04-25Ian Rogers
2020-04-22sched/core: Fix reset-on-fork from RT with uclampsched-urgent-2020-04-25Quentin Perret
2020-04-21signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman
2020-04-20bpf: Fix handling of XADD on BTF memoryJann Horn
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-04-20audit: check the length of userspace generated audit recordsPaul Moore
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-19Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-19Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-18Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetstimers-urgent-2020-04-19Andrei Vagin
2020-04-15sched/vtime: Work around an unitialized variable warningsched-urgent-2020-04-19Borislav Petkov
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu
2020-04-15clone3: add build-time CLONE_ARGS_SIZE_VER* validity checksEugene Syromiatnikov