summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-07-22Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds1-5/+10
2023-07-21io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller1-5/+10
2023-07-03parisc: syscalls: Avoid compiler warnings with W=1Helge Deller1-0/+3
2023-07-03parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller1-2/+3
2023-07-03parisc: smp: Add declaration for start_cpu_itimer()Helge Deller1-2/+0
2023-07-03parisc: pdt: Get prototype for arch_report_meminfo()Helge Deller1-0/+1
2023-06-30parisc: irq: Add irq-related function declarationsHelge Deller1-4/+1
2023-06-30parisc: Move init function declarations into header fileHelge Deller1-20/+3
2023-06-30parisc: unaligned: Include header file to avoid missing prototype warningsHelge Deller1-0/+1
2023-06-30parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageHelge Deller1-5/+5
2023-06-30parisc: unwind: Mark start and stop variables __maybe_unusedHelge Deller1-2/+3
2023-06-30parisc: traps: Mark functions staticHelge Deller1-5/+2
2023-06-30parisc: processor: Fix kdoc for init_cpu_profiler()Helge Deller1-1/+1
2023-06-30parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller1-1/+2
2023-06-30parisc: pci-dma: Make pcxl_alloc_range() staticHelge Deller1-1/+1
2023-06-30parisc: Mark image_size __maybe_unused in perf_write()Helge Deller1-1/+1
2023-06-30parisc: module: Mark symindex __maybe_unusedHelge Deller1-1/+1
2023-06-30parisc: pdc_chassis: Fix kdoc warningsHelge Deller1-6/+11
2023-06-30parisc: firmware: Fix kdoc warningsHelge Deller1-18/+21
2023-06-30parisc: drivers: Fix kdoc warningsHelge Deller1-16/+17
2023-06-30parisc: Fold 32-bit compat code into audit_classify_syscall()Helge Deller2-21/+4
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller1-7/+15
2023-06-30parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller1-0/+1
2023-06-30parisc: Add cacheflush() syscallHelge Deller2-0/+50
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+23
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+5
2023-06-20parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-20parisc: add pte_unmap() to balance get_ptep()Hugh Dickins1-5/+21
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann1-1/+0
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham1-0/+1
2023-05-24parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller1-2/+3
2023-05-24parisc: Handle kgdb breakpoints only in kernel contextHelge Deller1-2/+2
2023-05-24parisc: Handle kprobes breakpoints only in kernel contextHelge Deller1-2/+2
2023-05-24parisc: Allow to reboot machine after system haltHelge Deller1-3/+8
2023-05-24parisc: Add lightweight spinlock checksHelge Deller1-0/+10
2023-05-23parisc: Use num_present_cpus() in alternative patching codeHelge Deller1-1/+1
2023-05-22parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller1-1/+17
2023-05-15parisc: Switch to hotplug core state synchronizationThomas Gleixner2-6/+5
2023-05-09parisc: kexec: include reboot.hSimon Horman1-0/+2
2023-05-03parisc: Fix argument pointer in real64_call_asm()Helge Deller1-3/+2
2023-05-03parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin1-103/+63
2023-05-03parisc: Ensure page alignment in flush functionsHelge Deller1-0/+2
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli1-4/+23
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-2/+2
2023-03-09module: replace module_layout with module_memorySong Liu1-34/+17
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2