linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-14 14:31:17 to 2023-09-20 08:02:17 UTC [more...]

[PATCH v4 0/5] ppc, fbdev: Clean up fbdev mmap helper
 2023-09-20  8:01 UTC  (4+ messages)
` [PATCH v4 1/5] fbdev: Avoid file argument in fb_pgprotect()

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

Poptávka
 2023-09-20  7:36 UTC 

[RFC v2 0/5] move_phys_pages syscall
 2023-09-19 23:09 UTC  (7+ messages)
` [RFC v2 1/5] mm/migrate: fix do_pages_move for compat pointers
` [RFC v2 2/5] mm/migrate: remove unused mm argument from do_move_pages_to_node
` [RFC v2 3/5] mm/migrate: refactor add_page_for_migration for code re-use
` [RFC v2 4/5] mm/migrate: Create move_phys_pages syscall
` [RFC v2 5/5] ktest: sys_move_phys_pages ktest
` [RFC] man/move_phys_pages: migrate pages based on physical address

[RFC 0/3] sys_move_phy_pages system call
 2023-09-19 19:59 UTC  (13+ messages)
` [RFC PATCH 3/3] mm/migrate: Create move_phys_pages syscall

[PATCH v7 0/4] riscv: Add fine-tuned checksum functions
 2023-09-19 18:44 UTC  (5+ messages)
` [PATCH v7 1/4] asm-generic: Improve csum_fold
` [PATCH v7 2/4] riscv: Checksum header
` [PATCH v7 3/4] riscv: Add checksum library
` [PATCH v7 4/4] riscv: Test checksum functions

[PATCH v6 0/4] riscv: Add fine-tuned checksum functions
 2023-09-19 18:04 UTC  (10+ messages)
` [PATCH v6 1/4] asm-generic: Improve csum_fold
` [PATCH v6 2/4] riscv: Checksum header
` [PATCH v6 3/4] riscv: Add checksum library
` [PATCH v6 4/4] riscv: Test checksum functions

[PATCH] mm: add statistics for PUD level pagetable
 2023-09-19 17:23 UTC  (3+ messages)

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-19 14:40 UTC  (65+ messages)
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V11 14/17] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V11 15/17] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V11 16/17] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton
` [PATCH V11 17/17] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()

[PATCH v4 0/4] riscv: tlb flush improvements
 2023-09-19 12:09 UTC  (9+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v4 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v4 4/4] riscv: Improve flush_tlb_kernel_range()

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-19 10:24 UTC  (93+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [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 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [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 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online

Pytanie o samochód
 2023-09-19  7:30 UTC 

[PATCH v1] hyperv: reduce size of ms_hyperv_info
 2023-09-19  7:12 UTC  (3+ messages)

[PATCH RFC v2] cpu-hotplug: provide prototypes for arch CPU registration
 2023-09-18  8:16 UTC  (3+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 43ff221426d33db909f7159fdf620c3b052e2d1c
 2023-09-16  4:05 UTC 

[GIT PULL] Remove Itanium support
 2023-09-15 15:24 UTC  (2+ messages)

[PATCH] logic_pio: remove duplicate declarations of function
 2023-09-15 14:06 UTC 

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-09-15  3:23 UTC  (3+ messages)

[RFC PATCH 0/3] mm/mempolicy: set/get_mempolicy2
 2023-09-14 23:54 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/mempolicy: refactor do_set_mempolicy for code re-use
` [RFC PATCH 2/3] mm/mempolicy: Implement set_mempolicy2 and get_mempolicy2 syscalls
` [RFC PATCH 3/3] mm/mempolicy: implement a partial-interleave mempolicy

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-09-14 17:37 UTC  (3+ messages)

[PATCH RFC] cpu-hotplug: provide prototypes for arch CPU registration, [PATCH] cpu-hotplug: provide prototypes for arch CPU registration
 2023-09-14 14:47 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 NNTP newsgroup(s).