summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-07-19watch_queue: prevent dangling pipe pointerSiddh Raman Pant
2023-07-19bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park
2023-07-19kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy
2023-07-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson
2023-07-19watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen
2023-07-19watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson
2023-07-19watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson
2023-07-19watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen
2023-07-19watchdog: remove WATCHDOG_DEFAULTLecopzer Chen
2023-07-19bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman
2023-07-19bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman
2023-07-19kexec: fix a memory leak in crash_shrink_memory()Zhen Lei
2023-07-19watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson
2023-07-19bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky
2023-07-19bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky
2023-07-19bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky
2023-07-19bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky
2023-07-19bpf: Fix memleak due to fentry attach failureYafang Shao
2023-07-19bpf: Remove bpf trampoline selectorYafang Shao
2023-07-19bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev
2023-07-19bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko
2023-07-19bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko
2023-07-19bpf: improve precision backtrack loggingAndrii Nakryiko
2023-07-19bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko
2023-07-19sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia
2023-07-19rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo
2023-07-19rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo
2023-07-19rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney
2023-07-19rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney
2023-07-19tick/rcu: Fix bogus ratelimit conditionWen Yang
2023-07-19posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner
2023-07-11fork: lock VMAs of the parent process when forkingSuren Baghdasaryan
2023-06-23workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds
2023-06-22Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-06-22Merge tag 'cgroup-for-6.4-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-21Merge tag 'timers-urgent-2023-06-21' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-21bpf: Force kprobe multi expected_attach_type for kprobe_multi linkJiri Olsa
2023-06-21bpf/btf: Accept function names that contain dotsFlorent Revest
2023-06-20Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-16tick/common: Align tick period during sched_timer setupThomas Gleixner
2023-06-14tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave
2023-06-14tracing/user_events: Track refcount consistently via put/getBeau Belgrave
2023-06-14tracing/user_events: Store register flags on eventsBeau Belgrave
2023-06-14tracing/user_events: Remove user_ns walk for groupsBeau Belgrave
2023-06-14tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming
2023-06-14tracing: Modify print_fields() for fields output ordersunliming
2023-06-14tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming
2023-06-13bpf: ensure main program has an extableKrister Johansen