aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2023-12-08parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller
2023-12-08parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller
2023-12-08parisc: Mark jump_table naturally alignedHelge Deller
2023-12-08parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller
2023-12-08parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller
2023-12-08parisc: Use natural CPU alignment for bug_tableHelge Deller
2023-12-08parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller
2023-12-08parisc: Mark ex_table entries 32-bit aligned in assembly.hHelge Deller
2023-11-28parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller
2023-11-28parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller
2023-11-28parisc/pdc: Add width field to struct pdc_modelHelge Deller
2023-10-10parisc: Restore __ldcw_align for PA-RISC 2.0 processorsJohn David Anglin
2023-10-10parisc: Fix crash with nr_cpus=1 optionHelge Deller
2023-10-06parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller
2023-10-06parisc: drivers: Fix sparse warningHelge Deller
2023-10-06parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller
2023-09-19parisc: led: Fix LAN receive and transmit LEDsHelge Deller
2023-09-13parisc: Fix /proc/cpuinfo output for lscpuHelge Deller
2023-09-02parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller
2023-09-02parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner
2023-07-01parisc: fix expand_stack() conversionLinus Torvalds
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-21parisc: Delete redundant register definitions in <asm/assembly.h>Ben Hutchings
2023-06-21parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller
2023-05-30parisc: Handle kprobes breakpoints only in kernel contextHelge Deller
2023-05-30parisc: Enable LOCKDEP supportHelge Deller
2023-05-30parisc: Allow to reboot machine after system haltHelge Deller
2023-05-30parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller
2023-05-30parisc: Handle kgdb breakpoints only in kernel contextHelge Deller
2023-05-30parisc: Use num_present_cpus() in alternative patching codeHelge Deller
2023-05-24parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli
2023-05-11parisc: Ensure page alignment in flush functionsHelge Deller
2023-05-11parisc: Fix argument pointer in real64_call_asm()Helge Deller
2023-02-09parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller
2023-02-09parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller
2023-02-09parisc: Fix return code of pdc_iodc_print()Helge Deller
2023-01-14parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller
2023-01-07parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller
2023-01-07parisc: Drop duplicate kgdb_pdc consoleHelge Deller
2023-01-07parisc: Add missing FORCE prerequisites in MakefileHelge Deller
2023-01-07parisc: Fix locking in pdc_iodc_print() firmware callHelge Deller
2023-01-07parisc: Drop locking in pdc console codeHelge Deller
2022-10-31parisc: Avoid printing the hardware path twiceHelge Deller
2022-10-21parisc: Use signed char for hardware path in pdc.hHelge Deller
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld