..
bpf
bpf: Fix verifier log for async callback return values
2023-10-19 23:05:34 +02:00
cgroup
cgroup: Remove duplicates in cgroup v1 tasks file
2023-10-19 23:05:37 +02:00
configs
…
debug
…
dma
dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock
2023-10-06 13:18:14 +02:00
entry
entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
2023-03-30 12:47:51 +02:00
events
perf: Fix function pointer case
2023-08-11 15:13:48 +02:00
futex
futex: Resend potentially swallowed owner death notification
2022-12-31 13:14:04 +01:00
gcov
gcov: add support for checksum field
2022-12-31 13:14:47 +01:00
irq
irqdomain: Fix mapping-creation race
2023-03-17 08:48:58 +01:00
kcsan
kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures
2023-07-23 13:47:12 +02:00
livepatch
…
locking
locking/rtmutex: Fix task->pi_waiters integrity
2023-08-03 10:22:45 +02:00
power
workqueue: Introduce show_one_worker_pool and show_one_workqueue.
2023-05-11 23:00:35 +09:00
printk
printk: Consolidate console deferred printing
2023-09-23 11:09:59 +02:00
rcu
rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()
2023-09-23 11:09:55 +02:00
sched
Revert "kernel/sched: Modify initial boot task idle setup"
2023-10-19 23:05:38 +02:00
time
timers/nohz: Last resort update jiffies on nohz_full IRQ entry
2023-08-16 18:22:04 +02:00
trace
ring-buffer: Fix bytes info in per_cpu buffer stats
2023-10-10 21:59:05 +02:00
.gitignore
…
Kconfig.freezer
…
Kconfig.hz
…
Kconfig.locks
…
Kconfig.preempt
…
Makefile
futex: Move to kernel/futex/
2022-12-31 13:14:04 +01:00
acct.c
acct: fix potential integer overflow in encode_comp_t()
2022-12-31 13:14:40 +01:00
async.c
…
audit.c
…
audit.h
…
audit_fsnotify.c
…
audit_tree.c
…
audit_watch.c
…
auditfilter.c
…
auditsc.c
audit: fix possible soft lockup in __audit_inode_child()
2023-09-19 12:22:39 +02:00
backtracetest.c
…
bounds.c
…
capability.c
…
cfi.c
…
compat.c
sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
2023-04-05 11:24:53 +02:00
configs.c
…
context_tracking.c
…
cpu.c
cpu/hotplug: Do not bail-out in DYING/STARTING sections
2022-12-31 13:14:04 +01:00
cpu_pm.c
…
crash_core.c
…
crash_dump.c
…
cred.c
…
delayacct.c
…
dma.c
…
exec_domain.c
…
exit.c
exit: Use READ_ONCE() for all oops/warn limit reads
2023-02-01 08:27:22 +01:00
extable.c
…
fail_function.c
kernel/fail_function: fix memory leak with using debugfs_lookup()
2023-03-11 13:57:38 +01:00
fork.c
kernel/fork: beware of __put_task_struct() calling context
2023-09-23 11:09:55 +02:00
freezer.c
…
gen_kheaders.sh
…
groups.c
…
hung_task.c
…
iomem.c
…
irq_work.c
…
jump_label.c
…
kallsyms.c
…
kcmp.c
…
kcov.c
…
kexec.c
panic, kexec: make __crash_kexec() NMI safe
2023-04-20 12:13:57 +02:00
kexec_core.c
kexec: fix a memory leak in crash_shrink_memory()
2023-07-23 13:46:52 +02:00
kexec_elf.c
…
kexec_file.c
kexec: support purgatories with .text.hot sections
2023-06-21 15:59:14 +02:00
kexec_internal.h
panic, kexec: make __crash_kexec() NMI safe
2023-04-20 12:13:57 +02:00
kheaders.c
kheaders: Use array declaration instead of char
2023-05-11 23:00:17 +09:00
kmod.c
…
kprobes.c
kprobes: Prohibit probing on CFI preamble symbol
2023-09-19 12:22:28 +02:00
ksysfs.c
kexec: turn all kexec_mutex acquisitions into trylocks
2023-04-20 12:13:57 +02:00
kthread.c
kthread: add the helper function kthread_run_on_cpu()
2023-03-30 12:47:42 +02:00
latencytop.c
…
module-internal.h
…
module.c
modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
2023-09-06 21:28:38 +01:00
module_signature.c
…
module_signing.c
…
notifier.c
…
nsproxy.c
…
padata.c
padata: Fix list iterator in padata_do_serial()
2022-12-31 13:14:24 +01:00
panic.c
exit: Use READ_ONCE() for all oops/warn limit reads
2023-02-01 08:27:22 +01:00
params.c
…
pid.c
…
pid_namespace.c
rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
2023-03-10 09:39:09 +01:00
profile.c
…
ptrace.c
…
range.c
…
reboot.c
…
regset.c
…
relay.c
relayfs: fix out-of-bounds access in relay_file_read
2023-05-11 23:00:18 +09:00
resource.c
dax/kmem: Fix leak of memory-hotplug resources
2023-03-10 09:40:08 +01:00
resource_kunit.c
…
rseq.c
…
scftorture.c
scftorture: Forgive memory-allocation failure if KASAN
2023-09-23 11:09:55 +02:00
scs.c
…
seccomp.c
…
signal.c
…
smp.c
…
smpboot.c
…
smpboot.h
…
softirq.c
timers/nohz: Last resort update jiffies on nohz_full IRQ entry
2023-08-16 18:22:04 +02:00
stackleak.c
…
stacktrace.c
…
static_call.c
…
static_call_inline.c
…
stop_machine.c
…
sys.c
kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
2023-04-26 13:51:52 +02:00
sys_ni.c
…
sysctl-test.c
…
sysctl.c
kernel/panic: move panic sysctls to its own file
2023-02-01 08:27:20 +01:00
task_work.c
…
taskstats.c
…
test_kprobes.c
…
torture.c
torture: Fix hang during kthread shutdown phase
2023-08-30 16:18:19 +02:00
tracepoint.c
…
tsacct.c
…
ucount.c
…
uid16.c
…
uid16.h
…
umh.c
…
up.c
…
user-return-notifier.c
…
user.c
…
user_namespace.c
…
usermode_driver.c
…
utsname.c
…
utsname_sysctl.c
…
watch_queue.c
watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
2023-03-17 08:48:59 +01:00
watchdog.c
…
watchdog_hld.c
watchdog/perf: more properly prevent false positives with turbo modes
2023-07-23 13:46:52 +02:00
workqueue.c
workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()
2023-10-19 23:05:35 +02:00
workqueue_internal.h
…