All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-11 15:22:05 to 2022-03-11 16:02:50 UTC [more...]

[PATCH] cachefiles: Fix volume coherency attribute
 2022-03-11 16:02 UTC 

[PATCH v10 13/14] module: Move kdb module related code out of main kdb code
 2022-03-11 16:01 UTC  (6+ messages)
` [PATCH] kdb: Remove redundant module related references

[PATCH 0/2] ARM: Add support for VAR-SOM-MX6
 2022-03-11 16:02 UTC  (9+ messages)
` [PATCH 1/2] ARM: dts: imx6qdl: Add Variscite VAR-SOM-MX6 SoM support
` [PATCH 2/2] ARM: dts: imx6q: Add Variscite MX6 Custom board support

[virtio-comment] Comments on RPMB config space chapter 5.2.14
 2022-03-11 16:02 UTC  (2+ messages)

[PATCH v11 00/12] fprobe: Introduce fprobe function entry/exit probe
 2022-03-11 16:01 UTC  (13+ messages)
` [PATCH v11 01/12] ftrace: Add ftrace_set_filter_ips function
` [PATCH v11 02/12] fprobe: Add ftrace based probe APIs
` [PATCH v11 03/12] rethook: Add a generic return hook
` [PATCH v11 04/12] rethook: x86: Add rethook x86 implementation
` [PATCH v11 05/12] arm64: rethook: Add arm64 rethook implementation
` [PATCH v11 06/12] powerpc: Add rethook support
` [PATCH v11 07/12] ARM: rethook: Add rethook arm implementation
` [PATCH v11 08/12] fprobe: Add exit_handler support
` [PATCH v11 09/12] fprobe: Add sample program for fprobe
` [PATCH v11 10/12] fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag "
` [PATCH v11 11/12] docs: fprobe: Add fprobe description to ftrace-use.rst
` [PATCH v11 12/12] fprobe: Add a selftest for fprobe

RTT-PROBE: lore-subspace-rtt
 2022-03-11 16:01 UTC 

[PATCH v4 00/17] ASoC: Intel: AVS - Audio DSP for cAVS
 2022-03-11 15:59 UTC  (17+ messages)
` [PATCH v4 03/17] ASoC: Intel: Introduce AVS driver
` [PATCH v4 04/17] ASoC: Intel: avs: Inter process communication
` [PATCH v4 07/17] ASoC: Intel: avs: Add module management requests
` [PATCH v4 11/17] ASoC: Intel: avs: Firmware resources management utilities

[PATCH] memcg: sync flush only if periodic flush is delayed
 2022-03-11 16:00 UTC  (3+ messages)

[meta-oe][PATCH] libcereal: Disable Werror with ptests
 2022-03-11 15:59 UTC 

[PATCH] net: phy: marvell: Fix invalid comparison in marvell_{suspend,resume}()
 2022-03-11 15:55 UTC 

[PATCH] block: check more requests for multiple_queues in blk_attempt_plug_merge
 2022-03-11 15:58 UTC  (5+ messages)

[PATCH] afs: Fix potential thrashing in afs writeback
 2022-03-11 15:58 UTC 

[PATCH net V2 1/2] ax25: Fix refcount leaks caused by ax25_cb_del()
 2022-03-11 15:55 UTC 

[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
 2022-03-11 15:56 UTC  (12+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] coresight: Fail to open with return stacks if they are unavailable

RTT-PROBE: lore-subspace-rtt
 2022-03-11 15:56 UTC 

drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_rss.c:199:6: sparse: void extern [addressable] [toplevel] hclge_comm_get_rss_indir_tbl( ... )
 2022-03-11 15:55 UTC 

[v3 0/2] ASoC: mediatek: mt8192: support rt1015p_rt5682s
 2022-03-11 15:53 UTC  (6+ messages)
` [v3 2/2] "

[PATCH] fs: remove reference to the removed config NFSD_V3
 2022-03-11 15:54 UTC  (3+ messages)
` [PATCH] "

[PATCH v2 0/2] AM64: Tick timer fixes
 2022-03-11 15:53 UTC  (3+ messages)
` [PATCH v2 1/2] configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider
` [PATCH v2 2/2] ARM: dts: k3-am642: Correct timer frequency

[PATCH] ASoC: soc-compress: Change the check for codec_dai
 2022-03-11 15:53 UTC  (3+ messages)

[V2 1/2] ASoC: max98390: Add reset gpio control
 2022-03-11 15:51 UTC  (4+ messages)
` [V2 2/2] ASoC: dt-bindings: max98390: add reset gpio bindings

[PATCH 00/31] KVM: x86: hyper-v: Fine-grained TLB flush + Direct TLB flush feature
 2022-03-11 15:49 UTC  (32+ messages)
` [PATCH 01/31] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH 02/31] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH 03/31] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH 04/31] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH 05/31] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH 06/31] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH 07/31] KVM: x86: hyper-v: Create a separate ring for Direct TLB flush
` [PATCH 08/31] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH 09/31] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH 10/31] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH 11/31] KVM: x86: Introduce .post_hv_direct_flush() nested hook
` [PATCH 12/31] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH 13/31] KVM: x86: hyper-v: Direct TLB flush
` [PATCH 14/31] KVM: x86: hyper-v: Introduce fast kvm_hv_direct_tlb_flush_exposed() check
` [PATCH 15/31] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH 16/31] KVM: nVMX: hyper-v: Direct TLB flush
` [PATCH 17/31] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too
` [PATCH 18/31] KVM: nSVM: hyper-v: Direct TLB flush
` [PATCH 19/31] KVM: x86: Expose Hyper-V Direct TLB flush feature
` [PATCH 20/31] KVM: selftests: Add hyperv_svm_test to .gitignore
` [PATCH 21/31] KVM: selftests: Better XMM read/write helpers
` [PATCH 22/31] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH 23/31] KVM: selftests: Make it possible to replace PTEs with __virt_pg_map()
` [PATCH 24/31] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH 25/31] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH 26/31] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH 27/31] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH 28/31] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH 29/31] KVM: selftests: evmcs_test: Direct TLB flush test
` [PATCH 30/31] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH 31/31] KVM: selftests: hyperv_svm_test: Add Direct TLB flush test

[PATCH] cpufreq: fix cpufreq_get() can't get correct CPU frequency
 2022-03-11 15:52 UTC  (2+ messages)

[PATCH v4 0/4] Add basic node support for Mediatek MT8186 SoC
 2022-03-11 15:51 UTC  (13+ messages)
` [PATCH v4 1/4] dt-bindings: timer: Add compatible for Mediatek MT8186
` [PATCH v4 2/4] dt-bindings: watchdog: "
` [PATCH v4 3/4] dt-bindings: arm: "

[PATCH] afs: Fix potential thrashing in afs writeback
 2022-03-11 15:51 UTC  (2+ messages)

[PATCH 0/2] ARM: qcom_defconfig: add crypto and debugfs support
 2022-03-11 15:49 UTC  (6+ messages)
` [PATCH 1/2] ARM: qcom_defconfig: enable options for Qualcomm random number generator
` [PATCH 2/2] ARM: qcom_defconfig: enable debug fs support

[PATCH] spi: dw: assert reset before deasserting reset
 2022-03-11 15:51 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-11 15:51 UTC 

[PATCH 00/19] rcu/context-tracking: Merge RCU eqs-dynticks counter to context tracking
 2022-03-11 15:49 UTC  (7+ messages)
` [PATCH 05/19] context_tracking: Split user tracking Kconfig
` [PATCH 16/19] context_tracking: Convert state to atomic_t

[PATCH 0/3] mmc: mmci: stm32: updates for SDIO
 2022-03-11 15:45 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: mmc: mmci: add a property to disable DMA LLI

[PATCH v3 00/46] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-03-11 14:34 UTC  (4+ messages)
` [PATCH v3 01/46] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v3 03/46] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v3 04/46] media: sun6i-csi: Tidy up platform code

RTT-PROBE: lore-subspace-rtt
 2022-03-11 15:46 UTC 

[PATCH 1/2] dma-buf: add dma_fence_unwrap
 2022-03-11 15:45 UTC  (2+ messages)

Scenario TREE07 with CONFIG_PREEMPT_DYNAMIC=n?
 2022-03-11 15:46 UTC  (6+ messages)

[RFC PATCH v2 0/5] vfio/pci: Enable runtime power management support
 2022-03-11 15:45 UTC  (4+ messages)
` [RFC PATCH v2 5/5] vfio/pci: add the support for PCI D3cold state

[PATCH 1/2] ns16550: reject IRQ above nr_irqs
 2022-03-11 15:43 UTC  (11+ messages)

[PATCH] Setup per-cpu cpu<->node binding early
 2022-03-11 15:43 UTC  (2+ messages)

No u-boot-rockchip pull request sent or merged for v2022.04
 2022-03-11 15:43 UTC  (2+ messages)

[PATCH 00/14] ARM: suniv: dts: update Allwinner F1C100
 2022-03-11 15:41 UTC  (4+ messages)
` [PATCH 07/14] dt-bindings: mmc: sunxi: add Allwinner F1c100s compatible

[PATCH v2 00/16] btrfs: inode creation cleanups and fixes
 2022-03-11 15:42 UTC  (3+ messages)
` [PATCH v2 03/16] btrfs: fix anon_dev leak in create_subvol()

RTT-PROBE: lore-subspace-rtt
 2022-03-11 15:41 UTC 

[PATCH v2 00/38] Sort Makefiles and platform/Kconfig
 2022-03-11 15:39 UTC  (4+ messages)
` [PATCH v2 07/38] media: platform: place NXP drivers on a separate dir

[PATCH] amd/display: set backlight only if required
 2022-03-11 15:41 UTC  (2+ messages)

[PATCH v2 00/28] arm: semihosting: Cleanups and new features
 2022-03-11 15:40 UTC  (3+ messages)
` [PATCH v2 26/28] serial: dm: Add support for puts

[GIT PULL] interconnect changes for 5.18
 2022-03-11 15:40 UTC  (2+ messages)

[PATCH v3 01/10] arch: arm: mach-hpe: Introduce the HPE GXP architecture
 2022-03-11 15:40 UTC  (3+ messages)
` [PATCH v3 05/10] dt-bindings: timer: Add HPE GXP Timer Binding

[PATCH v2 0/7] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-11 15:37 UTC  (3+ messages)
` [PATCH v2 1/7] target/s390x: vxeh2: vector convert short/32b

[PATCH] virtio-blk: support polling I/O
 2022-03-11 15:38 UTC  (3+ messages)

[PATCH v6] ACPI: bus: For platform OSC negotiate capabilities
 2022-03-11 15:37 UTC  (2+ messages)

[PATCH v4 0/8] Enable designware PCI EP EDMA locally
 2022-03-11 15:37 UTC  (13+ messages)
` [PATCH v4 1/8] dmaengine: dw-edma: Detach the private data and chip info structures
` [PATCH v4 5/8] dmaengine: dw-edma: Fix programming the source & dest addresses for ep

[mm/slub] ae107fa919: BUG:unable_to_handle_page_fault_for_address
 2022-03-11 15:36 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-11 15:36 UTC 

[PATCH v5 00/17] ASoC: Intel: AVS - Audio DSP for cAVS
 2022-03-11 15:35 UTC  (19+ messages)
` [PATCH v5 01/17] ALSA: hda: Add helper macros for DSP capable devices
` [PATCH v5 02/17] ASoC: Export DAI register and widget ctor and dctor functions
` [PATCH v5 03/17] ASoC: Intel: Introduce AVS driver
` [PATCH v5 04/17] ASoC: Intel: avs: Inter process communication
` [PATCH v5 05/17] ASoC: Intel: avs: Add code loading requests
` [PATCH v5 06/17] ASoC: Intel: avs: Add pipeline management requests
` [PATCH v5 07/17] ASoC: Intel: avs: Add module "
` [PATCH v5 08/17] ASoC: Intel: avs: Add power "
` [PATCH v5 09/17] ASoC: Intel: avs: Add ROM requests
` [PATCH v5 10/17] ASoC: Intel: avs: Add basefw runtime-parameter requests
` [PATCH v5 11/17] ASoC: Intel: avs: Firmware resources management utilities
` [PATCH v5 12/17] ASoC: Intel: avs: Declare module configuration types
` [PATCH v5 13/17] ASoC: Intel: avs: Dynamic firmware resources management
` [PATCH v5 14/17] ASoC: Intel: avs: General code loading flow
` [PATCH v5 15/17] ASoC: Intel: avs: Implement CLDMA transfer
` [PATCH v5 16/17] ASoC: Intel: avs: Code loading over CLDMA
` [PATCH v5 17/17] ASoC: Intel: avs: Code loading over HDA

[igt-dev] [PATCH i-g-t 0/6] Add i915 blt library + gem_ccs test
 2022-03-11 15:34 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Add i915 blt library + gem_ccs test (rev7)

[PATCH v2 00/11] edk2: update to stable202202
 2022-03-11 15:29 UTC  (5+ messages)
` [PATCH v2 01/11] tests/acpi: allow virt memory hotplug changes
` [PATCH v2 07/11] tests/acpi: update expected data files

[RFC PATCH] docs/devel: try and impose some organisation
 2022-03-11 15:29 UTC  (2+ messages)

[paulmck-rcu:rcu/next] BUILD SUCCESS 442ed0995329841f3f88da38791dbb6295ce6c39
 2022-03-11 15:30 UTC 

[tip:x86/sgx] BUILD SUCCESS ed83935a9af088439462ef3f2efcf1ef62b05dfd
 2022-03-11 15:31 UTC 

[helgaas-pci:next] BUILD SUCCESS bd147bd4c926ecac9d565fbdf96f41669b67d6bd
 2022-03-11 15:30 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-11 15:31 UTC 

[helgaas-pci:pci/host/dwc] BUILD SUCCESS 815953dc2011ad7a34de355dfa703dcef1085219
 2022-03-11 15:31 UTC 

[PATCH V2,0/2]mm: madvise: return correct bytes processed with process_madvise
 2022-03-11 15:29 UTC  (3+ messages)
` [PATCH V2,1/2] mm: madvise: return correct bytes advised "
` [PATCH V2,2/2] mm: madvise: skip unmapped vma holes passed to process_madvise

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS d3a9b035f91582aaa43ace9c334c9b0f9ef77325
 2022-03-11 15:31 UTC 

[RESEND PATCH net-next] selftests: tc-testing: Increase timeout in tdc config file
 2022-03-11 15:29 UTC 

[LTP] [PATCH v1] kernel/pty06: Skip test when TTY not available
 2022-03-11 15:33 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:master] BUILD SUCCESS 5f147476057832b8f87461ff6da35b5d2e1c2c29
 2022-03-11 15:30 UTC 

[PATCH v2 0/2] dt-bindings: DTB based validation
 2022-03-11 15:30 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validate

statistical time calibration
 2022-03-11 15:29 UTC  (2+ messages)

[PATCH] rebase: set REF_HEAD_DETACH in checkout_up_to_date()
 2022-03-11 15:28 UTC  (3+ messages)

[PATCH v4 0/9] RZN1 DMA support
 2022-03-11 15:28 UTC  (5+ messages)
` [PATCH v4 1/9] dt-bindings: dma: Introduce RZN1 dmamux bindings
` [PATCH v4 2/9] dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode

[PATCH] amd/display: set backlight only if required
 2022-03-11 15:26 UTC 

[PATCH] kexec/powerpc: fix exporting memory limit
 2022-03-11 15:26 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-11 15:26 UTC 

[PATCH v3 0/3] drm/bridge: ti-sn65dsi86: Support non-eDP DisplayPort connectors
 2022-03-11 15:24 UTC  (6+ messages)
` [PATCH v3 3/3] drm/bridge: ti-sn65dsi86: Support hotplug detection

[PATCH v2 0/2] misc: Add power-efuse driver
 2022-03-11 15:24 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: Add power-efuse binding

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-11 15:23 UTC  (10+ messages)

[PATCH] tests/avocado: starts PhoneServer upfront
 2022-03-11 15:00 UTC  (3+ messages)

[PATCH] block: Fix BB.root changing across bdrv_next()
 2022-03-11 15:20 UTC  (2+ messages)

[PATCH net-next 2/3] dt-bindings: net: micrel: Configure latency values and timestamping check for LAN8814 phy
 2022-03-11 15:21 UTC  (12+ messages)

[PATCH v7 0/2] xen: Report and use hardware APIC virtualization capabilities
 2022-03-11 15:21 UTC  (3+ messages)
` [PATCH v7 1/2] xen+tools: Report Interrupt Controller Virtualization capabilities on x86
` [PATCH v7 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC


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.