..
bpf
bpf: Fix ringbuf helper function compatibility
2021-09-03 10:22:44 +02:00
cgroup
cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync
2021-08-18 09:06:49 +02:00
configs
drivers/char: remove /dev/kmem for good
2021-05-07 00:26:34 -07:00
debug
printk changes for 5.13
2021-04-27 18:09:44 -07:00
dma
dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}
2021-07-28 14:37:28 +02:00
entry
tick/nohz: Only check for RCU deferred wakeup on user/guest entry when needed
2021-05-31 10:14:49 +02:00
events
perf: Fix required permissions if sigtrap is requested
2021-08-12 13:32:21 +02:00
gcov
gcov: clang: drop support for clang-10 and older
2021-05-07 00:26:32 -07:00
irq
genirq/timings: Prevent potential array overflow in __irq_timings_store()
2021-08-18 09:07:04 +02:00
kcsan
kcsan: Fix debugfs initcall return type
2021-05-18 10:58:02 -07:00
livepatch
Livepatching changes for 5.13
2021-04-27 18:14:38 -07:00
locking
locking/rtmutex: Use the correct rtmutex debugging config option
2021-08-18 09:07:07 +02:00
power
PM: sleep: fix typos in comments
2021-04-08 19:37:21 +02:00
printk
printk: Move EXPORT_SYMBOL() closer to vprintk definition
2021-06-16 10:42:19 +02:00
rcu
rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()
2021-07-31 08:13:46 +02:00
sched
sched: Fix get_push_task() vs migrate_disable()
2021-09-03 10:22:59 +02:00
time
timers: Move clearing of base::timer_running under base:: Lock
2021-08-12 13:32:21 +02:00
trace
tracing: Apply trace filters on all output channels
2021-08-26 08:35:16 -04:00
.gitignore
.gitignore: prefix local generated files with a slash
2021-05-02 00:43:35 +09:00
acct.c
async.c
kernel/async.c: remove async_unregister_domain()
2021-05-07 00:26:33 -07:00
audit_fsnotify.c
audit_alloc_mark(): don't open-code ERR_CAST()
2021-02-23 10:25:27 -05:00
audit_tree.c
audit: move put_tree() to avoid trim_trees refcount underflow and UAF
2021-09-03 10:23:08 +02:00
audit_watch.c
audit.c
lsm: separate security_task_getsecid() into subjective and objective variants
2021-03-22 15:23:32 -04:00
audit.h
audit: avoid -Wempty-body warning
2021-03-24 12:11:48 -04:00
auditfilter.c
lsm: separate security_task_getsecid() into subjective and objective variants
2021-03-22 15:23:32 -04:00
auditsc.c
audit/stable-5.13 PR 20210426
2021-04-27 13:50:58 -07:00
backtracetest.c
bounds.c
capability.c
capability: handle idmapped mounts
2021-01-24 14:27:16 +01:00
cfi.c
cfi: Use rcu_read_{un}lock_sched_notrace
2021-08-26 08:35:13 -04:00
compat.c
configs.c
context_tracking.c
cpu_pm.c
cpu.c
cpu/hotplug: Cure the cpusets trainwreck
2021-07-19 10:04:50 +02:00
crash_core.c
crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfo
2021-06-16 09:24:42 -07:00
crash_dump.c
cred.c
ucounts: Increase ucounts reference counter before the security hook
2021-09-03 10:22:54 +02:00
delayacct.c
dma.c
exec_domain.c
exit.c
Revert "signal: Allow tasks to cache one sigqueue struct"
2021-06-27 13:32:54 -07:00
extable.c
fail_function.c
fork.c
sched: Stop PF_NO_SETAFFINITY from being inherited by various init system threads
2021-07-14 17:07:51 +02:00
freezer.c
Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
2021-03-27 14:09:10 -06:00
futex.c
mm, futex: fix shared futex pgoff on shmem huge page
2021-06-24 19:40:54 -07:00
gen_kheaders.sh
kbuild: redo fake deps at include/config/*.h
2021-04-25 05:26:10 +09:00
groups.c
groups: simplify struct group_info allocation
2021-02-26 09:41:03 -08:00
hung_task.c
iomem.c
irq_work.c
irq_work: Make irq_work_queue() NMI-safe again
2021-06-10 10:00:08 +02:00
jump_label.c
jump_label: Fix jump_label_text_reserved() vs __init
2021-07-20 16:00:41 +02:00
kallsyms.c
kallsyms: strip ThinLTO hashes from static functions
2021-04-08 16:04:21 -07:00
kcmp.c
Kconfig.freezer
Kconfig.hz
Kconfig.locks
Kconfig.preempt
preempt: Introduce CONFIG_PREEMPT_DYNAMIC
2021-02-17 14:12:24 +01:00
kcov.c
kexec_core.c
kexec: dump kmessage before machine_kexec
2021-05-07 00:26:32 -07:00
kexec_elf.c
kexec_file.c
kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
2021-05-07 00:26:32 -07:00
kexec_internal.h
kexec: move machine_kexec_post_load() to public interface
2021-02-22 12:33:26 +00:00
kexec.c
kheaders.c
kmod.c
modules: add CONFIG_MODPROBE_PATH
2021-05-07 00:26:33 -07:00
kprobes.c
kprobe/static_call: Restore missing static_call_text_reserved()
2021-07-20 16:00:41 +02:00
ksysfs.c
kthread.c
kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
2021-07-14 17:06:37 +02:00
latencytop.c
Makefile
kbuild: update config_data.gz only when the content of .config is changed
2021-05-02 00:43:35 +09:00
module_signature.c
module: harden ELF info handling
2021-01-19 10:24:45 +01:00
module_signing.c
module: harden ELF info handling
2021-01-19 10:24:45 +01:00
module-internal.h
module.c
module: correctly exit module_kallsyms_on_each_symbol when fn() != 0
2021-07-20 16:00:28 +02:00
notifier.c
nsproxy.c
padata.c
panic.c
params.c
pid_namespace.c
pid.c
profile.c
kernel: Initialize cpumask before parsing
2021-04-10 13:35:54 +02:00
ptrace.c
ptrace: make ptrace() fail if the tracee changed its pid unexpectedly
2021-05-12 10:45:22 -07:00
range.c
reboot.c
Revert "PM: ACPI: reboot: Use S5 for reboot"
2021-03-18 16:58:02 +01:00
regset.c
relay.c
resource_kunit.c
resource.c
kernel/resource: fix return code check in __request_free_mem_region
2021-05-14 19:41:32 -07:00
rseq.c
rseq: Optimise rseq_get_rseq_cs() and clear_rseq_cs()
2021-04-14 18:04:09 +02:00
scftorture.c
scs.c
seccomp.c
seccomp: Fix setting loaded filter count during TSYNC
2021-08-18 09:06:49 +02:00
signal.c
Revert "signal: Allow tasks to cache one sigqueue struct"
2021-06-27 13:32:54 -07:00
smp.c
smp: Fix smp_call_function_single_async prototype
2021-05-06 15:33:49 +02:00
smpboot.c
sched/core: Initialize the idle task with preemption disabled
2021-07-14 17:06:21 +02:00
smpboot.h
softirq.c
RCU changes for this cycle were:
2021-04-28 12:00:13 -07:00
stackleak.c
stacktrace.c
static_call.c
static_call: Fix static_call_text_reserved() vs __init
2021-07-20 16:00:41 +02:00
stop_machine.c
stop_machine: Add caller debug info to queue_stop_cpus_work
2021-03-23 16:01:58 +01:00
sys_ni.c
Add Landlock, a new LSM from Mickaël Salaün <mic@linux.microsoft.com>
2021-05-01 18:50:44 -07:00
sys.c
Add a reference to ucounts for each cred
2021-07-14 17:06:19 +02:00
sysctl-test.c
sysctl.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
2021-05-11 16:05:56 -07:00
task_work.c
kasan: record task_work_add() call stack
2021-04-30 11:20:42 -07:00
taskstats.c
test_kprobes.c
torture.c
torture: Replace torture_init_begin string with %s
2021-03-08 14:22:28 -08:00
tracepoint.c
tracepoint: Use rcu get state and cond sync for static call updates
2021-08-12 13:32:17 +02:00
tsacct.c
ucount.c
Add a reference to ucounts for each cred
2021-07-14 17:06:19 +02:00
uid16.c
uid16.h
umh.c
kernel/umh.c: fix some spelling mistakes
2021-05-07 00:26:34 -07:00
up.c
A set of locking related fixes and updates:
2021-05-09 13:07:03 -07:00
user_namespace.c
Add a reference to ucounts for each cred
2021-07-14 17:06:19 +02:00
user-return-notifier.c
user.c
usermode_driver.c
bpf: Fix umd memory leak in copy_process()
2021-03-19 22:23:19 +01:00
utsname_sysctl.c
utsname.c
watch_queue.c
watch_queue: rectify kernel-doc for init_watch()
2021-01-26 11:16:34 +00:00
watchdog_hld.c
watchdog.c
watchdog: reliable handling of timestamps
2021-05-22 15:09:07 -10:00
workqueue_internal.h
workqueue.c
workqueue: fix UAF in pwq_unbound_release_workfn()
2021-07-31 08:13:45 +02:00