linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-20 20:52:03 to 2019-12-21 05:10:11 UTC [more...]

[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
 2019-12-21  5:10 UTC  (2+ messages)

[PATCH v5 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  4:45 UTC  (20+ messages)
` [PATCH v5 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v5 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v5 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v5 04/19] x86/intel: Initialize IA32_FEAT_CTL MSR at boot
` [PATCH v5 05/19] x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked
` [PATCH v5 06/19] x86/centaur: Use common IA32_FEAT_CTL MSR initialization
` [PATCH v5 07/19] x86/zhaoxin: "
` [PATCH v5 08/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v5 09/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v5 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v5 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v5 12/19] x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()
` [PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
` [PATCH v5 14/19] KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR
` [PATCH v5 15/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v5 16/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v5 17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v5 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v5 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[GIT PULL] clk fixes for v5.5-rc2
 2019-12-21  4:09 UTC 

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  3:48 UTC  (9+ messages)
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*

[PATCH v3 rcu-dev] rcuperf: Measure memory footprint during kfree_rcu() test
 2019-12-21  3:37 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the devicetree tree
 2019-12-21  3:32 UTC 

linux-next: Signed-off-by missing for commit in the watchdog tree
 2019-12-21  3:29 UTC 

[PATCH v4 0/7] Use 1st-level for IOVA translation
 2019-12-21  3:14 UTC  (7+ messages)
` [PATCH v4 4/7] iommu/vt-d: Setup pasid entries for iova over first level

linux-next: Signed-off-by missing for commit in the nfsd tree
 2019-12-21  3:10 UTC 

[PATCH net] virtio-net: Skip set_features on non-cvq devices
 2019-12-21  3:08 UTC  (3+ messages)

[PATCH] interconnect: Check for valid path in icc_set_bw()
 2019-12-21  2:43 UTC  (3+ messages)

[PATCH] netnode.c : fix sel_netnode_hash be destroyed
 2019-12-21  2:37 UTC  (3+ messages)

[PATCH] fix share rt runtime with offline rq
 2019-12-21  2:20 UTC 

filesystem being remounted supports timestamps until 2038
 2019-12-21  2:02 UTC 

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-21  2:11 UTC  (13+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log

[PATCH RESEND v2 00/17] KVM: Dirty ring interface
 2019-12-21  2:04 UTC  (18+ messages)
` [PATCH RESEND v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH RESEND v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH RESEND v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH RESEND v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH RESEND v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH RESEND v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH RESEND v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH RESEND v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH RESEND v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH RESEND v2 10/17] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH RESEND v2 11/17] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH RESEND v2 12/17] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH RESEND v2 13/17] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH RESEND v2 14/17] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH RESEND v2 15/17] KVM: selftests: Add dirty ring buffer test
` [PATCH RESEND v2 16/17] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH RESEND v2 17/17] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH] IMA: Defined timer to process queued keys
 2019-12-21  1:52 UTC 

[PATCH v5 2/3] pid: Introduce pidfd_getfd syscall
 2019-12-21  1:45 UTC  (3+ messages)

KASAN: stack-out-of-bounds Read in update_stack_state
 2019-12-21  1:38 UTC  (3+ messages)

[PATCH 1/3] selftests/ftrace: fix glob selftest
 2019-12-21  1:23 UTC  (4+ messages)

drivers/pci/controller/pcie-rockchip-host.c:628:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2019-12-21  1:18 UTC  (2+ messages)
` [PATCH] fix ptr_ret.cocci warnings

[PATCH v7 0/4] add dsa switch support for ar9331
 2019-12-21  1:06 UTC  (2+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-21  0:53 UTC  (18+ messages)

[PATCH] ath11k: ensure ts.flags is initialized before bit-wise or'ing in values
 2019-12-21  0:40 UTC 

[PATCH v2] tools lib: Fix builds when glibc contains strlcpy
 2019-12-21  0:33 UTC  (2+ messages)

[PATCH][next] staging: wfx: check for memory allocation failures from wfx_alloc_hif
 2019-12-21  0:15 UTC 

[git pull] drm fixes for 5.5-rc3 (resend with cc)
 2019-12-21  0:05 UTC  (2+ messages)

[PATCH][next] io_uring: fix missing error return when percpu_ref_init fails
 2019-12-20 23:50 UTC  (4+ messages)

net: stmmac: Add basic EST support for GMAC5+
 2019-12-20 23:49 UTC 

[PATCH RFC 1/1] genirq: Make threaded handler use irq affinity for managed interrupt
 2019-12-20 23:31 UTC  (11+ messages)

[PATCH v5 3/3] test: Add test for pidfd getfd
 2019-12-20 23:28 UTC 

[PATCH v5 1/3] vfs, fdtable: Add get_task_file helper
 2019-12-20 23:28 UTC 

[PATCH v5 0/3] Add pidfd_getfd syscall
 2019-12-20 23:27 UTC 

[PATCH] dt-bindings: display: Convert raydium,rm68200 panel to DT schema
 2019-12-20 23:22 UTC  (2+ messages)

[PATCH V2] dt-bindings: geni-se: Convert QUP geni-se bindings to YAML
 2019-12-20 23:20 UTC  (2+ messages)

[PATCH] dt-bindings: tpm: Convert cr50 binding to YAML
 2019-12-20 23:10 UTC  (3+ messages)

[PATCH net 0/3] rxrpc: Fixes
 2019-12-20 23:05 UTC  (4+ messages)
` [PATCH net 1/3] rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the caller
` [PATCH net 2/3] rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()
` [PATCH net 3/3] rxrpc: Fix missing security check on incoming calls

[PATCH net 0/3] rxrpc: Fixes
 2019-12-20 23:05 UTC 

[PATCH] riscv: export flush_icache_all to modules
 2019-12-20 23:00 UTC  (4+ messages)

[PATCH bpf-next v1 00/13] MAC and Audit policy using eBPF (KRSI)
 2019-12-20 22:46 UTC  (2+ messages)

[PATCH 0/3] Convert STM32 ROMEM to json-schema
 2019-12-20 22:54 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: nvmem: "

[PATCH] dt-bindings: net: stmmac: add missing properties keyword
 2019-12-20 22:54 UTC  (2+ messages)

[PATCH v2 0/2] Add yaml DWC2 bindings
 2019-12-20 22:53 UTC  (3+ messages)

[PATCH] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: fix clock names
 2019-12-20 22:48 UTC  (2+ messages)

[RFC/RFT 0/2] RISC-V: kprobes/kretprobe support
 2019-12-20 22:46 UTC  (7+ messages)
` [RFC/RFT 2/2] "

[PATCH 1/3] dt-bindings: clocks: Convert Allwinner legacy clocks to schemas
 2019-12-20 22:45 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: mfd: Convert Allwinner legacy PRCM bindings "
` [PATCH 3/3] dt-bindings: resets: Convert Allwinner legacy resets "

[PATCH v2 0/2] New zonefs file system
 2019-12-20 22:39 UTC  (5+ messages)
` [PATCH v2 1/2] fs: "
` [PATCH v2 2/2] zonefs: Add documentation

[PATCH] cdrom: unify log messages
 2019-12-20 22:02 UTC  (2+ messages)

[PATCH v4 1/3] dt-bindings: Add vendor prefix for Xinpeng Technology
 2019-12-20 22:29 UTC  (3+ messages)
` [PATCH v4 3/3] drm/panel: add panel driver for Xinpeng XPP055C272 panels

[PATCH v5 00/19] Move PMC clocks into Tegra PMC driver
 2019-12-20 22:27 UTC  (20+ messages)
` [PATCH v5 01/19] dt-bindings: clock: tegra: Change CLK_M_DIV to OSC_DIV clocks
` [PATCH v5 02/19] clk: tegra: Change CLK_M_DIV clocks "
` [PATCH v5 03/19] clk: tegra: Fix Tegra PMC clock out parents
` [PATCH v5 04/19] dt-bindings: tegra: Convert Tegra PMC bindings to YAML
` [PATCH v5 05/19] dt-bindings: soc: tegra-pmc: Add Tegra PMC clock bindings
` [PATCH v5 06/19] soc: tegra: Add Tegra PMC clocks registration into PMC driver
` [PATCH v5 07/19] dt-bindings: soc: tegra-pmc: Add id for Tegra PMC 32KHz blink clock
` [PATCH v5 08/19] soc: tegra: Add support for "
` [PATCH v5 09/19] clk: tegra: Remove tegra_pmc_clk_init along with clk ids
` [PATCH v5 10/19] dt-bindings: clock: tegra: Remove pmc clock ids from clock dt-bindings
` [PATCH v5 11/19] ASoC: tegra: Use device managed resource APIs to get the clock
` [PATCH v5 12/19] ASoC: tegra: Add initial parent configuration for audio mclk
` [PATCH v5 13/19] ASoC: tegra: Add fallback implementation "
` [PATCH v5 14/19] clk: tegra: Remove audio related clock enables from init_table
` [PATCH v5 15/19] ARM: dts: tegra: Add clock-cells property to pmc
` [PATCH v5 16/19] arm64: tegra: Add clock-cells property to Tegra PMC node
` [PATCH v5 17/19] ARM: tegra: Update sound node clocks in device tree
` [PATCH v5 18/19] arm64: tegra: smaug: Change clk_out_2 provider to pmc
` [PATCH v5 19/19] ASoC: nau8825: change Tegra clk_out_2 provider from tegra_car "

[PATCHv3 00/15] remoteproc: updates for omap remoteproc support
 2019-12-20 22:15 UTC  (11+ messages)
` [PATCHv3 05/15] remoteproc/omap: Add the rproc ops .da_to_va() implementation
` [PATCHv3 12/15] remoteproc/omap: add support for system suspend/resume

[RESEND PATCH v1 00/15] PHY: Update Cadence Torrent PHY driver with reconfiguration
 2019-12-20 22:12 UTC  (5+ messages)
` [RESEND PATCH v1 14/15] dt-bindings: phy: phy-cadence-torrent: Add platform dependent compatible string

[PATCH][next] thunderbolt: fix memory leak of object sw
 2019-12-20 22:05 UTC 

[PATCH] libbpf: Fix build on read-only filesystems
 2019-12-20 22:05 UTC  (8+ messages)

[RFC PATCH v1] devres: align devres.data strictly only for devm_kmalloc()
 2019-12-20 22:02 UTC  (10+ messages)

[PATCH] cpu/SMT: fix x86 link error without CONFIG_SYSFS
 2019-12-20 22:01 UTC  (3+ messages)

KASAN: use-after-free Read in io_wq_flush
 2019-12-20 21:58 UTC  (2+ messages)

WARNING in percpu_ref_exit
 2019-12-20 21:58 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.5-rc, take 2
 2019-12-20 21:55 UTC  (2+ messages)

[PATCH] tools lib traceevent: Fix memory leakage in filter_event
 2019-12-20 21:47 UTC  (3+ messages)

[PATCH V6 0/7] ACPI: Support Generic Initiator proximity domains
 2019-12-20 21:40 UTC  (4+ messages)

[GIT PULL] arm64 fixes for 5.5-rc3
 2019-12-20 21:40 UTC  (2+ messages)

[RFC PATCH glibc 09/13] glibc: Perform rseq(2) registration at C startup and thread creation (v13)
 2019-12-20 21:36 UTC  (2+ messages)
` [RFC PATCH glibc 10/13] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v5)

[PATCH] fs: inode: Reduce volatile inode wraparound risk when ino_t is 64 bit
 2019-12-20 21:30 UTC  (2+ messages)

[PATCH v2] drivers: misc: Add support for nCipher HSM devices
 2019-12-20 21:30 UTC  (2+ messages)

[net-next v3 PATCH] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-20 21:27 UTC  (4+ messages)
` [net-next v5 "

[RFC PATCH v5] f2fs: support data compression
 2019-12-20 21:26 UTC  (3+ messages)

[PATCH 5.4 00/80] 5.4.6-stable review
 2019-12-20 21:21 UTC  (3+ messages)

[PATCH] x86: Remove force_iret()
 2019-12-20 21:20 UTC  (2+ messages)

[PATCH for 5.5 1/2] rseq: Fix: Clarify rseq.h UAPI rseq_cs memory reclaim requirements
 2019-12-20 21:15 UTC  (5+ messages)

[PATCH] phy: lantiq: vrx200-pcie: Remove unneeded semicolon
 2019-12-20 21:08 UTC  (2+ messages)

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-20 21:03 UTC  (10+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log

[PATCH v2 00/17] KVM: Dirty ring interface
 2019-12-20 21:01 UTC  (10+ messages)
` [PATCH v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH v2 05/17] KVM: Add build-time error check on kvm_run size
` [PATCH v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH v2 08/17] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v2 09/17] KVM: Make dirty ring exclusive to dirty bitmap log

[PATCH v2 0/3] Fix small issues in XSAVES
 2019-12-20 20:33 UTC  (4+ messages)
` [PATCH v2 2/3] x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return bool


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