..
bpf
BPF fixes:
2024-10-31 14:56:19 -10:00
cgroup
cgroup: Fix potential overflow issue when checking max_depth
2024-10-14 13:39:25 -10:00
configs
tinyconfig: remove unnecessary 'is not set' for choice blocks
2024-09-01 20:34:38 +09:00
debug
move asm/unaligned.h to linux/unaligned.h
2024-10-02 17:23:23 -04:00
dma
dma-mapping: report unlimited DMA addressing in IOMMU DMA path
2024-09-23 08:38:56 +02:00
entry
…
events
mm: move mm flags to mm_types.h
2024-11-05 16:56:26 -08:00
futex
mm: use page_pgoff() in more places
2024-11-07 14:38:07 -08:00
gcov
…
irq
genirq/msi: Fix off-by-one error in msi_domain_alloc()
2024-10-27 10:40:47 +01:00
kcsan
…
livepatch
…
locking
Locking changes for v6.12:
2024-09-29 08:51:30 -07:00
module
alloc_tag: load module tags into separate contiguous memory
2024-11-07 14:25:16 -08:00
power
[tree-wide] finally take no_llseek out
2024-09-27 08:18:43 -07:00
printk
drm next for 6.12-rc1
2024-09-19 10:18:15 +02:00
rcu
Merge branch 'linus' into sched/urgent, to resolve conflict
2024-10-17 09:58:07 +02:00
sched
A few scheduler fixes:
2024-11-03 08:18:28 -10:00
time
Including fixes from netfiler, xfrm and bluetooth.
2024-10-24 16:43:50 -07:00
trace
Fixes for function graph:
2024-10-27 08:56:22 -10:00
.gitignore
…
Kconfig.freezer
…
Kconfig.hz
…
Kconfig.kexec
…
Kconfig.locks
…
Kconfig.preempt
…
Makefile
mm: move kernel/numa.c to mm/
2024-09-03 21:15:26 -07:00
acct.c
…
async.c
…
audit.c
audit: Make use of str_enabled_disabled() helper
2024-09-03 16:35:16 -04:00
audit.h
…
audit_fsnotify.c
…
audit_tree.c
…
audit_watch.c
…
auditfilter.c
audit: use task_tgid_nr() instead of task_pid_nr()
2024-08-28 16:48:28 -04:00
auditsc.c
audit: use task_tgid_nr() instead of task_pid_nr()
2024-08-28 16:48:28 -04:00
backtracetest.c
…
bounds.c
…
capability.c
…
cfi.c
…
compat.c
…
configs.c
…
context_tracking.c
…
cpu.c
Updates for timers and timekeeping:
2024-09-17 07:25:37 +02:00
cpu_pm.c
…
crash_core.c
Document/kexec: generalize crash hotplug description
2024-09-01 20:43:37 -07:00
crash_reserve.c
crash: fix crash memory reserve exceed system memory bug
2024-09-01 20:43:30 -07:00
cred.c
…
delayacct.c
…
dma.c
…
elfcorehdr.c
…
exec_domain.c
…
exit.c
ALong with the usual shower of singleton patches, notable patch series in
2024-09-21 07:29:05 -07:00
exit.h
…
extable.c
…
fail_function.c
…
fork.c
mm: move mm flags to mm_types.h
2024-11-05 16:56:26 -08:00
freezer.c
sched/fair: Fix external p->on_rq users
2024-10-14 09:14:35 +02:00
gen_kheaders.sh
…
groups.c
…
hung_task.c
…
iomem.c
…
irq_work.c
…
jump_label.c
jump_label: Fix static_key_slow_dec() yet again
2024-09-10 11:57:27 +02:00
kallsyms.c
…
kallsyms_internal.h
…
kallsyms_selftest.c
…
kallsyms_selftest.h
…
kcmp.c
…
kcov.c
Updates for KCOV instrumentation on x86:
2024-09-17 12:40:34 +02:00
kexec.c
…
kexec_core.c
…
kexec_elf.c
…
kexec_file.c
kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
2024-09-01 17:59:01 -07:00
kexec_internal.h
kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()
2024-09-01 20:43:23 -07:00
kheaders.c
…
kprobes.c
…
ksyms_common.c
…
ksysfs.c
…
kthread.c
kthread: unpark only parked kthread
2024-10-09 12:47:19 -07:00
latencytop.c
…
module_signature.c
…
notifier.c
…
nsproxy.c
…
padata.c
This update includes the following changes:
2024-09-16 06:28:28 +02:00
panic.c
drm next for 6.12-rc1
2024-09-19 10:18:15 +02:00
params.c
…
pid.c
…
pid_namespace.c
…
pid_sysctl.h
…
profile.c
…
ptrace.c
…
range.c
…
reboot.c
…
regset.c
…
relay.c
[tree-wide] finally take no_llseek out
2024-09-27 08:18:43 -07:00
resource.c
kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
2024-11-06 20:11:11 -08:00
resource_kunit.c
resource, kunit: fix user-after-free in resource_test_region_intersects()
2024-10-09 12:47:19 -07:00
rseq.c
…
scftorture.c
…
scs.c
…
seccomp.c
…
signal.c
signal: restore the override_rlimit logic
2024-11-07 14:14:59 -08:00
smp.c
…
smpboot.c
…
smpboot.h
…
softirq.c
…
stackleak.c
…
stacktrace.c
…
static_call.c
…
static_call_inline.c
static_call: Replace pointless WARN_ON() in static_call_module_notify()
2024-09-06 16:29:22 +02:00
stop_machine.c
…
sys.c
struct fd layout change (and conversion to accessor helpers)
2024-09-23 09:35:36 -07:00
sys_ni.c
…
sysctl-test.c
…
sysctl.c
…
task_work.c
sched/core: Disable page allocation in task_tick_mm_cid()
2024-10-11 10:49:32 +02:00
taskstats.c
…
torture.c
…
tracepoint.c
tracepoint: Support iterating tracepoints in a loading module
2024-09-25 23:23:44 +09:00
tsacct.c
…
ucount.c
signal: restore the override_rlimit logic
2024-11-07 14:14:59 -08:00
uid16.c
…
uid16.h
…
umh.c
…
up.c
…
user-return-notifier.c
…
user.c
uidgid: make sure we fit into one cacheline
2024-09-12 12:16:09 +02:00
user_namespace.c
user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocation
2024-09-09 16:47:42 -07:00
usermode_driver.c
…
utsname.c
…
utsname_sysctl.c
…
vhost_task.c
…
vmcore_info.c
mm: support only one page_type per page
2024-09-03 21:15:43 -07:00
watch_queue.c
…
watchdog.c
watchdog: handle the ENODEV failure case of lockup_detector_delay_init() separately
2024-09-01 20:43:32 -07:00
watchdog_buddy.c
…
watchdog_perf.c
…
workqueue.c
workqueue: Changes for v6.12
2024-09-18 06:59:44 +02:00
workqueue_internal.h
…