linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-02 21:11:26 to 2020-03-03 01:06:11 UTC [more...]

[PATCH 00/12] SEV Live Migration Patchset
 2020-03-03  1:05 UTC  (6+ messages)

[PATCH v2] nouveau/hmm: map pages after migration
 2020-03-03  1:00 UTC 

[PATCH 0/6] KVM: x86: CPUID emulation and tracing fixes
 2020-03-03  0:57 UTC  (4+ messages)
` [PATCH 2/6] KVM: x86: Fix CPUID range check for Centaur and Hypervisor ranges

[PATCH 1/2] Input: Add keycodes for keyboard backlight control
 2020-03-03  0:56 UTC  (2+ messages)
` [PATCH 2/2] Input: Allocate keycode for SNIP key

[PATCH] ena: Speed up initialization 90x by reducing poll delays
 2020-03-03  0:53 UTC  (6+ messages)

[PATCH bpf-next v4 0/4] eBPF JIT for RV32G
 2020-03-03  0:50 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] riscv, bpf: move common riscv JIT code to header
` [PATCH bpf-next v4 2/4] riscv, bpf: add RV32G eBPF JIT
` [PATCH bpf-next v4 3/4] bpf, doc: add BPF JIT for RV32G to BPF documentation
` [PATCH bpf-next v4 4/4] MAINTAINERS: Add entry for RV32G BPF JIT

[PATCH v27 00/22] Intel SGX foundations
 2020-03-03  0:39 UTC  (3+ messages)
` [PATCH v27 04/22] x86/sgx: Add SGX microarchitectural data structures

[software node] 6c0b5b25ae: INFO:trying_to_register_non-static_key
 2020-03-03  0:28 UTC 

[PATCH v2] mm: fix long time stall from mm_populate
 2020-03-03  0:26 UTC 

linux-next: manual merge of the netfilter-next tree with Linus' tree
 2020-03-03  0:26 UTC 

[RFC 0/3] mm: Discard lazily freed pages when migrating
 2020-03-03  0:25 UTC  (9+ messages)

[PATCH v2 0/2] add callbacks for inaccessible pages
 2020-03-03  0:25 UTC  (3+ messages)
` [PATCH v2 1/2] mm/gup: fixup for 9947ea2c1e608e32 "mm/gup: track FOLL_PIN pages"
` [PATCH v2 2/2] mm/gup/writeback: add callbacks for inaccessible pages

[PATCH 00/42] Manually convert SCSI documentation to ReST format
 2020-03-03  0:21 UTC  (5+ messages)
` [PATCH 16/42] docs: scsi: convert g_NCR5380.txt to ReST
` [PATCH 31/42] docs: scsi: convert scsi_mid_low_api.txt "

linux-next: build warning after merge of the thermal tree
 2020-03-03  0:17 UTC  (2+ messages)

[PATCH v2 00/66] KVM: x86: Introduce KVM cpu caps
 2020-03-02 23:57 UTC  (67+ messages)
` [PATCH v2 01/66] KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
` [PATCH v2 02/66] KVM: x86: Refactor loop around do_cpuid_func() to separate helper
` [PATCH v2 03/66] KVM: x86: Simplify handling of Centaur CPUID leafs
` [PATCH v2 04/66] KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()
` [PATCH v2 05/66] KVM: x86: Check userapce CPUID array size after validating sub-leaf
` [PATCH v2 06/66] KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop
` [PATCH v2 07/66] KVM: x86: Check for CPUID 0xD.N support before validating array size
` [PATCH v2 08/66] KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf
` [PATCH v2 09/66] KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation
` [PATCH v2 10/66] KVM: x86: Clean up CPUID 0x7 sub-leaf loop
` [PATCH v2 11/66] KVM: x86: Drop the explicit @index from do_cpuid_7_mask()
` [PATCH v2 12/66] KVM: x86: Drop redundant boot cpu checks on SSBD feature bits
` [PATCH v2 13/66] KVM: x86: Consolidate CPUID array max num entries checking
` [PATCH v2 14/66] KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()
` [PATCH v2 15/66] KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling
` [PATCH v2 16/66] KVM: x86: Encapsulate CPUID entries and metadata in struct
` [PATCH v2 17/66] KVM: x86: Drop redundant array size check
` [PATCH v2 18/66] KVM: x86: Use common loop iterator when handling CPUID 0xD.N
` [PATCH v2 19/66] KVM: VMX: Add helpers to query Intel PT mode
` [PATCH v2 20/66] KVM: x86: Calculate the supported xcr0 mask at load time
` [PATCH v2 21/66] KVM: x86: Use supported_xcr0 to detect MPX support
` [PATCH v2 22/66] KVM: x86: Make kvm_mpx_supported() an inline function
` [PATCH v2 23/66] KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest
` [PATCH v2 24/66] KVM: x86: Drop explicit @func param from ->set_supported_cpuid()
` [PATCH v2 25/66] KVM: x86: Use u32 for holding CPUID register value in helpers
` [PATCH v2 26/66] KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers
` [PATCH v2 27/66] KVM: x86: Introduce cpuid_entry_{get,has}() accessors
` [PATCH v2 28/66] KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
` [PATCH v2 29/66] KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
` [PATCH v2 30/66] KVM: x86: Handle MPX CPUID adjustment in VMX code
` [PATCH v2 31/66] KVM: x86: Handle INVPCID "
` [PATCH v2 32/66] KVM: x86: Handle UMIP emulation "
` [PATCH v2 33/66] KVM: x86: Handle PKU "
` [PATCH v2 34/66] KVM: x86: Handle RDTSCP "
` [PATCH v2 35/66] KVM: x86: Handle Intel PT "
` [PATCH v2 36/66] KVM: x86: Handle GBPAGE CPUID adjustment for EPT "
` [PATCH v2 37/66] KVM: x86: Refactor handling of XSAVES CPUID adjustment
` [PATCH v2 38/66] KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
` [PATCH v2 39/66] KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
` [PATCH v2 40/66] KVM: VMX: "
` [PATCH v2 41/66] KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update
` [PATCH v2 42/66] KVM: x86: Add a helper to check kernel support when setting cpu cap
` [PATCH v2 43/66] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
` [PATCH v2 44/66] KVM: x86: Use KVM cpu caps to track UMIP emulation
` [PATCH v2 45/66] KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()
` [PATCH v2 46/66] KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs
` [PATCH v2 47/66] KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
` [PATCH v2 48/66] KVM: x86: Remove stateful CPUID handling
` [PATCH v2 49/66] KVM: x86: Do host CPUID at load time to mask KVM cpu caps
` [PATCH v2 50/66] KVM: x86: Override host CPUID results with kvm_cpu_caps
` [PATCH v2 51/66] KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps
` [PATCH v2 52/66] KVM: x86: Use kvm_cpu_caps to detect Intel PT support
` [PATCH v2 53/66] KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions
` [PATCH v2 54/66] KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support
` [PATCH v2 55/66] KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support
` [PATCH v2 56/66] KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps
` [PATCH v2 57/66] KVM: VMX: Directly query Intel PT mode when refreshing PMUs
` [PATCH v2 58/66] KVM: SVM: Refactor logging of NPT enabled/disabled
` [PATCH v2 59/66] KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function
` [PATCH v2 60/66] KVM: x86/mmu: Configure max page level during hardware setup
` [PATCH v2 61/66] KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage
` [PATCH v2 62/66] KVM: Drop largepages_enabled and its accessor/mutator
` [PATCH v2 63/66] KVM: x86: Move VMX's host_efer to common x86 code
` [PATCH v2 64/66] KVM: nSVM: Expose SVM features to L1 iff nested is enabled
` [PATCH v2 65/66] KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips "
` [PATCH v2 66/66] KVM: x86: Move nSVM CPUID 0x8000000A handing into common x86 code

[PATCH v3] gpu/trace: add gpu memory tracepoints
 2020-03-02 23:56 UTC  (4+ messages)
` [PATCH] [PATCH v4] gpu/trace: add a gpu total memory usage tracepoint
`  "

[PATCH] ext4: namei: Replace zero-length array with flexible-array member
 2020-03-02 23:57 UTC  (2+ messages)

[PATCH] ocfs2: Replace zero-length array with flexible-array member
 2020-03-02 23:57 UTC  (2+ messages)

[PATCH v6 0/3] arm64: dts: meson: add dts/bindings for SmartLabs SML-5442TW
 2020-03-02 23:48 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: add vendor prefix for SmartLabs LLC
` [PATCH v6 2/3] dt-bindings: arm: amlogic: add support for the SmartLabs SML-5442TW

[PATCH v6 0/7] aspeed-g6: enable usb support
 2020-03-02 23:47 UTC  (3+ messages)
` [PATCH v6 7/7] dt-bindings: usb: add documentation for aspeed usb-vhub

[PATCH v8 0/7] MIPS: CI20: Add efuse driver for Ingenic JZ4780 and attach to DM9000 for stable MAC addresses
 2020-03-02 23:41 UTC  (3+ messages)
` [PATCH v8 3/7] Bindings: nvmem: add bindings for JZ4780 efuse

[PATCH v11 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
 2020-03-02 23:40 UTC  (3+ messages)
` [PATCH v11 2/5] dt-bindings: mediatek: Update mmsys binding to reflect it is a system controller

[PATCH v11 0/6] mt8183 dpi supports dual edge and pin mode swap
 2020-03-02 23:38 UTC  (8+ messages)
` [PATCH v11 2/6] dt-bindings: display: mediatek: control dpi pins mode to avoid leakage
` [PATCH v11 3/6] dt-bindings: display: mediatek: dpi sample data in dual edge support
` [PATCH v11 4/6] dt-bindings: display: mediatek: convert the document format from txt to yaml

[PATCH v2 0/9] workingset protection/detection on the anonymous LRU list
 2020-03-02 23:31 UTC  (5+ messages)

linux-next: manual merge of the jc_docs tree with Linus' tree
 2020-03-02 23:25 UTC 

[PATCH] ima: add a new CONFIG for loading arch-specific policies
 2020-03-02 23:23 UTC  (6+ messages)

[PATCH 0/3] Better organize the core-api manual
 2020-03-02 23:23 UTC  (6+ messages)
` [PATCH 1/3] docs: Organize core-api/index.rst
` [PATCH 2/3] docs: move gcc-plugins to the kbuild manual
` [PATCH 3/3] docs: move core-api/ioctl.rst to driver-api/

[PATCH v3 0/2] Improve PLIC functionality
 2020-03-02 23:11 UTC  (3+ messages)
` [PATCH v3 1/2] irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offline
` [PATCH v3 2/2] irqchip/sifive-plic: Add support for multiple PLICs

[PATCH v4 0/5] remoteproc: Add elf64 support
 2020-03-02 23:13 UTC  (12+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] remoteproc: Use size_t type for len in da_to_va
  ` [PATCH v5 2/8] remoteproc: Use size_t instead of int for rproc_mem_entry len
  ` [PATCH v5 3/8] remoteproc: Use u64 type for boot_addr
  ` [PATCH v5 4/8] remoteproc: Add elf helpers to access elf64 and elf32 fields
  ` [PATCH v5 5/8] remoteproc: Rename rproc_elf_sanity_check for elf32

[PATCH v3 0/3] update to latest PMU events for zen1/zen2
 2020-03-02 23:12 UTC  (3+ messages)
` [PATCH v3 2/3] perf vendor events amd: add Zen2 events

[PATCH -next] io_uring: Ensure mask is initialized in io_arm_poll_handler
 2020-03-02 23:12 UTC  (2+ messages)

[RFC PATCH 1/2] Port KASAN Tests to KUnit
 2020-03-02 23:02 UTC  (7+ messages)

[PATCH 3/3] proc: Remove the now unnecessary internal mount of proc
 2020-03-02 23:01 UTC  (4+ messages)
    ` [kbuild-all] "

LPC Bus Driver
 2020-03-02 22:44 UTC 

[PATCH] gcov: fs: Replace zero-length array with flexible-array member
 2020-03-02 22:48 UTC 

[PATCH v3 4/7] init: main: add KUnit to kernel init
 2020-03-02 22:45 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove pointless NULL checks in dmub_psr_copy_settings
 2020-03-02 22:42 UTC 

[PATCH] gcov: gcc_3_4: Replace zero-length array with flexible-array member
 2020-03-02 22:45 UTC 

[PATCH] lib/refcount: Document interaction with PID_MAX_LIMIT
 2020-03-02 22:37 UTC  (2+ messages)

[PATCH 0/5] Manual definition of Soft Reserved memory devices
 2020-03-02 22:20 UTC  (6+ messages)
` [PATCH 1/5] ACPI: NUMA: Add 'nohmat' option
` [PATCH 2/5] efi/fake_mem: Arrange for a resource entry per efi_fake_mem instance
` [PATCH 3/5] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH 4/5] resource: Report parent to walk_iomem_res_desc() callback
` [PATCH 5/5] ACPI: HMAT: Attach a device for each soft-reserved range

[RFC 00/11] perf: Enhancing perf to export processor hazard information
 2020-03-02 22:25 UTC  (5+ messages)

NULL pointer dereference in qla24xx_abort_command, kernel 4.19.98 (Debian)
 2020-03-02 22:26 UTC  (4+ messages)

[patch 00/24] x86/entry: Consolidation - Part III
 2020-03-02 22:25 UTC  (3+ messages)
` [patch 02/24] x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n

Linux-next-20200302: arm64 build failed
 2020-03-02 22:24 UTC  (5+ messages)

[PATCH] drm/bochs: Remove vga write
 2020-03-02 22:14 UTC  (3+ messages)

[PATCH v3 5/8] ima: Switch to dynamically allocated buffer for template digests
 2020-03-02 22:20 UTC  (2+ messages)

[PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-02 22:19 UTC  (4+ messages)

[PATCH] exec: Fix a deadlock in ptrace
 2020-03-02 22:18 UTC  (14+ messages)
      ` [PATCHv2] "
                      ` [PATCHv4] "

[PATCH] xen: Use 'unsigned int' instead of 'unsigned'
 2020-03-02 22:18 UTC  (3+ messages)

[RFC PATCH v3 0/5] Bluetooth: Handle system suspend gracefully
 2020-03-02 22:17 UTC  (4+ messages)
` [RFC PATCH v3 1/5] Bluetooth: Add mgmt op set_wake_capable

[PATCH v2 0/4] Config mipi tx drive current and impedance
 2020-03-02 22:13 UTC  (3+ messages)
` [PATCH v2 1/4] dt-binds: display: mediatek: add property to control mipi tx drive current

[PATCH v9 07/20] mm/lru: introduce TestClearPageLRU
 2020-03-02 22:11 UTC  (2+ messages)

[PATCH v4 0/9] Support ROHM BD99954 charger IC
 2020-03-02 22:07 UTC  (5+ messages)
` [PATCH v4 1/9] dt-bindings: battery: add new battery parameters
` [PATCH v4 2/9] dt_bindings: ROHM BD99954 Charger

[PATCH][next] sunrpc: Replace zero-length array with flexible-array member
 2020-03-02 20:05 UTC  (3+ messages)

[PATCH] coresight: cti: Remove unnecessary NULL check in cti_sig_type_name
 2020-03-02 21:57 UTC  (3+ messages)

[PATCH v2] mm: Proactive compaction
 2020-03-02 21:54 UTC  (2+ messages)

[PATCH v2 0/4] drivers: clk: zynqmp: minor bux fixes for zynqmp clock driver
 2020-03-02 21:50 UTC  (5+ messages)
` [PATCH v2 1/4] drivers: clk: zynqmp: Limit bestdiv with maxdiv
` [PATCH v2 2/4] drivers: clk: zynqmp: Fix divider2 calculation
` [PATCH v2 3/4] drivers: clk: zynqmp: Fix invalid clock name queries
` [PATCH v2 4/4] drivers: clk: zynqmp: fix memory leak in zynqmp_register_clocks

[RESEND][PATCH v2] usb: dwc3: gadget: Update chain bit correctly when using sg list
 2020-03-02 21:44 UTC 

[PATCH 0/4] Clock driver fixes
 2020-03-02 21:43 UTC  (5+ messages)
` [PATCH 1/4] clk: zynqmp: Limit bestdiv with maxdiv
` [PATCH 2/4] drivers: clk: zynqmp: Fix divider2 calculation
` [PATCH 3/4] drivers: clk: Fix invalid clock name queries
` [PATCH 4/4] clk: zynqmp: fix memory leak in zynqmp_register_clocks

[PATCH] remoteproc: error on kick missing
 2020-03-02 21:43 UTC  (3+ messages)

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-03-02 21:42 UTC  (3+ messages)

[PATCH v2 00/12] Convert some DT documentation files to ReST
 2020-03-02 21:40 UTC  (10+ messages)
` [PATCH v2 02/12] docs: dt: convert usage-model.txt "
` [PATCH v2 03/12] docs: dt: usage_model.rst: fix link for DT usage
` [PATCH v2 07/12] docs: dt: convert of_unittest.txt to ReST
` [PATCH v2 08/12] docs: dt: convert overlay-notes.txt to ReST format

[PATCH] drm/amd/display: dcn20: remove an unused function
 2020-03-02 21:40 UTC 

[PATCH 1/3] rtc: jz4740: Add support for JZ4760 SoC
 2020-03-02 21:39 UTC  (3+ messages)
` [PATCH 2/3] rtc: jz4740: Rename vendor-specific DT properties
` [PATCH 3/3] dt-bindings: rtc: Convert and update jz4740-rtc doc to YAML

[PATCH 0/2] drivers: clk: zynqmp: Update fraction clock check from custom type flags
 2020-03-02 21:30 UTC  (3+ messages)
` [PATCH 1/2] drivers: clk: zynqmp: Add support for "
` [PATCH 2/2] drivers: clk: zynqmp: Update fraction clock check from "

[PATCH] mm/debug: Add tests validating arch page table helpers for core features
 2020-03-02 21:24 UTC  (4+ messages)

[PATCH] tty: fix compat TIOCGSERIAL leaking uninitialized memory
 2020-03-02 21:24 UTC  (5+ messages)
` [PATCH v2 0/2] tty: fix bugs in compat TIOCGSERIAL
  ` [PATCH v2 1/2] tty: fix compat TIOCGSERIAL leaking uninitialized memory

KASAN: use-after-free Write in release_tty
 2020-03-02 21:23 UTC  (5+ messages)
` [PATCH] vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-03-02 21:20 UTC  (4+ messages)
` [PATCH v3 7/7] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[PATCH] ubifs: Don't discard nodes in recovery when ecc err detected
 2020-03-02 21:14 UTC  (4+ messages)


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