summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2025-02-06kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada1-0/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-12/+97
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-25mm: introduce ctor/dtor at PGD levelKevin Brodsky1-1/+2
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-1/+26
2025-01-25mm: pgtable: introduce generic pagetable_dtor_free()Qi Zheng2-10/+5
2025-01-25mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table()Qi Zheng1-2/+8
2025-01-25mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-2/+13
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-4/+4
2025-01-25mm: pgtable: add statistics for P4D level page tableQi Zheng1-0/+2
2025-01-25asm-generic: pgalloc: provide generic p4d_{alloc_one,free}Kevin Brodsky1-0/+45
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-878/+3
2025-01-13mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang1-1/+1
2025-01-12include: update references to include/asm-<arch>Geert Uytterhoeven1-1/+1
2025-01-10hyperv: Remove the now unused hyperv-tlfs.h filesNuno Das Neves1-883/+0
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves1-4/+3
2025-01-08hyperv: Move hv_connection_id to hyperv-tlfs.hNuno Das Neves1-0/+9
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)1-0/+46
2024-12-01Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-13/+40
2024-11-29delay: Fix ndelay() spuriously treated as udelay()Frederic Weisbecker1-2/+2
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-96/+110
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada1-1/+1
2024-11-27Rename .data.unlikely to .data..unlikelyMasahiro Yamada1-1/+1
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu1-3/+3
2024-11-27AutoFDO: Enable machine function split optimization for AutoFDORong Xu1-1/+6
2024-11-27AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu1-2/+9
2024-11-27vmlinux.lds.h: Add markers for text_unlikely and text_hot sectionsRong Xu1-2/+12
2024-11-27vmlinux.lds.h: Adjust symbol ordering in text output sectionRong Xu1-7/+12
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+32
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-121/+118
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-27/+69
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2024-11-11empty include/asm-generic/vga.hAl Viro1-22/+1
2024-11-11riscv: Add qspinlock supportAlexandre Ghiti2-0/+4
2024-11-11asm-generic: ticket-lock: Add separate ticket-lock.hGuo Ren2-86/+104
2024-11-11asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlockGuo Ren2-17/+9
2024-11-07alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan1-0/+19
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+5
2024-11-06mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador1-7/+0
2024-11-06arch/s390: clean up hugetlb definitionsOscar Salvador1-0/+8
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+6
2024-10-28New implementation for IO memcpy and IO memsetJulian Vetter1-19/+3
2024-10-28__arch_xprod64(): make __always_inline when optimizing for performanceNicolas Pitre1-1/+6
2024-10-28asm-generic/div64: optimize/simplify __div64_const32()Nicolas Pitre1-79/+35
2024-10-28asm-generic: add an optional pfn_valid check to page_to_physChristoph Hellwig1-0/+10
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-0/+3
2024-10-28asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=nNiklas Schnelle1-0/+60
2024-10-16delay: Rework udelay and ndelayAnna-Maria Behnsen1-28/+37