summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-10/+9
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-10/+8
2022-01-11parisc: Default to 16 CPUs on 32-bit kernelHelge Deller1-1/+2
2022-01-11parisc: Re-use toc_stack as hpmc_stackHelge Deller1-4/+2
2022-01-11parisc: Enable TOC (transfer of contents) feature unconditionallyHelge Deller5-41/+30
2022-01-07parisc: io: Improve the outb(), outw() and outl() macrosBart Van Assche1-3/+3
2022-01-07parisc: Add kgdb io_module to read chars via PDCHelge Deller1-0/+21
2022-01-07parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitionsHelge Deller1-9/+23
2022-01-07parisc: Add lws_atomic_xchg and lws_atomic_store syscallsJohn David Anglin1-1/+392
2022-01-07parisc: Rewrite light-weight syscall and futex codeJohn David Anglin3-212/+231
2022-01-07parisc: Enhance page fault termination messageJohn David Anglin1-4/+10
2022-01-07parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin1-3/+0
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller2-7/+11
2022-01-07parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin1-1/+1
2022-01-07parisc: Fix lpa and lpa_user definesJohn David Anglin1-20/+24
2022-01-07parisc: Define depi_safe macroJohn David Anglin1-0/+10
2022-01-05parisc: decompressor: do not copy source files while buildingMasahiro Yamada4-10/+4
2021-12-22parisc: remove ARCH_DEFCONFIGMasahiro Yamada1-5/+0
2021-12-21parisc: Fix mask used to select futex spinlockJohn David Anglin1-2/+2
2021-12-21parisc: Correct completer in lws startJohn David Anglin1-1/+1
2021-12-20parisc: Clear stale IIR value on instruction access rights trapHelge Deller1-0/+2
2021-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller1-22/+8
2021-12-04parisc: Fix "make install" on newer debian releasesHelge Deller1-0/+1
2021-11-30parisc: Enable sata sil, audit and usb support on 64-bit defconfigHelge Deller1-1/+13
2021-11-30parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller1-0/+5
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+0
2021-11-22Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller1-2/+1
2021-11-22parisc: Convert PTE lookup to use extru_safe() macroHelge Deller1-11/+3
2021-11-22parisc: Fix extraction of hash lock bits in syscall.SJohn David Anglin1-2/+2
2021-11-22parisc: Provide an extru_safe() macro to extract unsigned bitsHelge Deller1-0/+11
2021-11-18parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfigHelge Deller1-0/+1
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller3-8/+9
2021-11-18parisc: Wrap assembler related defines inside __ASSEMBLY__Helge Deller1-20/+24
2021-11-18parisc: Wire up futex_waitvHelge Deller1-0/+1
2021-11-18parisc: Include stringify.h to avoid build error in crypto/api.cHelge Deller1-0/+1
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)1-1/+0
2021-11-14parisc/entry: fix trace test in syscall exit pathSven Schnelle1-1/+1
2021-11-14parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2-4/+10
2021-11-14parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller1-0/+1
2021-11-14parisc: Fix backtrace to always include init funtion namesHelge Deller1-1/+2
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-6/+4
2021-11-04parisc: move CPU field back into thread_infoArd Biesheuvel4-24/+5
2021-11-04parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin2-23/+11
2021-11-04parisc: don't enable irqs unconditionally in handle_interruption()Sven Schnelle1-1/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-11-02Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+13
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-11/+3
2021-11-02Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds42-320/+617
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+2