summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-17Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+17
2024-09-16Merge tag 'audit-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-4/+4
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+3
2024-09-16Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-53/+54
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+9
2024-09-16Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+5
2024-09-16Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-6/+39
2024-09-13bpf: Call the missed kfree() when there is no special field in btfHou Tao1-1/+3
2024-09-13bpf: Call the missed btf_record_free() when map creation failsHou Tao1-7/+12
2024-09-13bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2-0/+3
2024-09-13bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann1-5/+11
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann4-41/+15
2024-09-13bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpersDaniel Borkmann1-4/+0
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-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-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