messages from 2023-12-01 20:56:22 to 2023-12-02 01:26:02 UTC [more...]
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
2023-12-02 1:25 UTC (2+ messages)
` [syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl
[PATCH] cgroup: Fix documentation for cpu.idle
2023-12-02 1:25 UTC (4+ messages)
[RFC PATCH v3 0/5] platform/chrome: Introduce DT hardware prober
2023-12-02 0:58 UTC (9+ messages)
` [RFC PATCH v3 1/5] of: dynamic: Add of_changeset_update_prop_string
` [RFC PATCH v3 2/5] i2c: of: Introduce component probe function
` [RFC PATCH v3 3/5] platform/chrome: Introduce device tree hardware prober
` [RFC PATCH v3 4/5] arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as fail
[PATCH v4 0/7] Add Huashan Pi board support
2023-12-02 1:11 UTC (5+ messages)
[PATCH] hwrng: core - fix task hung in hwrng_fillfn
2023-12-02 1:01 UTC (3+ messages)
` [PATCH] hwrng: core - Fix page fault dead lock on mmap-ed hwrng
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-12-02 0:51 UTC (6+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
drivers/pinctrl/pinctrl-mcp23s08.c:1: warning: no structured comments found
2023-12-02 0:53 UTC (2+ messages)
[PATCH v3 0/2] ARM: dts: aspeed: asrock: Add ASRock X570D4U BMC
2023-12-02 0:44 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm: aspeed: add Asrock X570D4U board
` [PATCH v3 2/2] ARM: dts: aspeed: asrock: Add ASRock X570D4U BMC
[PATCH ipsec-next v3 0/9] Add bpf_xdp_get_xfrm_state() kfunc
2023-12-02 0:40 UTC (15+ messages)
` [PATCH ipsec-next v3 3/9] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
` [devel-ipsec] "
` [PATCH ipsec-next v3 4/9] bpf: selftests: test_loader: Support __btf_path() annotation
` [PATCH ipsec-next v3 5/9] libbpf: selftests: Add verifier tests for CO-RE bitfield writes
[PATCH 5.15 00/68] 5.15.141-rc2 review
2023-12-02 0:41 UTC (2+ messages)
[PATCH 6.1 00/82] 6.1.65-rc1 review
2023-12-02 0:40 UTC (2+ messages)
[PATCH 6.6 000/112] 6.6.4-rc1 review
2023-12-02 0:39 UTC (2+ messages)
VENDORS EOI
2023-12-02 0:11 UTC
[PATCH] usb: dwc3: don't reset device side if dwc3 was configured as host-only
2023-12-02 0:26 UTC (7+ messages)
[RFC PATCH 0/5] selftests/damon: add Python modules for DAMON control and functionality tests
2023-12-02 0:08 UTC (6+ messages)
` [RFC PATCH 1/5] selftests/damon: add a DAMON interface wrapper python module
` [RFC PATCH 2/5] selftests/damon/_damon: implement sysfs-based kdamonds start function
` [RFC PATCH 3/5] selftests/damon/_damon: implement sysfs updat_schemes_tried_bytes command
` [RFC PATCH 4/5] selftests/damon: add a test for update_schemes_tried_regions sysfs command
` [RFC PATCH 5/5] selftests/damon: add a test for update_schemes_tried_regions hang bug
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-12-02 0:17 UTC (11+ messages)
[PATCH v3] md: synchronize flush io with array reconfiguration
2023-12-02 0:09 UTC (2+ messages)
[GIT PULL] ACPI fixes for v6.7-rc4
2023-12-02 0:05 UTC (2+ messages)
[git pull] IOMMU Fixes for Linux v6.7-rc3
2023-12-02 0:05 UTC (2+ messages)
[GIT PULL] Power management fixes for v6.7-rc4
2023-12-02 0:05 UTC (2+ messages)
[GIT PULL] arm64 fix for 6.7-rc4
2023-12-02 0:05 UTC (2+ messages)
[GIT PULL] sound fixes for 6.7-rc4
2023-12-02 0:05 UTC (2+ messages)
[PATCH v9 00/28] KVM: x86/pmu: selftests: Fixes and new tests
2023-12-02 0:04 UTC (29+ messages)
` [PATCH v9 01/28] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v9 02/28] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v9 03/28] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v9 04/28] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v9 05/28] KVM: x86/pmu: Get eventsel for fixed counters from perf
` [PATCH v9 06/28] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
` [PATCH v9 07/28] KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
` [PATCH v9 08/28] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
` [PATCH v9 09/28] KVM: x86/pmu: Disallow "fast" RDPMC for architectural "
` [PATCH v9 10/28] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
` [PATCH v9 11/28] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v9 12/28] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v9 13/28] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v9 14/28] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v9 15/28] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v9 16/28] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v9 17/28] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v9 18/28] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v9 19/28] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v9 20/28] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v9 21/28] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v9 22/28] KVM: selftests: Add helpers to read integer module params
` [PATCH v9 23/28] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v9 24/28] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v9 25/28] KVM: selftests: Test PMC virtualization with forced emulation
` [PATCH v9 26/28] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
` [PATCH v9 27/28] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
` [PATCH v9 28/28] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR
[PATCH v2 1/1] iio: adc: meson: add separate config for axg SoC family
2023-12-02 0:05 UTC (5+ messages)
[GIT PULL] smb3 client fixes
2023-12-01 23:59 UTC
[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup
2023-12-01 23:57 UTC (2+ messages)
[PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
2023-12-01 23:54 UTC (5+ messages)
` [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
[PATCH] acpi: Use access_width over register_width for system memory accesses
2023-12-01 23:52 UTC (3+ messages)
` [PATCH v2] "
[PATCH] ARM: npcm: Add CPU hotplug callbacks for kexec support
2023-12-01 23:51 UTC (3+ messages)
` [PATCH v2] "
[PATCH v1 1/9] perf thread_map: Skip exited threads when scanning /proc
2023-12-01 23:50 UTC (9+ messages)
` [PATCH v1 2/9] perf list: Add scandirat compatibility function
` [PATCH v1 3/9] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v1 4/9] tools subcmd: Add a no exec function call option
` [PATCH v1 5/9] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v1 6/9] perf tests: Use scandirat for shell script finding
` [PATCH v1 7/9] perf tests: Run time generate shell test suites
` [PATCH v1 8/9] perf srcline: Add missed addr2line closes
` [PATCH v1 9/9] perf tests: Add option to run tests in parallel
mm/kfence/core.c:329:34: sparse: sparse: cast to restricted __le64
2023-12-01 23:47 UTC
[PATCH] drm/msm/a6xx: add QMP dependency
2023-12-01 23:48 UTC (2+ messages)
[PATCH v2 0/4] KVM: selftests: Annotate guest printfs as such
2023-12-01 23:30 UTC (2+ messages)
[PATCH v2] Input: pxrc - simplify mutex handling with guard macro
2023-12-01 23:35 UTC (2+ messages)
[PATCH] Input: pxrc - simplify mutex handling with guard macro
2023-12-01 23:33 UTC (3+ messages)
[tip: x86/urgent] x86/acpi: Ignore invalid x2APIC entries
2023-12-01 23:32 UTC (5+ messages)
[PATCH 0/3] KVM: Fix KVM-owned file refcounting of KVM module(s)
2023-12-01 23:30 UTC (2+ messages)
[PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
2023-12-01 23:30 UTC (2+ messages)
[git pull] drm fixes for 6.7-rc4
2023-12-01 23:30 UTC (2+ messages)
[PATCH v2] arm64: defconfig: increase SERIAL_8250_NR_UARTS
2023-12-01 23:26 UTC (4+ messages)
[PATCH 0/6] VMware hypercalls enhancements
2023-12-01 23:24 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] x86/vmware: Move common macros to vmware.h
` [PATCH v2 2/6] x86/vmware: Introduce vmware_hypercall API
` [PATCH v2 3/6] ptp/vmware: Use "
` [PATCH v2 4/6] input/vmmouse: "
` [PATCH v2 5/6] drm/vmwgfx: "
` [PATCH v2 6/6] x86/vmware: Add TDX hypercall support
[PATCH v9 0/3] dma-fence: Deadline awareness (uabi edition)
2023-12-01 23:22 UTC (2+ messages)
[GIT PULL] VFIO fix for v6.7-rc4
2023-12-01 23:22 UTC
[PATCH v9 0/7] incorporate pm runtime framework and eDP clean up
2023-12-01 23:19 UTC (8+ messages)
` [PATCH v9 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver
` [PATCH v9 2/7] drm/msm/dp: rename is_connected with link_ready
` [PATCH v9 3/7] drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes
` [PATCH v9 4/7] drm/msm/dp: move parser->parse() and dp_power_client_init() to probe
` [PATCH v9 5/7] drm/msm/dp: incorporate pm_runtime framework into DP driver
` [PATCH v9 6/7] drm/msm/dp: delete EV_HPD_INIT_SETUP
` [PATCH v9 7/7] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()
[PATCH v7 00/12] wifi: mwifiex: added code to support host mlme
2023-12-01 23:18 UTC (22+ messages)
` [PATCH v7 02/12] wifi: mwifiex: fixed group rekey issue for WPA3
` [EXT] "
` [PATCH v7 03/12] wifi: mwifiex: fixed reassocation "
` [EXT] "
` [PATCH v7 04/12] wifi: mwifiex: fixed missing WMM IE for assoc req
` [EXT] "
` [PATCH v7 06/12] wifi: mwifiex: added mac address for AP config
` [EXT] "
` [PATCH v7 07/12] wifi: mwifiex: fixed TLV error for station add cmd
` [EXT] "
` [EXT] Re: [PATCH v7 00/12] wifi: mwifiex: added code to support host mlme
[PATCH 5.15 00/69] 5.15.141-rc1 review
2023-12-01 23:04 UTC (7+ messages)
[PATCH] spi: stm32: enable controller before asserting CS
2023-12-01 23:11 UTC (3+ messages)
[PATCH] f2fs: allow checkpoint=disable for zoned block device
2023-12-01 23:02 UTC
[gustavoars:for-next/kspp] BUILD SUCCESS 617ab3c357d2ebdfff0e1a090c46f2f3f29b45e2
2023-12-01 23:10 UTC
[PATCH 0/3] hwmon: (coretemp) Fix core count limitation
2023-12-01 22:58 UTC (5+ messages)
` [PATCH 3/3] "
[PATCH 1/6] x86: Use PCI_HEADER_TYPE_* instead of literals
2023-12-01 22:56 UTC (2+ messages)
[PATCH v2 2/2] PCI: of: Attach created of_node to existing device
2023-12-01 22:49 UTC (2+ messages)
[PATCH v2 0/4] dt-bindings: mfd: fix up PMIC examples
2023-12-01 22:46 UTC (3+ messages)
` [PATCH v2 2/4] dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: fix regulator binding
[PATCH v2 0/2] Attach DT nodes to existing PCI devices
2023-12-01 22:45 UTC (3+ messages)
[PATCH v5] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
2023-12-01 22:42 UTC (5+ messages)
[PATCH] net: mdio: enable optional clock when registering a phy from devicetree
2023-12-01 22:41 UTC (3+ messages)
[PATCH] usb: storage: sddr55: avoid integer overflow
2023-12-01 22:36 UTC (5+ messages)
` [PATCH v2] usb: storage: sddr55: clean up variable type
[PATCH] dt-bindings: iio: honeywell,mprls0025pa: drop ref from pressure properties
2023-12-01 22:35 UTC (2+ messages)
[ANNOUNCE] 6.1.64-rt17
2023-12-01 22:33 UTC
[PATCH v2 0/4] Regather scattered PCI-Code
2023-12-01 22:31 UTC (18+ messages)
` [PATCH v2 1/4] lib: move pci_iomap.c to drivers/pci/
` [PATCH v2 2/4] lib: move pci-specific devres code "
` [PATCH v2 4/4] lib, pci: unify generic pci_iounmap()
[PATCH v1 1/1] checkpatch: Add dev_err_probe() to the list of Log Functions
2023-12-01 22:29 UTC (6+ messages)
[v5 resend 0/6] i3c: master: some improvment for i3c master
2023-12-01 22:25 UTC (7+ messages)
` [v5 resend 1/6] i3c: master: add enable(disable) hot join in sys entry
` [v5 resend 2/6] i3c: master: svc: add hot join support
` [v5 resend 3/6] i3c: add actual_len in i3c_priv_xfer
` [v5 resend 4/6] i3c: master: svc: rename read_len as actual_len
` [v5 resend 5/6] i3c: master: svc: return actual transfer data len
` [v5 resend 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device status
[PATCH] KVM: guest-memfd: fix unused-function warning
2023-12-01 22:24 UTC (2+ messages)
[PATCH] kmemleak: Avoid RCU stalls when freeing metadata for per-CPU pointers
2023-12-01 22:22 UTC (2+ messages)
[PATCH 0/2] net: phy: micrel: additional clock handling
2023-12-01 22:21 UTC (5+ messages)
` [PATCH 1/2] net: phy: micrel: use devm_clk_get_optional_enabled for the rmii-ref clock
` [PATCH 2/2] net: phy: micrel: allow usage of generic ethernet-phy clock
[PATCH] tty: max310x: work around regmap->regcache data corruption
2023-12-01 22:16 UTC (7+ messages)
[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
2023-12-01 22:12 UTC (11+ messages)
[PATCH v3 0/3] md: fix stopping sync thread
2023-12-01 22:08 UTC (3+ messages)
` [PATCH v3 3/3] "
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
2023-12-01 22:07 UTC (5+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
[RFC PATCH 0/2] sched/fair: Delay throttling to kernel exit
2023-12-01 22:09 UTC (5+ messages)
` [RFC PATCH 1/2] sched/fair: Only throttle CFS tasks on return to userspace
[PATCH v5 0/5] userfaultfd move option
2023-12-01 21:59 UTC (5+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
[PATCH 0/3] Add GPU support for MSM8226 (Adreno A305B)
2023-12-01 21:53 UTC (3+ messages)
` [PATCH 2/3] drm/msm/adreno: Add A305B support
[PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
2023-12-01 21:51 UTC (17+ messages)
[GIT PULL] SCSI fixes for 6.7-rc3
2023-12-01 21:49 UTC (2+ messages)
[PATCH 0/3] Add DDR sleep stats
2023-12-01 21:49 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: soc: qcom: stats: Add QMP handle
[PATCH v4] x86/resctrl: Add mount option to pick total MBM event
2023-12-01 21:47 UTC (2+ messages)
` [PATCH v5] x86/resctrl: Add event choices for mba_MBps
[PATCH v3 0/4] Add runtime PM support for videocc on SM8150
2023-12-01 21:45 UTC (7+ messages)
` [PATCH v3 2/4] clk: qcom: videocc-sm8150: Update the videocc resets
` [PATCH v3 3/4] clk: qcom: videocc-sm8150: Add missing PLL config property
` [PATCH v3 4/4] clk: qcom: videocc-sm8150: Add runtime PM support
[PATCH] x86/callthunks: Correct calculation of dest address in is_callthunk()
2023-12-01 21:44 UTC (2+ messages)
[PATCH] perf mem: Fix perf mem error on hybrid
2023-12-01 21:43 UTC (7+ messages)
[PATCH V4 0/5] dts: qcom: Introduce X1E80100 platforms device tree
2023-12-01 21:34 UTC (3+ messages)
` [PATCH V4 3/5] arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts
[PATCH v5 0/4] pinctl: qcom: sm4450: Add SM4450 pinctrl driver
2023-12-01 21:36 UTC (3+ messages)
` [PATCH v5 4/4] pinctrl: qcom: sm4450: correct incorrect address offset
[PATCH 0/2] x86/microcode: Unify early reporting
2023-12-01 21:32 UTC (7+ messages)
` [PATCH 2/2] x86/microcode: Rework early revisions reporting
[PATCH] arm64: dts: qcom: sc8180x-primus: Fix HALL_INT polarity
2023-12-01 21:31 UTC (2+ messages)
[PATCH 0/2] drm/msm/dpu: INTF CRC configuration cleanups and fix
2023-12-01 21:29 UTC (4+ messages)
` [PATCH 2/2] drm/msm/dpu: Set input_sel bit for INTF
[PATCH v3 0/3] phy: qcom-qmp-pcie: Add support to keep refclk always on
2023-12-01 21:29 UTC (11+ messages)
` [PATCH v3 1/3] dt-bindings: phy: qcom,qmp: Add PCIe qcom,refclk-always-on property
[RFC PATCH 0/6] Supporting GMEM (generalized memory management) for external memory devices
2023-12-01 21:28 UTC (9+ messages)
[PATCH v2 1/1] mtd: rawnand: Add deassert_wp comment
2023-12-01 21:24 UTC
[PATCH 06/16] drm/msm/dpu: add dpu_hw_cdm abstraction for CDM block
2023-12-01 21:15 UTC (12+ messages)
` [PATCH 11/16] drm/msm/dpu: add an API to setup the CDM block for writeback
` [Freedreno] "
drivers/scsi/aacraid/aachba.c:4000:51: sparse: sparse: cast truncates bits from constant value (1000000 becomes 0)
2023-12-01 21:11 UTC
[PATCH v2 0/2] thermal: sysfs: Simplifications of trip point attribute callbacks
2023-12-01 21:08 UTC (3+ messages)
` [PATCH v2 0/2] thermal: sysfs: Rework the handling of trip point updates
` [PATCH v2 2/2] thermal: sysfs: Rework the reading of trip point attributes
[PATCH v2 1/1] x86/PCI: Clean up open-coded return code mangling
2023-12-01 21:06 UTC (2+ messages)
lib/overflow_kunit.c:728:38: sparse: sparse: undefined preprocessor identifier '__clang_major__'
2023-12-01 21:00 UTC
[PATCH v14 0/3] media: i2c: Add support for alvium camera
2023-12-01 21:00 UTC (3+ messages)
` [PATCH v14 3/3] "
[PATCH v1 0/9] x86/resctrl: Use soft RMIDs for reliable MBM on AMD
2023-12-01 20:56 UTC (8+ messages)
` [PATCH v1 3/9] x86/resctrl: Add resctrl_mbm_flush_cpu() to collect CPUs' MBM events
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox