summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* parisc: get rid of private asm/unaligned.hAl Viro7 days1-11/+0
* parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller2024-09-161-0/+14
* parisc: Convert to generic clockeventsHelge Deller2024-09-091-1/+1
* parisc: fix a possible DMA corruptionMikulas Patocka2024-07-291-1/+10
* Merge tag 'parisc-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-252-40/+16
|\
| * parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functionsHelge Deller2024-06-221-1/+1
| * parisc: Clean up unistd.h fileHelge Deller2024-06-221-39/+15
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\ \
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
| |/
* / clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-1/+0
|/
* parisc: Try to fix random segmentation faults in package buildsJohn David Anglin2024-06-122-26/+16
* Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-202-14/+16
|\
| * arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-4/+4
| * arch: Remove struct fb_info from video helpersThomas Zimmermann2024-05-031-3/+5
* | Merge tag 'parisc-for-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-172-12/+1
|\ \
| * | parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREAHelge Deller2024-05-151-0/+1
| * | parisc: Define sigset_t in parisc uapi headerHelge Deller2024-04-291-12/+0
| |/
* | parisc: add u16 support to cmpxchg()Al Viro2024-04-091-10/+9
* | parisc: __cmpxchg_u32(): lift conversion into the callersAl Viro2024-04-091-2/+1
|/
* prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss2024-03-261-0/+14
* Merge tag 'parisc-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-163-13/+17
|\
| * parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck2024-02-271-0/+1
| * parisc: Fix csum_ipv6_magic on 64-bit systemsGuenter Roeck2024-02-271-2/+2
| * parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck2024-02-271-1/+2
| * parisc: Fix ip_fast_csumGuenter Roeck2024-02-271-1/+1
| * parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macrosJohn David Anglin2024-02-271-8/+10
| * parisc: make parisc_bus_type constRicardo B. Marliere2024-02-271-1/+1
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+9
|\ \
| * | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-221-0/+9
* | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-9/+1
|\ \ \ | |_|/ |/| |
| * | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-061-9/+1
| |/
* | Merge tag 'parisc-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-231-1/+2
|\ \ | |/ |/|
| * parisc/kprobes: always include asm-generic/kprobes.hMax Kellermann2024-02-161-1/+2
* | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
|/
* parisc: Fix random data corruption from exception handlerHelge Deller2024-01-304-43/+76
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-181-0/+1
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+1
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-8/+0
|\ \
| * | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
| * | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-2/+0
* | | parisc: Fix asm operand number out of range build error in bug tableHelge Deller2023-11-271-1/+1
| |/ |/|
* | parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2023-11-251-17/+17
* | parisc: Use natural CPU alignment for bug_tableHelge Deller2023-11-251-12/+18
* | parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller2023-11-251-1/+1
* | parisc: Mark jump_table naturally alignedHelge Deller2023-11-251-2/+6
* | parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller2023-11-251-3/+6
* | parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller2023-11-251-0/+1
* | parisc: Mark ex_table entries 32-bit aligned in assembly.hHelge Deller2023-11-251-0/+1
* | parisc: fix mmap_base calculation when stack grows upwardsHelge Deller2023-11-152-9/+3
|/
* parisc: Move parisc_narrow_firmware variable to header fileHelge Deller2023-10-301-0/+1