summaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
* parisc: get rid of private asm/unaligned.hAl Viro2024-10-024-11/+6
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-212-3/+4
|\
| * mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-102-3/+4
* | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-191-1/+1
|\ \
| * | dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig2024-09-041-1/+1
| |/
* | Merge tag 'parisc-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-198-170/+133
|\ \
| * | parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller2024-09-161-0/+14
| * | parisc: Use PRIV_USER instead of hardcoded valueHelge Deller2024-09-161-1/+1
| * | parisc: Fix itlb miss handler for 64-bit programsHelge Deller2024-09-161-4/+2
| * | parisc: Fix 64-bit userspace syscall pathHelge Deller2024-09-091-6/+8
| * | parisc: Convert to generic clockeventsHelge Deller2024-09-094-159/+108
* | | net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry2024-09-121-0/+1
* | | tcp: RX path for devmem TCPMina Almasry2024-09-121-0/+5
|/ /
* / parisc: Delay write-protection until mark_rodata_ro() callHelge Deller2024-09-031-5/+11
|/
* parisc: fix a possible DMA corruptionMikulas Patocka2024-07-292-1/+11
* parisc: fix unaligned accesses in BPFMikulas Patocka2024-07-291-1/+1
* Merge tag 'parisc-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-2511-52/+124
|\
| * parisc: Add support for CONFIG_SYSCTL_ARCH_UNALIGN_NO_WARNHelge Deller2024-07-242-0/+3
| * parisc: Use max() to calculate parisc_tlb_flush_thresholdThorsten Blum2024-07-041-5/+1
| * parisc: Fix warning at drivers/pci/msi/msi.h:121John David Anglin2024-07-031-0/+1
| * parisc: Add 64-bit gettimeofday() and clock_gettime() vDSO functionsHelge Deller2024-06-223-4/+47
| * parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functionsHelge Deller2024-06-224-4/+57
| * 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-252-3/+3
|\ \
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-3/+3
| |/
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-0/+2
|\ \
| * | kbuild: Abort make on install failuresZhang Bingwu2024-07-201-0/+2
* | | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-1/+0
|/ /
* | parisc: use generic sys_fanotify_mark implementationArnd Bergmann2024-06-253-10/+2
* | parisc: use correct compat recv/recvfrom syscallsArnd Bergmann2024-06-251-2/+2
|/
* parisc: Try to fix random segmentation faults in package buildsJohn David Anglin2024-06-123-180/+275
* mseal: wire up mseal syscallJeff Xu2024-05-241-0/+1
* Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-215-20/+23
|\
| * arch: Rename fbdev header and source filesThomas Zimmermann2024-05-033-6/+6
| * arch: Remove struct fb_info from video helpersThomas Zimmermann2024-05-032-7/+10
| * arch: Select fbdev helpers with CONFIG_VIDEOThomas Zimmermann2024-05-031-1/+1
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-192-14/+3
|\ \
| * | parisc: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-261-3/+3
| * | mm/treewide: remove pXd_huge()Peter Xu2024-04-261-11/+0
| |/
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-183-13/+4
|\ \
| * | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-4/+0
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-092-2/+2
| * | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2024-05-022-2/+2
| * | parisc: vdso: remove unused C build rule in vdso32/MakefileMasahiro Yamada2024-04-221-6/+1
| |/
* | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-181-0/+3
|\ \
| * | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
| |/
* | Merge tag 'parisc-for-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-174-18/+11
|\ \
| * | parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREAHelge Deller2024-05-151-0/+1