summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorLines
2025-10-27kbuild: align modinfo section for Secureboot Authenticode EDK2 compatDimitri John Ledkov-1/+1
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+16
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds-1/+1
2025-10-01Merge tag 'asm-generic-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-32/+67
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor-3/+5
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+0
2025-09-30Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+48
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2025-09-25once: fix race by moving DO_ONCE to separate sectionQi Xi-0/+1
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook-1/+1
2025-09-24kbuild: keep .modinfo section in vmlinux.unstrippedMasahiro Yamada-1/+1
2025-09-24asm-generic/io.h: Skip trace helpers if rwmmio events are disabledVarad Gautam-32/+66
2025-09-17asm-generic: Provide generic TIF infrastructureThomas Gleixner-0/+48
2025-09-13mm: convert page_to_section() to memdesc_section()Matthew Wilcox (Oracle)-1/+1
2025-09-08mshv: Add support for a new parent partition configurationNuno Das Neves-0/+11
2025-09-08bitops: Add __attribute_const__ to generic ffs()-family implementationsKees Cook-9/+9
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh-4/+0
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+6
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-25/+8
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-1/+1
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2025-07-29unwind_user: Add user space unwinding API with frame pointer supportJosh Poimboeuf-0/+6
2025-07-24mm: drop hugetlb_free_pgd_range()Anthony Yznaga-9/+0
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt-1/+1
2025-07-13mm/hugetlb: remove prepare_hugepage_range()Peter Xu-8/+0
2025-07-09codetag: avoid unused alloc_tags sections/symbolsPetr Pavlu-2/+8
2025-07-09alloc_tag: remove empty module tag sectionCasey Chen-6/+0
2025-07-09vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()Thomas Weißschuh-3/+3
2025-07-08irqchip/gic-v5: Add GICv5 IWB supportLorenzo Pieralisi-0/+1
2025-06-24alpha: regularize the situation with asm/param.hAl Viro-1/+1
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+6
2025-06-03Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+36
2025-05-31mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()Roman Gushchin-10/+36
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+47
2025-05-30asm-generic: Add sched.h inclusion in simd.hHuacai Chen-0/+1
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1/+2
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2025-05-23btf: Allow mmap of vmlinux btfLorenz Bauer-1/+2
2025-05-23Drivers: hv: Remove hv_alloc/free_* helpersLong Li-4/+0
2025-05-23Drivers: hv: Provide arch-neutral implementation of get_vtl()Roman Kisel-0/+6
2025-05-12mm: implement for_each_valid_pfn() for CONFIG_FLATMEMDavid Woodhouse-1/+9
2025-05-11mm: call ctor/dtor for kernel PTEsKevin Brodsky-1/+6
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky-2/+2
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin-0/+14
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin-0/+16
2025-05-11mm: remove mk_huge_pte()Matthew Wilcox (Oracle)-5/+0
2025-04-22vmlinux.lds: Include .data.rel[.local] into .data sectionArd Biesheuvel-2/+2