linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-11 12:54:56 to 2023-03-15 15:26:48 UTC [more...]

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-03-15 15:26 UTC  (15+ messages)
` [PATCH 01/10] sparc/mm: Fix MAX_ORDER usage in tsb_grow()
` [PATCH 02/10] um: Fix MAX_ORDER usage in linux_main()
` [PATCH 03/10] floppy: Fix MAX_ORDER usage
` [PATCH 04/10] drm/i915: Fix MAX_ORDER usage in i915_gem_object_get_pages_internal()
` [PATCH 05/10] genwqe: Fix MAX_ORDER usage
` [PATCH 06/10] perf/core: Fix MAX_ORDER usage in rb_alloc_aux_page()
` [PATCH 07/10] mm/page_reporting: Fix MAX_ORDER usage in page_reporting_register()
` [PATCH 08/10] mm/slub: Fix MAX_ORDER usage in calculate_order()
` [PATCH 09/10] iommu: Fix MAX_ORDER usage in __iommu_dma_alloc_pages()
` [PATCH 10/10] mm, treewide: Redefine MAX_ORDER sanely

[PATCH v4 00/36] New page table range API
 2023-03-15 15:26 UTC  (77+ 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 06/36] alpha: Implement the new page table range API
` [PATCH v4 07/36] arc: "
` [PATCH v4 08/36] arm: "
` [PATCH v4 09/36] arm64: "
` [PATCH v4 10/36] csky: "
` [PATCH v4 11/36] hexagon: "
` [PATCH v4 12/36] ia64: "
` [PATCH v4 13/36] loongarch: "
` [PATCH v4 14/36] m68k: "
` [PATCH v4 15/36] microblaze: "
` [PATCH v4 16/36] mips: "
` [PATCH v4 17/36] nios2: "
` [PATCH v4 18/36] openrisc: "
` [PATCH v4 19/36] parisc: "
` [PATCH v4 20/36] powerpc: "
` [PATCH v4 21/36] riscv: "
` [PATCH v4 22/36] s390: "
` [PATCH v4 23/36] superh: "
` [PATCH v4 24/36] sparc32: "
` [PATCH v4 25/36] sparc64: "
` [PATCH v4 26/36] um: "
` [PATCH v4 27/36] x86: "
` [PATCH v4 28/36] xtensa: "
` [PATCH v4 29/36] mm: Remove page_mapping_file()
` [PATCH v4 30/36] mm: Rationalise flush_icache_pages() and flush_icache_page()
` [PATCH v4 31/36] mm: Tidy up set_ptes definition
` [PATCH v4 32/36] mm: Use flush_icache_pages() in do_set_pmd()
` [PATCH v4 33/36] filemap: Add filemap_map_folio_range()
` [PATCH v4 34/36] rmap: add folio_add_file_rmap_range()
` [PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v4 36/36] filemap: Batch PTE mappings

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-15 12:52 UTC  (9+ messages)
` [PATCH v4 2/4] mips: add <asm-generic/io.h> including

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-03-15 11:54 UTC  (74+ messages)
` [PATCH v3 01/38] Kconfig: introduce HAS_IOPORT option and select it as necessary
` [PATCH v3 02/38] ata: add HAS_IOPORT dependencies
` [PATCH v3 03/38] char: impi, tpm: depend on HAS_IOPORT
` [PATCH v3 04/38] comedi: add HAS_IOPORT dependencies
` [PATCH v3 05/38] counter: "
` [PATCH v3 06/38] /dev/port: don't compile file operations without CONFIG_DEVPORT
` [PATCH v3 07/38] drm: handle HAS_IOPORT dependencies
` [PATCH v3 08/38] firmware: dmi-sysfs: handle HAS_IOPORT=n
` [PATCH v3 09/38] gpio: add HAS_IOPORT dependencies
` [PATCH v3 10/38] hwmon: "
` [PATCH v3 11/38] i2c: "
` [PATCH v3 12/38] iio: ad7606: Kconfig: "
` [PATCH v3 13/38] Input: "
` [PATCH v3 14/38] Input: gameport: add ISA and "
` [PATCH v3 15/38] leds: add "
` [PATCH v3 16/38] media: "
` [PATCH v3 17/38] misc: "
` [PATCH v3 18/38] mISDN: "
` [PATCH v3 19/38] mpt fusion: "
` [PATCH v3 20/38] net: handle "
` [PATCH v3 21/38] parport: PC style parport depends on HAS_IOPORT
` [PATCH v3 22/38] PCI: Make quirk using inw() depend "
` [PATCH v3 23/38] PCI/sysfs: Make I/O resource "
` [PATCH v3 24/38] pcmcia: add HAS_IOPORT dependencies
` [PATCH v3 25/38] platform: "
` [PATCH v3 26/38] pnp: "
` [PATCH v3 27/38] power: "
` [PATCH v3 28/38] rtc: "
` [PATCH v3 29/38] scsi: "
` [PATCH v3 30/38] sound: "
` [PATCH v3 31/38] speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIO
` [PATCH v3 32/38] staging: add HAS_IOPORT dependencies
` [PATCH v3 33/38] tty: serial: handle "
` [PATCH v3 34/38] usb: "
` [PATCH v3 35/38] video: "
` [PATCH v3 36/38] watchdog: add "
` [PATCH v3 37/38] wireless: "
` [PATCH v3 38/38] asm-generic/io.h: drop inb() etc for HAS_IOPORT=n

[PATCH v3 00/34] New page table range API
 2023-03-15  9:27 UTC  (3+ messages)
` [PATCH v3 02/34] mm: Add generic flush_icache_pages() and documentation

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-15  6:40 UTC  (6+ messages)

[PATCH v3 20/34] riscv: Implement the new page table range API
 2023-03-15  5:23 UTC  (2+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-03-14 11:02 UTC  (4+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-14  7:19 UTC  (19+ messages)
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v7 38/41] x86/fpu: Add helper for initing features
` [PATCH v7 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v7 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK

[PATCH v2 0/2] Hyper-V VTL support
 2023-03-13 18:16 UTC  (8+ messages)
` [PATCH v2 2/2] x86/hyperv: VTL support for Hyper-V

[PATCH v2 0/5] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
 2023-03-13 15:16 UTC  (3+ messages)
` [PATCH v2 4/5] pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi header

[PATCH v2] irq domain: drop IRQ_DOMAIN_HIERARCHY option, make it always on
 2023-03-13  2:39 UTC 

[PATCH] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
 2023-03-12 20:25 UTC  (2+ 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 NNTP newsgroup(s).