summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* parisc: Add cacheflush() syscallHelge Deller2023-06-301-0/+12
* parisc: Check if IRQs are disabled when calling arch_local_irq_restore()Helge Deller2023-06-301-0/+5
* Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-15/+5
|\
| * Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-194-11/+44
| |\
| * \ Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-05-191-15/+5
| |\ \
| | * \ Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-094-40/+5
| | |\ \
| | * | | arch/parisc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+4
| | * | | arch/parisc: Implement fb_is_primary_device() under arch/pariscThomas Zimmermann2023-04-201-1/+1
* | | | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-4/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | 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 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-9/+18
|\ \ \ \ \ \
| * | | | | | locking/atomic: parisc: add preprocessor symbolsMark Rutland2023-06-051-0/+18
| * | | | | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-9/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-20/+0
|\ \ \ \ \ \
| * | | | | | init: Remove check_bugs() leftoversThomas Gleixner2023-06-161-20/+0
| |/ / / / /
* | | | | | Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-3/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | procfs: consolidate arch_report_meminfo declarationArnd Bergmann2023-05-171-3/+0
| |/ / / /
* | / / / parisc: Delete redundant register definitions in <asm/assembly.h>Ben Hutchings2023-06-171-4/+0
| |/ / / |/| | |
* | | | parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller2023-05-241-0/+4
* | | | parisc: Add lightweight spinlock checksHelge Deller2023-05-242-7/+40
|/ / /
* | / parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller2023-05-141-4/+4
| |/ |/|
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-2/+2
|\ \
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
| |/
* | parisc: Drop HP-UX constants and structs from grfioctl.hHelge Deller2023-05-031-38/+0
* | parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli2023-05-031-0/+1
* | parisc: Limit amount of kgdb breakpoints on pariscHelge Deller2023-05-031-0/+2
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\
| * dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman2023-02-151-1/+1
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-7/+37
|\ \
| * | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-4/+0
| * | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
| * | parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+38
| |/
* | char/agp: introduce asm-generic/agp.hMike Rapoport2023-02-132-15/+1
* | char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport2023-02-131-6/+0
|/
* Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-203-18/+17
|\
| * parisc: Show MPE/iX model string at bootupHelge Deller2022-12-191-1/+1
| * parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller2022-12-171-2/+2
| * parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2022-12-171-15/+14
* | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-15/+0
|/
* parisc: Avoid printing the hardware path twiceHelge Deller2022-10-311-6/+6
* parisc: Use signed char for hardware path in pdc.hHelge Deller2022-10-211-23/+13
* Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-143-13/+18
|\
| * parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller2022-10-141-1/+6
| * parisc: Convert PDC console to an early consoleHelge Deller2022-10-111-3/+0
| * parisc: Reduce kernel size by packing alternative tablesHelge Deller2022-10-111-9/+12
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-3/+0
|\ \
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
| |/
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+2
|\ \