messages from 2020-03-30 09:40:35 to 2020-03-30 10:13:34 UTC [more...]
[PATCH v2 1/3] driver core: Break infinite loop when deferred probe can't be satisfied
2020-03-30 10:13 UTC (6+ messages)
` [PATCH v2 3/3] driver core: Replace open-coded list_last_entry()
` "
[PATCH v8 00/81] VM introspection
2020-03-30 10:13 UTC (82+ messages)
` [PATCH v8 01/81] sched/swait: add swait_event_killable_exclusive()
` [PATCH v8 02/81] export kill_pid_info()
` [PATCH v8 03/81] KVM: add new error codes for VM introspection
` [PATCH v8 04/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v8 05/81] KVM: add kvm_get_max_gfn()
` [PATCH v8 06/81] KVM: doc: fix the hypercall numbering
` [PATCH v8 07/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v8 08/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v8 09/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v8 10/81] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [PATCH v8 11/81] KVM: x86: add .control_cr3_intercept() "
` [PATCH v8 12/81] KVM: x86: add .cr3_write_intercepted()
` [PATCH v8 13/81] KVM: x86: add .desc_ctrl_supported()
` [PATCH v8 14/81] KVM: svm: add support for descriptor-table exits
` [PATCH v8 15/81] KVM: x86: add .control_desc_intercept()
` [PATCH v8 16/81] KVM: x86: add .desc_intercepted()
` [PATCH v8 17/81] KVM: x86: export .msr_write_intercepted()
` [PATCH v8 18/81] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD code too
` [PATCH v8 19/81] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [PATCH v8 20/81] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [PATCH v8 21/81] KVM: x86: add .control_msr_intercept()
` [PATCH v8 22/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v8 23/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v8 24/81] KVM: x86: add .fault_gla()
` [PATCH v8 25/81] KVM: x86: add .spt_fault()
` [PATCH v8 26/81] KVM: x86: add .gpt_translation_fault()
` [PATCH v8 27/81] KVM: x86: add .control_singlestep()
` [PATCH v8 28/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v8 29/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v8 30/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v8 31/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v8 32/81] KVM: x86: page track: provide all page tracking hooks with the guest virtual address
` [PATCH v8 33/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v8 34/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v8 35/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v8 36/81] KVM: x86: intercept the write access on sidt and other emulated instructions
` [PATCH v8 37/81] KVM: x86: disable gpa_available optimization for fetch and page-walk NPF/EPT violations
` [PATCH v8 38/81] KVM: introduce VM introspection
` [PATCH v8 39/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v8 40/81] KVM: introspection: add permission access ioctls
` [PATCH v8 41/81] KVM: introspection: add the read/dispatch message function
` [PATCH v8 42/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v8 43/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v8 44/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v8 45/81] KVM: introspection: add KVMI_EVENT_UNHOOK
` [PATCH v8 46/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v8 47/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v8 48/81] KVM: introspection: add vCPU related data
` [PATCH v8 49/81] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v8 50/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v8 51/81] KVM: introspection: handle vCPU commands
` [PATCH v8 52/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v8 53/81] KVM: introspection: add KVMI_VCPU_PAUSE
` [PATCH v8 54/81] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU
` [PATCH v8 55/81] KVM: introspection: add crash action handling on event reply
` [PATCH v8 56/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v8 57/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v8 58/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v8 59/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v8 60/81] KVM: introspection: add KVMI_EVENT_HYPERCALL
` [PATCH v8 61/81] KVM: introspection: add KVMI_EVENT_BREAKPOINT
` [PATCH v8 62/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v8 63/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
` [PATCH v8 64/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v8 65/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [PATCH v8 66/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v8 67/81] KVM: introspection: add KVMI_EVENT_XSETBV
` [PATCH v8 68/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v8 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v8 70/81] KVM: introspection: add KVMI_EVENT_DESCRIPTOR
` [PATCH v8 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v8 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR
` [PATCH v8 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v8 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v8 75/81] KVM: introspection: add KVMI_EVENT_PF
` [PATCH v8 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v8 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v8 78/81] KVM: introspection: add KVMI_EVENT_SINGLESTEP
` [PATCH v8 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v8 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v8 81/81] KVM: x86: call the page tracking code on emulation failure
[dpdk-dev] [PATCH] net/mlx5: fix link state update
2020-03-30 10:12 UTC (4+ messages)
[PATCH V4] ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2
2020-03-30 10:12 UTC (2+ messages)
[PATCH v5 3/4] irqchip: xilinx: Enable generic irq multi handler
2020-03-30 10:12 UTC (10+ messages)
` [tip: irq/core] irqchip/xilinx: "
[LTP] [PATCH v2 0/2] Update syscalls/fsync02 to new API
2020-03-30 10:12 UTC (3+ messages)
` [LTP] [PATCH v2 1/2] "
` [LTP] [PATCH v2 2/2] Fix calculations and defined constants
[PATCH v11 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
2020-03-30 10:12 UTC (4+ messages)
` [PATCH v11 26/26] MAINTAINERS: Add maintainers for RNBD/RTRS modules
[Xen-devel] [PATCH v2] xen/x86: Remove unnecessary cast on void pointer
2020-03-30 10:11 UTC (4+ messages)
[PATCH] phy: tegra: Select USB_COMMON for usb_get_maximum_speed()
2020-03-30 10:10 UTC (2+ messages)
[tip:irq/core] BUILD SUCCESS 8a13b02a010a743ea0725e9a5454f42cddb65cf0
2020-03-30 10:09 UTC
STM32MP1 boot slow
2020-03-30 10:10 UTC (8+ messages)
[Intel-gfx] [PATCH] drm/i915/perf: don't read head/tail pointers outside critical section
2020-03-30 10:09 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[PATCH] common/xfs: Execute _xfs_check only when explicitly asked
2020-03-30 10:12 UTC
[PATCH net-next v2 0/3] split phylink PCS operations and add PCS support for dpaa2
2020-03-30 10:08 UTC (4+ messages)
` [PATCH net-next v2 3/3] net: phylink: add separate pcs operations structure
[PATCH] ls1021a: Set CONFIG_SYS_BOOTMAPSZ to the memory for relocation
2020-03-30 10:08 UTC (2+ messages)
[PATCH V1 0/8] Tegra XUSB charger detect support
2020-03-30 10:07 UTC (5+ messages)
[PATCH 1/4] ref-manual: Explain the project is not validated against WSL but people may still use it
2020-03-30 10:07 UTC (3+ messages)
` [PATCH 2/4] dev-manual: Document the WSLv2 install process
` [docs] "
[RFC PATCH] arm64: unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}
2020-03-30 10:06 UTC (8+ messages)
[v3,1/1] hwmon: (nct7904) Add watchdog function
2020-03-30 9:59 UTC
[PATCH][RESEND] usb: dwc3: gadget: Handle dequeuing of non queued URB gracefully
2020-03-30 10:06 UTC (7+ messages)
` [PATCH] usb: dwc3: gadget: don't dequeue requests on already disabled endpoints
[PATCH 0/3] make dtbs_check cleanups for qcom thermal
2020-03-30 10:06 UTC (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: msm8916: remove unit name for thermal trip points
` [PATCH 2/3] arm64: dts: qcom: msm8996: "
` [PATCH 3/3] arm64: dts: qcom: msm8998: "
[igt-dev] [PATCH i-g-t v2] tests/kms_concurrent: Move bandwidth calculation to igt_fixture
2020-03-30 10:06 UTC (4+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_concurrent: Move bandwidth calculation to igt_fixture (rev3)
[PATCH v4] qcow2: Forbid discard in qcow2 v2 images with backing files
2020-03-30 10:05 UTC (2+ messages)
[GIT PULL] m68k updates for 5.7
2020-03-30 10:05 UTC
[PATCH V2] x86/Hyper-V: Fix hv sched clock function return wrong time unit
2020-03-30 10:05 UTC (3+ messages)
pull request of u-boot-fsl-qoriq for v2020.04
2020-03-30 10:04 UTC
spende von 2.000.000,00 Euro
2020-03-30 10:04 UTC
[RFC PATCH v5 0/9] Add Tegra driver for video capture
2020-03-30 10:04 UTC (3+ messages)
[f2fs-dev] [PATCH] f2fs: use round_up()/DIV_ROUND_UP()
2020-03-30 10:03 UTC (2+ messages)
` "
[f2fs-dev] [PATCH] f2fs: fix to use f2fs_readpage_limit() in f2fs_read_multi_pages()
2020-03-30 10:03 UTC (2+ messages)
` "
spende von 2.000.000,00 Euro
2020-03-30 10:03 UTC
[PATCH 00/16] efi_loader: non-volatile and runtime variables
2020-03-30 10:03 UTC (5+ messages)
` [PATCH 10/16] efi_loader: UEFI variable persistence
[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
2020-03-30 9:57 UTC (13+ messages)
` [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands
[Xen-devel] [PATCH] drm/xen: fix passing zero to 'PTR_ERR' warning
2020-03-30 9:59 UTC (2+ messages)
` "
[PATCH v2] staging: sm750fb: line over 80 characters
2020-03-30 10:01 UTC (2+ messages)
` [Outreachy kernel] "
[00/12] add STM32 FMC2 controller drivers
2020-03-30 9:30 UTC (6+ messages)
` [03/12] bus: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver
[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
2020-03-30 9:56 UTC (2+ messages)
[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
2020-03-30 9:58 UTC (7+ messages)
[PATCH] Staging: vt6655: Remove BBvCalculateParameter comment
2020-03-30 10:00 UTC (2+ messages)
` [Outreachy kernel] "
[PATCH 02/39] MIPS: loongson64: Add header files path prefix
2020-03-30 10:00 UTC (3+ messages)
[PATCH v3 0/2] mm: mmap: add mmap trace point
2020-03-30 9:59 UTC (5+ messages)
` [PATCH v3 2/2] mm: mmap: add trace point of vm_unmapped_area
[PATCH V2 1/4] powercap/drivers/idle_inject: Specify idle state max latency
2020-03-30 9:58 UTC (3+ messages)
` [PATCH 3/4] thermal/drivers/cpuidle_cooling: Change the registration function
[PATCH v3] f2fs: fix long latency due to discard during umount
2020-03-30 9:58 UTC (2+ messages)
[GIT PULL for v5.7-rc1] media updates
2020-03-30 10:00 UTC (2+ messages)
` [GIT PULL for v5.7-rc1] media updates (#62688)
[PATCH v11 0/4] qcow2: Implement zstd cluster compression method
2020-03-30 9:54 UTC (5+ messages)
` [PATCH v11 1/4] qcow2: introduce compression type feature
` [PATCH v11 2/4] qcow2: rework the cluster compression routine
` [PATCH v11 3/4] qcow2: add zstd cluster compression
` [PATCH v11 4/4] iotests: 287: add qcow2 compression type test
[PATCH] pinctrl: Define of_pinctrl_get() dummy for !PINCTRL
2020-03-30 9:58 UTC
[PATCH v5] staging: qlge: Adjust end of block comment
2020-03-30 9:57 UTC (2+ messages)
` [Outreachy kernel] "
[PATCH] arm: stm32mp1: activate data cache in SPL and before relocation
2020-03-30 9:56 UTC (2+ messages)
[PATCH V2 1/3] mm/debug: Add tests validating arch page table helpers for core features
2020-03-30 8:56 UTC (2+ messages)
` [mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
Why do I sometimes "lose" the "psys" RAPL counter?
2020-03-30 9:55 UTC (3+ messages)
[Intel-gfx] [PATCH 1/2] drm/i915: Add a retry counter for hotplug detect retries
2020-03-30 9:54 UTC (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Extend hotplug detect retry on TypeC connectors to 5 seconds
[Outreachy Kernel][PATCH 0/2] staging: wlan-ng: Resolve various warnings reported by checkpatch.pl
2020-03-30 9:55 UTC (4+ messages)
` [Outreachy Kernel][PATCH 1/2] staging: wlang-ng: Properly align the lines of function call
` [Outreachy kernel] "
[PATCH 0/7] target/ppc: Add support for Radix partition-scoped translation
2020-03-30 9:49 UTC (8+ messages)
` [PATCH 1/7] target/ppc: Enforce that the root page directory size must be at least 5
` [PATCH 2/7] target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()
` [PATCH 3/7] target/ppc: Assert if HV mode is set when running under a pseries machine
` [PATCH 4/7] target/ppc: Introduce ppc_radix64_xlate() for Radix tree translation
` [PATCH 5/7] target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translation
` [PATCH 6/7] target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' bool
` [PATCH 7/7] target/ppc: Add support for Radix partition-scoped translation
[virtio-dev] [PATCH v3 0/2] Virtio video device specification
2020-03-30 9:53 UTC (5+ messages)
` [virtio-dev] Re: [PATCH v3 1/2] virtio-video: Add virtio "
` "
Email address update
2020-03-30 9:53 UTC (2+ messages)
[PATCH v1 1/5] video: ssd1307fb: Convert driver to use ->probe_new()
2020-03-30 9:51 UTC (2+ messages)
[PATCH v3 0/7] Improvements to MHI Bus
2020-03-30 9:49 UTC (6+ messages)
` [PATCH v3 6/7] net: qrtr: Add MHI transport layer
[PATCH] misc: mic: correct a typo
2020-03-30 9:45 UTC
FAILED: patch "[PATCH] Input: raydium_i2c_ts - fix error codes in" failed to apply to 4.14-stable tree
2020-03-30 9:49 UTC
FAILED: patch "[PATCH] Input: raydium_i2c_ts - fix error codes in" failed to apply to 4.9-stable tree
2020-03-30 9:49 UTC
[PATCH man-pages v2 0/2] document openat2(2)
2020-03-30 9:48 UTC (6+ messages)
` [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
[PULL 00/13] Net patches
2020-03-30 9:47 UTC (3+ messages)
spende von 2.000.000,00 Euro
2020-03-30 9:47 UTC
spende von 2.000.000,00 Euro
2020-03-30 9:47 UTC
spende von 2.000.000,00 Euro
2020-03-30 9:47 UTC
spende von 2.000.000,00 Euro
2020-03-30 9:47 UTC
[PATCH] image-fit: Allow loading FIT image for VxWorks
2020-03-30 9:45 UTC (3+ messages)
spende von 2.000.000,00 Euro
2020-03-30 9:45 UTC
[PATCH 0/6] Doc: drop support for docbook-xsl before 1.74
2020-03-30 9:45 UTC (2+ messages)
[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
2020-03-30 9:43 UTC (4+ messages)
` [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace
linux-next: Tree for Mar 30
2020-03-30 9:43 UTC
[PATCH v2] python3: fixing bpo-36852 patch for builds on i686 architecture
2020-03-30 9:43 UTC (2+ messages)
` [OE-core] "
[PATCH RESEND] arm: dts: agilex: Enable QSPI
2020-03-30 9:43 UTC (7+ messages)
[PATCH] x86: spi: Only use the fast SPI peripheral when support
2020-03-30 9:41 UTC (6+ messages)
SPI driver for Raspberry Pi 4 (BMC2835)
2020-03-30 9:41 UTC (3+ messages)
Patchwork summary for: linux-renesas-soc
2020-03-30 9:40 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.