summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+13
7 daysmshv: Introduce hv_deposit_memory helper functionsStanislav Kinsburskii1-0/+10
7 daysmshv: Introduce hv_result_needs_memory() helper functionStanislav Kinsburskii1-0/+3
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
13 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2026-02-11Merge tag 'asm-generic-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+2
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-1/+1
2026-02-10Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+2
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+9
2026-02-07mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng1-1/+1
2026-01-30include/asm-generic/topology.h: Remove unused definition of cpumask_of_node()John Garry1-6/+2
2026-01-27atomic: specify alignment for atomic_t and atomic64_tFinn Thain1-1/+1
2026-01-27bpf: explicitly align bpf_res_spin_lockFinn Thain1-1/+1
2026-01-23rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi1-1/+1
2026-01-21mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()Wei Yang1-3/+2
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)1-2/+75
2026-01-13fs: hide names_cache behind runtime const machineryMateusz Guzik1-1/+2
2026-01-07audit: add missing syscalls to read classJeffrey Bencteux1-0/+6
2025-12-19perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIsPeter Zijlstra1-0/+1
2025-12-15audit: add fchmodat2() to change attributes classJeffrey Bencteux1-0/+3
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-43/+20
2025-12-06Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+36
2025-12-05Merge tag 'tracepoints-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2025-12-04Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-28/+32
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2025-12-02Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+57
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-30/+46
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2025-11-29rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi1-28/+32
2025-11-25mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang1-0/+17
2025-11-25mm: correctly handle UFFD PTE markersLorenzo Stoakes1-8/+0
2025-11-24x86/bug: Implement WARN_ONCE()Peter Zijlstra1-0/+2
2025-11-24x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILEDPeter Zijlstra1-3/+5
2025-11-21bug: Allow architectures to provide __WARN_printf()Peter Zijlstra1-15/+22
2025-11-21bug: Implement WARN_ON() using __WARN_FLAGS()Peter Zijlstra1-7/+21
2025-11-21bug: Add BUG_FORMAT_ARGS infrastructurePeter Zijlstra1-0/+1
2025-11-21bug: Clean up CONFIG_GENERIC_BUG_RELATIVE_POINTERSPeter Zijlstra1-14/+8
2025-11-21bug: Add BUG_FORMAT infrastructurePeter Zijlstra1-0/+7
2025-11-21Merge branch 'objtool/core'Peter Zijlstra14-81/+189
2025-11-21kbuild: Check for functions with ambiguous -ffunction-sections section namesJosh Poimboeuf1-1/+1
2025-11-21mm: remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()Huacai Chen1-5/+1
2025-11-17mm: actually mark kernel page table pagesDave Hansen1-0/+18
2025-11-15arch/x86: mshyperv: Trap on access for some synthetic MSRsRoman Kisel1-0/+1
2025-11-15arch: hyperv: Get/set SynIC synth.registers via paravisorRoman Kisel1-40/+2
2025-11-15arch/x86: mshyperv: Discover Confidential VMBus availabilityRoman Kisel1-0/+2
2025-11-15drivers: hv: Allow vmbus message synic interrupt injected from Hyper-VTianyu Lan1-0/+1
2025-11-15mshv: Fix deposit memory in MSHV_ROOT_HVCALLNuno Das Neves1-3/+14
2025-11-13objtool: Warn on functions with ambiguous -ffunction-sections section namesJosh Poimboeuf1-0/+15