linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-10 20:24:27 to 2023-07-16 21:59:58 UTC [more...]

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-16 21:51 UTC  (31+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
` [PATCH 03/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH 04/35] arm64/gcs: Document the ABI "
` [PATCH 05/35] arm64/sysreg: Add new system registers for GCS
` [PATCH 06/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH 07/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH 08/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH 09/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH 10/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH 11/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH 12/35] arm64/mm: Map pages for guarded control stack
` [PATCH 13/35] KVM: arm64: Manage GCS registers for guests
` [PATCH 14/35] arm64: Disable traps for GCS usage at EL0 and EL1
` [PATCH 15/35] arm64/idreg: Add overrride for GCS
` [PATCH 16/35] arm64/hwcap: Add hwcap "
` [PATCH 17/35] arm64/traps: Handle GCS exceptions
` [PATCH 18/35] arm64/mm: Handle GCS data aborts
` [PATCH 19/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH 20/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
` [PATCH 23/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH 24/35] arm64/signal: Expose GCS state in signal frames
` [PATCH 25/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH 26/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH 27/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH 30/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH 31/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH 33/35] kselftest/arm64: Add a GCS test program built with the system libc

[PATCH v2] riscv: support PREEMPT_DYNAMIC with static keys
 2023-07-16 16:49 UTC 

[PATCH] riscv: Add HAVE_IOREMAP_PROT support
 2023-07-16 15:20 UTC 

[PATCH 0/2] riscv: stack: Fixup independent softirq/irq stack for CONFIG_FRAME_POINTER=n
 2023-07-16  0:18 UTC  (5+ messages)
` [PATCH 1/2] riscv: stack: Fixup independent irq "
` [PATCH 2/2] riscv: stack: Fixup independent softirq "

[PATCH V2 0/2] riscv: stack: Fixup independent softirq/irq stack for CONFIG_FRAME_POINTER=n
 2023-07-16  0:15 UTC  (3+ messages)
` [PATCH V2 1/2] riscv: stack: Fixup independent irq "
` [PATCH V2 2/2] riscv: stack: Fixup independent softirq "

[PATCH V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-15 13:11 UTC  (6+ messages)

[PATCH V4] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-15  0:59 UTC  (2+ messages)
`  "

[PATCH v9 00/42] Shadow stacks for userspace
 2023-07-14 22:57 UTC  (3+ messages)
` [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()

[RFC][PATCH 00/10] futex: More Futex2 bits
 2023-07-14 20:10 UTC  (19+ messages)
` [RFC][PATCH 01/10] futex: Clarify FUTEX2 flags
` [RFC][PATCH 02/10] futex: Extend the "
` [RFC][PATCH 03/10] futex: Flag conversion
` [RFC][PATCH 04/10] futex: Add sys_futex_wake()
` [RFC][PATCH 05/10] mm: Add vmalloc_huge_node()
` [RFC][PATCH 06/10] futex: Propagate flags into get_futex_key()
` [RFC][PATCH 07/10] futex: Implement FUTEX2_NUMA
` [RFC][PATCH 08/10] futex: Propagate flags into futex_get_value_locked()
` [RFC][PATCH 09/10] futex: Enable FUTEX2_{8,16}
` [HACK][PATCH 10/10] futex: Munge size and numa into the legacy interface

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-14 19:56 UTC  (4+ messages)

[PATCH V3] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-14  3:55 UTC  (2+ messages)

[PATCH v5 00/38] New page table range API
 2023-07-13 21:22 UTC  (64+ messages)
` [PATCH v5 01/38] minmax: Add in_range() macro
` [PATCH v5 02/38] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v5 03/38] mm: Add generic flush_icache_pages() and documentation
` [PATCH v5 04/38] mm: Add folio_flush_mapping()
` [PATCH v5 05/38] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v5 06/38] mm: Add default definition of set_ptes()
` [PATCH v5 07/38] alpha: Implement the new page table range API
` [PATCH v5 08/38] arc: "
` [PATCH v5 09/38] arm: "
` [PATCH v5 10/38] arm64: "
` [PATCH v5 11/38] csky: "
` [PATCH v5 12/38] hexagon: "
` [PATCH v5 13/38] ia64: "
` [PATCH v5 14/38] loongarch: "
` [PATCH v5 15/38] m68k: "
` [PATCH v5 16/38] microblaze: "
` [PATCH v5 17/38] mips: "
` [PATCH v5 18/38] nios2: "
` [PATCH v5 19/38] openrisc: "
` [PATCH v5 20/38] parisc: "
` [PATCH v5 21/38] powerpc: "
` [PATCH v5 22/38] riscv: "
` [PATCH v5 23/38] s390: "
` [PATCH v5 24/38] sh: "
` [PATCH v5 25/38] sparc32: "
` [PATCH v5 26/38] sparc64: "
` [PATCH v5 27/38] um: "
` [PATCH v5 28/38] x86: "
` [PATCH v5 29/38] xtensa: "
` [PATCH v5 30/38] mm: Remove page_mapping_file()
` [PATCH v5 31/38] mm: Rationalise flush_icache_pages() and flush_icache_page()
` [PATCH v5 32/38] mm: Tidy up set_ptes definition
` [PATCH v5 33/38] mm: Use flush_icache_pages() in do_set_pmd()
` [PATCH v5 34/38] filemap: Add filemap_map_folio_range()
` [PATCH v5 35/38] rmap: add folio_add_file_rmap_range()
` [PATCH v5 36/38] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v5 37/38] filemap: Batch PTE mappings
` [PATCH v5 38/38] mm: Call update_mmu_cache_range() in more page fault handling paths

[PATCH 0/4] riscv: tlb flush improvements
 2023-07-12 17:23 UTC  (9+ messages)
` [PATCH 1/4] riscv: Improve flush_tlb()
` [PATCH 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH 4/4] riscv: Improve flush_tlb_kernel_range()

[PATCH] riscv: sigcontext: Correct the comment of sigreturn
 2023-07-12 13:50 UTC  (3+ messages)

[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
 2023-07-12  9:39 UTC  (14+ messages)

[PATCH] vmlinux.lds.h: Remove a reference to no longer used sections .text..refcount
 2023-07-11 21:30 UTC  (2+ messages)

Add a new fchmodat4() syscall, v2
 2023-07-11 17:36 UTC  (31+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
  ` [PATCH v3 1/5] Non-functional cleanup of a "__user * filename"
  ` [PATCH v3 2/5] fs: Add fchmodat4()
  ` [PATCH v3 3/5] arch: Register fchmodat4, usually as syscall 451
  ` [PATCH v3 4/5] tools headers UAPI: Sync files changed by new fchmodat4 syscall
  ` [PATCH v3 5/5] selftests: add fchmodat4(2) selftest
  ` [PATCH v4 0/5] Add a new fchmodat2() syscall
    ` [PATCH v4 1/5] Non-functional cleanup of a "__user * filename"
    ` [PATCH v4 2/5] fs: Add fchmodat2()
    ` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
    ` [PATCH v4 4/5] tools headers UAPI: Sync files changed by new fchmodat2 syscall
    ` [PATCH v4 5/5] selftests: Add fchmodat2 selftest
    ` (subset) [PATCH v4 0/5] Add a new fchmodat2() syscall

[RFC PATCH 00/10] Device Memory TCP
 2023-07-11 12:13 UTC  (14+ messages)
` [RFC PATCH 01/10] dma-buf: add support for paged attachment mappings
` [RFC PATCH 02/10] dma-buf: add support for NET_RX pages
` [RFC PATCH 03/10] dma-buf: add support for NET_TX pages
` [RFC PATCH 04/10] net: add support for skbs with unreadable frags
` [RFC PATCH 05/10] tcp: implement recvmsg() RX path for devmem TCP
` [RFC PATCH 06/10] net: add SO_DEVMEM_DONTNEED setsockopt to release RX pages
` [RFC PATCH 07/10] tcp: implement sendmsg() TX path for for devmem tcp
` [RFC PATCH 08/10] selftests: add ncdevmem, netcat for devmem TCP
` [RFC PATCH 09/10] memory-provider: updates core provider API "
` [RFC PATCH 10/10] memory-provider: add dmabuf devmem provider

Fotowoltaika - propozycja instalacji
 2023-07-11  8:11 UTC 

[PATCH v4 00/36] New page table range API
 2023-07-11  4:40 UTC  (13+ messages)
` [PATCH v4 17/36] nios2: Implement the new "
` [PATCH v4 20/36] powerpc: "


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 NNTP newsgroup(s).