summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-07-061-0/+3
|\
| * arch/sparc: Add module license and description for fbdev helpersThomas Zimmermann2023-06-291-0/+3
* | sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds2023-06-291-1/+1
* | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-292-2/+0
|\ \
| * | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-262-2/+0
* | | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-294-20/+54
|\ \ \ | | |/ | |/|
| * | fbdev: Rename fb_mem*() helpersThomas Zimmermann2023-05-181-6/+6
| * | fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann2023-05-181-0/+20
| * | fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann2023-05-181-1/+0
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0925-107/+123
| |\|
| * | arch/sparc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-8/+8
| * | arch/sparc: Implement fb_is_primary_device() in source fileThomas Zimmermann2023-04-204-18/+33
* | | Merge branch 'expand-stack'Linus Torvalds2023-06-283-27/+14
|\ \ \
| * | | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-3/+5
| * | | mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-24/+9
| | |/ | |/|
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-0/+3
|\ \ \
| * | | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+1
| * | | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+2
| |/ /
* | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-288-12/+24
|\ \ \
| * | | watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek2023-06-191-1/+6
| * | | watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek2023-06-192-1/+10
| * | | watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek2023-06-191-1/+0
| * | | watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson2023-06-191-0/+5
| * | | watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2023-06-091-2/+2
| * | | watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen2023-06-091-5/+3
| * | | init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-094-4/+0
| |/ /
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-287-4/+12
|\ \ \
| * | | sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins2023-06-192-2/+2
| * | | sparc: allow pte_offset_map() to failHugh Dickins2023-06-193-0/+7
| * | | sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-2/+2
| * | | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-091-0/+1
| |/ /
* | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-274-4/+4
|\ \ \
| * | | sparc64: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-144-4/+4
| |/ /
* | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-272-13/+34
|\ \ \
| * | | locking/atomic: sparc: add preprocessor symbolsMark Rutland2023-06-052-2/+32
| * | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-052-11/+2
| |/ /
* / / sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-163-18/+8
|/ /
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-5/+5
|\ \
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-292-5/+5
| |/
* | Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-04-301-11/+4
|\ \
| * | sparc: unify sparc32/sparc64 archhelpRandy Dunlap2023-04-261-11/+4
| |/
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-282-2/+2
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-242-2/+2
| |/
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-282-2/+2
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | sparc/cpu: Mark cpu_play_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| |/
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-282-0/+8
|\ \
| * | mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov2023-03-161-0/+6
| * | mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-0/+2
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-275-65/+80
|\ \