summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorLines
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)-1/+1
2023-08-24parisc: implement the new page table range APIMatthew Wilcox (Oracle)-19/+32
2023-08-24parisc: Remove <asm/ide.h>Geert Uytterhoeven-54/+0
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller-1/+1
2023-08-22parisc: Fix comment on Elf64 function descriptorHelge Deller-2/+1
2023-08-20parisc: Drop the pa7300lc LPMC handlerHelge Deller-17/+0
2023-08-18parisc: mm: convert to GENERIC_IOREMAPBaoquan He-5/+10
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Helge Deller-0/+4
2023-08-10parisc: dma: Add prototype for pcxl_dma_startHelge Deller-0/+2
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesHelge Deller-2/+6
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-07-03parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller-0/+1
2023-07-03parisc: smp: Add declaration for start_cpu_itimer()Helge Deller-0/+1
2023-06-30parisc: irq: Add irq-related function declarationsHelge Deller-0/+3
2023-06-30parisc: Move init function declarations into header fileHelge Deller-0/+32
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller-2/+2
2023-06-30parisc: Add cacheflush() syscallHelge Deller-0/+12
2023-06-30parisc: Check if IRQs are disabled when calling arch_local_irq_restore()Helge Deller-0/+5
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-15/+5
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+3
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+18
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+0
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-3/+0
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+0
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie-11/+44
2023-06-17parisc: Delete redundant register definitions in <asm/assembly.h>Ben Hutchings-4/+0
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner-20/+0
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn-0/+2
2023-06-05locking/atomic: parisc: add preprocessor symbolsMark Rutland-0/+18
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland-9/+0
2023-05-24parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller-0/+4
2023-05-24parisc: Add lightweight spinlock checksHelge Deller-7/+40
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-15/+5
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann-3/+0
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller-4/+4
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard-40/+5
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2023-05-03parisc: Drop HP-UX constants and structs from grfioctl.hHelge Deller-38/+0
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli-0/+1
2023-05-03parisc: Limit amount of kgdb breakpoints on pariscHelge Deller-0/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda-2/+2
2023-04-20arch/parisc: Implement <asm/fb.h> with generic helpersThomas Zimmermann-14/+4
2023-04-20arch/parisc: Implement fb_is_primary_device() under arch/pariscThomas Zimmermann-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+37
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman-1/+1
2023-02-13char/agp: introduce asm-generic/agp.hMike Rapoport-15/+1
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport-6/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-4/+0