summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-13bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2
2024-09-13bpf: Fix a sdiv overflow issueYonghong Song1-4/+89
2024-09-13module: Refine kmemleak scanned areasVincent Donnefort1-14/+4
2024-09-13module: abort module loading when sysfs setup suffer errorsChunhui Li1-21/+42
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-6/+39
2024-09-12bpf: convert bpf_token_create() to CLASS(fd, ...)Al Viro1-42/+23
2024-09-12Merge tag 'wq-for-6.11-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+6
2024-09-12dma-mapping: reflow dma_supportedChristoph Hellwig1-11/+14
2024-09-12uidgid: make sure we fit into one cachelineChristian Brauner1-3/+3
2024-09-12dma-mapping: reliably inform about DMA support for IOMMULeon Romanovsky1-0/+3
2024-09-11sched: Move update_other_load_avgs() to kernel/sched/pelt.cTejun Heo4-24/+21
2024-09-11workqueue: Clear worker->pool in the worker thread contextLai Jiangshan1-2/+6
2024-09-11bpf: Use fake pt_regs when doing bpf syscall tracepoint tracingYonghong Song1-4/+8
2024-09-11bpf: Check percpu map value size firstTao Chen2-0/+6
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo6-138/+177
2024-09-11Merge tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2024-09-11kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansionBaoquan He1-6/+3
2024-09-11Merge branches 'pm-sleep', 'pm-opp' and 'pm-tools'Rafael J. Wysocki3-53/+54
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko2-20/+75
2024-09-11bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entryAndrii Nakryiko1-16/+33
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko2-2/+2
2024-09-11bpf: Support __nullable argument suffix for tp_btfPhilo Lu2-4/+35
2024-09-11bpf, cpumap: Move xdp:xdp_cpumap_kthread tracepoint before rcvDaniel Xu1-2/+4
2024-09-11sched/cpufreq: Use NSEC_PER_MSEC for deadline taskChristian Loehle1-3/+3
2024-09-11Merge branch 'for-6.11-fixup' into for-linusPetr Mladek1-0/+1
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter13-75/+103
2024-09-10sched_ext: Don't trigger ops.quiescent/runnable() on migrationsTejun Heo1-2/+2
2024-09-10sched_ext: Synchronize bypass state changes with rq lockTejun Heo2-26/+38
2024-09-10cgroup: Do not report unavailable v1 controllers in /proc/cgroupsMichal Koutný1-1/+4
2024-09-10cgroup: Disallow mounting v1 hierarchies without controller implementationMichal Koutný1-2/+10
2024-09-10cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný1-2/+2
2024-09-10PM: hibernate: Remove unused stub for saveable_highmem_page()Andy Shevchenko1-5/+0
2024-09-10Merge tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+5
2024-09-10ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN3-4/+14
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner48-504/+387
2024-09-10locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DE...Waiman Long1-12/+10
2024-09-10jump_label: Fix static_key_slow_dec() yet againPeter Zijlstra1-7/+27
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang1-3/+11
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang1-2/+162
2024-09-10sched/debug: Fix the runnable tasks outputHuang Shijie1-8/+23
2024-09-10sched: Fix sched_delayed vs sched_corePeter Zijlstra1-0/+6
2024-09-10kernel/sched: Fix util_est accounting for DELAY_DEQUEUEDietmar Eggemann1-7/+9
2024-09-10kthread: Fix task state in kthread worker if being frozenChen Yu1-1/+9
2024-09-10sched/pelt: Use rq_clock_task() for hw_pressureChen Yu1-1/+2
2024-09-10sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.cVincent Guittot2-101/+99
2024-09-10sched/core: Introduce SM_IDLE and an idle re-entry fast-path in __schedule()Peter Zijlstra1-19/+26
2024-09-10dma-mapping: add tracing for dma-mapping API callsSean Anderson1-1/+23
2024-09-09user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocationJinjie Ruan1-3/+2
2024-09-09sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo1-3/+229
2024-09-09sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo1-11/+12