summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-12/+0
| * | | mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)2023-08-241-0/+5
| * | | pgalloc: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-36/+52
| * | | mm: add utility functions for ptdescVishal Moola (Oracle)2023-08-211-0/+11
| * | | mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-181-1/+0
| * | | mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowedBaoquan He2023-08-181-26/+0
| * | | mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He2023-08-181-0/+3
| * | | mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy2023-08-181-0/+4
| * | | asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-181-3/+3
| | |/ | |/|
* | | Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-041-1/+1
|\ \ \
| * | | Drivers: hv: Change hv_free_hyperv_page() to take void * argumentKameron Carr2023-06-281-1/+1
* | | | word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2023-08-021-1/+1
| |/ / |/| |
* | | vmlinux.lds.h: Remove a reference to no longer used sections .text..refcountPetr Pavlu2023-07-111-1/+0
| |/ |/|
* | Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-071-1/+1
|\ \
| * \ Merge patch series "riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION"Palmer Dabbelt2023-07-011-1/+1
| |\ \
| | * | vmlinux.lds.h: use correct .init.data.* section nameJisheng Zhang2023-06-251-1/+1
* | | | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-2/+10
|\ \ \ \
| * \ \ \ Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-05-311-2/+10
| |\ \ \ \
| | * | | | asm-generic/page.h: Make pfn accessors static inlinesLinus Walleij2023-05-291-2/+10
| | | |/ / | | |/| |
* | | | | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-012-80/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*Masahiro Yamada2023-06-221-3/+0
| * | | | kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-222-79/+6
| | |/ / | |/| |
* | | | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-2/+124
|\ \ \ \
| * \ \ \ Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-191-1/+8
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | fbdev: Rename fb_mem*() helpersThomas Zimmermann2023-05-181-8/+8
| * | | | fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann2023-05-181-0/+102
| * | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0910-179/+75
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | fbdev: Prepare generic architecture helpersThomas Zimmermann2023-04-201-2/+22
* | | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-2/+3
|\ \ \ \ \
| * | | | | panic: make function declarations visibleArnd Bergmann2023-06-091-2/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-274-62/+162
|\ \ \ \ \
| * | | | | percpu: Fix self-assignment of __old in raw_cpu_generic_try_cmpxchg()Nathan Chancellor2023-06-081-2/+2
| * | | | | locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland2023-06-052-10/+10
| * | | | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-3/+0
| * | | | | arch: Remove cmpxchg_doublePeter Zijlstra2023-06-051-58/+0
| * | | | | percpu: Wire up cmpxchg128Peter Zijlstra2023-06-051-0/+56
| * | | | | percpu: Add {raw,this}_cpu_try_cmpxchg()Peter Zijlstra2023-06-051-4/+109
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-11/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | init: Remove check_bugs() leftoversThomas Gleixner2023-06-161-11/+0
| |/ / /
* | / / x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval2023-06-161-0/+3
| |/ / |/| |
* | | vmlinux.lds.h: Discard .note.gnu.property sectionJosh Poimboeuf2023-05-161-1/+8
|/ /
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-1/+12
|\ \
| * | locking/generic: Wire up local{,64}_try_cmpxchg()Uros Bizjak2023-04-292-1/+12
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+2
|\ \
| * | mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes2023-03-281-2/+2
| |/
* | Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-272-10/+40
|\ \
| * | x86/hyperv: Add VTL specific structs and hypercallsSaurabh Sengar2023-04-181-0/+4
| * | x86/hyperv: Add callback filter to cpumask_to_vpset()Michael Kelley2023-04-171-8/+14
| * | PCI: hv: Enable PCI pass-thru devices in Confidential VMsMichael Kelley2023-04-171-0/+22
| * | hv_netvsc: Remove second mapping of send and recv buffersMichael Kelley2023-04-171-2/+0