messages from 2024-02-16 20:23:58 to 2024-02-16 21:26:40 UTC [more...]
[PATCH v4] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
2024-02-16 21:19 UTC (4+ messages)
[PATCH 0/4] platform/x86: x86-android-tablets: 2 regression fixes
2024-02-16 21:26 UTC (5+ messages)
` [PATCH 2/4] platform/x86: Add new get_serdev_controller() helper
` [PATCH 3/4] platform/x86: x86-android-tablets: Fix serdev instantiation no longer working
[Buildroot] [PATCH v2] package/attr: fix build failure on Microblaze architecture
2024-02-16 21:25 UTC
[f2fs-dev] [PATCH] f2fs: fix write pointers all the time
2024-02-16 21:24 UTC (2+ messages)
` "
[PATCH v1] Bluetooth: hci_sync: Fix overwriting request callback
2024-02-16 21:24 UTC
[RFC 0/7] selftests: kselftest_harness: use common result printing helper
2024-02-16 21:24 UTC (3+ messages)
` [RFC 1/7] selftests: kselftest_harness: generate test name once
[PATCH] drm/buddy: Modify duplicate list_splice_tail call
2024-02-16 21:23 UTC (3+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
[PATCH] fs/select: rework stack allocation hack for clang
2024-02-16 21:21 UTC (2+ messages)
[PATCH] drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first
2024-02-16 21:21 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
2024-02-16 21:19 UTC (13+ messages)
` init_on_alloc digression: "
[PATCH] drm/amd: Drop abm_level property
2024-02-16 21:20 UTC (2+ messages)
[PATCH v2] branch: rework the descriptions of rename and copy operations
2024-02-16 21:20 UTC (3+ messages)
[BUG] git commit --trailer --verbose puts trailer below scissors line
2024-02-16 21:19 UTC (2+ messages)
[PATCH] [RFC] xfrm: work around a clang-19 fortifiy-string false-positive
2024-02-16 21:19 UTC (3+ messages)
[PATCH v6 1/5] drm: Stop using `select ACPI_VIDEO` in all drivers
2024-02-16 21:18 UTC (2+ messages)
[PATCH v2 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
2024-02-16 21:18 UTC (5+ messages)
` [PATCH v2 1/2] KVM: s390: load guest access registers "
[PATCH v10 net-next 00/15] Introducing P4TC
2024-02-16 21:18 UTC (7+ messages)
` [PATCH v10 net-next 15/15] p4tc: add P4 classifier
[Buildroot] [PATCH 1/1] package/liburing: fix uclibc build
2024-02-16 21:18 UTC
[Buildroot] [PATCH 00/21] Add ti_j721e_sk_defconfig
2024-02-16 21:17 UTC (8+ messages)
` [Buildroot] [PATCH 21/21] boot/ti-k3-image-gen: remove package
[PATCH 0/5] soc: amlogic: add new meson-gx-socinfo-sm driver
2024-02-16 21:16 UTC (5+ messages)
` [PATCH 3/5] firmware: meson_sm: move common definitions to header file
PR for new GuC v70.20.0 binaries
2024-02-16 21:14 UTC
[PATCH v2 0/2] leds: expresswire: Fix dependencies
2024-02-16 21:15 UTC (3+ messages)
` [PATCH v2 1/2] Revert "leds: Only descend into leds directory when CONFIG_NEW_LEDS is set"
` [PATCH v2 2/2] leds: expresswire: don't depend on NEW_LEDS
[Buildroot] [PATCH 0/5] package/python-pymupdf: bump to version 1.23.22
2024-02-16 21:13 UTC (6+ messages)
` [Buildroot] [PATCH 1/5] package: python-pymupdf: add missing python-zlib dependency
` [Buildroot] [PATCH 2/5] support/testing: add new test for python-pymupdf
` [Buildroot] [PATCH 3/5] package/mupdf: fix building shared libraries
` [Buildroot] [PATCH 4/5] package/mupdf: bump to version 1.23.9
` [Buildroot] [PATCH 5/5] package/python-pymupdf: bump to version 1.23.22
[Intel-wired-lan] [PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
2024-02-16 21:14 UTC (7+ messages)
` "
[PATCH v2 1/6] mm/migrate: introduce migrate_pfn_to_folio()
2024-02-16 21:13 UTC (6+ messages)
` [PATCH v2 2/6] mm/migrate_device: further convert migrate_device_unmap() to folios
` [PATCH v2 3/6] mm/migrate_device: further convert migrate_device_finalize() "
` [PATCH v2 4/6] mm/migrate_device: convert __migrate_device_pages() "
` [PATCH v2 5/6] mm/migrate_device: convert migrate_device_coherent_page() to migrate_device_coherent_folio()
` [PATCH v2 6/6] mm/migrate_device: convert migrate_device_range() to folios
[Buildroot] [PATCH] package/libnvme: bump to version 1.8
2024-02-16 21:13 UTC
[PATCH v2 net-next 00/14] af_unix: Rework GC
2024-02-16 21:05 UTC (15+ messages)
` [PATCH v2 net-next 01/14] af_unix: Add struct unix_vertex in struct unix_sock
` [PATCH v2 net-next 02/14] af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd
` [PATCH v2 net-next 03/14] af_unix: Link struct unix_edge when queuing skb
` [PATCH v2 net-next 04/14] af_unix: Save listener for embryo socket
` [PATCH v2 net-next 05/14] af_unix: Fix up unix_edge.successor "
` [PATCH v2 net-next 06/14] af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb
` [PATCH v2 net-next 07/14] af_unix: Detect Strongly Connected Components
` [PATCH v2 net-next 08/14] af_unix: Save O(n) setup of Tarjan's algo
` [PATCH v2 net-next 09/14] af_unix: Skip GC if no cycle exists
` [PATCH v2 net-next 10/14] af_unix: Avoid Tarjan's algorithm if unnecessary
` [PATCH v2 net-next 11/14] af_unix: Assign a unique index to SCC
` [PATCH v2 net-next 12/14] af_unix: Detect dead SCC
` [PATCH v2 net-next 13/14] af_unix: Replace garbage collection algorithm
` [PATCH v2 net-next 14/14] selftest: af_unix: Test GC for SCM_RIGHTS
✅ PASS (MISSED 2 of 87): Test report for for-kernelci (6.8.0-rc4, arm-next, 905b0072)
2024-02-16 21:11 UTC
[PATCH] patchtest: add stronger indication for failed tests
2024-02-16 21:11 UTC (2+ messages)
[PATCH v2] patchtest: add stronger indication for failed tests
2024-02-16 21:10 UTC
[PATCH 1/4] drm/amdgpu: Improve error checking in amdgpu_virt_rlcg_reg_rw
2024-02-16 21:10 UTC (3+ messages)
` [PATCH 3/4] drm/amdgpu: Use correct SRIOV macro for gmc_v9_0_vm_fault_interrupt_state
[PATCH] git: --no-lazy-fetch option
2024-02-16 21:09 UTC (5+ messages)
` [PATCH] git: extend --no-lazy-fetch to work across subprocesses
[PATCH 00/13] esp: avoid explicit setting of DRQ within ESP state machine
2024-02-16 21:06 UTC (14+ messages)
` [PATCH 01/13] esp.c: replace cmdfifo use of esp_fifo_pop_buf() in do_command_phase()
` [PATCH 02/13] esp.c: replace cmdfifo use of esp_fifo_pop_buf() in do_message_phase()
` [PATCH 03/13] esp.c: replace cmdfifo use of esp_fifo_pop() "
` [PATCH 04/13] esp.c: change esp_fifo_push() to take ESPState
` [PATCH 05/13] esp.c: change esp_fifo_pop() "
` [PATCH 06/13] esp.c: use esp_fifo_push() instead of fifo8_push()
` [PATCH 07/13] esp.c: change esp_fifo_pop_buf() to take ESPState
` [PATCH 08/13] esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
` [PATCH 09/13] esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the file
` [PATCH 10/13] esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to use it
` [PATCH 11/13] esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
` [PATCH 12/13] esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
` [PATCH 13/13] esp.c: remove explicit setting of DRQ within ESP state machine
[tj-wq:disable_work-v1 49/58] kernel/workqueue.c:2179: warning: Function parameter or struct member 'irq_flags' not described in 'work_grab_pending'
2024-02-16 21:07 UTC
[PATCH v2] libfdt: overlay: ensure that existing phandles are not overwritten
2024-02-16 21:06 UTC (2+ messages)
[PATCH v12 00/25] Linux RISC-V AIA Support
2024-02-16 21:05 UTC (16+ messages)
` [PATCH v12 22/25] irqchip: Add RISC-V advanced PLIC driver for direct-mode
` [PATCH v12 23/25] irqchip/riscv-aplic: Add support for MSI-mode
[PATCH v5 0/4] riscv/barrier: tidying up barrier-related macro
2024-02-16 21:05 UTC (7+ messages)
` [PATCH v5 1/4] riscv/barrier: Define __{mb,rmb,wmb}
` [PATCH v5 4/4] riscv/barrier: Resolve checkpatch.pl error
[PATCH 0/1] add empty atom support to SED Opal parser
2024-02-16 21:04 UTC (2+ messages)
` [PATCH 1/1] block: sed-opal: handle empty atoms when parsing response
[PATCH v2 0/2] clocksource: fix Tegra234 SoC Watchdog Timer
2024-02-16 21:02 UTC (3+ messages)
` [PATCH v2 1/2] clocksource/drivers/timer-tegra186: add WDIOC_GETTIMELEFT support
` [PATCH v2 2/2] clocksource/drivers/timer-tegra186: fix watchdog self-pinging
[PATCH v3 0/4] mmc: add hi3798mv200 specific extensions of DWMMC
2024-02-16 21:02 UTC (10+ messages)
` [PATCH v3 1/4] mmc: dw_mmc-hi3798cv200: remove MODULE_ALIAS()
` [PATCH v3 2/4] mmc: dw_mmc: add support for hi3798mv200
` [PATCH v3 3/4] dt-bindings: mmc: dw-mshc-hi3798cv200: convert to YAML
` [PATCH v3 4/4] dt-bindings: mmc: hisilicon,hi3798cv200-dw-mshc: rename to hisilicon,hi3798-dw-mshc
[PATCH v3 0/3] tracing: Changes to saved_cmdlines
2024-02-16 21:00 UTC (4+ messages)
` [PATCH v3 1/3] tracing: Have saved_cmdlines arrays all in one allocation
` [PATCH v3 2/3] tracing: Move open coded processing of tgid_map into helper function
` [PATCH v3 3/3] tracing: Move saved_cmdline code into trace_sched_switch.c
[Buildroot] [PATCH] package/libnss: bump version to 3.98
2024-02-16 20:59 UTC
arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763)
2024-02-16 20:56 UTC
[PATCH] drm/ci: skip suspend tests for both msm-sc7180 machines
2024-02-16 20:56 UTC
[PATCH v6 net-next 00/14] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY
2024-02-16 20:53 UTC (6+ messages)
` [PATCH v6 net-next 05/14] "
` "
[PATCH v1] Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
2024-02-16 20:50 UTC
[PATCH 00/11] Provide SEV-SNP support for running under an SVSM
2024-02-16 20:46 UTC (7+ messages)
` [PATCH 10/11] x86/sev: Extend the config-fs attestation support for "
[PATCH 0/2] more replacement of zero length array
2024-02-16 20:46 UTC (7+ messages)
` [PATCH v2 0/4] "
[PATCH 00/21] drm/i915: remove unused structure members
2024-02-16 20:46 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
[PATCH] sock: Use unsafe_memcpy() for sock_copy()
2024-02-16 20:44 UTC
[PATCH] fortify: Include more details when reporting overflows
2024-02-16 20:39 UTC
[GIT PULL] md-6.9 20240216
2024-02-16 20:38 UTC
[PATCH v4 0/3] iio: humidity: hdc3020: add threshold events support
2024-02-16 20:38 UTC (6+ messages)
` [PATCH v4 3/3] "
[PATCH v5 00/18] power: sequencing: implement the subsystem and add first users
2024-02-16 20:36 UTC (39+ messages)
` [PATCH v5 01/18] of: Add cleanup.h based auto release via __free(device_node) markings
` power: sequencing: implement the subsystem and add first users
` [PATCH v5 02/18] arm64: defconfig: enable ath12k as a module
` [PATCH v5 03/18] dt-bindings: regulator: describe the PMU module of the QCA6390 package
` [PATCH v5 04/18] dt-bindings: net: bluetooth: qualcomm: describe regulators for QCA6390
` [PATCH v5 05/18] dt-bindings: new: wireless: qcom,ath11k: describe the ath11k on QCA6390
` [PATCH v5 06/18] dt-bindings: new: wireless: describe the ath12k PCI module
` [PATCH v5 07/18] arm64: dts: qcom: sm8550-qrd: add the Wifi node
` [PATCH v5 08/18] arm64: dts: qcom: sm8650-qrd: "
` [PATCH v5 09/18] arm64: dts: qcom: qrb5165-rb5: model the PMU of the QCA6391
` [PATCH v5 10/18] PCI: hold the rescan mutex when scanning for the first time
` [PATCH v5 11/18] PCI/pwrctl: reuse the OF node for power controlled devices
` [PATCH v5 12/18] PCI/pwrctl: create platform devices for child OF nodes of the port node
` [PATCH v5 13/18] PCI/pwrctl: add PCI power control core code
` [PATCH v5 14/18] PCI/pwrctl: add a power control driver for WCN7850
` [PATCH v5 15/18] power: sequencing: implement the pwrseq core
` [PATCH v5 16/18] power: pwrseq: add a driver for the QCA6390 PMU module
` [PATCH v5 17/18] Bluetooth: qca: use the power sequencer for QCA6390
` [PATCH v5 18/18] PCI/pwrctl: add a PCI power control driver for power sequenced devices
[PATCH v4 0/2] riscv: Use Kconfig to set unaligned access speed
2024-02-16 20:33 UTC (6+ messages)
` [PATCH v4 1/2] riscv: lib: Introduce has_fast_misaligned_access function
` [PATCH v4 2/2] riscv: Set unalignment speed at compile time
[PATCH v3 net-next 7/7] mptcp: cleanup SOL_TCP handling
2024-02-16 20:34 UTC (2+ messages)
` mptcp: cleanup SOL_TCP handling: Tests Results
[PATCH mptcp-next v13 14/14] selftests: mptcp: userspace pm get addr tests
2024-02-16 20:33 UTC (2+ messages)
` selftests: mptcp: userspace pm get addr tests: Tests Results
[PATCH v4 0/2] iio: adc: add new ad7380 driver
2024-02-16 20:34 UTC (3+ messages)
` [PATCH v4 2/2] iio: adc: ad7380: new driver for AD7380 ADCs
[PATCH 0/3] Add PPG support for PMI632 LPG dtsi
2024-02-16 20:33 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: mfd: qcom,spmi-pmic: Add pbs to SPMI device types
[PATCH i-g-t] tests/kms_plane_cursor: Skip unneeded overlay requirement
2024-02-16 20:33 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for tests/kms_plane_cursor: Skip unneeded overlay requirement (rev2)
[PATCH] platform/x86: intel-vbtn: Stop calling "VBDL" from notify_handler
2024-02-16 20:33 UTC
platform/x86: intel-vbtn: 14c200b7ca46 breaks suspend on Thinkpad X1 Tablet Gen2
2024-02-16 20:32 UTC (4+ messages)
[RFC] eal: use _Static_assert() for RTE_BUILD_BUG_ON
2024-02-16 20:30 UTC (6+ messages)
` [PATCH v2 0/3] use static_assertion for build errors
` [PATCH v2 3/3] eal: replace out of bounds VLA with static_assert
[xen-unstable-smoke test] 184685: tolerable all pass - PUSHED
2024-02-16 20:29 UTC
[PATCH v2 1/1] PCI: hv: Fix ring buffer size calculation
2024-02-16 20:28 UTC (3+ messages)
[PATCH v4] Documentation: Document the Linux Kernel CVE process
2024-02-16 20:27 UTC (3+ messages)
[PATCH v2 0/4] rev-list: allow missing tips with --missing
2024-02-16 20:27 UTC (7+ messages)
` [PATCH v2 2/4] oidset: refactor oidset_insert_from_set()
[PATCH] dax: add set_dax_nomc() and set_dax_nocache() stub helpers
2024-02-16 20:26 UTC (2+ messages)
[PATCH] patchtest: Add further information for failed testcases
2024-02-16 20:26 UTC (5+ messages)
` [OE-core] "
[PATCH v1 0/6] Thread memory improvements and fixes
2024-02-16 20:25 UTC (5+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
[PATCH] x86/fred: fix building without CONFIG_KVM
2024-02-16 20:25 UTC
[PATCH] drm/tests/drm_buddy: avoid 64-bit calculation
2024-02-16 20:24 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.