linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 10:55:02 to 2023-05-29 14:57:08 UTC [more...]

[PATCH v2 0/7] docs: Move Documentation/arm under Documentation/arch
 2023-05-29 14:57 UTC  (9+ 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 v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-29 14:34 UTC  (45+ messages)
` [PATCH v5 02/44] ata: add HAS_IOPORT dependencies
` [PATCH v5 05/44] char: tpm: handle "
` [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 28/44] pnp: "
` [PATCH v5 30/44] rtc: "
` [PATCH v5 31/44] scsi: "
` [PATCH v5 32/44] sound: "
` [PATCH v5 33/44] speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIO
` [PATCH v5 34/44] staging: add HAS_IOPORT dependencies
` [PATCH v5 35/44] tty: serial: handle "
` [PATCH v5 38/44] usb: pci-quirks: "
` [PATCH v5 39/44] vgacon: add "
` [PATCH v5 40/44] fbdev: "
` [PATCH v5 41/44] video: Handle "
` [PATCH v5 42/44] watchdog: add "
` [PATCH v5 43/44] wireless: "
  ` [v5,43/44] wifi: "
` [PATCH v5 44/44] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[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 00/26] locking/atomic: restructuring + kerneldoc
 2023-05-26 15:24 UTC  (32+ messages)
` [PATCH 01/26] locking/atomic: arm: fix sync ops
` [PATCH 02/26] locking/atomic: remove fallback comments
` [PATCH 03/26] locking/atomic: hexagon: remove redundant arch_atomic_cmpxchg
` [PATCH 04/26] locking/atomic: make atomic*_{cmp,}xchg optional
` [PATCH 05/26] locking/atomic: arc: add preprocessor symbols
` [PATCH 06/26] locking/atomic: arm: "
` [PATCH 07/26] locking/atomic: hexagon: "
` [PATCH 08/26] locking/atomic: m68k: "
` [PATCH 09/26] locking/atomic: parisc: "
` [PATCH 10/26] locking/atomic: sh: "
` [PATCH 11/26] locking/atomic: sparc: "
` [PATCH 12/26] locking/atomic: x86: "
` [PATCH 13/26] locking/atomic: xtensa: "
` [PATCH 14/26] locking/atomic: scripts: remove bogus order parameter
` [PATCH 15/26] locking/atomic: scripts: remove leftover "${mult}"
` [PATCH 16/26] locking/atomic: scripts: factor out order template generation
` [PATCH 18/26] locking/atomic: treewide: use raw_atomic*_<op>()
` [PATCH 19/26] locking/atomic: scripts: build raw_atomic_long*() directly
` [PATCH 21/26] locking/atomic: scripts: split pfx/name/sfx/order
` [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 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 v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-25 22:59 UTC  (14+ 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 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 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)

[PATCH v4 00/41] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-22 11:15 UTC  (9+ messages)
` [PATCH v4 05/41] counter: add HAS_IOPORT dependencies


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