summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorLines
2023-06-30parisc: pci-dma: Make pcxl_alloc_range() staticHelge Deller-1/+1
2023-06-30parisc: Mark image_size __maybe_unused in perf_write()Helge Deller-1/+1
2023-06-30parisc: module: Mark symindex __maybe_unusedHelge Deller-1/+1
2023-06-30parisc: pdc_chassis: Fix kdoc warningsHelge Deller-6/+11
2023-06-30parisc: firmware: Fix kdoc warningsHelge Deller-18/+21
2023-06-30parisc: drivers: Fix kdoc warningsHelge Deller-16/+17
2023-06-30parisc: Fold 32-bit compat code into audit_classify_syscall()Helge Deller-21/+4
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller-7/+15
2023-06-30parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller-0/+1
2023-06-30parisc: Add cacheflush() syscallHelge Deller-0/+50
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+23
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+5
2023-06-19parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins-1/+1
2023-06-19parisc: add pte_unmap() to balance get_ptep()Hugh Dickins-5/+21
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann-1/+0
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham-0/+1
2023-05-24parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller-2/+3
2023-05-24parisc: Handle kgdb breakpoints only in kernel contextHelge Deller-2/+2
2023-05-24parisc: Handle kprobes breakpoints only in kernel contextHelge Deller-2/+2
2023-05-24parisc: Allow to reboot machine after system haltHelge Deller-3/+8
2023-05-24parisc: Add lightweight spinlock checksHelge Deller-0/+10
2023-05-23parisc: Use num_present_cpus() in alternative patching codeHelge Deller-1/+1
2023-05-22parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller-1/+17
2023-05-15parisc: Switch to hotplug core state synchronizationThomas Gleixner-6/+5
2023-05-09parisc: kexec: include reboot.hSimon Horman-0/+2
2023-05-03parisc: Fix argument pointer in real64_call_asm()Helge Deller-3/+2
2023-05-03parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin-103/+63
2023-05-03parisc: Ensure page alignment in flush functionsHelge Deller-0/+2
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli-4/+23
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider-2/+2
2023-03-09module: replace module_layout with module_memorySong Liu-34/+17
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+0
2023-02-01parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller-2/+13
2023-02-01parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-2/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2023-01-09parisc: Fix return code of pdc_iodc_print()Helge Deller-2/+3
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-84/+74
2022-12-19parisc: Show MPE/iX model string at bootupHelge Deller-4/+9
2022-12-18parisc: Add missing FORCE prerequisites in MakefileHelge Deller-4/+4
2022-12-18parisc: Move pdc_result struct to firmware.cHelge Deller-17/+4
2022-12-18parisc: Drop locking in pdc console codeHelge Deller-13/+3
2022-12-18parisc: Drop duplicate kgdb_pdc consoleHelge Deller-20/+0
2022-12-18parisc: Fix locking in pdc_iodc_print() firmware callHelge Deller-11/+13