Linux-parisc archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 07:48:58 to 2021-10-27 20:14:07 UTC [more...]

fixmap problem on PA11 hardware
 2021-10-27 20:14 UTC  (2+ messages)

[PATCH] locking: remove spin_lock_flags() etc
 2021-10-27 12:01 UTC  (12+ messages)

[PATCH v7 0/2] fix & prevent the missing preemption disabling
 2021-10-27  3:15 UTC  (3+ messages)
` [PATCH v7 1/2] ftrace: disable preemption when recursion locked
` [PATCH v7 2/2] ftrace: do CPU checking after preemption disabled

[PATCH v6 0/2] fix & prevent the missing preemption disabling
 2021-10-27  3:09 UTC  (5+ messages)
` [PATCH v6 1/2] ftrace: disable preemption when recursion locked
` [PATCH v6 2/2] ftrace: do CPU checking after preemption disabled

[PATCH v5 0/2] fix & prevent the missing preemption disabling
 2021-10-27  2:28 UTC  (11+ messages)
` [PATCH v5 1/2] ftrace: disable preemption when recursion locked
  ` [PATCH v6] "
` [PATCH v5 2/2] ftrace: do CPU checking after preemption disabled

[PATCH 0/2] ftrace: make sure preemption disabled on recursion testing
 2021-10-26 23:48 UTC  (2+ messages)

parisc: sched.h:2138:38: error: 'const struct thread_info' has no member named 'cpu'
 2021-10-26 17:44 UTC 

[PATCH v4 0/2] fix & prevent the missing preemption disabling
 2021-10-26  2:52 UTC  (6+ messages)
` [PATCH v4 1/2] ftrace: disable preemption when recursion locked
` [PATCH v4 2/2] ftrace: do CPU checking after preemption disabled

parisc/unwind: call callback with toplevel address
 2021-10-25 12:08 UTC  (4+ messages)
  ` ATI Rage XL

linux-next: manual merge of the ftrace tree with the parisc-hd tree
 2021-10-25  4:20 UTC 

[PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please"
 2021-10-23 20:51 UTC  (2+ messages)

linux-next: manual merge of the bitmap tree with the parisc-hd tree
 2021-10-22  6:48 UTC 

[PATCH] parisc: Make use of the helper macro kthread_run()
 2021-10-21 12:12 UTC  (2+ messages)

[PATCH] parisc: don't enable irqs unconditionally in handle_interruption()
 2021-10-20 19:05 UTC  (3+ messages)
              ` [PATCH] parisc: Don't disable interrupts in cmpxchg and futex operations

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-20 17:26 UTC  (53+ messages)
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()
` [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared

[PATCH 0/3] ftrace fixes for PA-RISC
 2021-10-19 18:31 UTC  (4+ messages)
` [PATCH 1/3] parisc: don't use dereference_function_descriptor() in trace stub
` [PATCH 2/3] parisc/ftrace: use static key to enable function graph
` [PATCH 3/3] parisc: mark xchg functions notrace

[PATCH] tracing: Have all levels of checks prevent recursion
 2021-10-19 13:00 UTC  (15+ messages)

[PATCH v2] tracing: Have all levels of checks prevent recursion
 2021-10-18 21:55 UTC  (2+ messages)

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-18  9:16 UTC  (19+ messages)
` [PATCH v3 01/12] powerpc: Move and rename func_descr_t
` [PATCH v3 02/12] powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
` [PATCH v3 03/12] powerpc: Remove "
` [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v3 05/12] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v3 06/12] asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
` [PATCH v3 07/12] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v3 09/12] lkdtm: Force do_nothing() out of line
` [PATCH v3 10/12] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()
` [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection

[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
 2021-10-17 17:19 UTC 

[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-17  7:50 UTC  (36+ messages)
` [PATCH v2 01/13] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h
` [PATCH v2 02/13] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry'
` [PATCH v2 03/13] powerpc: Remove func_descr_t
` [PATCH v2 04/13] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v2 05/13] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs
` [PATCH v2 07/13] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v2 08/13] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v2 09/13] lkdtm: Force do_nothing() out of line
` [PATCH v2 10/13] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v2 11/13] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v2 12/13] lkdtm: Fix execute_[user]_location()
` [PATCH v2 13/13] lkdtm: Add a test for function descriptors protection

[PATCH v3 0/4] add TOC support
 2021-10-16 16:56 UTC  (8+ messages)
` [PATCH v3 1/4] parisc: move virt_map macro to assembly.h
` [PATCH v3 2/4] parisc: add PIM TOC data structures
` [PATCH v3 3/4] parisc/firmware: add functions to retrieve TOC data
` [PATCH v3 4/4] parisc: add support for TOC (transfer of control)

[PATCH] parisc: Move thread_info into task struct
 2021-10-15 20:41 UTC 

[PATCH] parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
 2021-10-15 19:49 UTC 

[PATCH v2 0/2] add TOC support
 2021-10-15 16:22 UTC  (3+ messages)
` [PATCH 2/2] parisc: add support for TOC (transfer of control)

[PATCH v3 0/2] fix & prevent the missing preemption disabling
 2021-10-15 13:35 UTC  (13+ messages)
` [PATCH v3 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()
` [PATCH v3 2/2] ftrace: do CPU checking after preemption disabled

[PATCH 0/2] sched: cleanup CONFIG_SCHED_MC & friends
 2021-10-15 13:04 UTC  (5+ messages)
` [PATCH 2/2] sched: Centralize SCHED_{SMT, MC, CLUSTER} definitions

[PATCH net-next] net: tulip: winbond-840: fix build for UML
 2021-10-15  2:30 UTC  (2+ messages)

[PATCH v1 00/10] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-14  7:20 UTC  (16+ messages)
` [PATCH v1 04/10] asm-generic: Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR to define associated stubs
` [PATCH v1 06/10] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v1 09/10] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v1 10/10] lkdtm: Fix execute_[user]_location()

[PATCH net-next 7/7] ethernet: replace netdev->dev_addr 16bit writes
 2021-10-14  2:28 UTC  (2+ messages)

[RESEND PATCH v2 0/2] fix & prevent the missing preemption disabling
 2021-10-13 14:24 UTC  (7+ messages)
` [RESEND PATCH v2 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()

[PATCH AUTOSEL 5.14 17/17] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-13 11:16 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 11/11] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-13  8:50 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).