aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2023-07-11vmlinux.lds.h: Remove a reference to no longer used sections .text..refcountGravatar Petr Pavlu 1-1/+0
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+10
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-80/+4
2023-07-01Merge patch series "riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION"Gravatar Palmer Dabbelt 1-1/+1
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+124
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+3
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-62/+162
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+0
2023-06-25vmlinux.lds.h: use correct .init.data.* section nameGravatar Jisheng Zhang 1-1/+1
2023-06-22ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*Gravatar Masahiro Yamada 1-3/+0
2023-06-22kbuild: generate KSYMTAB entries by modpostGravatar Masahiro Yamada 2-79/+6
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Gravatar Dave Airlie 1-1/+8
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierGravatar Omar Sandoval 1-0/+3
2023-06-16init: Remove check_bugs() leftoversGravatar Thomas Gleixner 1-11/+0
2023-06-09panic: make function declarations visibleGravatar Arnd Bergmann 1-2/+3
2023-06-08percpu: Fix self-assignment of __old in raw_cpu_generic_try_cmpxchg()Gravatar Nathan Chancellor 1-2/+2
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Gravatar Mark Rutland 2-10/+10
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 1-3/+0
2023-06-05arch: Remove cmpxchg_doubleGravatar Peter Zijlstra 1-58/+0
2023-06-05percpu: Wire up cmpxchg128Gravatar Peter Zijlstra 1-0/+56
2023-06-05percpu: Add {raw,this}_cpu_try_cmpxchg()Gravatar Peter Zijlstra 1-4/+109
2023-05-31Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 1-2/+10
2023-05-29asm-generic/page.h: Make pfn accessors static inlinesGravatar Linus Walleij 1-2/+10
2023-05-18fbdev: Rename fb_mem*() helpersGravatar Thomas Zimmermann 1-8/+8
2023-05-18fbdev: Move framebuffer I/O helpers into <asm/fb.h>Gravatar Thomas Zimmermann 1-0/+102
2023-05-16vmlinux.lds.h: Discard .note.gnu.property sectionGravatar Josh Poimboeuf 1-1/+8
2023-05-09Merge drm/drm-next into drm-misc-nextGravatar Maxime Ripard 10-179/+75
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+12
2023-04-29locking/generic: Wire up local{,64}_try_cmpxchg()Gravatar Uros Bizjak 2-1/+12
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-10/+40
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-147/+0
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2023-04-20fbdev: Prepare generic architecture helpersGravatar Thomas Zimmermann 1-2/+22
2023-04-18x86/hyperv: Add VTL specific structs and hypercallsGravatar Saurabh Sengar 1-0/+4
2023-04-17x86/hyperv: Add callback filter to cpumask_to_vpset()Gravatar Michael Kelley 1-8/+14
2023-04-17PCI: hv: Enable PCI pass-thru devices in Confidential VMsGravatar Michael Kelley 1-0/+22
2023-04-17hv_netvsc: Remove second mapping of send and recv buffersGravatar Michael Kelley 1-2/+0
2023-04-17Merge remote-tracking branch 'tip/x86/sev' into hyperv-nextGravatar Wei Liu 1-0/+2
2023-04-04asm-generic: avoid __generic_cmpxchg_local warningsGravatar Arnd Bergmann 3-11/+11
2023-04-04asm-generic/io.h: suppress endianness warnings for relaxed accessorsGravatar Vladimir Oltean 1-6/+6
2023-04-04asm-generic/io.h: suppress endianness warnings for readq() and writeq()Gravatar Vladimir Oltean 1-2/+2
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesGravatar Lorenzo Stoakes 1-2/+2
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsGravatar Michael Kelley 1-0/+2
2023-03-06gpiolib: remove asm-generic/gpio.hGravatar Arnd Bergmann 1-146/+0
2023-03-06gpiolib: Make the legacy <linux/gpio.h> consumer-onlyGravatar Linus Walleij 1-1/+0
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-10/+20