aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-11panic: Fix up description of vpanic()Nam Cao1-1/+1
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen1-3/+2
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen1-5/+3
2025-07-11bpf: Remove location field in tcx_linkTao Chen1-7/+6
2025-07-11bpf: Remove attach_type in bpf_cgroup_linkTao Chen1-7/+6
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen8-26/+40
2025-07-11bpf: Forget ranges when refining tnum after JSETPaul Chaignon1-0/+4
2025-07-11bpf/arena: add bpf_arena_reserve_pages kfuncEmil Tsalapatis1-0/+43
2025-07-11cpu: Define attack vectorsDavid Kaplan1-11/+119
2025-07-11Merge tag 'dma-mapping-6.16-2025-07-11' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+4
2025-07-11futex: Remove support for IMMUTABLESebastian Andrzej Siewior1-33/+3
2025-07-11futex: Make futex_private_hash_get() staticSebastian Andrzej Siewior2-3/+1
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra2-19/+232
2025-07-11irqdomain: Export irq_domain_free_irqs_top()Nam Cao1-0/+1
2025-07-11Merge back earlier changes related to system suspend and hibernationRafael J. Wysocki2-1/+15
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-35/+37
2025-07-10PM: hibernate: shrink shmem pages after dev_pm_ops.prepare()Samuel Zhang1-0/+26
2025-07-10printk: kunit: Fix __counted_by() in struct prbtest_rbdataPetr Mladek1-20/+27
2025-07-10printk: ringbuffer: Explain why the KUnit test ignores failed writesPetr Mladek1-0/+13
2025-07-10PM: sleep: add kernel parameter to disable asynchronous suspend/resumeTudor Ambarus1-0/+9
2025-07-09kthread: update comment for __to_kthreadJiazi Li1-6/+5
2025-07-09fork: clean up ifdef logic around stack allocationPasha Tatashin1-11/+11
2025-07-09uprobes: revert ref_ctr_offset in uprobe_unregister error pathJiri Olsa1-2/+2
2025-07-09exit: fix misleading comment in forget_original_parent()Fushuai Wang1-6/+1
2025-07-09kcov: fix typo in comment of kcov_fault_in_areaWei Nanxin1-1/+1
2025-07-09relayfs: support a counter tracking if data is too big to writeJason Xing1-8/+10
2025-07-09blktrace: use rbuf->stats.full as a drop indicator in relayfsJason Xing1-20/+2
2025-07-09relayfs: introduce getting relayfs statistics functionJason Xing1-0/+30
2025-07-09relayfs: support a counter tracking if per-cpu buffers is fullJason Xing1-1/+7
2025-07-09relayfs: abolish prev_paddingJason Xing2-7/+9
2025-07-09kernel: relay: use __GFP_ZERO in relay_alloc_bufElijah Wright1-2/+1
2025-07-09fork: define a local GFP_VMAP_STACKLinus Walleij1-6/+7
2025-07-09fork: clean-up naming of vm_stack/vm_struct variables in vmap stacks codePasha Tatashin1-31/+29
2025-07-09mm: filter zone device pages returned from folio_walk_start()Alistair Popple1-1/+1
2025-07-09mm: use folio_expected_ref_count() helper for reference countingShivank Garg1-2/+1
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu2-11/+2
2025-07-09fgraph: Make pid_str size match the commentArtem Sadovnikov1-1/+1
2025-07-09tracing: ring_buffer: Rewind persistent ring buffer on rebootMasami Hiramatsu (Google)1-3/+100
2025-07-09rv: Allow to configure the number of per-task monitorNam Cao3-4/+14
2025-07-09rv: Add rtapp_sleep monitorNam Cao7-1/+534
2025-07-09rv: Add rtapp_pagefault monitorNam Cao7-0/+189
2025-07-09rv: Add rtapp container monitorNam Cao5-0/+48
2025-07-09rv: Add support for LTL monitorsNam Cao3-4/+55
2025-07-09rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTSNam Cao2-4/+4
2025-07-09rv: Let the reactors take care of buffersNam Cao3-5/+13
2025-07-09panic: Add vpanic()Nam Cao1-4/+12
2025-07-09printk: Make vprintk_deferred() publicNam Cao1-1/+0
2025-07-09rv: Add #undef TRACE_INCLUDE_FILENam Cao1-1/+2
2025-07-09sched/fair: Always trigger resched at the end of a protected periodVincent Guittot1-9/+1
2025-07-09sched/fair: Fix entity's lag with run to parityVincent Guittot1-3/+13