summaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'parisc-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2025-11-21Merge branch 'objtool/core'Peter Zijlstra7-17/+83
2025-11-10parisc: Drop linux/kernel.h include from asm/bug.h headerFinn Thain1-2/+0
2025-10-10Merge tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+74
2025-10-07parisc: Add initial kernel-side perf_event supportHelge Deller2-1/+70
2025-10-07parisc: don't reference obsolete termio struct for TC* constantsSam James1-4/+4
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+4
2025-09-22parisc: constify mmap_upper_limit() parameterMax Kellermann1-1/+1
2025-09-10Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)1-1/+1
2025-09-09parisc: Add __attribute_const__ to ffs()-family implementationsKees Cook1-3/+3
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko1-2/+3
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko1-5/+1
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar4-7/+54
2025-08-02Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+50
2025-07-28bugs/parisc: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), to ext...Ingo Molnar1-1/+1
2025-07-25parisc: Revise __get_user() to probe user read accessJohn David Anglin1-3/+18
2025-07-25parisc: Define and use set_pte_at()John David Anglin1-3/+4
2025-07-25parisc: Check region is readable by user in raw_copy_from_user()John David Anglin1-0/+28
2025-07-09af_unix: Introduce SO_INQ.Kuniyuki Iwashima1-0/+3
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar1-2/+2
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-01Merge tag 'parisc-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds28-59/+59
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+20
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-0/+2
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+7
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+12
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-6/+0
2025-05-04parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth26-55/+55
2025-05-04parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth2-4/+4
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-03-29Merge tag 'parisc-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+27
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-6/+6
2025-03-25net: Fix the devmem sock opts and msgs for pariscPranjal Shrivastava1-6/+6
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2025-03-17mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-1/+1
2025-03-11parisc: stop using asm-generic/iomap.hArnd Bergmann1-9/+27
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-1/+1
2025-02-21parisc: Remove unused symbol vdso_dataThomas Weißschuh1-2/+0
2025-02-03parisc: Remove memcpy_fromioJulian Vetter1-3/+0
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+13
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-15/+1
2025-01-26parisc: mm: ensure pagetable_pmd_[cd]tor are calledKevin Brodsky1-11/+12
2025-01-24Merge tag 'parisc-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2024-12-17sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-0/+2
2024-12-07parisc: Remove memcpy_toio and memset_ioJulian Vetter1-4/+0
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-15/+3