Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-19 18:45:13 to 2023-10-03 17:58:27 UTC [more...]

[RFC v2 0/5] move_phys_pages syscall
 2023-10-03 17:58 UTC  (13+ 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

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-10-03 17:53 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] cpu-hotplug: provide prototypes for arch CPU registration
 2023-10-03 17:37 UTC  (5+ messages)

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-10-03 17:19 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION c9f2baaa18b5ea8f006a2b3a616da9597c71d15e
 2023-10-03 16:26 UTC 

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-10-03 14:26 UTC  (16+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks

[PATCH 00/17] Add folio_end_read
 2023-10-03 14:14 UTC  (18+ messages)
` [PATCH 09/17] m68k: Implement xor_unlock_is_negative_byte

[PATCH] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2023-10-03 14:08 UTC  (4+ messages)

[RFC PATCH 0/2] mm: mempolicy: Multi-tier interleaving
 2023-10-03  5:07 UTC  (9+ messages)
` [PATCH 1/2] memory tier: Introduce sysfs for tier interleave weights
` [PATCH 2/2] mm: mempolicy: Interleave policy for tiered memory nodes
  ` [EXT] Re: [RFC PATCH 0/2] mm: mempolicy: Multi-tier interleaving

[PATCH v4 00/15] Introduce /dev/mshv drivers
 2023-10-03  2:51 UTC  (30+ messages)
` [PATCH v4 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH v4 02/15] mshyperv: Introduce hv_get_hypervisor_version function
` [PATCH v4 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH v4 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v4 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v4 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v4 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH v4 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v4 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v4 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v4 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH v4 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v4 14/15] asm-generic: hyperv: Use new Hyper-V headers conditionally
  ` [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[RFC PATCH v2 0/4] mm/mempolicy: get/set_mempolicy2 syscalls
 2023-10-03  0:21 UTC  (5+ messages)
` [RFC PATCH v2 1/4] mm/mempolicy: refactor do_set_mempolicy for code re-use
` [RFC PATCH v2 2/4] mm/mempolicy: Implement set_mempolicy2 and
` [RFC PATCH v2 3/4] mm/mempolicy: implement a preferred-interleave
` [RFC PATCH v2 4/4] mm/mempolicy: implement a weighted-interleave

[RFC PATCH 0/3] mm/mempolicy: set/get_mempolicy2
 2023-10-02 18:03 UTC  (10+ 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] vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros
 2023-10-01  5:34 UTC  (2+ messages)

[PATCH] vmlinux.lds.h: Clean up errors in vmlinux.lds.h
 2023-09-30  2:00 UTC  (3+ messages)

[PATCH v4 4/6] binfmt_elf: Use elf_load() for library
 2023-09-29 17:06 UTC 

[GIT PULL] LoongArch fixes for v6.6-rc4
 2023-09-28 18:27 UTC  (2+ messages)

[PATCH] logic_pio: remove duplicate declarations of function
 2023-09-28 18:20 UTC  (2+ messages)

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-09-28 16:57 UTC  (4+ messages)

[PATCH v3 00/15] futex: More futex2 bits
 2023-09-28 13:40 UTC  (22+ messages)
` [PATCH v3 04/15] futex: Validate futex value against futex size
` [PATCH v3 05/15] futex: Add sys_futex_wake()
` [PATCH v3 07/15] futex: Add sys_futex_wait()
` [PATCH v3 08/15] futex: Propagate flags into get_futex_key()
` [PATCH v3 09/15] futex: Add flags2 argument to futex_requeue()
` [PATCH v3 10/15] futex: Add sys_futex_requeue()
` [PATCH v3 11/15] mm: Add vmalloc_huge_node()
` [PATCH v3 12/15] futex: Implement FUTEX2_NUMA
` [PATCH v3 13/15] futex: Propagate flags into futex_get_value_locked()
` [PATCH v3 14/15] futex: Enable FUTEX2_{8,16}
` [PATCH v3 15/15] futex,selftests: Extend the futex selftests
  ` [PATCH v3 06/15] futex: FLAGS_STRICT
` futex2 numa stuff
  ` [PATCH 15/15] futex,selftests: Extend the futex selftests
  ` [PATCH 16/15] futex,selftests: Extend the futex selftests for NUMA
  ` [PATCH 17/15] [HACK] futex: Force futex hash collision

[PATCH] div64: Clean up errors in div64.h
 2023-09-28  3:03 UTC 

[PATCH v3 00/15] Introduce /dev/mshv drivers
 2023-09-28  0:17 UTC  (35+ messages)
` [PATCH v3 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH v3 02/15] mshyperv: Introduce hv_get_hypervisor_version function
` [PATCH v3 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH v3 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v3 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v3 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v3 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH v3 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v3 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v3 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v3 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH v3 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v3 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v3 14/15] asm-generic: hyperv: Use new Hyper-V headers conditionally
  ` [PATCH v3 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

Pozycjonowanie- informacja
 2023-09-27  8:30 UTC 

[PATCH] LoongArch: numa: Fix high_memory calculation
 2023-09-27  0:45 UTC  (3+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-26 13:16 UTC  (2+ messages)

[PATCH RFC v2] cpu-hotplug: provide prototypes for arch CPU registration
 2023-09-25 16:28 UTC  (4+ messages)

[PATCH v5 0/5] ppc, fbdev: Clean up fbdev mmap helper
 2023-09-25  8:00 UTC  (8+ messages)
` [PATCH v5 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v5 2/5] fbdev: Replace fb_pgprotect() with pgprot_framebuffer()
` [PATCH v5 3/5] arch/powerpc: Remove trailing whitespaces
` [PATCH v5 4/5] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH v5 5/5] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-09-24 21:01 UTC  (3+ messages)
` [PATCH v5 13/44] i2c: add HAS_IOPORT dependencies

ia64 maintainership (resend)
 2023-09-24 17:31 UTC  (2+ messages)

[PATCH v5 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-09-23 18:53 UTC  (8+ messages)
` [PATCH v5 1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64
` [PATCH v5 2/4] mips: add <asm-generic/io.h> including
` [PATCH v5 3/4] arch/*/io.h: remove ioremap_uc in some architectures
` [PATCH v5 4/4] mips: io: remove duplicated codes

[GIT PULL] LoongArch fixes for v6.6-rc3
 2023-09-23 18:25 UTC  (2+ messages)

[PATCH v2] hyperv: reduce size of ms_hyperv_info
 2023-09-22 20:28 UTC  (2+ messages)

[PATCH v1] hyperv: reduce size of ms_hyperv_info
 2023-09-22 18:44 UTC  (3+ messages)

[PATCH v4 0/5] ppc, fbdev: Clean up fbdev mmap helper
 2023-09-22  7:40 UTC  (7+ messages)
` [PATCH v4 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v4 2/5] fbdev: Replace fb_pgprotect() with pgprot_framebuffer()

[PATCH 5.4 056/367] x86/boot: Annotate local functions
 2023-09-20 11:27 UTC 

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

[RFC 0/3] sys_move_phy_pages system call
 2023-09-19 19:59 UTC  (10+ 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  (2+ messages)
` [PATCH v7 4/4] riscv: Test "


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