linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-06 12:40:48 to 2021-07-06 15:28:51 UTC [more...]

[RFC PATCH v2 0/6] Introduce Active Stats framework with CPU performance statistics
 2021-07-06 15:28 UTC  (8+ messages)
` [RFC PATCH v2 1/6] PM: Introduce Active Stats framework
` [RFC PATCH v2 2/6] cpuidle: Add Active Stats calls tracking idle entry/exit
` [RFC PATCH v2 3/6] cpufreq: Add Active Stats calls tracking frequency changes
` [RFC PATCH v2 4/6] thermal: Add interface to cooling devices to handle governor change
` [RFC PATCH v2 5/6] thermal/core/power allocator: Prepare power actors and calm down when not used
` [RFC PATCH v2 6/6] thermal: cpufreq_cooling: Improve power estimation based on Active Stats framework

[PATCH] KVM: s390: Enable specification exception interpretation
 2021-07-06 15:27 UTC  (7+ messages)

[PATCH] tracing: Add "grouping" to histogram logic
 2021-07-06 15:26 UTC  (6+ messages)

[PATCH] drm/amdgpu: initialize amdgpu_ras_query_error_count() error count parameters
 2021-07-06 15:25 UTC  (3+ messages)
` [PATCH] drm/amdgpu: Return error if no RAS

[PATCH v4 0/2] Add p2p via dmabuf to habanalabs
 2021-07-06 15:25 UTC  (21+ messages)
` [PATCH v4 2/2] habanalabs: add support for dma-buf exporter
    ` [Linaro-mm-sig] [PATCH v4 0/2] Add p2p via dmabuf to habanalabs

[GIT PULL] first round of SCSI updates for the 5.13+ merge window
 2021-07-06 14:40 UTC  (5+ messages)

[PATCH] drm/stm: ltdc: improve pm_runtime to stop clocks
 2021-07-06 15:21 UTC  (2+ messages)

[RFCv2 0/7] libperf: Add leader/group info to perf_evsel
 2021-07-06 15:17 UTC  (8+ messages)
` [PATCH 1/7] libperf: Change tests to single static and shared binaries
` [PATCH 2/7] libperf: Move idx to perf_evsel::idx
` [PATCH 3/7] libperf: Move leader to perf_evsel::leader
` [PATCH 4/7] libperf: Move nr_groups to evlist::nr_groups
` [PATCH 5/7] libperf: Add perf_evlist__set_leader function
` [PATCH 6/7] libperF: Add group support to perf_evsel__open
` [PATCH 7/7] libperf: Add tests for perf_evlist__set_leader function

[PATCH v5 00/14] media: mtk-vcodec: support for MT8183 decoder
 2021-07-06 15:17 UTC  (5+ messages)
` [PATCH v5 05/14] media: mtk-vcodec: venc: support START and STOP commands

[PATCH v4 0/4] Add support for XMM fast hypercalls
 2021-07-06 15:15 UTC  (4+ messages)

[PATCH v3 0/2] ceph_check_delayed_caps() softlockup
 2021-07-06 13:52 UTC  (3+ messages)
` [PATCH v3 1/2] ceph: allow schedule_delayed() callers to set delay for workqueue
` [PATCH v3 2/2] ceph: reduce contention in ceph_check_delayed_caps()

[PATCH 5.10 0/7] 5.10.48-rc1 review
 2021-07-06 15:14 UTC  (2+ messages)

[PATCH 5.4 0/6] 5.4.130-rc1 review
 2021-07-06 15:13 UTC  (2+ messages)

[PATCH] s390/vfio-ap: do not use open locks during VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-06 13:49 UTC  (8+ messages)

[PATCH] bus: Make remove callback return void
 2021-07-06 15:11 UTC  (10+ messages)

[PATCH -tip v8 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-07-06 15:11 UTC  (9+ messages)
` [PATCH -tip v8 11/13] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v8 13/13] x86/kprobes: Fixup return address in generic trampoline handler

[PATCH][next] pwm: core: remove redundant assignment to pointer pwm
 2021-07-06 15:11 UTC 

[PATCH v5 3/5] drm/msm: Improve the a6xx page fault handler
 2021-07-06 14:27 UTC 

[PATCH v3] block: Removed a warning while compiling with a cross compiler for parisc
 2021-07-06 13:59 UTC  (2+ messages)

[PATCH AUTOSEL 5.13 001/189] drm/etnaviv: fix NULL check before some freeing functions is not needed
 2021-07-06 15:07 UTC  (5+ messages)
` [PATCH AUTOSEL 5.13 152/189] iwlwifi: mvm: support LONG_GROUP for WOWLAN_GET_STATUSES version
` [PATCH AUTOSEL 5.13 159/189] net: dsa: b53: Create default VLAN entry explicitly

[PATCH] nvme: Add abrupt shutdown support
 2021-07-06 15:07 UTC  (9+ messages)
  ` [EXT] "

[GIT PULL] fuse update for 5.14
 2021-07-06 15:04 UTC 

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-07-06 14:58 UTC  (104+ messages)
` [RFC PATCH v2 01/69] KVM: TDX: introduce config for KVM "
` [RFC PATCH v2 02/69] KVM: X86: move kvm_cpu_vmxon() from vmx.c to virtext.h
` [RFC PATCH v2 03/69] KVM: X86: move out the definition vmcs_hdr/vmcs from kvm to x86
` [RFC PATCH v2 06/69] KVM: TDX: add a helper function for kvm to call seamcall
` [RFC PATCH v2 08/69] KVM: TDX: add trace point before/after TDX SEAMCALLs
` [RFC PATCH v2 09/69] KVM: TDX: Add C wrapper functions for "
` [RFC PATCH v2 10/69] KVM: TDX: Print the name of SEAMCALL status code
` [RFC PATCH v2 12/69] KVM: Export kvm_io_bus_read for use by TDX for PV MMIO
` [RFC PATCH v2 13/69] KVM: Enable hardware before doing arch VM initialization
` [RFC PATCH v2 14/69] KVM: x86: Split core of hypercall emulation to helper function
` [RFC PATCH v2 15/69] KVM: x86: Export kvm_mmio tracepoint for use by TDX for PV MMIO
` [RFC PATCH v2 16/69] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot by default
` [RFC PATCH v2 17/69] KVM: Add infrastructure and macro to mark VM as bugged
` [RFC PATCH v2 18/69] KVM: Export kvm_make_all_cpus_request() for use in marking VMs "
` [RFC PATCH v2 19/69] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
` [RFC PATCH v2 20/69] KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID
` [RFC PATCH v2 21/69] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH v2 22/69] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
` [RFC PATCH v2 23/69] KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
` [RFC PATCH v2 24/69] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls
` [RFC PATCH v2 28/69] KVM: Add per-VM flag to mark read-only memory as unsupported
` [RFC PATCH v2 32/69] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID
` [RFC PATCH v2 33/69] KVM: x86: Add kvm_x86_ops .cache_gprs() and .flush_gprs()
` [RFC PATCH v2 34/69] KVM: x86: Add support for vCPU and device-scoped KVM_MEMORY_ENCRYPT_OP
` [RFC PATCH v2 35/69] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy()
` [RFC PATCH v2 36/69] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v2 37/69] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v2 38/69] KVM: x86: Add option to force LAPIC expiration wait
` [RFC PATCH v2 39/69] KVM: x86: Add guest_supported_xss placholder
` [RFC PATCH v2 40/69] KVM: Export kvm_is_reserved_pfn() for use by TDX
` [RFC PATCH v2 41/69] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v2 42/69] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v2 43/69] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v2 44/69] KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation
` [RFC PATCH v2 45/69] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
` [RFC PATCH v2 49/69] KVM: VMX: Modify NMI and INTR handlers to take intr_info as param
` [RFC PATCH v2 51/69] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v2 52/69] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v2 53/69] KVM: VMX: Define EPT Violation architectural bits
` [RFC PATCH v2 54/69] KVM: VMX: Define VMCS encodings for shared EPT pointer
` [RFC PATCH v2 55/69] KVM: VMX: Add 'main.c' to wrap VMX and TDX
` [RFC PATCH v2 56/69] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v2 57/69] KVM: VMX: Move register caching logic to common code
` [RFC PATCH v2 60/69] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs
` [RFC PATCH v2 61/69] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h
` [RFC PATCH v2 62/69] KVM: VMX: MOVE GDT and IDT accessors to common code
` [RFC PATCH v2 63/69] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code
` [RFC PATCH v2 65/69] KVM: X86: Introduce initial_tsc_khz in struct kvm_arch
` [RFC PATCH v2 67/69] KVM: TDX: add trace point for TDVMCALL and SEPT operation
` [RFC PATCH v2 68/69] KVM: TDX: add document on TDX MODULE

[PATCH AUTOSEL 5.10 001/137] drm/etnaviv: fix NULL check before some freeing functions is not needed
 2021-07-06 14:08 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 113/137] wireless: wext-spy: Fix out-of-bounds warning

[PATCH][next] nvmet: remove redundant assignments of variable status
 2021-07-06 14:56 UTC 

[PATCH 1/4] x86/sgx: Add sgx_nr_all_pages to the debugfs
 2021-07-06 14:56 UTC  (2+ messages)

[PATCH v4 0/4] fpga/mfd/hwmon: Initial support for Silicom N5010 PAC
 2021-07-06 14:56 UTC  (5+ messages)
` [PATCH v4 1/4] fpga: dfl: expose feature revision from struct dfl_device
` [PATCH v4 2/4] spi: spi-altera-dfl: support n5010 feature revision

RCU vs data_race()
 2021-07-06 14:16 UTC  (14+ messages)

[sched/core] f1a0a376ca: BUG:KASAN:stack-out-of-bounds_in_vsnprintf
 2021-07-06 15:10 UTC 

[PATCH] media: em28xx: fix corrupted list
 2021-07-06 14:50 UTC 

[PATCH] perf/x86/intel/uncore: Fix IIO cleanup mapping procedure for SNR/ICX
 2021-07-06 14:50 UTC  (3+ messages)

[PATCH v5 00/15] Introduce SCMI transport based on VirtIO
 2021-07-06 14:18 UTC  (3+ messages)
` [PATCH v5 08/15] firmware: arm_scmi: Introduce optional support for delegated xfers

[PATCH] sched/rt: Fix double enqueue caused by rt_effective_prio
 2021-07-06 14:48 UTC  (2+ messages)

[PATCH v15 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
 2021-07-06 14:46 UTC  (14+ messages)

[syzbot] upstream boot error: kernel panic: VFS: Unable to mount root fs on unknown-block(0,0)
 2021-07-06 14:47 UTC  (2+ messages)

[PATCH 0/2] tools/virtio: fix compilation
 2021-07-06 14:44 UTC  (5+ messages)
` [PATCH 1/2] tools: Remove lockdep.h and its include from spinlock.h
` [PATCH 2/2] vringh: Include spinlock.h

[PATCH 1/3] mfd: da9063: Add HWMON dependencies
 2021-07-06 14:34 UTC  (3+ messages)
` [PATCH 2/3] hwmon: da9063: HWMON driver
` [PATCH 3/3] Documentation: hwmon: New information for DA9063

[PATCH v2] kretprobe scalability improvement
 2021-07-06 14:32 UTC 

[irqchip: irq/irqchip-next] irqdomain: Protect the linear revmap with RCU
 2021-07-06 14:23 UTC  (8+ messages)

[PATCH v6] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-06 14:40 UTC  (2+ messages)

[PATCH v7 0/5] drm: address potential UAF bugs with drm_master ptrs
 2021-07-06 14:40 UTC  (5+ messages)

[patch 0/5] optionally sync per-CPU vmstats counter on return to userspace
 2021-07-06 14:17 UTC  (7+ messages)

arch/powerpc/platforms/44x/ppc476.c:241:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-07-06 14:15 UTC 

[ide] b7fb14d3ac: EIP:ioread32_rep
 2021-07-06 14:36 UTC  (4+ messages)

[PATCH v10 00/21] Fix v4l2-compliance errors
 2021-07-06 14:18 UTC  (8+ messages)
` [PATCH v10 21/21] media: uvcvideo: Return -EACCES to inactive controls

[PATCH 1/2] igc: don't rd/wr iomem when PCI is removed
 2021-07-06 14:23 UTC  (4+ messages)

[PATCH 0/2] shm: omit forced shm destroy if task IPC namespace was changed
 2021-07-06 13:22 UTC  (3+ messages)
` [PATCH 1/2] shm: skip shm_destroy "
` [PATCH 2/2] ipc: WARN if trying to remove ipc object which is absent

[PATCH v2 0/5] Qualcomm custom compressed pixfmt
 2021-07-06 13:38 UTC  (7+ messages)
` [PATCH v2 1/5] v4l: Add Qualcomm custom compressed pixel formats
` [PATCH v2 2/5] venus: helpers: Add helper to check supported "
` [PATCH v2 3/5] venus: Add a handling of QC08C compressed format
` [PATCH v2 4/5] venus: hfi_platform: Correct supported "
` [PATCH v2 5/5] venus: Add a handling of QC10C "

[PATCH] arm64: dts: qcom/sm8150: Add UFS ICE capability
 2021-07-06 13:38 UTC 

[PATCH 1/2] rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCU
 2021-07-06 13:28 UTC  (5+ messages)
` [PATCH 2/2] rcu: Remove needless preemption disablement in rcu_all_qs()

[PATCH][next] perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32
 2021-07-06 13:28 UTC  (2+ messages)

[PATCH] net: Allow any address multicast join for IP sockets
 2021-07-06 13:28 UTC  (2+ messages)

[PATCH 0/9] irqchip: Add LoongArch-related irqchip drivers
 2021-07-06 13:21 UTC  (11+ messages)
` [PATCH 2/9] irqchip/loongson-pch-pic: Improve edge triggered interrupt support
` [PATCH 3/9] irqchip/loongson-pch-pic: Add ACPI init support
` [PATCH 4/9] irqchip/loongson-pch-msi: "
` [PATCH 5/9] irqchip/loongson-htvec: "
` [PATCH 7/9] irqchip: Add LoongArch CPU interrupt controller support

[RFC 0/7] libperf: Add leader/group info to perf_evsel
 2021-07-06 13:20 UTC  (4+ messages)
` [PATCH 1/7] libperf: Change tests to single static and shared binaries
` [PATCH 2/7] libperf: Move idx to perf_evsel::idx
` [PATCH 3/7] libperf: Move leader to perf_evsel::leader

[PATCH net] net: phy: skip disabling interrupt when WOL is enabled in shutdown
 2021-07-06 13:14 UTC  (2+ messages)

[PATCH 1/2] vdpa: support per virtqueue max queue size
 2021-07-06 13:14 UTC  (2+ messages)

[PATCH v2 0/4] Freezer rewrite
 2021-07-06 13:12 UTC  (2+ messages)

[RFC 0/7] libperf: Add leader/group info to perf_evsel
 2021-07-06 13:12 UTC 

[PATCH] module: combine constructors in module linker script
 2021-07-06 13:02 UTC 

[PATCH v5 0/3] Add DT bindings and DT nodes for USB in SC7280
 2021-07-06 13:00 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SC7280
` [PATCH v5 2/3] arm64: dts: qcom: sc7280: Add USB related nodes
` [PATCH v5 3/3] arm64: dts: qcom: sc7280: Add USB nodes for IDP board

[PATCH] locking/rwsem: Remove an unused parameter of rwsem_wake()
 2021-07-06 12:52 UTC  (2+ messages)

[PATCH] net: ipv6: don't generate link-local address in any addr_gen_mode
 2021-07-06 12:37 UTC  (2+ messages)

[syzbot] general protection fault in legacy_parse_param
 2021-07-06 12:50 UTC  (6+ messages)

[PATCH] LICENSES/dual/CC-BY-4.0: Lets switch to utf-8
 2021-07-06 12:48 UTC  (3+ messages)

[PATCH V3 0/4] tools: perf: Add JSON metrics for i.MX8M platforms
 2021-07-06 12:41 UTC  (6+ messages)

[PATCH] ALSA: compress: allow to leave draining state when pausing in draining
 2021-07-06 12:44 UTC 

[PATCH v2 0/7] Asynchronous notifications from secure world
 2021-07-06 12:46 UTC  (7+ messages)

[PATCH] [media] em28xx-input: fix refcount bug in em28xx_usb_disconnect
 2021-07-06 12:34 UTC  (2+ messages)

linux-next: removed trees
 2021-07-06 12:33 UTC  (4+ messages)

[PATCH v3] ARM: dts: imx7d-remarkable2: Add WiFi support
 2021-07-06 12:29 UTC  (2+ messages)

[PATCH][next] ksmbd: Fix read on the uninitialized pointer sess
 2021-07-06 12:43 UTC  (2+ messages)

[PATCH] spi: mediatek: fix fifo rx mode
 2021-07-06 12:16 UTC 

[PATCH V2] dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()
 2021-07-06 12:45 UTC 

[PATCH] ASoC: add dai_reoder flag to reverse the stop sequence
 2021-07-06 12:30 UTC  (6+ 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).