summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-04Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/lin...Steven Rostedt
2025-11-04tracing: Add an option to show symbols in _text+offset for function profilerMasami Hiramatsu (Google)
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)
2025-11-04cgroup: use credential guards in cgroup_attach_permissions()Christian Brauner
2025-11-04act: use credential guards in acct_write_process()Christian Brauner
2025-11-04cred: make init_cred staticChristian Brauner
2025-11-04rseq: Switch to TIF_RSEQ if supportedThomas Gleixner
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner
2025-11-04rseq: Implement fast path for exit to userThomas Gleixner
2025-11-04rseq: Optimize event settingThomas Gleixner
2025-11-04rseq: Rework the TIF_NOTIFY handlerThomas Gleixner
2025-11-04rseq: Separate the signal delivery pathThomas Gleixner
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner
2025-11-04rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=yThomas Gleixner
2025-11-04rseq: Replace the original debug implementationThomas Gleixner
2025-11-04rseq: Provide and use rseq_update_user_cs()Thomas Gleixner
2025-11-04rseq: Provide static branch for runtime debuggingThomas Gleixner
2025-11-04rseq: Expose lightweight statistics in debugfsThomas Gleixner
2025-11-04rseq: Provide tracepoint wrappers for inline codeThomas Gleixner
2025-11-04rseq: Cache CPU ID and MM CID valuesThomas Gleixner
2025-11-04entry: Inline irqentry_enter/exit_from/to_user_mode()Thomas Gleixner
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner
2025-11-04rseq: Introduce struct rseq_dataThomas Gleixner
2025-11-04rseq: Avoid CPU/MM CID updates when no event pendingThomas Gleixner
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner
2025-11-04rseq: Simplify the event notificationThomas Gleixner
2025-11-04rseq: Simplify registrationThomas Gleixner
2025-11-04rseq: Move algorithm comment to topThomas Gleixner
2025-11-04rseq: Avoid pointless evaluation in __rseq_notify_resume()Thomas Gleixner
2025-11-04futex: Convert to get/put_user_inline()Thomas Gleixner
2025-11-03bpf: Skip bounds adjustment for conditional jumps on same scalar registerKaFai Wan
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo
2025-11-03sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo
2025-11-03cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_fr...Tejun Heo
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo
2025-11-03nstree: add listns()Christian Brauner
2025-11-03nstree: add unified namespace listChristian Brauner
2025-11-03nstree: simplify rbtree comparison helpersChristian Brauner
2025-11-03nstree: maintain list of owned namespacesChristian Brauner
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner
2025-11-03nstree: introduce a unified treeChristian Brauner
2025-11-03ns: add active reference countChristian Brauner
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner
2025-11-03ns: add missing authorshipChristian Brauner
2025-11-03blktrace: add support for REQ_OP_WRITE_ZEROES tracingChaitanya Kulkarni