linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-20 03:25:13 to 2023-05-25 02:43:24 UTC [more...]

[PATCH v4 00/36] New page table range API
 2023-05-25  2:43 UTC  (9+ 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 v6 0/6] Support TDX guests on Hyper-V
 2023-05-25  2:06 UTC  (13+ 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 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

[PATCH 00/26] locking/atomic: restructuring + kerneldoc
 2023-05-24 14:17 UTC  (28+ 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

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

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-24 11:58 UTC  (8+ messages)
` [PATCH v3 08/11] slub: Replace cmpxchg_double()
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-05-24 11:04 UTC  (7+ 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 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 net-next] s390/ism: Set DMA coherent mask
 2023-05-24  7:54 UTC 

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-24  7:38 UTC  (63+ messages)
` [PATCH v5 01/44] kgdb: add HAS_IOPORT dependency
` [PATCH v5 02/44] ata: add HAS_IOPORT dependencies
` [PATCH v5 03/44] char: "
` [PATCH v5 04/44] char: ipmi: handle "
` [PATCH v5 05/44] char: tpm: "
` [PATCH v5 06/44] comedi: add "
` [PATCH v5 07/44] counter: add HAS_IOPORT_MAP dependency
` [PATCH v5 08/44] /dev/port: don't compile file operations without CONFIG_DEVPORT
` [PATCH v5 09/44] drm: handle HAS_IOPORT dependencies
` [PATCH v5 10/44] firmware: dmi-sysfs: handle HAS_IOPORT=n
` [PATCH v5 11/44] gpio: add HAS_IOPORT dependencies
` [PATCH v5 12/44] hwmon: "
` [PATCH v5 13/44] i2c: "
` [PATCH v5 14/44] iio: ad7606: Kconfig: "
` [PATCH v5 15/44] Input: "
` [PATCH v5 16/44] Input: gameport: add ISA and "
` [PATCH v5 17/44] leds: add "
` [PATCH v5 18/44] media: "
` [PATCH v5 19/44] misc: "
` [PATCH v5 20/44] mISDN: "
` [PATCH v5 21/44] mpt fusion: "
` [PATCH v5 22/44] net: handle "
` [PATCH v5 23/44] parport: PC style parport depends on HAS_IOPORT
` [PATCH v5 24/44] PCI: Make quirk using inw() depend "
` [PATCH v5 25/44] PCI/sysfs: Make I/O resource "
` [PATCH v5 26/44] pcmcia: add HAS_IOPORT dependencies
` [PATCH v5 27/44] platform: "
` [PATCH v5 28/44] pnp: "
` [PATCH v5 29/44] power: "
` [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 36/44] usb: add "
` [PATCH v5 37/44] usb: uhci: 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: "
` [PATCH v5 44/44] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[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  (6+ 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  (11+ messages)
` [PATCH v4 05/41] counter: add HAS_IOPORT dependencies
` [PATCH v4 12/41] iio: ad7606: Kconfig: "

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

[PATCH v2 0/7] GenieZone hypervisor drivers
 2023-05-22  5:45 UTC  (27+ messages)
` [PATCH v2 1/7] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v2 2/7] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v2 3/7] virt: geniezone: Introduce GenieZone hypervisor support
` [PATCH v2 5/7] virt: geniezone: Add irqchip support for virtual interrupt injection

[PATCH v3 0/7] GenieZone hypervisor drivers
 2023-05-22  5:37 UTC  (4+ messages)
` [PATCH v3 3/7] virt: geniezone: Introduce GenieZone hypervisor support

[RFC PATCH 00/22] riscv: s64ilp32: Running 32-bit Linux kernel on 64-bit supervisor mode
 2023-05-21 12:37 UTC  (3+ messages)

[RFC PATCH 00/22] riscv: s64ilp32: Running 32-bit Linux kernel on 64-bit supervisor mode
 2023-05-20 15:57 UTC  (5+ messages)

[PATCH v4] mips: add <asm-generic/io.h> including
 2023-05-20 15:13 UTC  (5+ messages)

[PATCH 6/7] docs: update some straggling Documentation/arm references
 2023-05-20 14:12 UTC  (3+ messages)

Faktoring
 2023-05-19  8:06 UTC 

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-20  5:04 UTC  (7+ messages)
` [PATCH v5 RESEND 14/17] mm/ioremap: Consider IOREMAP space in generic ioremap


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