Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 12:28:50 to 2023-05-31 13:28:41 UTC [more...]

[PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-31 13:08 UTC  (13+ messages)
` [PATCH 01/12] cyrpto/b128ops: Remove struct u128
` [PATCH 02/12] types: Introduce [us]128
` [PATCH 03/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH 04/12] instrumentation: Wire up cmpxchg128()
` [PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
` [PATCH 06/12] percpu: Wire up cmpxchg128
` [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__
` [PATCH 08/12] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH 09/12] x86,intel_iommu: "
` [PATCH 10/12] slub: "
` [PATCH 11/12] arch: Remove cmpxchg_double
` [PATCH 12/12] s390/cpum_sf: Convert to cmpxchg128()

[RFC PATCH V6 00/14] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-05-31  9:14 UTC  (10+ messages)
` [RFC PATCH V6 01/14] x86/sev: Add a #HV exception handler

[PATCH v4 00/41] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-30 20:51 UTC  (9+ messages)
` [PATCH v4 02/41] ata: add HAS_IOPORT dependencies
` [PATCH v4 33/41] tty: serial: handle "
` [PATCH v4 36/41] usb: pci-quirks: "

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-30 19:32 UTC  (16+ messages)
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 08/11] slub: Replace cmpxchg_double()
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-30 14:39 UTC  (30+ messages)
` [PATCH v5 05/44] char: tpm: handle HAS_IOPORT dependencies
` [PATCH v5 09/44] drm: "
` [PATCH v5 11/44] gpio: add "
` [PATCH v5 14/44] iio: ad7606: Kconfig: "
` [PATCH v5 16/44] Input: gameport: add ISA and "
` [PATCH v5 17/44] leds: add "
` [PATCH v5 30/44] rtc: "
` [PATCH v5 31/44] scsi: "
` [PATCH v5 32/44] sound: "
` [PATCH v5 35/44] tty: serial: handle "
` [PATCH v5 38/44] usb: pci-quirks: "

[PATCH 00/26] locking/atomic: restructuring + kerneldoc
 2023-05-30 12:42 UTC  (15+ messages)
` [PATCH 22/26] locking/atomic: scripts: simplify raw_atomic_long*() definitions
` [PATCH 25/26] locking/atomic: docs: Add atomic operations to the driver basic API documentation
` [PATCH 26/26] locking/atomic: treewide: delete arch_atomic_*() kerneldoc
  ` [PATCH 24/26] locking/atomic: scripts: generate kerneldoc comments

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-30  9:37 UTC  (8+ messages)
` [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 14/17] mm/ioremap: Consider IOREMAP space in generic ioremap

[PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()
 2023-05-30  8:07 UTC  (6+ messages)
` [PATCH 0/4] New page table range API fixup patches
  ` [PATCH 1/4] filemap: avoid interfere with xas.xa_index
  ` [PATCH 2/4] rmap: fix typo in folio_add_file_rmap_range()
  ` [PATCH 3/4] mm: mark PTEs referencing the accessed folio young
  ` [PATCH 4/4] filemap: Check address range in filemap_map_folio_range()

[PATCH v2 0/7] docs: Move Documentation/arm under Documentation/arch
 2023-05-30  7:20 UTC  (10+ messages)
` [PATCH v2 1/7] arm: docs: Move Arm documentation to Documentation/arch/
` [PATCH v2 2/7] arm: update in-source documentation references
` [PATCH v2 3/7] arm64: Update Documentation/arm references
` [PATCH v2 4/7] mips: update a reference to a moved Arm Document
` [PATCH v2 5/7] crypto: update some Arm documentation references
` [PATCH v2 6/7] docs: update some straggling Documentation/arm references
` [PATCH v2 7/7] dt-bindings: Update "

[PATCH -next V12 0/3] riscv: Add independent irq/softirq stacks
 2023-05-29  8:46 UTC  (4+ messages)
` [PATCH -next V12 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V12 2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V12 3/3] riscv: stack: Add config of thread stack size

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-28  5:47 UTC  (21+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}

[PATCH v4] mips: add <asm-generic/io.h> including
 2023-05-26  9:45 UTC  (2+ messages)

[PATCH v2 0/3] kprobes: notrace enhancements
 2023-05-26  5:40 UTC  (8+ messages)
` [PATCH v2 1/3] kprobes: Mark descendents of core_kernel_text as notrace
` [PATCH v2 2/3] compiler: inline does not imply notrace
` [PATCH v2 3/3] lib: Allow traceing of usercopy, xarray, iov_iter, find_bit

[PATCH v6 0/6] Support TDX guests on Hyper-V
 2023-05-25 19:18 UTC  (15+ messages)
` [PATCH v6 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v6 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[PATCH v5 43/44] wireless: add HAS_IOPORT dependencies
 2023-05-25 16:08 UTC  (4+ messages)
` [v5,43/44] wifi: "

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-05-25 14:01 UTC  (8+ messages)
` [PATCH v2 1/4] riscv: move options to keep entries sorted
` [PATCH v2 2/4] riscv: vmlinux-xip.lds.S: remove .alternative section
` [PATCH v2 3/4] vmlinux.lds.h: use correct .init.data.* section name
` [PATCH v2 4/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION

[PATCH net-next] s390/ism: Set DMA coherent mask
 2023-05-25 14:00 UTC  (2+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 6e542e9820c2645ff8db1eb2b8d61fb25fd89174
 2023-05-25  9:07 UTC 

[PATCH v4 00/36] New page table range API
 2023-05-25  6:31 UTC  (25+ messages)
` [PATCH v4 01/36] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v4 02/36] mm: Add generic flush_icache_pages() and documentation
` [PATCH v4 03/36] mm: Add folio_flush_mapping()
` [PATCH v4 04/36] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v4 05/36] mm: Add default definition of set_ptes()
` [PATCH v4 09/36] arm64: Implement the new page table range API
` [PATCH v4 29/36] mm: Remove page_mapping_file()
` [PATCH v4 31/36] mm: Tidy up set_ptes definition
` [PATCH v4 32/36] mm: Use flush_icache_pages() in do_set_pmd()

[PATCH 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
 2023-05-24 15:56 UTC  (9+ messages)
` [PATCH 2/9] cpu/SMT: Move smt/control simple exit cases earlier
` [PATCH 3/9] cpu/SMT: Store the current/max number of threads
` [PATCH 4/9] cpu/SMT: Create topology_smt_threads_supported()
` [PATCH 5/9] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH 7/9] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH 8/9] powerpc: Add HOTPLUG_SMT support
` [PATCH 9/9] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs

[PATCH net-next v6 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-05-24 15:45 UTC  (11+ messages)
` [PATCH net-next v6 2/3] net: core: add getsockopt SO_PEERPIDFD
` [PATCH net-next v6 3/3] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test

[GIT PULL] Convert virt_to_phys() into static inlines
 2023-05-24 13:03 UTC  (2+ messages)

[PATCH v3 00/12] arch: Make virt_to_pfn into a static inline
 2023-05-24 10:13 UTC  (15+ messages)
` [PATCH v3 01/12] fs/proc/kcore.c: Pass a pointer to virt_addr_valid()
` [PATCH v3 02/12] m68k: Pass a pointer to virt_to_pfn() virt_to_page()
` [PATCH v3 03/12] ARC: init: Pass a pointer to virt_to_pfn() in init
` [PATCH v3 04/12] riscv: mm: init: Pass a pointer to virt_to_page()
` [PATCH v3 05/12] cifs: "
` [PATCH v3 06/12] cifs: Pass a pointer to virt_to_page() in cifsglob
` [PATCH v3 07/12] netfs: Pass a pointer to virt_to_page()
` [PATCH v3 08/12] arm64: vdso: Pass (void *) "
` [PATCH v3 09/12] asm-generic/page.h: Make pfn accessors static inlines
` [PATCH v3 10/12] ARM: mm: Make virt_to_pfn() a static inline
` [PATCH v3 11/12] arm64: memory: "
` [PATCH v3 12/12] m68k/mm: Make pfn accessors static inlines

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-05-23 18:59 UTC  (5+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH 0/7] docs: Move Documentation/arm under Documentation/arch
 2023-05-23 11:44 UTC  (5+ messages)
` [PATCH 1/7] arm: docs: Move Arm documentation to Documentation/arch/
` [PATCH 3/7] arm64: Update Documentation/arm references

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-05-23  9:32 UTC  (3+ messages)
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls to userspace

[PATCH net-next v5 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-05-23  8:53 UTC  (6+ messages)

[PATCH net-next v5 2/3] net: core: add getsockopt SO_PEERPIDFD
 2023-05-22 17:12 UTC  (3+ 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).