summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorLines
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2023-05-03parisc: Fix argument pointer in real64_call_asm()Helge Deller-3/+2
2023-05-03parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin-103/+63
2023-05-03parisc: Drop HP-UX constants and structs from grfioctl.hHelge Deller-38/+0
2023-05-03parisc: Ensure page alignment in flush functionsHelge Deller-0/+2
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli-4/+24
2023-05-03parisc: Limit amount of kgdb breakpoints on pariscHelge Deller-0/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda-2/+2
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-34/+17
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle-0/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider-2/+2
2023-03-09module: replace module_layout with module_memorySong Liu-34/+17
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf-1/+1
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+6
2023-03-02parisc: fix livelock in uaccessAl Viro-1/+6
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+37
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+0
2023-02-20Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-21/+1
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman-1/+1
2023-02-13char/agp: introduce asm-generic/agp.hMike Rapoport-15/+1
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport-6/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-4/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-3/+38
2023-02-01parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller-2/+13
2023-02-01parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-2/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2023-01-09parisc: Fix return code of pdc_iodc_print()Helge Deller-2/+3
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-102/+91
2022-12-19parisc: Show MPE/iX model string at bootupHelge Deller-5/+10
2022-12-18parisc: Add missing FORCE prerequisites in MakefileHelge Deller-4/+4
2022-12-18parisc: Move pdc_result struct to firmware.cHelge Deller-17/+4
2022-12-18parisc: Drop locking in pdc console codeHelge Deller-13/+3
2022-12-18parisc: Drop duplicate kgdb_pdc consoleHelge Deller-20/+0
2022-12-18parisc: Fix locking in pdc_iodc_print() firmware callHelge Deller-11/+13
2022-12-17parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller-2/+2
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller-16/+43
2022-12-17parisc: Fix inconsistent indenting in setup_cmdline()Helge Deller-14/+12
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-18/+2
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+9
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-11-15parisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov-6/+9
2022-11-08mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi-1/+1
2022-11-08mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi-2/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-15/+0