messages from 2026-01-12 23:21:29 to 2026-01-13 00:51:38 UTC [more...]
[PATCH v4 0/7] Enable THP support in drm_pagemap
2026-01-13 0:43 UTC (28+ messages)
` [PATCH v4 1/7] mm/zone_device: Add order argument to folio_free callback
` [PATCH v4 2/7] mm/zone_device: Add free_zone_device_folio_prepare() helper
[PATCH] configs: use default prefix for Windows compilation
2026-01-13 0:50 UTC (2+ messages)
[PULL 00/15] s390x patches and pylint support for functional tests
2026-01-13 0:50 UTC (2+ messages)
[PULL 00/10] ppc-for-11.0 queue
2026-01-13 0:50 UTC (2+ messages)
[PATCH 0/6] Initial Redmi Note 8T support and more
2026-01-13 0:49 UTC (6+ messages)
` [PATCH 6/6] arm64: dts: qcom: Add Redmi Note 8T
[PATCH] usb: dwc3: Always deassert xilinx resets
2026-01-13 0:49 UTC (6+ messages)
[PATCH] function_graph: Fix missing FGRAPH_ENTRY_ARGS() call in print_graph_retval()
2026-01-13 0:48 UTC (2+ messages)
[PATCH] perf/x86/intel/uncore: Fix iounmap() leak on global_init failure
2026-01-13 0:48 UTC (2+ messages)
[PATCH v13 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
2026-01-13 0:47 UTC (6+ messages)
` [PATCH v13 2/3] "
[PATCH v2 0/2] tracing: Remove backup instance after read all
2026-01-13 0:47 UTC (5+ messages)
` [PATCH v2 1/2] tracing: Make the backup instance readonly
[PATCH v2] rtla: Fix parse_cpu_set() bug introduced by strtoi()
2026-01-13 0:43 UTC (2+ messages)
[PATCH] net/bnxt: fix the stat collection
2026-01-13 0:42 UTC (2+ messages)
snd_seq_drain_output change breaks existing code
2026-01-13 0:38 UTC
[PATCH] eal/x86: reduce memcpy code duplication
2026-01-13 0:39 UTC (7+ messages)
` [PATCH v5] eal/x86: optimize memcpy of small sizes
[PATCHSET v5] xfs: autonomous self healing of filesystems
2026-01-13 0:35 UTC (12+ messages)
` [PATCH 01/11] docs: discuss autonomous self healing in the xfs online repair design doc
` [PATCH 02/11] xfs: start creating infrastructure for health monitoring
` [PATCH 03/11] xfs: create event queuing, formatting, and discovery infrastructure
` [PATCH 04/11] xfs: convey filesystem unmount events to the health monitor
` [PATCH 05/11] xfs: convey metadata health "
` [PATCH 06/11] xfs: convey filesystem shutdown "
` [PATCH 07/11] xfs: convey externally discovered fsdax media errors "
` [PATCH 08/11] xfs: convey file I/O "
` [PATCH 09/11] xfs: allow reconfiguration of the health monitoring device
` [PATCH 10/11] xfs: check if an open file is on the health monitored fs
` [PATCH 11/11] xfs: add media verification ioctl
snd_seq_drain_output change breaks existing code
2026-01-13 0:28 UTC
[PATCHSET v5] fs: generic file IO error reporting
2026-01-13 0:32 UTC (7+ messages)
` [PATCH 1/6] uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
` [PATCH 3/6] iomap: report file I/O errors to the VFS
` [PATCH 4/6] xfs: report fs metadata errors via fsnotify
` [PATCH 5/6] xfs: translate fsdax media errors into file "data lost" errors when convenient
` [PATCH 6/6] ext4: convert to new fserror helpers
[kvm-unit-tests PATCH V2 00/10] Improve test parity between SVM and VMX
2026-01-13 0:31 UTC (11+ messages)
` [kvm-unit-tests PATCH V2 01/10] x86/svm: Fix virq_inject SVM test failure
` [kvm-unit-tests PATCH V2 02/10] x86/nSVM: Add test for NPT A/D bits
` [kvm-unit-tests PATCH V2 03/10] x86/svm: Add tests for APIC passthrough
` [kvm-unit-tests PATCH V2 04/10] x86/nSVM: Add tests for instruction interrupts
` [kvm-unit-tests PATCH V2 05/10] x86/svm: Add tests for PF exception testing
` [kvm-unit-tests PATCH V2 06/10] x86/svm: Extend NPT test coverage for different page table levels
` [kvm-unit-tests PATCH V2 07/10] x86/svm: Add NPT ignored bits test
` [kvm-unit-tests PATCH V2 08/10] x86/svm: Add testing for NPT permissions on guest page tables
` [kvm-unit-tests PATCH V2 09/10] x86/svm: Add event injection check tests
` [kvm-unit-tests PATCH V2 10/10] x86/svm: Add test for #UD when EFER.SVME=0
[PATCH v2 0/3] sdio: Use bus type function for shutdown
2026-01-13 0:31 UTC (5+ messages)
` [PATCH v2 3/3] wifi: rtw88: sdio: Migrate to use sdio specific shutdown function
[PATCH 00/10] KVM: x86: nSVM: Improve PAT virtualization
2026-01-13 0:30 UTC (11+ messages)
` [PATCH 01/10] KVM: x86: nSVM: Add g_pat to fields copied by svm_copy_vmrun_state()
` [PATCH 02/10] KVM: x86: nSVM: Add VALID_GPAT flag to kvm_svm_nested_state_hdr
` [PATCH 03/10] KVM: x86: nSVM: Handle legacy SVM nested state in SET_NESTED_STATE
` [PATCH 04/10] KVM: x86: nSVM: Restore L1's PAT on emulated #VMEXIT from L2 to L1
` [PATCH 05/10] KVM: x86: nSVM: Cache g_pat in vmcb_save_area_cached
` [PATCH 06/10] KVM: x86: nSVM: Add validity check for VMCB12 g_pat
` [PATCH 07/10] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH 08/10] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on emulated #VMEXIT from L2 to L1
` [PATCH 09/10] KVM: x86: nSVM: Fix assignment to IA32_PAT from L2
` [PATCH 10/10] KVM: selftests: nSVM: Add svm_nested_pat test
[PATCH 0/1] drm/xe: vram addr range is expanded to bit[17:8]
2026-01-13 0:30 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] arm64: dts: ti: k3-am62a7-sk: Disable mmc Schmitt Trigger
2026-01-13 0:29 UTC (2+ messages)
[PATCH] mm: optimize stat output for 11% sys time reduce
2026-01-13 0:29 UTC (6+ messages)
` [PATCH v2] "
include/net/sock.h:2100:16: sparse: sparse: cast to non-scalar
2026-01-13 0:28 UTC (9+ messages)
[PATCH v5] netfilter: nfnetlink_queue: optimize verdict lookup with hash table
2026-01-13 0:25 UTC (2+ messages)
[PATCH v2] xen: introduce xen_console_io option
2026-01-13 0:24 UTC
[PATCH 00/11] media: iris: migrate to using global UBWC config
2026-01-13 0:24 UTC (4+ messages)
` [PATCH 02/11] soc: qcom: ubwc: add helper to get min_acc length
[PATCH] perf/core: Fix slow perf_event_task_exit() with LBR callstacks
2026-01-13 0:24 UTC (2+ messages)
[PATCH v6 00/11] Streamline TPM2 HMAC sessions
2026-01-13 0:22 UTC (3+ messages)
` [PATCH v6 05/11] tpm2-sessions: Remove AUTH_MAX_NAMES
[PATCH v4 00/11] riscv: spacemit: Add SpacemiT K3 SoC and K3 Pico-ITX board
2026-01-13 0:21 UTC (4+ messages)
[RFC] generic/003 xfstests failure details
2026-01-13 0:20 UTC (5+ messages)
[PATCH v2 00/16] KVM: x86: Enable APX for guests
2026-01-12 23:54 UTC (17+ messages)
` [PATCH v2 01/16] KVM: x86: Rename register accessors to be GPR-specific
` [PATCH v2 02/16] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH v2 03/16] KVM: x86: Implement accessors for extended GPRs
` [PATCH v2 04/16] KVM: VMX: Introduce unified instruction info structure
` [PATCH v2 05/16] KVM: VMX: Refactor instruction information retrieval
` [PATCH v2 06/16] KVM: VMX: Refactor GPR index retrieval from exit qualification
` [PATCH v2 07/16] KVM: VMX: Support extended register index in exit handling
` [PATCH v2 08/16] KVM: nVMX: Propagate the extended instruction info field
` [PATCH v2 09/16] KVM: emulate: Support EGPR accessing and tracking
` [PATCH v2 10/16] KVM: emulate: Handle EGPR index and REX2-incompatible opcodes
` [PATCH v2 11/16] KVM: emulate: Support REX2-prefixed opcode decode
` [PATCH v2 12/16] KVM: emulate: Reject EVEX-prefixed instructions
` [PATCH v2 13/16] KVM: x86: Guard valid XCR0.APX settings
` [PATCH v2 14/16] KVM: x86: Expose APX foundational feature bit to guests
` [PATCH v2 15/16] KVM: x86: Expose APX sub-features "
` [PATCH v2 16/16] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks
[PATCH v3 00/11] Context based TLB invalidations
2026-01-13 0:17 UTC (14+ messages)
` [PATCH v3 01/11] drm/xe: Add normalize_invalidation_range
` [PATCH v3 02/11] drm/xe: Make usm.asid_to_vm allocation use GFP_NOWAIT
` [PATCH v3 03/11] drm/xe: Add xe_device_asid_to_vm helper
` [PATCH v3 04/11] drm/xe: Add vm to exec queues association
` [PATCH v3 05/11] drm/xe: Taint TLB invalidation seqno lock with GFP_KERNEL
` [PATCH v3 06/11] drm/xe: Rename send_tlb_inval_ppgtt to send_tlb_inval_asid_ppgtt
` [PATCH v3 07/11] drm/xe: Add send_tlb_inval_ppgtt helper
` [PATCH v3 08/11] drm/xe: Add xe_tlb_inval_idle helper
` [PATCH v3 09/11] drm/xe: Add exec queue active vfunc
` [PATCH v3 10/11] drm/xe: Add context-based invalidation to GuC TLB invalidation backend
` [PATCH v3 11/11] drm/xe: Enable context TLB invalidations for CI
` ✓ CI.KUnit: success for Context based TLB invalidations (rev3)
` ✗ Xe.CI.BAT: failure "
[geert-renesas-devel:renesas-dts-for-v6.20] BUILD SUCCESS 2b84bd93eda9f08ab57cd4322387fc0ca44a9fb9
2026-01-13 0:15 UTC
[PATCH net-next v2 0/6] selftests: drv-net: gro: enable HW GRO and LRO testing
2026-01-13 0:16 UTC (4+ messages)
` [PATCH net-next v2 6/6] selftests: drv-net: gro: break out all individual test cases
[PATCH v3] ftrace: Do not over-allocate ftrace memory
2026-01-13 0:15 UTC (2+ messages)
[PATCH bpf-next v3 00/16] Remove task and cgroup local storage percpu counters
2026-01-13 0:15 UTC (7+ messages)
` [PATCH bpf-next v3 10/16] bpf: Support lockless unlink when freeing map or local storage
[gourryinverse:scratch/gourry/cxl/controllers/v2 2/6] drivers/cxl/core/memctrl/sysram_region.c:83:7: error: call to undeclared function 'offline_and_remove_memory'; ISO C99 and later do not support implicit function declarations
2026-01-13 0:13 UTC
[thomas-weissschuh:b4/kunit-kselftests 14/17] lib/kunit/kunit-uapi.c:120 kunit_uapi_open_standard_streams() warn: double fget(): 'stdin_fd'
2026-01-13 0:13 UTC
[PATCHSET RFC v2 0/3] Per-task io_uring opcode restrictions
2026-01-13 0:10 UTC (3+ messages)
` [PATCH 3/3] io_uring/register: allow original task restrictions owner to unregister
[RFC PATCH 0/3] Add Support for Multiple DC Regions
2026-01-13 0:08 UTC (6+ messages)
[PATCH net-next v3 0/6] selftests: drv-net: gro: enable HW GRO and LRO testing
2026-01-13 0:07 UTC (7+ messages)
` [PATCH net-next v3 1/6] selftests: net: py: teach ksft_pr() multi-line safety
` [PATCH net-next v3 2/6] selftests: net: py: teach cmd() how to print itself
` [PATCH net-next v3 3/6] selftests: drv-net: gro: use cmd print
` [PATCH net-next v3 4/6] selftests: drv-net: gro: improve feature config
` [PATCH net-next v3 5/6] selftests: drv-net: gro: run the test against HW GRO and LRO
` [PATCH net-next v3 6/6] selftests: drv-net: gro: break out all individual test cases
[PATCH 1/2] dt-bindings: display: panel: Fork Waveshare panels into separate document
2026-01-13 0:05 UTC (2+ messages)
` [PATCH 2/2] arm64: dts: renesas: sparrow-hawk: Add overlay for WaveShare Display 13.3"
[PATCH] [v5] Documentation: Provide guidelines for tool-generated content
2026-01-13 0:06 UTC
[PATCH v3] cxl: Check for invalid addresses returned from translation functions on errors
2026-01-13 0:05 UTC (2+ messages)
[PATCH v4 0/2] hwmon: Add support for MPS mp5926 chip
2026-01-13 0:05 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add mps mp5926 driver bindings
[PATCH] cpuhp: Expedite synchronize_rcu during CPU hotplug operations
2026-01-13 0:03 UTC (11+ messages)
[PATCH 0/2] hwmon: (coretemp) Documentation and TjMax table updates
2026-01-13 0:02 UTC (5+ messages)
` [PATCH 1/2] Documentation: hwmon: coretemp: Update supported CPUs and TjMax values
` [PATCH 2/2] hwmon: (coretemp) Add TjMax for Silvermont through Tremont Atoms
[PATCH] dt-bindings: hwmon: Convert aspeed,ast2400-pwm-tacho to DT schema
2026-01-13 0:00 UTC (2+ messages)
[PATCH man] landlock.7: Re-group description of IOCTL access right
2026-01-13 0:01 UTC (2+ messages)
[PATCH v5 00/11] gpu: nova-core: add Turing support
2026-01-13 0:00 UTC (3+ messages)
` [PATCH v5 09/11] gpu: nova-core: add FalconUCodeDescV2 support
[PATCH] armv8: u-boot-spl.lds: Place binman symbols at end of binary
2026-01-12 23:58 UTC
[PATCH v3 0/2] arm64: dts: Initial support for LG1215 TV SoC
2026-01-12 23:53 UTC (6+ messages)
` [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
arch/xtensa/boot/boot-elf/bootstrap.S:58: Error: invalid register 'atomctl' for 'wsr' instruction
2026-01-12 23:52 UTC
[PATCH] null_blk: fix kmemleak by releasing references to fault configfs items
2026-01-12 23:50 UTC (2+ messages)
[PATCH net-next] pcnet32: remove VLB support
2026-01-12 22:09 UTC (4+ messages)
[PATCH] libsepol: policydb_read(): use a static string for policydb_str
2026-01-12 23:48 UTC
[PATCH] tests/intel/xe_exec_basic: Enable dynamic subtest
2026-01-12 23:48 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH 1/2] dt-bindings: display: bridge: waveshare,dsi2dpi: Document 1..4 DSI lane support
2026-01-12 23:47 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: display: bridge: waveshare, dsi2dpi: "
` [PATCH 2/2] drm/bridge: waveshare-dsi: Add support for 1..4 DSI data lanes
[PATCH 0/2] nvme-cli: limit printing iopolicy in subsystem header
2026-01-12 23:47 UTC (5+ messages)
` [PATCH 1/2] nvme: avoid printing iopolicy in list-subsys output
` [PATCH 2/2] nvme: add iopolicy field in JSON output
[PATCH 00/10] bootm: Clean up arch-specific, pre-OS clean-up
2026-01-12 23:44 UTC (5+ messages)
[PATCH] drm/bridge: waveshare-dsi: Register and attach our DSI device at probe
2026-01-12 23:47 UTC
[PATCH] arm64: dts: renesas: sparrow-hawk: Mark OTP and HSCIF0 pins as bootph-all
2026-01-12 23:45 UTC
[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
2026-01-12 23:46 UTC (15+ messages)
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration
+ memcg-rename-mem_cgroup_ino-to-mem_cgroup_id-fix-fix.patch added to mm-unstable branch
2026-01-12 23:46 UTC
[PATCH 1/2] dt-bindings: touchscreen: trivial-touch: Drop 'interrupts' requirement for old Ilitek
2026-01-12 23:44 UTC (2+ messages)
` [PATCH 2/2] Input: ili210x - add support for polling mode
[PATCH 0/2] midx-write.c: do not optimize out writes with corrupt MIDXs
2026-01-12 23:45 UTC (3+ messages)
` [PATCH 1/2] t/t5319-multi-pack-index.sh: drop early 'test_done'
` [PATCH 2/2] midx-write.c: assume checksum-invalid MIDXs require an update
[dhowells-fs:netfs-next 15/17] fs/netfs/rxqueue.c:468:15: warning: variable 'got' set but not used
2026-01-12 23:41 UTC
[PATCH next v2 0/4] fit: print conf node compatibles + use property string constants
2026-01-12 23:41 UTC (5+ messages)
` [PATCH next v2 4/4] boot/fit: print all configuration node compatibles
[PATCH v3 0/4] fix integer overflows in filesystem code
2026-01-12 23:38 UTC (5+ messages)
` [PATCH v3 2/4] fs: prevent integer overflow in zfs_nvlist_lookup
` [PATCH v3 3/4] fs: prevent integer overflow in sqfs_concat
pre-push hooks and stdout regression
2026-01-12 23:21 UTC
[tip:master] BUILD SUCCESS 6e0e1737f35b9d3d071bba15dd36ae5ce3a5d292
2026-01-12 23:36 UTC
[PATCH v4 0/2] drm/xe: drm/xe: Separate out GuC RC code
2026-01-12 23:36 UTC (4+ messages)
` [PATCH v4 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc
[RFC 0/3] simple-card: Improve probe's error messages
2026-01-12 23:12 UTC (2+ messages)
` [RFC 1/3] ASoC: simple-card: Do not print "parse error" twice
[PATCH RFC net-next v13 00/13] vsock: add namespace support to vhost-vsock and loopback
2026-01-12 23:34 UTC (4+ messages)
` [PATCH RFC net-next v13 02/13] vsock: add netns to vsock core
[PATCH 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices
2026-01-12 23:36 UTC (11+ messages)
linux-next: changing maintainership
2026-01-12 23:28 UTC (2+ messages)
[PATCH] KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
2026-01-12 23:28 UTC
[brgl:gpio/for-next] BUILD SUCCESS 43f37d44f2b8a75a896e218bac1e43d75063f8d3
2026-01-12 23:22 UTC
[PATCH v6 00/11] Add HDMI 2.1 FRL support to phy-rockchip-samsung-hdptx
2026-01-12 23:20 UTC (18+ messages)
` [PATCH v6 01/11] phy: hdmi: Add HDMI 2.1 FRL configuration options
` [PATCH v6 03/11] phy: rockchip: samsung-hdptx: Fix coding style alignment
` [PATCH v6 06/11] phy: rockchip: samsung-hdptx: Cleanup *_cmn_init_seq lists
` [PATCH v6 07/11] phy: rockchip: samsung-hdptx: Compute clk rate from PLL config
` [PATCH v6 08/11] phy: rockchip: samsung-hdptx: Drop hw_rate driver data
` [PATCH v6 09/11] phy: rockchip: samsung-hdptx: Switch to driver specific HDMI config
` [PATCH v6 10/11] phy: rockchip: samsung-hdptx: Extend rk_hdptx_phy_verify_hdmi_config() helper
` [PATCH v6 11/11] phy: rockchip: samsung-hdptx: Add HDMI 2.1 FRL support
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.