aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-03bpf: Skip bounds adjustment for conditional jumps on same scalar registerKaFai Wan1-0/+31
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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov20-59/+187
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo3-2/+7
2025-11-03sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo14-84/+100
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo2-9/+16
2025-11-03cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_fr...Tejun Heo1-4/+5
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo4-10/+11
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-03blktrace: add support for REQ_OP_WRITE_ZEROES tracingChaitanya Kulkarni1-1/+12
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 ...Frederic Weisbecker1-0/+8
2025-11-01timers/migration: Fix imbalanced NUMA treesFrederic Weisbecker1-104/+127
2025-11-01timers/migration: Remove locking on group connectionFrederic Weisbecker1-10/+0
2025-11-01timers/migration: Convert "while" loops to use "for"Frederic Weisbecker1-10/+13
2025-11-01tick/sched: Limit non-timekeeper CPUs calling jiffies updateSteve Wahl1-4/+26
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-0/+4
2025-10-31genirq/proc: Fix race in show_irq_affinity()Muchun Song1-0/+2
2025-11-01tracing: fprobe: Remove unused local variableMasami Hiramatsu (Google)1-4/+1
2025-11-01tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()Thorsten Blum1-1/+1
2025-11-01tracing: fprobe: fix suspicious rcu usage in fprobe_entryMenglong Dong1-0/+1
2025-11-01tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probeMasami Hiramatsu (Google)2-26/+18
2025-11-01tracing: uprobes: Cleanup __trace_uprobe_create() with __free()Masami Hiramatsu (Google)1-42/+26
2025-11-01tracing: eprobe: Cleanup eprobe event using __free()Masami Hiramatsu (Google)1-41/+30
2025-11-01tracing: probes: Use __free() for trace_probe_logMasami Hiramatsu (Google)4-9/+9
2025-11-01tracing: fprobe: use rhltable for fprobe_ip_tableMenglong Dong1-66/+91
2025-10-31Merge back system sleep material for 6.19Rafael J. Wysocki5-29/+117