summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli-18/+33
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna-2/+2
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan-2/+2
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador-1/+1
2025-07-13mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka-49/+1
2025-07-13Merge tag 'perf_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+7
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton-11/+2
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds-11/+2
2025-07-11locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLEJinliang Zheng-3/+1
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2025-07-11panic: Fix up description of vpanic()Nam Cao-1/+1
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen-3/+2
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen-5/+3
2025-07-11bpf: Remove location field in tcx_linkTao Chen-7/+6
2025-07-11bpf: Remove attach_type in bpf_cgroup_linkTao Chen-7/+6
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen-26/+40
2025-07-11bpf: Forget ranges when refining tnum after JSETPaul Chaignon-0/+4
2025-07-11bpf/arena: add bpf_arena_reserve_pages kfuncEmil Tsalapatis-0/+43
2025-07-11cpu: Define attack vectorsDavid Kaplan-11/+119
2025-07-11Merge tag 'dma-mapping-6.16-2025-07-11' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+4
2025-07-11futex: Remove support for IMMUTABLESebastian Andrzej Siewior-33/+3
2025-07-11futex: Make futex_private_hash_get() staticSebastian Andrzej Siewior-3/+1
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra-19/+232
2025-07-11irqdomain: Export irq_domain_free_irqs_top()Nam Cao-0/+1
2025-07-11Merge back earlier changes related to system suspend and hibernationRafael J. Wysocki-1/+15
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-35/+37
2025-07-10PM: hibernate: shrink shmem pages after dev_pm_ops.prepare()Samuel Zhang-0/+26
2025-07-10printk: kunit: Fix __counted_by() in struct prbtest_rbdataPetr Mladek-20/+27
2025-07-10printk: ringbuffer: Explain why the KUnit test ignores failed writesPetr Mladek-0/+13
2025-07-10PM: sleep: add kernel parameter to disable asynchronous suspend/resumeTudor Ambarus-0/+9
2025-07-09kthread: update comment for __to_kthreadJiazi Li-6/+5
2025-07-09fork: clean up ifdef logic around stack allocationPasha Tatashin-11/+11
2025-07-09uprobes: revert ref_ctr_offset in uprobe_unregister error pathJiri Olsa-2/+2
2025-07-09exit: fix misleading comment in forget_original_parent()Fushuai Wang-6/+1
2025-07-09kcov: fix typo in comment of kcov_fault_in_areaWei Nanxin-1/+1
2025-07-09relayfs: support a counter tracking if data is too big to writeJason Xing-8/+10
2025-07-09blktrace: use rbuf->stats.full as a drop indicator in relayfsJason Xing-20/+2
2025-07-09relayfs: introduce getting relayfs statistics functionJason Xing-0/+30
2025-07-09relayfs: support a counter tracking if per-cpu buffers is fullJason Xing-1/+7
2025-07-09relayfs: abolish prev_paddingJason Xing-7/+9
2025-07-09kernel: relay: use __GFP_ZERO in relay_alloc_bufElijah Wright-2/+1
2025-07-09fork: define a local GFP_VMAP_STACKLinus Walleij-6/+7
2025-07-09fork: clean-up naming of vm_stack/vm_struct variables in vmap stacks codePasha Tatashin-31/+29
2025-07-09mm: filter zone device pages returned from folio_walk_start()Alistair Popple-1/+1
2025-07-09mm: use folio_expected_ref_count() helper for reference countingShivank Garg-2/+1
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu-11/+2
2025-07-09fgraph: Make pid_str size match the commentArtem Sadovnikov-1/+1
2025-07-09tracing: ring_buffer: Rewind persistent ring buffer on rebootMasami Hiramatsu (Google)-3/+100
2025-07-09rv: Allow to configure the number of per-task monitorNam Cao-4/+14
2025-07-09rv: Add rtapp_sleep monitorNam Cao-1/+534