summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-09-17uprobes: introduce the global struct vm_special_mapping xol_mappingOleg Nesterov-5/+16
2024-09-17Revert "uprobes: use vm_special_mapping close() functionality"Oleg Nesterov-17/+20
2024-09-17resource, kunit: add test case for region_intersects()Huang Ying-6/+157
2024-09-17resource: make alloc_free_mem_region() works for iomem_resourceHuang Ying-1/+1
2024-09-17resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying-8/+50
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-175/+1818
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-213/+231
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-125/+161
2024-09-17Merge tag 'timers-clocksource-2024-09-16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-13/+32
2024-09-17Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+17
2024-09-16Merge tag 'audit-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-3/+3
2024-09-16Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-53/+54
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+9
2024-09-16Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+5
2024-09-16Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+39
2024-09-13bpf: Call the missed kfree() when there is no special field in btfHou Tao-1/+3
2024-09-13bpf: Call the missed btf_record_free() when map creation failsHou Tao-7/+12
2024-09-13bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann-0/+3
2024-09-13bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann-5/+11
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann-41/+15
2024-09-13bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpersDaniel Borkmann-4/+0
2024-09-13bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann-2/+2
2024-09-13bpf: Fix a sdiv overflow issueYonghong Song-4/+89
2024-09-13module: Refine kmemleak scanned areasVincent Donnefort-14/+4
2024-09-13module: abort module loading when sysfs setup suffer errorsChunhui Li-21/+42
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-6/+39
2024-09-12bpf: convert bpf_token_create() to CLASS(fd, ...)Al Viro-42/+23
2024-09-12Merge tag 'wq-for-6.11-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+6
2024-09-12dma-mapping: reflow dma_supportedChristoph Hellwig-11/+14
2024-09-12uidgid: make sure we fit into one cachelineChristian Brauner-3/+3
2024-09-12dma-mapping: reliably inform about DMA support for IOMMULeon Romanovsky-0/+3
2024-09-11sched: Move update_other_load_avgs() to kernel/sched/pelt.cTejun Heo-24/+21
2024-09-11workqueue: Clear worker->pool in the worker thread contextLai Jiangshan-2/+6
2024-09-11bpf: Use fake pt_regs when doing bpf syscall tracepoint tracingYonghong Song-4/+8
2024-09-11bpf: Check percpu map value size firstTao Chen-0/+6
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo-138/+177
2024-09-11Merge tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2024-09-11kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansionBaoquan He-6/+3
2024-09-11Merge branches 'pm-sleep', 'pm-opp' and 'pm-tools'Rafael J. Wysocki-53/+54
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko-20/+75
2024-09-11bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entryAndrii Nakryiko-16/+33
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko-2/+2
2024-09-11bpf: Support __nullable argument suffix for tp_btfPhilo Lu-4/+35
2024-09-11bpf, cpumap: Move xdp:xdp_cpumap_kthread tracepoint before rcvDaniel Xu-2/+4
2024-09-11sched/cpufreq: Use NSEC_PER_MSEC for deadline taskChristian Loehle-3/+3
2024-09-11Merge branch 'for-6.11-fixup' into for-linusPetr Mladek-0/+1
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter-75/+103
2024-09-10sched_ext: Don't trigger ops.quiescent/runnable() on migrationsTejun Heo-2/+2
2024-09-10sched_ext: Synchronize bypass state changes with rq lockTejun Heo-26/+38