aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/akpm/mmLinus Torvalds3-7/+32
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-119/+116
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+68
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-77/+33
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
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen1-4/+37
2024-10-15vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh1-2/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-148/+1
2024-09-26Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+4
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-0/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-11/+13
2024-09-13random: vDSO: minimize and simplify header includesChristophe Leroy1-10/+1
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo1-6/+5
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)1-3/+5
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-0/+5
2024-09-01mm: remove arch_unmap()Michael Ellerman1-8/+3
2024-08-19runtime constants: move list of constants to vmlinux.lds.hJann Horn1-0/+4
2024-08-03runtime constants: deal with old decrepit linkersLinus Torvalds1-6/+5
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo6-42/+29
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-19/+0
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-16/+2
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-5/+1
2024-07-16kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada1-19/+0
2024-07-15Merge branch 'runtime-constants'Linus Torvalds3-0/+24
2024-07-12init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada1-16/+2
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-07-12vmlinux.lds.h: catch .bss..L* sections into BSS")Christophe Leroy1-1/+1
2024-07-11fixmap: Remove unused set_fixmap_offset_io()Steven Price1-3/+0
2024-07-10kbuild: verify asm-generic header listArnd Bergmann1-1/+0
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann1-1/+1