summaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Helge Deller1-0/+4
2023-08-10parisc: dma: Add prototype for pcxl_dma_startHelge Deller1-0/+2
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesHelge Deller2-2/+6
2023-07-03parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller1-0/+1
2023-07-03parisc: smp: Add declaration for start_cpu_itimer()Helge Deller1-0/+1
2023-06-30parisc: irq: Add irq-related function declarationsHelge Deller1-0/+3
2023-06-30parisc: Move init function declarations into header fileHelge Deller1-0/+32
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller1-2/+2
2023-06-30parisc: Add cacheflush() syscallHelge Deller1-0/+12
2023-06-30parisc: Check if IRQs are disabled when calling arch_local_irq_restore()Helge Deller1-0/+5
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-15/+5
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+3
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+18
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+0
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+0
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie4-11/+44
2023-06-17parisc: Delete redundant register definitions in <asm/assembly.h>Ben Hutchings1-4/+0
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner1-20/+0
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn1-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+2
2023-06-05locking/atomic: parisc: add preprocessor symbolsMark Rutland1-0/+18
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-9/+0
2023-05-24parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller1-0/+4
2023-05-24parisc: Add lightweight spinlock checksHelge Deller2-7/+40
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-15/+5
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-3/+0
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller1-4/+4
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard4-40/+5
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-05-03parisc: Drop HP-UX constants and structs from grfioctl.hHelge Deller1-38/+0
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli1-0/+1
2023-05-03parisc: Limit amount of kgdb breakpoints on pariscHelge Deller1-0/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-20arch/parisc: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+4
2023-04-20arch/parisc: Implement fb_is_primary_device() under arch/pariscThomas Zimmermann1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+37
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman1-1/+1
2023-02-14char/agp: introduce asm-generic/agp.hMike Rapoport2-15/+1
2023-02-14char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport1-6/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-4/+0
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-3/+38
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-18/+17
2022-12-19parisc: Show MPE/iX model string at bootupHelge Deller1-1/+1
2022-12-18parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller1-2/+2
2022-12-18parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller1-15/+14
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-15/+0
2022-10-31parisc: Avoid printing the hardware path twiceHelge Deller1-6/+6