summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-05srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabledPaul E. McKenney
2025-11-05trace: use override credential guardChristian Brauner
2025-11-05trace: use prepare credential guardChristian Brauner
2025-11-05sched_ext: Mark racy bitfields to prevent adding fields that can't tolerate r...Tejun Heo
2025-11-05cgroup/cpuset: Globally track isolated_cpus updateWaiman Long
2025-11-05cgroup/cpuset: Ensure domain isolated CPUs stay in root or isolated partitionWaiman Long
2025-11-05cgroup/cpuset: Move up prstate_housekeeping_conflict() helperWaiman Long
2025-11-05cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeepingWaiman Long
2025-11-05cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko
2025-11-04sched_ext: Minor cleanups to scx_task_iterTejun Heo
2025-11-04sched_ext: Move __SCX_DSQ_ITER_ALL_FLAGS BUILD_BUG_ON to the right placeTejun Heo
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