aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-06sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remainingAaron Lu2-10/+7
2025-11-05trace: use override credential guardChristian Brauner1-12/+5
2025-11-05trace: use prepare credential guardChristian Brauner1-4/+1
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-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
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner1-37/+41
2025-11-04rseq: Simplify the event notificationThomas Gleixner3-19/+22
2025-11-04rseq: Simplify registrationThomas Gleixner1-7/+3
2025-11-04rseq: Move algorithm comment to topThomas Gleixner1-60/+59
2025-11-04rseq: Avoid pointless evaluation in __rseq_notify_resume()Thomas Gleixner1-22/+44
2025-11-04futex: Convert to get/put_user_inline()Thomas Gleixner2-57/+5
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu1-9/+31
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu2-11/+14
2025-11-03nstree: add listns()Christian Brauner2-1/+398
2025-11-03nstree: add unified namespace listChristian Brauner2-1/+13
2025-11-03nstree: simplify rbtree comparison helpersChristian Brauner1-29/+11
2025-11-03nstree: maintain list of owned namespacesChristian Brauner2-1/+71
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner1-5/+8
2025-11-03nstree: introduce a unified treeChristian Brauner2-24/+73
2025-11-03ns: add active reference countChristian Brauner7-1/+257
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner4-6/+6
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner4-20/+4
2025-11-03ns: add missing authorshipChristian Brauner2-0/+2
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi1-5/+15
2025-11-01genirq/manage: Reduce priority of forced secondary interrupt handlerLukas Wunner2-1/+17
2025-11-01timers/migration: Remove dead code handling idle CPU checking for remote timersFrederic Weisbecker1-16/+0
2025-11-01timers/migration: Remove unused "cpu" parameter from tmigr_get_group()Frederic Weisbecker1-3/+2
2025-11-01timers/migration: Assert that hotplug preparing CPU is part of stable active hierarchyFrederic Weisbecker1-0/+8
2025-11-01timers/migration: Fix imbalanced NUMA treesFrederic Weisbecker1-104/+127