summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-13vmlinux.lds: Fix TEXT_MAIN to include .text.start and friendsJosh Poimboeuf1-11/+12
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar1-1/+1
2025-11-12fs: hide dentry_cache behind runtime const machineryMateusz Guzik1-1/+2
2025-11-04rseq: Switch to TIF_RSEQ if supportedThomas Gleixner1-0/+3
2025-10-31vmlinux.lds: Exclude .text.startup and .text.exit from TEXT_MAINJosh Poimboeuf1-6/+22
2025-10-28kbuild: align modinfo section for Secureboot Authenticode EDK2 compatDimitri John Ledkov1-1/+1
2025-10-27asm-generic: percpu: Add assembly guardTiwei Bie1-0/+3
2025-10-24tracing: Add a tracepoint verification check at build timeSteven Rostedt1-0/+1
2025-10-15vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macrosJosh Poimboeuf1-28/+12
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+16
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-10-02Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+1
2025-10-02Merge tag 'asm-generic-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-32/+67
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor1-3/+5
2025-10-01Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2025-10-01Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+48
2025-09-30Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-09-25once: fix race by moving DO_ONCE to separate sectionQi Xi1-0/+1
2025-09-25kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-1/+1
2025-09-24kbuild: keep .modinfo section in vmlinux.unstrippedMasahiro Yamada1-1/+1
2025-09-24asm-generic/io.h: Skip trace helpers if rwmmio events are disabledVarad Gautam1-32/+66