summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* parisc: unaligned: Add required spaces after ','hanyu001@208suo.com2023-08-031-9/+9
* parisc: pci-dma: remove unused and dead EISA code and commentPetr Tesarik2023-08-031-8/+0
* Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-221-5/+10
|\
| * io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller2023-07-211-5/+10
* | parisc: syscalls: Avoid compiler warnings with W=1Helge Deller2023-07-031-0/+3
* | parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller2023-07-031-2/+3
* | parisc: smp: Add declaration for start_cpu_itimer()Helge Deller2023-07-031-2/+0
* | parisc: pdt: Get prototype for arch_report_meminfo()Helge Deller2023-07-031-0/+1
* | parisc: irq: Add irq-related function declarationsHelge Deller2023-06-301-4/+1
* | parisc: Move init function declarations into header fileHelge Deller2023-06-301-20/+3
* | parisc: unaligned: Include header file to avoid missing prototype warningsHelge Deller2023-06-301-0/+1
* | parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageHelge Deller2023-06-301-5/+5
* | parisc: unwind: Mark start and stop variables __maybe_unusedHelge Deller2023-06-301-2/+3
* | parisc: traps: Mark functions staticHelge Deller2023-06-301-5/+2
* | parisc: processor: Fix kdoc for init_cpu_profiler()Helge Deller2023-06-301-1/+1
* | parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller2023-06-301-1/+2
* | parisc: pci-dma: Make pcxl_alloc_range() staticHelge Deller2023-06-301-1/+1
* | parisc: Mark image_size __maybe_unused in perf_write()Helge Deller2023-06-301-1/+1
* | parisc: module: Mark symindex __maybe_unusedHelge Deller2023-06-301-1/+1
* | parisc: pdc_chassis: Fix kdoc warningsHelge Deller2023-06-301-6/+11
* | parisc: firmware: Fix kdoc warningsHelge Deller2023-06-301-18/+21
* | parisc: drivers: Fix kdoc warningsHelge Deller2023-06-301-16/+17
* | parisc: Fold 32-bit compat code into audit_classify_syscall()Helge Deller2023-06-302-21/+4
* | sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller2023-06-301-7/+15
* | parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller2023-06-301-0/+1
* | parisc: Add cacheflush() syscallHelge Deller2023-06-302-0/+50
* | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-1/+0
|\ \
| * | init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-091-1/+0
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-283-6/+23
|\ \ \ | |_|/ |/| |
| * | parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins2023-06-191-1/+1
| * | parisc: add pte_unmap() to balance get_ptep()Hugh Dickins2023-06-191-5/+21
| * | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-091-0/+1
| |/
* | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-262-6/+5
|\ \ | |/ |/|
| * parisc: Switch to hotplug core state synchronizationThomas Gleixner2023-05-152-6/+5
* | parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller2023-05-241-2/+3
* | parisc: Handle kgdb breakpoints only in kernel contextHelge Deller2023-05-241-2/+2
* | parisc: Handle kprobes breakpoints only in kernel contextHelge Deller2023-05-241-2/+2
* | parisc: Allow to reboot machine after system haltHelge Deller2023-05-241-3/+8
* | parisc: Add lightweight spinlock checksHelge Deller2023-05-241-0/+10
* | parisc: Use num_present_cpus() in alternative patching codeHelge Deller2023-05-231-1/+1
* | parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller2023-05-221-1/+17
|/
* parisc: kexec: include reboot.hSimon Horman2023-05-091-0/+2
* parisc: Fix argument pointer in real64_call_asm()Helge Deller2023-05-031-3/+2
* parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin2023-05-031-103/+63
* parisc: Ensure page alignment in flush functionsHelge Deller2023-05-031-0/+2
* parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli2023-05-031-4/+23
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-2/+2
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-2/+2
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| |/