aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov5-6/+387
2025-11-05bpf: support instructions arrays with constants blindingAnton Protopopov2-1/+30
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov4-1/+354
2025-11-06rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()Paul E. McKenney1-3/+1
2025-11-06locktorture: Fix memory leak in param_set_cpumask()Wang Liang1-2/+6
2025-11-05srcu: Require special srcu_struct define/init for SRCU-fast readersPaul E. McKenney1-0/+1
2025-11-05rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney1-4/+15
2025-11-05srcu: Make grace-period determination use ssp->srcu_reader_flavorPaul E. McKenney1-1/+1
2025-11-05srcu: Create a DEFINE_SRCU_FAST()Paul E. McKenney1-2/+34
2025-11-05rcutorture: Test srcu_expedite_current()Paul E. McKenney1-0/+12
2025-11-05srcu: Create an srcu_expedite_current() functionPaul E. McKenney1-0/+58
2025-11-05srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabledPaul E. McKenney1-4/+9
2025-11-05trace: use override credential guardChristian Brauner1-12/+5
2025-11-05trace: use prepare credential guardChristian Brauner1-4/+1
2025-11-05sched_ext: Mark racy bitfields to prevent adding fields that can't tolerate r...Tejun Heo1-0/+4
2025-11-05cgroup/cpuset: Globally track isolated_cpus updateWaiman Long1-38/+35
2025-11-05cgroup/cpuset: Ensure domain isolated CPUs stay in root or isolated partitionWaiman Long1-4/+6
2025-11-05cgroup/cpuset: Move up prstate_housekeeping_conflict() helperWaiman Long1-20/+20
2025-11-05cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeepingWaiman Long1-1/+73
2025-11-05cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco1-6/+6
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook1-4/+4
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook1-2/+2
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko2-2/+3
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko2-16/+20
2025-11-04sched_ext: Minor cleanups to scx_task_iterTejun Heo1-6/+5
2025-11-04sched_ext: Move __SCX_DSQ_ITER_ALL_FLAGS BUILD_BUG_ON to the right placeTejun Heo1-3/+2
2025-11-04Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/lin...Steven Rostedt15-154/+197
2025-11-04tracing: Add an option to show symbols in _text+offset for function profilerMasami Hiramatsu (Google)3-4/+38
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)14-150/+159
2025-11-04cgroup: use credential guards in cgroup_attach_permissions()Christian Brauner1-6/+4
2025-11-04act: use credential guards in acct_write_process()Christian Brauner1-16/+13
2025-11-04cred: make init_cred staticChristian Brauner1-27/+0
2025-11-04rseq: Switch to TIF_RSEQ if supportedThomas Gleixner1-2/+8
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner2-9/+25
2025-11-04rseq: Implement fast path for exit to userThomas Gleixner1-0/+2
2025-11-04rseq: Optimize event settingThomas Gleixner3-3/+11
2025-11-04rseq: Rework the TIF_NOTIFY handlerThomas Gleixner1-43/+33
2025-11-04rseq: Separate the signal delivery pathThomas Gleixner1-8/+22
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner1-186/+50
2025-11-04rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=yThomas Gleixner1-2/+8
2025-11-04rseq: Replace the original debug implementationThomas Gleixner1-69/+12
2025-11-04rseq: Provide and use rseq_update_user_cs()Thomas Gleixner1-171/+75
2025-11-04rseq: Provide static branch for runtime debuggingThomas Gleixner1-4/+69
2025-11-04rseq: Expose lightweight statistics in debugfsThomas Gleixner1-7/+72
2025-11-04rseq: Provide tracepoint wrappers for inline codeThomas Gleixner1-1/+18
2025-11-04rseq: Cache CPU ID and MM CID valuesThomas Gleixner1-0/+4
2025-11-04entry: Inline irqentry_enter/exit_from/to_user_mode()Thomas Gleixner1-13/+0
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner1-8/+0
2025-11-04rseq: Introduce struct rseq_dataThomas Gleixner2-35/+34
2025-11-04rseq: Avoid CPU/MM CID updates when no event pendingThomas Gleixner1-5/+6