summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/processor.h
AgeCommit message (Expand)Author
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsHelge Deller
2023-10-30parisc: Move parisc_narrow_firmware variable to header fileHelge Deller
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller
2023-07-03parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller
2023-07-03parisc: smp: Add declaration for start_cpu_itimer()Helge Deller
2023-06-30parisc: irq: Add irq-related function declarationsHelge Deller
2023-06-30parisc: Move init function declarations into header fileHelge Deller
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-03-29parisc: Find a new timesync master if current CPU is removedHelge Deller
2022-03-11parisc: Add vDSO supportHelge Deller
2022-01-20parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller
2021-11-01Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01parisc: Drop ifdef __KERNEL__ from non-uapi kernel headersHelge Deller
2021-11-01parisc: Move thread_info into task structHelge Deller
2021-11-01parisc: add support for TOC (transfer of control)Sven Schnelle
2021-10-30parisc: Allocate task struct with stack frame alignmentHelge Deller
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller
2021-04-06parisc: Remove duplicate struct task_struct declarationWan Jiabing
2020-11-11parisc: Make user stack size configurableHelge Deller
2020-11-11parisc: Drop loops_per_jiffy from per_cpu structHelge Deller
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-08-17parisc: Restore possibility to execute 64-bit applicationsHelge Deller
2018-03-02parisc: Use cr16 interval timers unconditionally on qemuHelge Deller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-03Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller
2016-12-21Merge branch 'parisc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-12-20parisc: Optimize timer interrupt functionHelge Deller
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger
2016-01-12parisc: Reduce overhead of parisc_requires_coherency()Helge Deller
2015-11-20parisc: Drop definition of start_thread_som for HP-UX SOM binariesHelge Deller
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan
2014-02-02parisc: add flexible mmap memory layout supportHelge Deller
2013-05-24parisc: fix irq stack on UP and SMPHelge Deller
2013-05-11parisc: implement irq stacks - part 2 (v2)Helge Deller