summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-03-21bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-03-21ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)
2023-03-21ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak
2023-03-21ring_buffer: Change some static functions to boolUros Bizjak
2023-03-21ring_buffer: Change some static functions to voidUros Bizjak
2023-03-21ftrace: selftest: remove broken trace_direct_trampMark Rutland
2023-03-21ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSFlorent Revest
2023-03-21ftrace: Store direct called addresses in their opsFlorent Revest
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest
2023-03-21ftrace: Remove the legacy _ftrace_direct APIFlorent Revest
2023-03-21ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multiFlorent Revest
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest
2023-03-21entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang
2023-03-20userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng
2023-03-20refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney
2023-03-20rcuscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney
2023-03-20rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU...Zqiang
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei
2023-03-19Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-03-19tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin
2023-03-19ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka
2023-03-19tracing: Make splice_read available againSung-hun Kim
2023-03-19fork: remove use of percpu_counter_sum_allDave Chinner
2023-03-19Merge tag 'perf_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-03-19ftrace: Set direct_ops storage-class-specifier to staticTom Rix
2023-03-19trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo
2023-03-19trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo
2023-03-19tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix
2023-03-19tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17bpf: Allow ld_imm64 instruction to point to kfunc.Alexei Starovoitov
2023-03-17cgroup: fix display of forceidle time at rootJosh Don
2023-03-17cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal
2023-03-17workqueue: Print backtraces from CPUs with hung CPU bound workqueuesPetr Mladek
2023-03-17workqueue: Warn when a rescuer could not be createdPetr Mladek
2023-03-17workqueue: Interrupted create_worker() is not a repeated eventPetr Mladek
2023-03-17workqueue: Warn when a new worker could not be createdPetr Mladek
2023-03-17workqueue: Fix hung time report of worker poolsPetr Mladek
2023-03-17workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()Ammar Faizi
2023-03-17workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17sched/debug: Put sched/domains files under the verbose flagPhil Auld
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik
2023-03-16bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet
2023-03-16bpf: Mark struct bpf_cpumask as rcu protectedDavid Vernet
2023-03-16bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet