- 30f3089 parisc: Fix missing prototype for 'toc_intr' warning in toc.c by Helge Deller · 3 years ago
- 552ebfe Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years, 2 months ago
- 0760a91 parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers by Helge Deller · 3 years, 2 months ago
- 2214c0e parisc: Move thread_info into task struct by Helge Deller · 3 years, 2 months ago
- bc29483 parisc: add support for TOC (transfer of control) by Sven Schnelle · 3 years, 2 months ago
- b7d8c16 parisc: Allocate task struct with stack frame alignment by Helge Deller · 3 years, 3 months ago
- 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 3 months ago
- 6710287 parisc: Implement __get/put_kernel_nofault() by Helge Deller · 3 years, 4 months ago
- 4033e76 parisc: Remove duplicate struct task_struct declaration by Wan Jiabing · 3 years, 9 months ago
- 22ee3ea parisc: Make user stack size configurable by Helge Deller · 4 years, 2 months ago
- 93346da parisc: Drop loops_per_jiffy from per_cpu struct by Helge Deller · 4 years, 2 months ago
- de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
- 5b00ca0 parisc: Restore possibility to execute 64-bit applications by Helge Deller · 6 years ago
- 5ffa851 parisc: Use cr16 interval timers unconditionally on qemu by Helge Deller · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- e5859eb Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
- 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
- c8c3735 parisc: Enhance detection of synchronous cr16 clocksources by Helge Deller · 8 years ago
- 0c961c5 Merge branch 'parisc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
- 160494d parisc: Optimize timer interrupt function by Helge Deller · 8 years ago
- 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
- 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
- 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
- fc63257 parisc: Reduce overhead of parisc_requires_coherency() by Helge Deller · 9 years ago
- 1e208ae parisc: Drop definition of start_thread_som for HP-UX SOM binaries by Helge Deller · 9 years ago
- c78c2b7 parisc: hpux - Remove hpux gateway page by Helge Deller · 10 years ago
- 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 11 years ago
- 042d27a parisc,metag: Do not hardcode maximum userspace stack size by Helge Deller · 11 years ago
- d71f290 metag: Reduce maximum stack size to 256MB by James Hogan · 11 years ago
- 9dabf60 parisc: add flexible mmap memory layout support by Helge Deller · 11 years ago
- d96b51e parisc: fix irq stack on UP and SMP by Helge Deller · 12 years ago
- 416821d parisc: implement irq stacks - part 2 (v2) by Helge Deller · 12 years ago
- cd85d55 parisc: more irq statistics in /proc/interrupts by Helge Deller · 12 years ago
- 200c880 parisc: implement irq stacks by Helge Deller · 12 years ago
- 910cdc5 kill stray kernel_thread() garbage by Al Viro · 12 years ago
- 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 13 years ago
- 527dcdc Disintegrate asm/system.h for PA-RISC by David Howells · 13 years ago
- 15ee2d0 parisc, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
- abf1e11 parisc: add task_pt_regs macro by Kyle McMartin · 16 years ago
- ef017be parisc: Replace NR_CPUS in parisc code by Helge Deller · 16 years ago
- deae26b parisc: move include/asm-parisc to arch/parisc/include/asm by Kyle McMartin · 16 years ago[Renamed from include/asm-parisc/processor.h]
- 922a70d aout: move STACK_TOP[_MAX] to asm/processor.h by David Howells · 17 years ago
- 8245525 maps4: rework TASK_SIZE macros by Dave Hansen · 17 years ago
- e9541d0 [PARISC] fix section mismatches in arch/parisc/kernel by Helge Deller · 18 years ago
- 2cbd42d [PARISC] Let PA-8900 processors boot by Kyle McMartin · 18 years ago
- 513e7ec [PARISC] convert to use CONFIG_64BIT instead of __LP64__ by Helge Deller · 18 years ago
- 959f4f1 [PARISC] "Fix" circular includes by Kyle McMartin · 18 years ago
- 3c97b5e [PARISC] Move spinlock_t out of struct cpu_data by Kyle McMartin · 18 years ago
- df570b9 [PARISC] Switch is_compat_task to use TIF_32BIT by Kyle McMartin · 18 years ago
- 20f4d3c [PARISC] parisc specific kmap API implementation for pa8800 by James Bottomley · 18 years ago
- 4068d93 [PARISC] Untangle <asm/processor.h> header include mess by Kyle McMartin · 18 years ago
- 1b6d1b5 [PARISC] Use MFIA in current_text_addr on pa2.0 processors by Kyle McMartin · 19 years ago
- 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
- 02d7980 [PARISC] Use C99 initializers in asm-parisc/processor.h by Alexey Dobriyan · 19 years ago
- f053725 [PARISC] Add ability for prctl to change unaligned trap behaviour by Kyle McMartin · 19 years ago
- fb1c8f9 [PATCH] spinlock consolidation by Ingo Molnar · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago