summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
AgeCommit message (Expand)AuthorLines
2024-12-07parisc: Remove memcpy_toio and memset_ioJulian Vetter-4/+0
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+0
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-0/+0
2024-11-06mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador-15/+0
2024-11-05mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes-2/+3
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig-1/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino-3/+1
2024-10-01parisc: get rid of private asm/unaligned.hAl Viro-11/+0
2024-09-16parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller-0/+14
2024-09-09parisc: Convert to generic clockeventsHelge Deller-1/+1
2024-07-29parisc: fix a possible DMA corruptionMikulas Patocka-1/+10
2024-07-25Merge tag 'parisc-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-40/+16
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann-1/+0
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-1/+1
2024-06-22parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functionsHelge Deller-1/+1
2024-06-22parisc: Clean up unistd.h fileHelge Deller-39/+15
2024-06-12parisc: Try to fix random segmentation faults in package buildsJohn David Anglin-26/+16
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+16
2024-05-17Merge tag 'parisc-for-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+1
2024-05-15parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREAHelge Deller-0/+1
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann-4/+4
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann-3/+5
2024-04-29parisc: Define sigset_t in parisc uapi headerHelge Deller-12/+0
2024-04-09parisc: add u16 support to cmpxchg()Al Viro-10/+9
2024-04-09parisc: __cmpxchg_u32(): lift conversion into the callersAl Viro-2/+1
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss-0/+14
2024-03-16Merge tag 'parisc-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+17
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+9
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+1
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann-9/+1
2024-02-27parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck-0/+1
2024-02-27parisc: Fix csum_ipv6_magic on 64-bit systemsGuenter Roeck-2/+2
2024-02-27parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck-1/+2
2024-02-27parisc: Fix ip_fast_csumGuenter Roeck-1/+1
2024-02-27parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macrosJohn David Anglin-8/+10
2024-02-27parisc: make parisc_bus_type constRicardo B. Marliere-1/+1
2024-02-23Merge tag 'parisc-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+2
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers-0/+9
2024-02-16parisc/kprobes: always include asm-generic/kprobes.hMax Kellermann-1/+2
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds-2/+2
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller-43/+76
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-0/+1
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+0
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti-0/+1
2023-11-27parisc: Fix asm operand number out of range build error in bug tableHelge Deller-1/+1
2023-11-25parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller-17/+17
2023-11-25parisc: Use natural CPU alignment for bug_tableHelge Deller-12/+18