Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-31 20:19:07 to 2023-09-14 18:59:21 UTC [more...]

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-09-14 18:58 UTC 

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-14 18:15 UTC  (3+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-14 14:19 UTC  (36+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH 0/5] gpio: remove gpiod_toggle_active_low()
 2023-09-14 13:55 UTC  (24+ messages)
` [PATCH 1/5] gpiolib: provide gpiod_set_active_[low/high]()
` [PATCH 2/5] mtd: rawnand: ingenic: use gpiod_set_active_high()
` [PATCH 3/5] mmc: slot-gpio: use gpiod_set_active_[low|high]()
` [PATCH 4/5] platform/x86: int3472/discrete: use gpiod_set_active_low()
` [PATCH 5/5] gpiolib: remove gpiod_toggle_active_low()

[PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls
 2023-09-14 12:26 UTC  (8+ messages)
` [PATCH 1/2] tools headers UAPI: Sync fchmodat2() syscall table entries
` [PATCH 2/2] arch: Reserve map_shadow_stack() syscall number for all architectures

[PATCH v5 0/3] Move Loongson1 MAC arch-code to the driver dir
 2023-09-14 11:44 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: mfd: syscon: Add compatibles for Loongson-1 syscon
` [PATCH v5 2/3] dt-bindings: net: Add Loongson-1 Ethernet Controller
` [PATCH v5 3/3] net: stmmac: Add glue layer for Loongson-1 SoC

[PATCH 05/17] pmdomain: bcm: Move Kconfig options to the pmdomain subsystem
 2023-09-14 11:17 UTC 

[PATCH v4 0/4] Move Loongson1 MAC arch-code to the driver dir
 2023-09-14 10:30 UTC  (13+ messages)
` [PATCH v4 2/4] dt-bindings: net: Add Loongson-1 Ethernet Controller
` [PATCH v4 3/4] net: stmmac: Add glue layer for Loongson-1 SoC
` [PATCH v4 4/4] MAINTAINERS: Update MIPS/LOONGSON1 entry

[PATCH v3 0/3] Add dependencies of POWER_RESET for MIPS Malta
 2023-09-14  8:44 UTC  (4+ messages)
` [PATCH v3 1/3] MIPS: Cleanup malta_defconfig
` [PATCH v3 2/3] Kconfig: add dependencies of POWER_RESET for mips malta
` [PATCH v3 3/3] MIPS: Simplify malta_defconfig

[RFT PATCH 00/15] drm: non-drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-14  8:14 UTC  (11+ messages)
` [RFT PATCH 03/15] drm/ingenic: Call drm_atomic_helper_shutdown() at shutdown time

[PATCH v2 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac
 2023-09-14  7:28 UTC  (12+ messages)
` [PATCH v2 1/3] kconfig: add dependencies of POWER_RESET for mips malta
` [PATCH v2 2/3] kconfig: add dependencies of POWER_RESET for x86
` [PATCH v2 3/3] kconfig: add dependencies of POWER_RESET for PowerMac

[PATCH v3 0/5] Use nth_page() in place of direct struct page manipulation
 2023-09-14  2:46 UTC  (12+ messages)
` [PATCH v3 1/5] mm/cma: use "
` [PATCH v3 2/5] mm/hugetlb: "
` [PATCH v3 3/5] mm/memory_hotplug: use pfn math "
` [PATCH v3 4/5] fs: use nth_page() "
  ` [PATCH v3 4/5] "
` [PATCH v3 5/5] mips: "

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

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

[PATCH] pwm: Explicitly include correct DT includes
 2023-09-11  4:49 UTC  (3+ messages)

[PATCH 00/53] drm: Convert to platform remove callback returning void
 2023-09-09 14:37 UTC  (2+ messages)

[PATCH AUTOSEL 6.5 20/28] usb: dwc3: dwc3-octeon: Verify clock divider
 2023-09-09  0:35 UTC 

[PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe
 2023-09-09  0:15 UTC  (2+ messages)

[PATCH v2 0/5] Use nth_page() in place of direct struct page manipulation
 2023-09-08 14:56 UTC  (11+ messages)
` [PATCH v2 1/5] mm/cma: use "
` [PATCH v2 2/5] mm/hugetlb: "
` [PATCH v2 3/5] mm/memory_hotplug: "
` [PATCH v2 4/5] fs: "
` [PATCH v2 5/5] mips: "

[PATCH] MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled
 2023-09-08 13:41 UTC  (4+ messages)

[PATCH v7 0/9] Allow dynamic allocation of software IO TLB bounce buffers
 2023-09-08  8:00 UTC  (6+ messages)
` [PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it

[GIT PULL] MIPS changes for v6.6
 2023-09-07 18:03 UTC  (2+ messages)

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

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-09-06 22:10 UTC  (9+ messages)
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
 2023-09-06  8:00 UTC  (5+ messages)

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

Prezentacja
 2023-09-04  7:40 UTC 

[PATCH v2] dt-bindings: interrupt-controller: loongson,liointc: Fix warnings about liointc-2.0
 2023-09-04  8:54 UTC  (15+ messages)

[patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
 2023-09-01 21:09 UTC  (7+ messages)
` [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-01 16:46 UTC  (3+ messages)

[PATCH v1 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac
 2023-08-31 20:17 UTC 

[PATCH v1 1/3] kconfig: add dependencies of POWER_RESET for mips malta
 2023-08-31 20:17 UTC 

[PATCH v1 2/3] kconfig: add dependencies of POWER_RESET for x86
 2023-08-31 20:17 UTC 

[PATCH v1 3/3] kconfig: add dependencies of POWER_RESET for PowerMac
 2023-08-31 20:18 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 read-only IMAP folder(s) and NNTP newsgroup(s).