Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-03 20:08:00 to 2023-10-23 18:58:49 UTC [more...]

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-23 18:58 UTC  (29+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-23 17:22 UTC  (17+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled

[PATCH RT 0/3] riscv: add PREEMPT_RT support
 2023-10-23 16:40 UTC  (3+ messages)

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-10-23 15:36 UTC  (4+ messages)
` [PATCH v5 13/44] i2c: add HAS_IOPORT dependencies

[RFC][PATCH] fix csum_and_copy_..._user() idiocy. Re: AW: [PATCH] amd64: Fix csum_partial_copy_generic()
 2023-10-23 14:44 UTC  (4+ messages)

[PATCH 02/10] linux/init: remove __memexit* annotations
 2023-10-22 18:24 UTC  (2+ messages)

[PATCH memory-model] docs: memory-barriers: Add note on compiler transformation and address deps
 2023-10-21 20:07 UTC  (19+ messages)

[PATCH] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
 2023-10-20 18:47 UTC 

[PATCH 2/2] mm: mempolicy: Interleave policy for tiered memory nodes
 2023-10-20 17:05 UTC  (2+ messages)

[PATCH] ACPI: Use the acpi_device_is_present() helper in more places
 2023-10-20 16:52 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 4230ea146b1e64628f11e44290bb4008e391bc24
 2023-10-20  1:47 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 2dac75696c6da3c848daa118a729827541c89d33
 2023-10-19 23:23 UTC  (4+ messages)

[GIT PULL] LoongArch fixes for v6.6-rc7
 2023-10-19 18:36 UTC  (2+ messages)

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-10-19 17:08 UTC  (15+ messages)

[PATCH v5 0/4] riscv: tlb flush improvements
 2023-10-19 14:01 UTC  (5+ messages)
` [PATCH v5 1/4] riscv: Improve tlb_flush()
` [PATCH v5 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v5 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v5 4/4] riscv: Improve flush_tlb_kernel_range()

[PATCH] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2023-10-18 16:22 UTC  (8+ messages)
` [PING][PATCH] "

[PATCH v4 0/4] riscv: tlb flush improvements
 2023-10-18 11:32 UTC  (7+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages

[PATCH v5 0/5] ppc, fbdev: Clean up fbdev mmap helper
 2023-10-18 10:48 UTC  (3+ messages)

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-10-17 10:46 UTC  (5+ messages)

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-10-13 21:03 UTC  (4+ messages)
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs

[PATCH v7 0/4] riscv: Add fine-tuned checksum functions
 2023-10-12 14:54 UTC  (5+ messages)
` [PATCH v7 2/4] riscv: Checksum header
` [PATCH v7 3/4] riscv: Add checksum library

[PATCH v6 00/38] New page table range API
 2023-10-12 14:43 UTC  (5+ messages)
` [PATCH v6 06/38] mm: Add default definition of set_ptes()

[PATCH v2 00/15] Introduce /dev/mshv drivers
 2023-10-12  1:56 UTC  (8+ messages)
` [PATCH v2 13/15] uapi: hyperv: Add mshv driver headers hvhdk.h, hvhdk_mini.h, hvgdk.h, hvgdk_mini.h

[PATCH v4 00/15] Introduce /dev/mshv drivers
 2023-10-11 23:32 UTC  (31+ messages)
` [PATCH v4 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v4 14/15] asm-generic: hyperv: Use new Hyper-V headers conditionally
  ` [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH] cpu-hotplug: provide prototypes for arch CPU registration
 2023-10-11 13:08 UTC  (4+ messages)

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

[PATCHSET v5] io_uring IO interface
 2023-10-09  7:27 UTC 

[tip:locking/core] [futex] cb8c4312af: will-it-scale.per_process_ops -3.2% regression
 2023-10-08  7:08 UTC 

[PATCH] LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()
 2023-10-07  9:52 UTC 

[arnd-asm-generic:asm-generic] BUILD SUCCESS f82060480095a909291adc90d5579f50b6ec0627
 2023-10-07  9:37 UTC 

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-10-06 20:36 UTC  (8+ messages)

[PATCH v1 1/1] asm-generic: Fix spelling of architecture
 2023-10-06 20:31 UTC  (5+ messages)

[PATCH v5 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-10-06  8:31 UTC  (8+ messages)
` [PATCH v5 2/4] mips: add <asm-generic/io.h> including
` [PATCH v5 3/4] arch/*/io.h: remove ioremap_uc in some architectures
` [PATCH v5 4/4] mips: io: remove duplicated codes

[PATCH] vmlinux.lds.h: Clean up errors in vmlinux.lds.h
 2023-10-05  8:45 UTC  (3+ messages)

[PATCH v2 00/17] Add folio_end_read
 2023-10-05  8:12 UTC  (21+ messages)
` [PATCH v2 01/17] iomap: Hold state_lock over call to ifs_set_range_uptodate()
` [PATCH v2 02/17] iomap: Protect read_bytes_pending with the state_lock
` [PATCH v2 03/17] mm: Add folio_end_read()
` [PATCH v2 04/17] ext4: Use folio_end_read()
` [PATCH v2 05/17] buffer: "
` [PATCH v2 06/17] iomap: "
` [PATCH v2 07/17] bitops: Add xor_unlock_is_negative_byte()
` [PATCH v2 08/17] alpha: Implement xor_unlock_is_negative_byte
` [PATCH v2 09/17] m68k: "
` [PATCH v2 10/17] mips: "
` [PATCH v2 11/17] powerpc: Implement arch_xor_unlock_is_negative_byte on 32-bit
` [PATCH v2 12/17] riscv: Implement xor_unlock_is_negative_byte
` [PATCH v2 13/17] s390: Implement arch_xor_unlock_is_negative_byte
` [PATCH v2 14/17] mm: Delete checks for xor_unlock_is_negative_byte()
` [PATCH v2 15/17] mm: Add folio_xor_flags_has_waiters()
` [PATCH v2 16/17] mm: Make __end_folio_writeback() return void
` [PATCH v2 17/17] mm: Use folio_xor_flags_has_waiters() in folio_end_writeback()

[PATCH 0/1] Introduce CONFIG_DEBUG_INFO_IKCONFIG
 2023-10-04 17:56 UTC  (4+ messages)
` [PATCH 1/1] kernel/config: "

[PATCH 09/17] m68k: Implement xor_unlock_is_negative_byte
 2023-10-04 12:06 UTC  (12+ messages)

Rozszerzenie Programu Mój Prąd 5.0
 2023-10-04  7:40 UTC 

[arnd-asm-generic:asm-generic] BUILD SUCCESS ccab211af3c2b90ed792eb5f33707d2f0d59fe50
 2023-10-04  7:11 UTC 


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).