messages from 2023-09-14 01:56:15 to 2023-09-20 08:10:28 UTC [more...]
[PATCH v4 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-09-20 8:09 UTC (6+ messages)
` [PATCH v4 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v4 2/5] fbdev: Replace fb_pgprotect() with pgprot_framebuffer()
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-20 6:07 UTC (52+ 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] mm: add statistics for PUD level pagetable
2023-09-19 17:23 UTC (3+ messages)
[PATCH 0/7] arch/*: config: Remove ReiserFS from defconfig
2023-09-19 16:15 UTC (8+ messages)
` [PATCH 4/7] arch: mips: remove "
[PATCH 00/59] dma: Convert to platform remove callback returning void
2023-09-19 14:48 UTC (4+ messages)
` [PATCH 09/59] dma: dma-jz4780: "
[PATCH v1] MIPS: Remove dead code in relocate_new_kernel
2023-09-19 11:05 UTC
[RFT PATCH 00/15] drm: non-drm-misc drivers call drm_atomic_helper_shutdown() at the right times
2023-09-19 9:33 UTC (9+ messages)
` [RFT PATCH 03/15] drm/ingenic: Call drm_atomic_helper_shutdown() at shutdown time
Pytanie o samochód
2023-09-19 7:35 UTC
[RFC PATCH 0/2] vlynq: remove bus support
2023-09-19 6:37 UTC (9+ messages)
` [RFC PATCH 1/2] MIPS: AR7: remove VLYNQ init
[PATCH 1/2] dt-bindings: pinctrl: mtmips: add deprecated ralink,rt2880-pinmux
2023-09-18 21:12 UTC (6+ messages)
` [PATCH 2/2] dt-bindings: pinctrl: mtmips: document pins of groups
[PATCH net-next 00/54] net: ethernet: Convert to platform remove callback returning void
2023-09-18 20:42 UTC (2+ messages)
` [PATCH net-next 44/54] net: ethernet: sgi: "
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-09-18 16:17 UTC (39+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM
` [PATCH 09/26] KVM: arm64: "
` [PATCH 10/26] KVM: s390: "
` [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig
` [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 17/26] KVM: PPC: "
` [PATCH 18/26] KVM: s390: "
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work()
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h
` [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h
` [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large
[PATCH] mips: dts: ralink: mt7621: define each reset as an item
2023-09-18 8:29 UTC (2+ messages)
[PATCH] mips: dts: ralink: mt7621: rename to GnuBee GB-PC1 and GnuBee GB-PC2
2023-09-18 8:28 UTC (2+ messages)
[PATCH v3 00/13] mm: jit/text allocator
2023-09-18 7:29 UTC (14+ messages)
` [PATCH v3 01/13] nios2: define virtual address space for modules
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 05/13] modules, execmem: drop module_alloc
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
` [PATCH v3 08/13] riscv: "
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v3 11/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v3 12/13] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v3 13/13] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
[PATCH v4 0/2] Kconfig: Add dependencies of POWER_RESET for MIPS Malta
2023-09-17 13:34 UTC (4+ messages)
` [PATCH v4 1/2] MIPS: Cleanup malta_defconfig
` [PATCH v4 2/2] Kconfig: add dependencies of POWER_RESET for mips malta
[PATCH v5 0/3] Move Loongson1 MAC arch-code to the driver dir
2023-09-16 10:50 UTC (11+ 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] mtd: rawnand: ingenic: Annotate struct ingenic_nfc with __counted_by
2023-09-15 20:49 UTC (2+ messages)
[PATCH v3 0/3] Add dependencies of POWER_RESET for MIPS Malta
2023-09-15 18:03 UTC (7+ 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
[PATCH v2 05/17] pmdomain: bcm: Move Kconfig options to the pmdomain subsystem
2023-09-15 16:30 UTC (3+ 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 v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-09-15 0:33 UTC (7+ messages)
[PATCH v3 0/5] Use nth_page() in place of direct struct page manipulation
2023-09-14 19:05 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 0/5] gpio: remove gpiod_toggle_active_low()
2023-09-14 13:55 UTC (15+ messages)
` [PATCH 2/5] mtd: rawnand: ingenic: use gpiod_set_active_high()
` [PATCH 3/5] mmc: slot-gpio: use gpiod_set_active_[low|high]()
[PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls
2023-09-14 12:26 UTC (4+ messages)
` [PATCH 2/2] arch: Reserve map_shadow_stack() syscall number for all architectures
[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 (4+ messages)
` [PATCH v4 3/4] net: stmmac: Add glue layer for Loongson-1 SoC
[PATCH v2 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac
2023-09-14 7:28 UTC (5+ messages)
` [PATCH v2 1/3] kconfig: add dependencies of POWER_RESET for mips malta
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).