summaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-13/+11
|\
| * arch: decompressor: remove useless vmlinux.bin.all-yMasahiro Yamada2022-01-131-8/+6
| * kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-131-5/+5
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-10/+9
|\ \ \
| * | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+8
* | | | parisc: Default to 16 CPUs on 32-bit kernelHelge Deller2022-01-111-1/+2
* | | | parisc: Re-use toc_stack as hpmc_stackHelge Deller2022-01-111-4/+2
* | | | parisc: Enable TOC (transfer of contents) feature unconditionallyHelge Deller2022-01-115-41/+30
* | | | parisc: io: Improve the outb(), outw() and outl() macrosBart Van Assche2022-01-071-3/+3
* | | | parisc: Add kgdb io_module to read chars via PDCHelge Deller2022-01-071-0/+21
* | | | parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitionsHelge Deller2022-01-071-9/+23
* | | | parisc: Add lws_atomic_xchg and lws_atomic_store syscallsJohn David Anglin2022-01-071-1/+392
* | | | parisc: Rewrite light-weight syscall and futex codeJohn David Anglin2022-01-073-212/+231
* | | | parisc: Enhance page fault termination messageJohn David Anglin2022-01-071-4/+10
* | | | parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin2022-01-071-3/+0
* | | | parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller2022-01-072-7/+11
* | | | parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin2022-01-071-1/+1
* | | | parisc: Fix lpa and lpa_user definesJohn David Anglin2022-01-071-20/+24
* | | | parisc: Define depi_safe macroJohn David Anglin2022-01-071-0/+10
* | | | parisc: decompressor: do not copy source files while buildingMasahiro Yamada2022-01-054-10/+4
|/ / /
* | | parisc: remove ARCH_DEFCONFIGMasahiro Yamada2021-12-221-5/+0
* | | parisc: Fix mask used to select futex spinlockJohn David Anglin2021-12-211-2/+2
* | | parisc: Correct completer in lws startJohn David Anglin2021-12-211-1/+1
* | | parisc: Clear stale IIR value on instruction access rights trapHelge Deller2021-12-201-0/+2
* | | parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller2021-12-041-22/+8
* | | parisc: Fix "make install" on newer debian releasesHelge Deller2021-12-041-0/+1
* | | parisc: Enable sata sil, audit and usb support on 64-bit defconfigHelge Deller2021-11-301-1/+13
* | | parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller2021-11-301-0/+5
| |/ |/|
* | Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-251-1/+0
|\ \
| * | Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
| |/
* | Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller2021-11-221-2/+1
* | parisc: Convert PTE lookup to use extru_safe() macroHelge Deller2021-11-221-11/+3
* | parisc: Fix extraction of hash lock bits in syscall.SJohn David Anglin2021-11-221-2/+2
* | parisc: Provide an extru_safe() macro to extract unsigned bitsHelge Deller2021-11-221-0/+11
* | parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfigHelge Deller2021-11-181-0/+1
* | Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller2021-11-183-8/+9
* | parisc: Wrap assembler related defines inside __ASSEMBLY__Helge Deller2021-11-181-20/+24
* | parisc: Wire up futex_waitvHelge Deller2021-11-181-0/+1
* | parisc: Include stringify.h to avoid build error in crypto/api.cHelge Deller2021-11-181-0/+1
|/
* parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-131-1/+1
* parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-132-4/+10
* parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller2021-11-131-0/+1
* parisc: Fix backtrace to always include init funtion namesHelge Deller2021-11-131-1/+2
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-6/+4
|\
| * kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-6/+4
* | parisc: move CPU field back into thread_infoArd Biesheuvel2021-11-044-24/+5
* | parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin2021-11-042-23/+11