messages from 2022-03-22 14:42:10 to 2022-04-01 17:56:44 UTC [more...]
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-01 17:55 UTC (24+ messages)
` [PATCH v3 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v3 03/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v3 04/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v3 05/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v3 06/23] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v3 07/23] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH v3 08/23] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v3 09/23] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH v3 10/23] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v3 11/23] KVM: x86/mmu: Use common code to allocate shadow pages from vCPU caches
` [PATCH v3 12/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v3 13/23] KVM: x86/mmu: Pass const memslot to init_shadow_page() and descendants
` [PATCH v3 14/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v3 15/23] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 17/23] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v3 18/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v3 19/23] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v3 21/23] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU
` [PATCH v3 23/23] KVM: selftests: Map x86_64 guest virtual memory with huge pages
[PATCH v14 0/6] drm/loongson: add drm driver for loongson display controller
2022-04-01 16:22 UTC (6+ messages)
` [PATCH v14 1/6] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v14 2/6] MIPS: Loongson64: introduce board specific dts and add model property
` [PATCH v14 3/6] dt-bindings: display: Add Loongson display controller
` [PATCH v14 4/6] MIPS: Loongson64: defconfig: enable display bridge drivers
` [PATCH v14 6/6] MAINTAINERS: add maintainers for DRM LOONGSON driver
[PATCH AUTOSEL 5.4 24/37] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:44 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 29/37] MIPS: fix fortify panic when copying asm exception handlers
[PATCH AUTOSEL 4.9 11/16] MIPS: fix fortify panic when copying asm exception handlers
2022-04-01 14:48 UTC
[PATCH AUTOSEL 5.16 077/109] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:32 UTC (3+ messages)
` [PATCH AUTOSEL 5.16 085/109] MIPS: fix fortify panic when copying asm exception handlers
` [PATCH AUTOSEL 5.16 101/109] MIPS: ingenic: correct unit node address
[PATCH AUTOSEL 5.10 42/65] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:42 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 50/65] MIPS: fix fortify panic when copying asm exception handlers
` [PATCH AUTOSEL 5.10 60/65] MIPS: ingenic: correct unit node address
[PATCH AUTOSEL 4.14 16/22] MIPS: fix fortify panic when copying asm exception handlers
2022-04-01 14:47 UTC
[PATCH AUTOSEL 5.15 66/98] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:37 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 74/98] MIPS: fix fortify panic when copying asm exception handlers
` [PATCH AUTOSEL 5.15 90/98] MIPS: ingenic: correct unit node address
[PATCH AUTOSEL 4.19 22/29] MIPS: fix fortify panic when copying asm exception handlers
2022-04-01 14:46 UTC
[PATCH AUTOSEL 5.17 110/149] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:25 UTC (3+ messages)
` [PATCH AUTOSEL 5.17 121/149] MIPS: fix fortify panic when copying asm exception handlers
` [PATCH AUTOSEL 5.17 141/149] MIPS: ingenic: correct unit node address
[PATCH] MIPS: crypto: Fix CRC32 code
2022-04-01 10:03 UTC (2+ messages)
[PATCH v1] MIPS: ip22-gio: Add check for the return value of kzalloc()
2022-04-01 9:09 UTC (3+ messages)
[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
2022-03-31 21:40 UTC (49+ messages)
` [PATCH v2 01/26] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v2 02/26] KVM: x86/mmu: Use a bool for direct
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 04/26] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v2 06/26] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v2 08/26] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v2 10/26] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v2 11/26] KVM: x86/mmu: Use common code to allocate kvm_mmu_page structs from vCPU caches
` [PATCH v2 16/26] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v2 17/26] KVM: x86/mmu: Pass access information to make_huge_page_split_spte()
` [PATCH v2 18/26] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
` [PATCH v2 20/26] KVM: x86/mmu: Extend Eager Page Splitting to "
` [PATCH v2 21/26] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
Estimating Services
2022-03-31 16:17 UTC
[PATCH] MIPS: lantiq: check the return value of kzalloc()
2022-03-30 18:34 UTC (2+ messages)
[PATCH] mips: sgi-ip22: add a check for the return of kzalloc()
2022-03-30 18:34 UTC (2+ messages)
[PATCH v4] MIPS: rb532: move GPIOD definition into C-files
2022-03-30 18:35 UTC (2+ messages)
[PATCH v2 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
2022-03-30 14:43 UTC (5+ messages)
` [PATCH v2 1/4] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH v2 2/4] clk: baikal-t1: Define shared xGMAC ref/ptp clocks parent
` [PATCH v2 3/4] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH v2 4/4] clk: baikal-t1: Add DDR/PCIe directly controlled resets support
[PATCH] MIPS: rb532: move GPIOD definition into C-files
2022-03-30 10:04 UTC (14+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v13 1/6] MIPS: Loongson64: dts: update the display controller device node
2022-03-30 9:01 UTC (8+ messages)
` [PATCH v13 2/6] MIPS: Loongson64: introduce board specific dts and add model property
` [PATCH v13 3/6] dt-bindings: display: Add Loongson display controller
` [PATCH v13 4/6] MIPS: Loongson64: defconfig: enable display bridge drivers
` [PATCH v13 6/6] MAINTAINERS: add maintainers for DRM LSDC driver
[PATCH v11 0/7] drm/lsdc: add drm driver for loongson display controller
2022-03-29 13:24 UTC (40+ messages)
` [PATCH v11 2/7] MIPS: Loongson64: dts: introduce ls3A4000 evaluation board
` [PATCH v11 5/7] dt-bindings: display: Add Loongson display controller
` [PATCH v11 7/7] drm/lsdc: add drm driver for loongson "
[PATCH] mips: fix a compilation error
2022-03-29 8:58 UTC
[PATCH] mips: Fix a compilation error
2022-03-29 1:35 UTC
[PATCH 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
2022-03-25 4:19 UTC (6+ messages)
` [PATCH 1/4] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH 2/4] clk: baikal-t1: Define shared xGMAC ref/ptp clocks parent
` [PATCH 3/4] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH 4/4] clk: baikal-t1: Add DDR/PCIe directly controlled resets support
[PATCH v13 5/6] drm/loongson: add drm driver for loongson display controller
2022-03-28 10:01 UTC (3+ messages)
Koszty instalacji fotowoltaicznej
2022-03-28 7:46 UTC
[PATCH v1] soc: bcm: Check for NULL return of devm_kzalloc()
2022-03-28 4:13 UTC (4+ messages)
[PATCH v12 0/6] drm/loongson: add drm driver for loongson display controller
2022-03-28 2:24 UTC (10+ messages)
` [PATCH v12 1/6] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v12 2/6] MIPS: Loongson64: introduce board specific dts and add model property
` [PATCH v12 3/6] dt-bindings: display: Add Loongson display controller
` [PATCH v12 4/6] MIPS: Loongson64: defconfig: enable display bridge drivers
` [PATCH v12 6/6] MAINTAINERS: add maintainers for DRM LSDC driver
[PATCH v5 0/3] Ingenic DRM bridge_atomic_enable proposal
2022-03-27 19:45 UTC (8+ messages)
` [PATCH v5 2/3] drm/panel: Add panel driver for NewVision NV3052C based LCDs
` [PATCH v5 3/3] drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and .disable
[PATCH v13 0/6] drm/loongson: add drm driver for loongson display controller
2022-03-27 14:40 UTC (5+ messages)
` [PATCH v13 1/6] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v13 2/6] MIPS: Loongson64: introduce board specific dts and add model property
` [PATCH v13 3/6] dt-bindings: display: Add Loongson display controller
` [PATCH v13 6/6] MAINTAINERS: add maintainers for DRM LSDC driver
[PATCH v12 5/6] drm/loongson: add drm driver for loongson display controller
2022-03-27 13:52 UTC
[GIT PULL] MIPS changes for v5.18
2022-03-25 17:18 UTC (2+ messages)
undefined reference to `node_data'
2022-03-25 7:46 UTC (6+ messages)
` [kbuild-all] "
[PATCH] MIPS: Fix inline assembly in uaccess.h
2022-03-25 3:15 UTC
[PATCH v4] pinctrl: ingenic: Fix regmap on X series SoCs
2022-03-24 19:07 UTC (2+ messages)
[PATCH v2] pinctrl: Ingenic: Add missing UART2 group C for X1000/E
2022-03-24 14:54 UTC (2+ messages)
[PATCH] pinctrl: Ingenic: Add missing UART2 group C for X1000/E
2022-03-24 13:39 UTC (3+ messages)
[PATCH 0/3] MIPS: Modify early_parse_mem()
2022-03-24 12:29 UTC (5+ messages)
` [PATCH 3/3] MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMA
[PATCH v2] MIPS: Fix build error for loongson64 and sgi-ip27
2022-03-24 8:51 UTC (2+ messages)
[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
2022-03-23 13:40 UTC (12+ messages)
` [PATCH V9 08/20] riscv: Fixup difference with defconfig
` [PATCH V9 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V9 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V9 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support
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).