summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | parisc: Don't enforce DMA completion order in cache flushesJohn David Anglin2022-05-231-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-2/+3
|\ \ \ \
| * | | | mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-2/+3
| | |/ / | |/| |
* | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-0/+2
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-0/+2
| | |/ / | |/| |
* | | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | parisc: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-1/+2
| | |/ | |/|
* / | parisc: Rewrite cache flush code for PA8800/PA8900John David Anglin2022-05-172-26/+11
|/ /
* / parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller2022-05-081-1/+1
|/
* parisc: Find a new timesync master if current CPU is removedHelge Deller2022-03-291-0/+1
* parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller2022-03-291-7/+2
* parisc: Add PDC locking functions for rendezvous codeHelge Deller2022-03-292-1/+5
* parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller2022-03-291-20/+3
* parisc: Add constants for control registers and clean up mfctl()Helge Deller2022-03-291-9/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-0/+2
|\
| * mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-241-0/+2
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-11/+5
|\ \ | |/ |/|
| * asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy2022-02-161-9/+0
| * asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy2022-02-161-0/+5
| * asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-161-2/+0
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-172-14/+23
| |\ \
| * | | txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2022-01-311-0/+2
| | |/ | |/|
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-234-17/+6
|\ \ \
| * \ \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-252-16/+3
| |\ \ \
| | * | | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-6/+0
| | * | | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-9/+3
| | * | | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-1/+0
| | |/ /
| * | | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-0/+2
| * | | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/ /
* | | Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-2/+2
|\ \ \
| * | | agp: define proper stubs for empty helpersArnd Bergmann2022-01-291-2/+2
| |/ /
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \
| * | | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| | |/ | |/|
* | | parisc: Avoid using hardware single-step in kprobesHelge Deller2022-03-181-2/+3
* | | parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller2022-03-161-10/+5
* | | parisc: Reduce code size by optimizing get_current() function callsHelge Deller2022-03-111-3/+5
* | | parisc: Use constants to encode the space registers like SR_KERNELHelge Deller2022-03-114-13/+10
* | | parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller2022-03-111-14/+14
* | | parisc: Add defines for various space registerHelge Deller2022-03-111-0/+6
* | | parisc: Add vDSO supportHelge Deller2022-03-1110-27/+67
* | | parisc: Fix handling off probe non-access faultsJohn David Anglin2022-03-111-0/+1
|/ /
* | parisc: Fix some apparent put_user() failuresHelge Deller2022-02-141-14/+15
* | parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller2022-02-131-0/+8
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller2022-01-201-0/+1
* | parisc: io: Improve the outb(), outw() and outl() macrosBart Van Assche2022-01-071-3/+3
* | parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitionsHelge Deller2022-01-071-9/+23