summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)Author
2023-05-09parisc: kexec: include reboot.hSimon Horman
2023-05-03parisc: Fix argument pointer in real64_call_asm()Helge Deller
2023-05-03parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin
2023-05-03parisc: Ensure page alignment in flush functionsHelge Deller
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-09module: replace module_layout with module_memorySong Liu
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-01parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller
2023-02-01parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2023-01-09parisc: Fix return code of pdc_iodc_print()Helge Deller
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-19parisc: Show MPE/iX model string at bootupHelge Deller
2022-12-18parisc: Add missing FORCE prerequisites in MakefileHelge Deller
2022-12-18parisc: Move pdc_result struct to firmware.cHelge Deller
2022-12-18parisc: Drop locking in pdc console codeHelge Deller
2022-12-18parisc: Drop duplicate kgdb_pdc consoleHelge Deller
2022-12-18parisc: Fix locking in pdc_iodc_print() firmware callHelge Deller
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller
2022-12-17parisc: Fix inconsistent indenting in setup_cmdline()Helge Deller
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-15parisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-11-08mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi
2022-11-08mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi
2022-10-31parisc: Avoid printing the hardware path twiceHelge Deller
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller
2022-10-11parisc: Reduce kernel size by packing alternative tablesHelge Deller
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-26parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior
2022-08-22parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machinesHelge Deller
2022-08-21parisc: Fix exception handler for fldw and fstw instructionsHelge Deller
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds