summaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-12-011-2/+2
|\
| * delay: Fix ndelay() spuriously treated as udelay()Frederic Weisbecker2024-11-291-2/+2
* | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-13/+40
|\ \
| * | Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada2024-11-271-1/+1
| * | Rename .data.unlikely to .data..unlikelyMasahiro Yamada2024-11-271-1/+1
| * | kbuild: Add Propeller configuration for kernel buildRong Xu2024-11-271-3/+3
| * | AutoFDO: Enable machine function split optimization for AutoFDORong Xu2024-11-271-1/+6
| * | AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu2024-11-271-2/+9
| * | vmlinux.lds.h: Add markers for text_unlikely and text_hot sectionsRong Xu2024-11-271-2/+12
| * | vmlinux.lds.h: Adjust symbol ordering in text output sectionRong Xu2024-11-271-7/+12
* | | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-274-96/+110
|\ \ \ | |_|/ |/| |
| * | riscv: Add qspinlock supportAlexandre Ghiti2024-11-112-0/+4
| * | asm-generic: ticket-lock: Add separate ticket-lock.hGuo Ren2024-11-112-86/+104
| * | asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlockGuo Ren2024-11-112-17/+9
| |/
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-233-7/+32
|\ \
| * | alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan2024-11-071-0/+19
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+5
| * | mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador2024-11-071-7/+0
| * | arch/s390: clean up hugetlb definitionsOscar Salvador2024-11-071-0/+8
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-214-121/+118
|\ \
| * | empty include/asm-generic/vga.hAl Viro2024-11-111-22/+1
| * | New implementation for IO memcpy and IO memsetJulian Vetter2024-10-281-19/+3
| * | __arch_xprod64(): make __always_inline when optimizing for performanceNicolas Pitre2024-10-281-1/+6
| * | asm-generic/div64: optimize/simplify __div64_const32()Nicolas Pitre2024-10-281-79/+35
| * | asm-generic: add an optional pfn_valid check to page_to_physChristoph Hellwig2024-10-281-0/+10
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-0/+3
| * | asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=nNiklas Schnelle2024-10-281-0/+60
| |/
* | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-27/+69
|\ \
| * | delay: Rework udelay and ndelayAnna-Maria Behnsen2024-10-161-28/+37
| * | timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen2024-10-161-4/+37
* | | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-2/+1
|\ \ \
| * | | vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh2024-10-151-2/+1
| | |/ | |/|
* | | Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-0/+6
|\ \ \ | |/ / |/| |
| * | fs/xattr: add *at family syscallsChristian Göttsche2024-11-061-0/+6
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-148/+1
|/
* Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-261-0/+4
|\
| * runtime constants: move list of constants to vmlinux.lds.hJann Horn2024-08-191-0/+4
* | Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-211-0/+1
|\ \
| * | Merge branch 'bpf/master' into for-6.12Tejun Heo2024-09-041-6/+5
| |\|
| * | Merge tag 'v6.11-rc1' into for-6.12Tejun Heo2024-07-306-42/+29
| |\ \
| * | | sched_ext: Implement BPF extensible scheduler classTejun Heo2024-06-181-0/+1
* | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-213-11/+13
|\ \ \ \
| * | | | arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)2024-09-041-3/+5
| * | | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-041-0/+5
| * | | | mm: remove arch_unmap()Michael Ellerman2024-09-021-8/+3
| | |_|/ | |/| |
* / | | random: vDSO: minimize and simplify header includesChristophe Leroy2024-09-131-10/+1
|/ / /
* | / runtime constants: deal with old decrepit linkersLinus Torvalds2024-08-031-6/+5
| |/ |/|
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-19/+0
|\ \
| * | kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada2024-07-151-19/+0
* | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-221-16/+2
|\ \ \