messages from 2024-09-04 12:21:36 to 2024-09-04 12:55:12 UTC [more...]
i915 | Bug in virtual PCH detection
2024-09-04 12:52 UTC (4+ messages)
[PATCH] ASoC/HDA cs35l56: Remove redundant IRQ handling
2024-09-04 12:25 UTC (2+ messages)
[PATCH v5 06/30] arm64: context switch POR_EL0 register
2024-09-04 12:55 UTC (11+ messages)
[PATCH net-next v3] net: enetc: Replace ifdef with IS_ENABLED
2024-09-04 12:55 UTC (2+ messages)
[PATCH 0/1] dt-bindings: mmc: Add support for rk3576 eMMC
2024-09-04 12:56 UTC (4+ messages)
` [PATCH 1/1] "
[android-common:android15-6.6-desktop 13128/15111] kernel/time/hrtimer.c:993:6: sparse: sparse: symbol 'hrtimer_switch_to_lres' was not declared. Should it be static?
2024-09-04 12:54 UTC
[PATCH v4 0/4] selftests: Fix cpuid / vendor checking build issues
2024-09-04 12:54 UTC (5+ messages)
[PATCH 00/13] Use VRR timing generator for fixed refresh rate modes
2024-09-04 12:54 UTC (4+ messages)
` [PATCH 03/13] drm/i915/display: Add member fixed_rr to denote Fixed refresh rate with VRRTG
[syzbot] [usb?] KMSAN: kernel-usb-infoleak in usbtmc_write
2024-09-04 12:47 UTC (2+ messages)
[PATCH] target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest
2024-09-04 12:53 UTC (3+ messages)
[PATCH v2 1/1] media: i2c: max96717: add test pattern ctrl
2024-09-04 12:53 UTC (3+ messages)
[PATCH] drm/i915: convert comma to semicolon
2024-09-04 12:52 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for "
[PATCH 00/22] arm64: qcom: Introduce SA8255p Ride platform
2024-09-04 12:49 UTC (16+ messages)
` [PATCH v2 00/21] "
` [PATCH v2 14/21] dt-bindings: cpufreq: qcom-hw: document support for SA8255p
` [PATCH v2 15/21] dt-bindings: i2c: "
` [PATCH v2 16/21] dt-bindings: spi: "
[PATCH 0/2] Add resume support for the mux mmio driver
2024-09-04 12:52 UTC (7+ messages)
` [PATCH 1/2] mux: add mux_chip_resume() function
[PATCH 0/5] firewire: use sleepable workqueue to handle 1394 OHCI IT/IR context events
2024-09-04 12:51 UTC (6+ messages)
` [PATCH 1/5] firewire: core: allocate workqueue to handle isochronous contexts in card
` [PATCH 2/5] firewire: core: add local API to queue work item to workqueue specific to isochronous contexts
` [PATCH 3/5] firewire: ohci: operate IT/IR events in sleepable work process instead of tasklet softIRQ
` [PATCH 4/5] firewire: core: non-atomic memory allocation for isochronous event to user client
` [PATCH 5/5] ALSA: firewire: use nonatomic PCM operation
[PATCH v2 0/6] Various 32-bit and test fixes
2024-09-04 12:51 UTC (2+ messages)
[PATCH net-next v7 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2024-09-04 12:51 UTC (4+ messages)
` [PATCH net-next v7 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY
[PATCH v4 1/2] platform/x86:dell-laptop: Add knobs to change battery charge settings
2024-09-04 12:51 UTC (5+ messages)
[PATCH v6 00/26] Generic `Allocator` support for Rust
2024-09-04 12:51 UTC (6+ messages)
` [PATCH v6 26/26] MAINTAINERS: add entry for the Rust `alloc` module
[PULL 00/34] Migration patches for 2024-09-04
2024-09-04 12:44 UTC (35+ messages)
` [PULL 01/34] migration: delete unused parameter mis
` [PULL 02/34] tests/qtest/migration: Remove vmstate-static-checker test
` [PULL 03/34] tests/qtest/migration-test: Fix bootfile cleanup handling
` [PULL 04/34] tests/qtest/migration-test: Don't leak resp in multifd_mapped_ram_fdset_end()
` [PULL 05/34] tests/qtest/migration-test: Fix leaks in calc_dirtyrate_ready()
` [PULL 06/34] tests/qtest/migration-helpers: Fix migrate_get_socket_address() leak
` [PULL 07/34] tests/qtest/migration-test: Free QCRyptoTLSTestCertReq objects
` [PULL 08/34] tests/unit/crypto-tls-x509-helpers: deinit privkey in test_tls_cleanup
` [PULL 09/34] tests/qtest/migration-helpers: Don't dup argument to qdict_put_str()
` [PULL 10/34] tests/qtest/migration-test: Don't strdup in get_dirty_rate()
` [PULL 11/34] tests/qtest/migration-test: Don't leak QTestState in test_multifd_tcp_cancel()
` [PULL 12/34] migration/multifd: Reduce access to p->pages
` [PULL 13/34] migration/multifd: Inline page_size and page_count
` [PULL 14/34] migration/multifd: Remove pages->allocated
` [PULL 15/34] migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov
` [PULL 16/34] migration/multifd: Introduce MultiFDSendData
` [PULL 17/34] migration/multifd: Make MultiFDPages_t:offset a flexible array member
` [PULL 18/34] migration/multifd: Replace p->pages with an union pointer
` [PULL 19/34] migration/multifd: Move pages accounting into multifd_send_zero_page_detect()
` [PULL 20/34] migration/multifd: Remove total pages tracing
` [PULL 21/34] migration/multifd: Isolate ram pages packet data
` [PULL 22/34] migration/multifd: Don't send ram data during SYNC
` [PULL 23/34] migration/multifd: Replace multifd_send_state->pages with client data
` [PULL 24/34] migration/multifd: Allow multifd sync without flush
` [PULL 25/34] migration/multifd: Standardize on multifd ops names
` [PULL 26/34] migration/multifd: Register nocomp ops dynamically
` [PULL 27/34] migration/multifd: Move nocomp code into multifd-nocomp.c
` [PULL 28/34] migration/multifd: Make MultiFDMethods const
` [PULL 29/34] migration/multifd: Stop changing the packet on recv side
` [PULL 30/34] migration/multifd: Fix p->iov leak in multifd-uadk.c
` [PULL 31/34] migration/multifd: Add a couple of asserts for p->iov
` [PULL 32/34] migration/multifd: Add documentation for multifd methods
` [PULL 33/34] target/ppc: Fix migration of CPUs with TLB_EMB TLB type
` [PULL 34/34] tests/qtest/migration: Add a check for the availability of the "pc" machine
[PATCH] arm/smmu: Complete SMR masking support
2024-09-04 12:50 UTC (2+ messages)
[libgpiod][PATCH] dbus: update glib dependency to 2.80
2024-09-04 12:50 UTC
[PATCH] drm/xe: Kill missing outer runtime PM protection warning
2024-09-04 12:49 UTC (2+ messages)
[PATCH v3] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
2024-09-04 12:48 UTC (2+ messages)
[PATCH] mips: Remove posix_types.h include from sigcontext.h
2024-09-04 12:49 UTC (4+ messages)
[PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot
2024-09-04 12:48 UTC (3+ messages)
[PATCH] netfilter: tproxy: Add RCU protection in nf_tproxy_laddr4
2024-09-04 12:48 UTC (3+ messages)
[PATCH 5.15 000/215] 5.15.166-rc1 review
2024-09-04 12:48 UTC (3+ messages)
[PATCH 00/10] Support XGMI reset on init
2024-09-04 12:47 UTC (2+ messages)
[PATCH] target/hexagon: relicense GPL files to BSD-3
2024-09-04 12:45 UTC
[PATCH] Add provision to busyloop for events in ep_poll
2024-09-04 12:46 UTC (4+ messages)
[RFC PATCH 00/10] drm/panthor: Add user submission
2024-09-04 12:46 UTC (10+ messages)
[RFC PATCH v3 00/19] Support socket access-control
2024-09-04 12:45 UTC (3+ messages)
` [RFC PATCH v3 12/19] selftests/landlock: Test that kernel space sockets are not restricted
[OE-core] [RFC PATCH] bitbake.conf: DEBUG_PREFIX_MAP: move STAGING_DIR_NATIVE before STAGING_DIR_HOST
2024-09-04 12:45 UTC (3+ messages)
[PATCH v2 0/2] media: staging: max96712: Add support for MAX96724
2024-09-04 12:45 UTC (5+ messages)
` [PATCH v2 2/2] "
[PATCH v3 0/7] x86/time: improvements to wallclock logic
2024-09-04 12:45 UTC (10+ messages)
` [PATCH v3 4/7] x86/time: introduce probing logic for the wallclock
` [PATCH v3 7/7] x86/time: probe the CMOS RTC by default
[PATCH 0/7] Generic hotplug support for a PMU with a scope
2024-09-04 12:44 UTC (2+ messages)
[PATCH 0/5] ACPI: battery: various cleanups
2024-09-04 12:44 UTC (2+ messages)
[Buildroot] [PATCH v3 1/2] DEVELOPERS: add bluez-alsa to myself
2024-09-04 12:42 UTC (2+ messages)
` [Buildroot] [PATCH v3 2/2] package/bluez-alsa: bump version to 4.3.1
[PATCH 0/3] sched: Miscellaneous isolation related cleanups
2024-09-04 12:44 UTC (7+ messages)
` [PATCH 1/3] sched/isolation: Add HK_FLAG_SCHED to nohz_full
[PATCH 1/2] ARM: dma-mapping: Pass device to arm_iommu_create_mapping()
2024-09-04 12:44 UTC (2+ messages)
[PATCH -v2] Resource: fix region_intersects() for CXL memory
2024-09-04 12:43 UTC (4+ messages)
[PATCH 0/3] drm/xe/pciids: more ADL-N, cleanups
2024-09-04 12:41 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH v2] module: abort module loading when sysfs setup suffer errors
2024-09-04 12:41 UTC
[PATCH -next 0/2] perf stat: Support inherit events for bperf
2024-09-04 12:31 UTC (3+ messages)
` [PATCH -next 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next 2/2] perf test: Use sqrtloop workload to test bperf event
[PATCH v2 0/4] Add SWIG Bindings to libcpupower
2024-09-04 12:41 UTC (2+ messages)
FAILED: patch "[PATCH] selftests: mptcp: join: test for flush/re-add endpoints" failed to apply to 6.10-stable tree
2024-09-04 12:40 UTC (3+ messages)
` [PATCH 6.10.y 2/6] selftests: mptcp: join: test for flush/re-add endpoints
[PATCH 0/2] soc: qcom: pd_mapper: Add X1E80100 and older platforms
2024-09-04 12:40 UTC (10+ messages)
` [PATCH 1/2] soc: qcom: pd_mapper: Add X1E80100
[RFC 00/31] objtool, livepatch: Livepatch module generation
2024-09-04 12:39 UTC (5+ messages)
` [RFC 28/31] x86/alternative: Create symbols for special section entries
[PATCH] tools/libxg: Don't gunzip the guests initrd
2024-09-04 12:39 UTC (2+ messages)
[PATCH v1 1/1] Documentation: PM: Discourage use of deprecated macros
2024-09-04 12:38 UTC (2+ messages)
b4 send falls over sending a series
2024-09-04 12:38 UTC (4+ messages)
[PATCH V2 0/2] firmware: arm_scmi: Misc Fixes
2024-09-04 12:38 UTC (5+ messages)
` [PATCH V2 1/2] firmware: arm_scmi: Ensure that the message-id supports fastchannel
[PATCH] drm: enable warnings on unused static inlines
2024-09-04 12:38 UTC
[PATCH v2] drm/fbdev-dma: Only install deferred I/O if necessary
2024-09-04 12:36 UTC
[Intel-wired-lan] [PATCH iwl-next] ice: make ice_cfg_tx_topo() almost const-correct
2024-09-04 12:37 UTC (3+ messages)
` "
[PATCH net-next v2 0/7] net: ethernet: fs_enet: Cleanup and phylink conversion
2024-09-04 12:36 UTC (5+ messages)
` [PATCH net-next v2 3/7] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops
[PATCH 0/6] Miscellaneous FWU fixes
2024-09-04 12:36 UTC (5+ messages)
` [PATCH 4/6] fwu: check all images for transitioning out of Trial State
` [PATCH 6/6] fwu: do not allow capsule processing on exceeding Trial Counter threshold
[PATCH v5 0/7] x86emul: misc additions
2024-09-04 12:30 UTC (8+ messages)
` [PATCH v5 1/7] x86emul: support LKGS
` [PATCH v5 2/7] x86emul: support CMPccXADD
` [PATCH v5 3/7] x86emul+VMX: support {RD,WR}MSRLIST
` [PATCH v5 4/7] x86: introduce x86_seg_sys
` [PATCH v5 5/7] x86emul: support USER_MSR instructions
` [PATCH v5 6/7] x86/cpu-policy: re-arrange no-VMX logic
` [PATCH v5 7/7] VMX: support USER_MSR
[LTP] [PATCH 1/1] fanotify09: Skip testing e730558adffb on SLE < 5.19 kernel
2024-09-04 12:36 UTC
[Intel-wired-lan] [PATCH v1 net-next] e1000e: Remove duplicated writel() in e1000_configure_tx/rx()
2024-09-04 12:36 UTC (4+ messages)
[PATCH] pm-graph: Update directory handling and installation process in Makefile
2024-09-04 12:36 UTC (3+ messages)
[PATCH v2] i2c: mpc: Use devm_clk_get_optional_enabled() to simplify code
2024-09-04 12:22 UTC
[PATCH v1 0/9] perf arm-spe: Introduce metadata version 2
2024-09-04 12:35 UTC (7+ messages)
` [PATCH v1 1/9] perf: arm_spe: Introduce 'lds' capacity
[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in sk_filter_trim_cap
2024-09-04 12:35 UTC
[Intel-wired-lan] [PATCH iwl-next v5] ice: add E830 HW VF mailbox message limit support
2024-09-04 12:35 UTC (3+ messages)
[soc:soc/dt] BUILD SUCCESS 06b6879f0a07dd5c7a57b1ddaedbb0e4571d904b
2024-09-04 12:32 UTC
[Buildroot] [PATCH] configs/imx6ulevk: update U-Boot and kernel
2024-09-04 12:34 UTC
[PATCH v2] kvm: refactor core virtual machine creation into its own function
2024-09-04 12:34 UTC (2+ messages)
[Intel-wired-lan] [tnguy-net-queue:100GbE] BUILD SUCCESS 04c7e14e5b0b6227e7b00d7a96ca2f2426ab9171
2024-09-04 12:34 UTC
[PATCH v4 00/10] riscv: Userspace pointer masking and tagged address ABI
2024-09-04 12:32 UTC (6+ messages)
` [PATCH v4 10/10] KVM: riscv: selftests: Add Smnpm and Ssnpm to get-reg-list test
[PATCH] drm/xe/pf: Sanitize VF scratch registers on FLR
2024-09-04 12:31 UTC (2+ messages)
[Buildroot] [PATCH 1/2] package/qt6/qt6tools: allow building host Qt Linguist Tools
2024-09-04 12:33 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] package/qt6/qt6base: allow selecting the host Qt Print Support module
[PATCH] pm-graph: ignore sleepgraph.py artifacts
2024-09-04 12:33 UTC (3+ messages)
[PATCH iwl-net] ice: fix memleak in ice_init_tx_topology()
2024-09-04 12:32 UTC (2+ messages)
` [Intel-wired-lan] "
[LTP] [PATCH v4] Migrating the libhugetlbfs/testcases/shm-gettest.c test
2024-09-04 12:31 UTC (2+ messages)
[PATCH] kvm/i386: replace identity_base variable with a constant
2024-09-04 12:32 UTC
next/master baseline: 215 runs, 7 regressions (next-20240904)
2024-09-04 12:32 UTC
[wireless:for-next] BUILD SUCCESS 5872b47ce18efad5862b74ad334cbdfffa7f8a0c
2024-09-04 12:31 UTC
[linux-nvme:nvme-6.11] BUILD SUCCESS 899d2e5a4e3d36689e8938e152f4b69a4bcc6b4d
2024-09-04 12:32 UTC
[PATCH 0/3] DP2.1 Panel Replay Fixes
2024-09-04 12:32 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 0/2] kvm/i386: Some code refactoring and cleanups for kvm_arch_init
2024-09-04 12:31 UTC (2+ messages)
[paulmck-rcu:dev] BUILD SUCCESS c5fc1889f28b031d7c3b9061e20560b1e0fb92d8
2024-09-04 12:30 UTC
[wireless-next:main] BUILD SUCCESS 97b766f989bcd06e5a7651b1080001d7327012f5
2024-09-04 12:29 UTC
[PATCH for-6.12 0/4] block, bfq: fix corner cases related to bfqq merging
2024-09-04 12:29 UTC (6+ messages)
` [PATCH for-6.12 4/4] block, bfq: use bfq_reassign_last_bfqq() in bfq_bfqq_move()
[PATCH] gcr: Fix LICENSE
2024-09-04 12:29 UTC
[PATCH v2 0/7] Support for running as a pKVM protected guest
2024-09-04 12:29 UTC (4+ messages)
` [PATCH v2 5/7] arm64: mm: Add confidential computing hook to ioremap_prot()
[PATCH net] bareudp: Fix device stats updates
2024-09-04 12:29 UTC (3+ messages)
[PATCH 1/2] rust: arch/um: use 'static' relocation model for uml modules
2024-09-04 12:28 UTC (3+ messages)
[PATCH] tiff: Fix LICENSE
2024-09-04 12:29 UTC
[PATCH v5 0/2] arm64: Implement getrandom() in vDSO
2024-09-04 12:28 UTC (3+ messages)
My Dell XPS-9320 (kernel 6.10.x, et al.) doesn't detect Thunderbolt additions when coming out of suspend or hibernate
2024-09-04 12:28 UTC (5+ messages)
[PATCH -next 00/19] HID: convert to devm_hid_hw_start_and_open()
2024-09-04 12:36 UTC (20+ messages)
` [PATCH -next 01/19] HID: core: Use devm_add_action_or_reset helper to manage hid resources
` [PATCH -next 02/19] HID: cp2112: Use devm_hid_hw_start_and_open in cp2112_probe()
` [PATCH -next 03/19] HID: ft260: Use devm_hid_hw_start_and_open in ft260_probe()
` [PATCH -next 04/19] HID: mcp2200: Use devm_hid_hw_start_and_open in mcp2200_probe()
` [PATCH -next 05/19] HID: mcp2221: Use devm_hid_hw_start_and_open in mcp2221_probe()
` [PATCH -next 06/19] HID: nintendo: Use devm_hid_hw_start_and_open in nintendo_hid_probe()
` [PATCH -next 07/19] HID: shield: Use devm_hid_hw_start_and_open in shield_probe()
` [PATCH -next 08/19] HID: hid-picolcd: Use devm_hid_hw_start_and_open in picolcd_probe()
` [PATCH -next 09/19] HID: playstation: Use devm_hid_hw_start_and_open in ps_probe()
` [PATCH -next 10/19] HID: hid-steam: Use devm_hid_hw_start_and_open in steam_probe()
` [PATCH -next 11/19] HID: wiimote: Use devm_hid_hw_start_and_open in wiimote_hid_probe()
` [PATCH -next 12/19] hwmon: (aquacomputer_d5next) Use devm_hid_hw_start_and_open in aqc_probe()
` [PATCH -next 13/19] hwmon: Use devm_hid_hw_start_and_open in rog_ryujin_probe()
` [PATCH -next 14/19] hwmon: (corsair-cpro) Use devm_hid_hw_start_and_open in ccp_probe()
` [PATCH -next 15/19] hwmon: (corsair-psu) Use devm_hid_hw_start_and_open in corsairpsu_probe()
` [PATCH -next 16/19] hwmon: (gigabyte_waterforce) Use devm_hid_hw_start_and_open in waterforce_probe()
` [PATCH -next 17/19] hwmon: (nzxt-kraken2) Use devm_hid_hw_start_and_open in kraken2_probe()
` [PATCH -next 18/19] hwmon: (nzxt-kraken3) Use devm_hid_hw_start_and_open in kraken3_probe()
` [PATCH -next 19/19] hwmon: (nzxt-smart2) Use devm_hid_hw_start_and_open in nzxt_smart2_hid_probe()
[PATCH] gweb/gresolv.c: make use of res_ninit optional and subject to __RES
2024-09-04 12:27 UTC (3+ messages)
[RFC PATCH 00/28] Introduce GPU SVM and Xe SVM implementation
2024-09-04 12:27 UTC (8+ messages)
` [RFC PATCH 05/28] drm/gpusvm: Add support for GPU Shared Virtual Memory
[PATCH v3 0/3] perf: Add Arm Network-on-Chip PMU driver
2024-09-04 12:24 UTC (5+ messages)
` [PATCH v3 2/3] perf: Add driver for Arm NI-700 interconnect PMU
[PATCH V2] drm/xe/xe2hpg: Add Wa_15016589081
2024-09-04 12:26 UTC (4+ messages)
` ✓ CI.Build: success for drm/xe/xe2hpg: Add Wa_15016589081 (rev2)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH] drm/fbdev-dma: Only install deferred I/O if necessary
2024-09-04 12:25 UTC (2+ messages)
[PATCH] nfs: fix memory leak in error path of nfs4_do_reclaim
2024-09-04 12:34 UTC
[PATCH v2] gweb/gresolv.c: make use of res_ninit optional and subject to __RES
2024-09-04 12:23 UTC
[PATCH 2/4] drm/i915/display: add intel_display_snapshot abstraction
2024-09-04 12:23 UTC (2+ messages)
[rppt:execmem/x86-rox/v2 3/8] arch/powerpc/mm/nohash/tlb_64e.c:27:10: fatal error: 'asm/code-patching.h' file not found
2024-09-04 12:22 UTC
[linux-next:master 5413/9291] otx_cptvf_algs.c:undefined reference to `crypto_authenc_extractkeys'
2024-09-04 12:22 UTC
[PATCH i-g-t v5 00/17] Test coverage for GPU debug support
2024-09-04 12:23 UTC (3+ messages)
` [PATCH i-g-t v5 04/17] lib/gpgpu_shader: Add write_on_exception template
[PATCH v6] kvm: replace fprintf with error_report()/printf() in kvm_init()
2024-09-04 12:22 UTC (2+ messages)
[PATCH bpf-next v2] bpf, arm64: Jit BPF_CALL to direct call when possible
2024-09-04 12:22 UTC (2+ messages)
[PATCH v1 0/4] Enable early bootup of AArch64 MPU systems
2024-09-04 12:21 UTC (4+ messages)
` [PATCH v1 3/4] xen/arm: mpu: Create boot-time MPU protection regions
[PATCH] runqemu: lock tap creation process
2024-09-04 12:21 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.