summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-12-17parisc: Fix inconsistent indenting in setup_cmdline()Helge Deller1-14/+12
2022-10-31parisc: Avoid printing the hardware path twiceHelge Deller1-8/+6
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+4
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-233/+43
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller1-0/+8
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld2-3/+3
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller3-230/+31
2022-10-11parisc: Reduce kernel size by packing alternative tablesHelge Deller1-3/+4
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+7
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-27parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)1-2/+7
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-4/+0
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-1/+1
2022-08-22parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machinesHelge Deller1-1/+42
2022-08-21parisc: Fix exception handler for fldw and fstw instructionsHelge Deller1-1/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+0
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-08-05Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-18/+11
2022-08-04Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1/+1
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+0
2022-08-01parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat modeHelge Deller1-1/+1
2022-08-01parisc: Do not initialise statics to 0Xin Gao1-2/+2
2022-08-01parisc: Drop pa_swapper_pg_lock spinlockHelge Deller1-3/+0
2022-08-01parisc: Fix device names in /proc/iomemHelge Deller1-5/+4
2022-08-01parisc: Clean up names in hardware databaseHelge Deller1-7/+4
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-7/+0
2022-07-25highmem: Make __kunmap_{local,atomic}() take const void pointerFabio M. De Francesco1-1/+1
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-1/+1
2022-07-02parisc: Fix vDSO signal breakage on 32-bit kernelHelge Deller1-0/+5
2022-06-27parisc/unaligned: Fix emulate_ldw() breakageHelge Deller1-1/+1
2022-06-26parisc: Fix flush_anon_page on PA8800/PA8900John David Anglin1-1/+4
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-11/+0
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+2
2022-06-04Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+1
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+10
2022-06-03parisc: fix a crash with multicore schedulerMikulas Patocka2-17/+1
2022-05-30Merge tag 'for-5.19/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-92/+27
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-2/+2
2022-05-23parisc: Optimize tmpalias function callsHelge Deller2-85/+17
2022-05-23parisc: Don't hardcode assembler bit definitions in tmpalias codeJohn David Anglin2-17/+20
2022-05-23parisc: Don't enforce DMA completion order in cache flushesJohn David Anglin2-3/+3
2022-05-19parisc: Use do_kernel_power_off()Dmitry Osipenko1-2/+2
2022-05-17parisc: Fix patch code locking and flushingJohn David Anglin1-14/+11
2022-05-17parisc: Rewrite cache flush code for PA8800/PA8900John David Anglin1-101/+225
2022-05-08Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller1-15/+3
2022-05-08parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller1-23/+4
2022-05-08parisc: Fix typos in commentsJulia Lawall2-2/+2