summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
8 daysparisc: entry: set W bit for !compat tasks in syscall_restore_rfi()Sven Schnelle2-1/+6
8 daysparisc: entry.S: fix space adjustment on interruption for 64-bit userspaceSven Schnelle1-3/+8
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-10-19parisc: Remove spurious if statement from raw_copy_from_user()John David Anglin1-1/+0
2025-10-19parisc: don't reference obsolete termio struct for TC* constantsSam James1-4/+4
2025-08-28parisc: Update comments in make_insert_tlbJohn David Anglin1-5/+12
2025-08-28parisc: Try to fixup kernel exception in bad_area_nosemaphore path of do_page...John David Anglin1-0/+4
2025-08-28parisc: Revise gateway LWS calls to probe user read accessJohn David Anglin1-9/+21
2025-08-28parisc: Revise __get_user() to probe user read accessJohn David Anglin1-3/+18
2025-08-28parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.cJohn David Anglin1-2/+2
2025-08-28parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilersRandy Dunlap1-1/+3
2025-08-28parisc: Drop WARN_ON_ONCE() from flush_cache_vmapJohn David Anglin1-1/+1
2025-08-28parisc: Define and use set_pte_at()John David Anglin1-3/+4
2025-08-28parisc: Check region is readable by user in raw_copy_from_user()John David Anglin2-1/+46
2025-08-28parisc: Makefile: fix a typo in palo.confRandy Dunlap1-1/+1
2025-06-27parisc: fix building with gcc-15Arnd Bergmann1-0/+1
2025-06-27parisc/unaligned: Fix hex output to show 8 hex charsHelge Deller1-1/+1
2025-05-09parisc: Fix double SIGFPE crashHelge Deller1-3/+13
2025-05-02parisc: PDT: Fix missing prototype warningYu-Chun Lin1-0/+2
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts2-2/+2
2024-12-09parisc/ftrace: Fix function graph tracing disablementJosh Poimboeuf1-1/+1
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-2/+3
2024-10-10parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller1-0/+14
2024-10-10parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-10-10parisc: Fix itlb miss handler for 64-bit programsHelge Deller1-4/+2
2024-08-29parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller1-2/+2
2024-08-14parisc: fix a possible DMA corruptionMikulas Patocka2-1/+11
2024-08-14parisc: fix unaligned accesses in BPFMikulas Patocka1-1/+1
2024-08-03parisc: Fix warning at drivers/pci/msi/msi.h:121John David Anglin1-0/+1
2024-07-09Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_bina...Greg Kroah-Hartman1-7/+1
2024-07-05parisc: use generic sys_fanotify_mark implementationArnd Bergmann3-10/+2
2024-07-05bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-1/+7
2024-07-05parisc: use correct compat recv/recvfrom syscallsArnd Bergmann1-2/+2
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-06-21parisc: Try to fix random segmentation faults in package buildsJohn David Anglin3-180/+275
2024-06-16parisc: Define sigset_t in parisc uapi headerHelge Deller2-12/+10
2024-06-16parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREAHelge Deller1-0/+1
2024-06-12kbuild: unify vdso_install rulesMasahiro Yamada1-6/+2
2024-06-12parisc: add missing export of __cmpxchg_u8()Al Viro1-0/+1
2024-04-03prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss1-0/+14
2024-04-03parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck1-0/+1
2024-04-03parisc: Fix csum_ipv6_magic on 64-bit systemsGuenter Roeck1-2/+2
2024-04-03parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck1-1/+2
2024-04-03parisc: Fix ip_fast_csumGuenter Roeck1-1/+1
2024-04-03parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macrosJohn David Anglin1-8/+10
2024-04-03parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()Guenter Roeck1-15/+12
2024-03-27parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE checkMax Kellermann1-1/+1
2024-03-01parisc: Fix stack unwinderGuenter Roeck1-8/+6
2024-03-01Revert "parisc: Only list existing CPUs in cpu_possible_mask"Helge Deller1-8/+0
2024-02-23parisc: Fix random data corruption from exception handlerHelge Deller8-71/+108