messages from 2025-12-20 18:48:34 to 2025-12-21 05:48:06 UTC [more...]
[PATCH] usb: xhci: check Null pointer in segment alloc
2025-12-21 5:48 UTC (5+ messages)
` 答复: "
[PATCH 00/11] power: supply: Fix use-after-free in power_supply_changed()
2025-12-21 5:47 UTC (14+ messages)
` [PATCH 01/11] power: supply: ab8500: "
` [PATCH 03/11] power: supply: bq256xx: "
` [PATCH 04/11] power: supply: bq25980: "
` [PATCH 02/11] power: supply: act8945a: "
` [PATCH 05/11] power: supply: cpcap-battery: "
` [PATCH 06/11] power: supply: goldfish: "
` [PATCH 09/11] power: supply: pm8916_lbc: "
` [PATCH 08/11] power: supply: pm8916_bms_vm: "
` [PATCH 07/11] power: supply: pf1550: "
` [PATCH 10/11] power: supply: rt9455: "
` [PATCH 11/11] power: supply: sbs-battery: "
[PATCH v6] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
2025-12-21 5:36 UTC
[PATCH 5/6] dma-mapping: Allow batched DMA sync operations if supported by the arch
2025-12-21 5:15 UTC (2+ messages)
[PATCH v6 5/7] drm/panthor: Implement the counter sampler and sample handling
2025-12-21 5:13 UTC (2+ messages)
[PATCH] mfd: qcom-pm8xxx: fix OF populate on driver rebind
2025-12-21 5:01 UTC (2+ messages)
[PATCH 00/16] KVM: x86: Enable APX for guests
2025-12-21 4:07 UTC (17+ messages)
` [PATCH 01/16] KVM: x86: Rename register accessors to be GPR-specific
` [PATCH 02/16] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH 03/16] KVM: x86: Implement accessors for extended GPRs
` [PATCH 04/16] KVM: VMX: Introduce unified instruction info structure
` [PATCH 05/16] KVM: VMX: Refactor instruction information retrieval
` [PATCH 06/16] KVM: VMX: Refactor GPR index retrieval from exit qualification
` [PATCH 07/16] KVM: nVMX: Propagate the extended instruction info field
` [PATCH 08/16] KVM: VMX: Support extended register index in exit handling
` [PATCH 09/16] KVM: emulate: Support EGPR accessing and tracking
` [PATCH 10/16] KVM: emulate: Handle EGPR index and REX2-incompatible opcodes
` [PATCH 11/16] KVM: emulate: Support REX2-prefixed opcode decode
` [PATCH 12/16] KVM: emulate: Reject EVEX-prefixed instructions
` [PATCH 13/16] KVM: x86: Guard valid XCR0.APX settings
` [PATCH 14/16] KVM: x86: Expose APX foundational feature bit to guests
` [PATCH 15/16] KVM: x86: Expose APX sub-features "
` [PATCH 16/16] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks
[PATCH 0/4] Improve khugepaged scan logic
2025-12-21 4:25 UTC (7+ messages)
` [PATCH 3/4] mm: khugepaged: move mm to list tail when MADV_COLD/MADV_FREE
[PATCH v20 0/3] leds: add new LED driver for TI LP5812
2025-12-21 4:19 UTC (4+ messages)
` [PATCH v20 1/3] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v20 2/3] leds: add basic support for "
` [PATCH v20 3/3] docs: leds: Document TI LP5812 LED driver
[PATCH 0/2] scsi: target+fcoe: replace -EEXIST with -EBUSY in module_init() paths
2025-12-21 4:02 UTC (4+ messages)
[PATCH v2 1/5] selftests/mm: fix va_high_addr_switch.sh return value
2025-12-21 4:00 UTC (5+ messages)
` [PATCH v2 2/5] selftests/mm: allocate 6 hugepages in va_high_addr_switch.sh
` [PATCH v2 3/5] selftests/mm: remove arm64 nr_hugepages setup for va_high_addr_switch test
` [PATCH v2 4/5] selftests/mm: va_high_addr_switch return fail when either test failed
` [PATCH v2 5/5] selftests/mm: fix comment for check_test_requirements
[PATCH 0/2] x86: speedup local_irq_save() for clang
2025-12-21 3:46 UTC (4+ messages)
` [PATCH 1/2] clang: work around asm output constraint problems
[PATCH v1 1/3] selftests/mm: fix va_high_addr_switch.sh return value
2025-12-21 3:24 UTC (3+ messages)
[PATCH v5] f2fs-tools: revert summary entry count from 2048 to 512 in 16kb block support
2025-12-21 3:23 UTC
linux-next: build failure after merge of the mm-nonmm-unstable tree
2025-12-21 2:58 UTC (2+ messages)
[RFC v2 00/17] bio cleanups
2025-12-21 2:52 UTC (18+ messages)
` [RFC v2 01/17] xfs: don't clobber bi_status in xfs_zone_alloc_and_submit
` [RFC v2 02/17] bio: rename bio_chain arguments
` [RFC v2 03/17] bio: use bio_io_error more often
` [RFC v2 04/17] bio: add bio_set_status
` [RFC v2 05/17] bio: use bio_set_status for BLK_STS_* status codes
` [RFC v2 06/17] bio: do not check bio->bi_status before assigning to it
` [RFC v2 07/17] block: consecutive blk_status_t error codes
` [RFC v2 08/17] block: fix blk_status_to_{errno,str} inconsistency
` [RFC v2 09/17] block: turn blk_errors array into a macro
` [RFC v2 10/17] block: optimize blk_status <=> errno conversion
` [RFC v2 11/17] bio: bio_set_status from non-zero errno
` [RFC v2 12/17] bio: do not check bio->bi_status before assigning to it (part 2)
` [RFC v2 13/17] xfs: use bio_set_status in xfs_zone_alloc_and_submit
` [RFC v2 14/17] bio: switch to bio_set_status in submit_bio_noacct
` [RFC v2 15/17] bio: never set bi_status to BLK_STS_OK during completion
` [RFC v2 16/17] bio: never set bi_status to BLK_STS_OK during completion (part 2)
` [RFC v2 17/17] bio: add bio_endio_status
[RFC v2 00/17] bio clenups
2025-12-21 2:51 UTC
[PATCH v3 0/4] arm64: dts: qcom: Introduce Glymur SoC dtsi and Glymur CRD dts
2025-12-21 2:49 UTC (6+ messages)
` [PATCH v3 3/4] arm64: dts: qcom: Introduce Glymur base dtsi
` [PATCH v3 4/4] arm64: dts: qcom: glymur: Enable Glymur CRD board support
[PATCH 0/2] arm64: dts: qcom: x1p42100-lenovo-thinkbook-16: enable HDMI out
2025-12-21 2:49 UTC (8+ messages)
` [PATCH 1/2] arm64: dts: qcom: x1p42100-lenovo-thinkbook-16: force usb2-only mode on usb_1_ss2_dwc3
` [PATCH 2/2] arm64: dts: qcom: x1p42100-lenovo-thinkbook-16: add hdmi bridge with enable pin
[PATCH 0/2] iommu/vt-d: Ensure memory ordering in context & root entry updates
2025-12-21 1:43 UTC (3+ messages)
` [PATCH 1/2] iommu/vt-d: Ensure memory ordering in context "
` [PATCH 2/2] iommu/vt-d: Use WRITE_ONCE for setting root table entries
[PATCH] drm/panfrost: Add GPU_PM_RT support for RZ/G3E SoC
2025-12-21 1:41 UTC (3+ messages)
[GIT PULL] SPI fixes for v6.19-rc1
2025-12-21 1:29 UTC (3+ messages)
[PATCH] dma-buf: fix WARNING in dma_buf_vmap
2025-12-21 1:24 UTC (3+ messages)
[PATCH 0/3] mm/khugepaged: minor cleanups
2025-12-21 1:16 UTC (7+ messages)
` [PATCH 1/3] mm/khugepaged: remove unnecessary goto 'skip' label
[PATCH v2 0/4] Make MT8196 get its Mali GPU shader_present from nvmem
2025-12-21 0:33 UTC (6+ messages)
` [PATCH v2 1/4] dt-bindings: gpu: mali-valhall-csf: Add shader-present nvmem cell
` [PATCH v2 2/4] dt-bindings: power: mt8196-gpufreq: Describe nvmem provider ability
` [PATCH v2 3/4] drm/panthor: Implement reading shader_present from nvmem
` [PATCH v2 4/4] pmdomain: mediatek: mtk-mfg: Expose shader_present as nvmem cell
[PATCH] iommu/vt-d: Flush cache for PASID table before using it
2025-12-21 0:17 UTC
[PATCH 0/8] riscv: spacemit: Add SpacemiT K3 SoC and K3 Pico-ITX board
2025-12-21 0:10 UTC (9+ messages)
` [PATCH 7/8] riscv: dts: spacemit: add initial device tree of SpacemiT K3 SoC
[PATCH v4] io: add io_pgtable abstraction
2025-12-21 0:06 UTC (2+ messages)
[PATCH] brd: replace simple_strtol with kstrtoul in ramdisk_size
2025-12-20 23:59 UTC
[PATCH] netfs: Fix early read unlock of page with EOF in middle
2025-12-20 23:54 UTC (4+ messages)
[PATCH] mailbox: Allow NULL message sending
2025-12-20 23:38 UTC (3+ messages)
[PATCH v2 0/3] riscv: dts: starfive: Append starfive,jh7110 compatible to VisionFive 2 Lite
2025-12-20 23:34 UTC (2+ messages)
[PATCH] mailbox: Document the behavior of mbox_send_message() w/ NULL mssg
2025-12-20 23:25 UTC (2+ messages)
[PATCH] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
2025-12-20 23:13 UTC (2+ messages)
[PATCH 0/3] power: supply: wm97xx: Fix NULL pointer dereference in power_supply_changed()
2025-12-20 22:46 UTC (4+ messages)
` [PATCH 2/3] power: supply: wm97xx: Use devm_power_supply_register()
` [PATCH 1/3] power: supply: wm97xx: Fix NULL pointer dereference in power_supply_changed()
` [PATCH 3/3] power: supply: wm97xx: Use devm_kcalloc()
[GIT PULL] x86 fixes
2025-12-20 22:38 UTC (10+ messages)
[PATCH] thermal: intel: int340x: Use sysfs_emit{_at} in sysfs show functions
2025-12-20 22:30 UTC
[PATCH] media: rc: rc_unregister_device() should not call rc_free_device()
2025-12-20 22:27 UTC
[PATCH 12/13] nvme-pci: introduce cmb_devmap_align module parameter
2025-12-20 22:22 UTC (2+ messages)
[PATCH] mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations
2025-12-20 22:16 UTC (2+ messages)
[PATCH v1 0/2] media: dt-bindings: Convert toshiba,et8ek8 and ti,omap3isp to YAML schema
2025-12-20 22:03 UTC (3+ messages)
` [PATCH v1 1/2] media: dt-bindings: i2c: toshiba,et8ek8: Convert to DT schema
` [PATCH v1 2/2] media: dt-bindings: ti,omap3isp: "
[PATCH 0/5] uaccess: Updates to scoped_user_access()
2025-12-20 21:56 UTC (6+ messages)
` [PATCH 1/5] uaccess: Fix scoped_user_read_access() for 'pointer to const'
` [PATCH 2/5] compiler.h: Add generic support for 'autoterminating nested for() loops'
` [PATCH 3/5] uaccess.h: Use with() and and_with() in __scoped_user_access()
` [PATCH 4/5] uaccess: Disable -Wshadow "
` [PATCH 5/5] signal: Use scoped_user_access() instead of __put/get_user()
[PATCH 0/5] power: supply: Remove unused gpio include header
2025-12-20 21:56 UTC (2+ messages)
[PATCH 0/5] power: supply: Remove unused gpio include header
2025-12-20 21:54 UTC (6+ messages)
` [PATCH 2/5] power: supply: bq256xx: "
` [PATCH 3/5] power: supply: bq25980: "
` [PATCH 1/5] power: supply: bd99954: "
` [PATCH 4/5] power: supply: cw2015: "
` [PATCH 5/5] power: supply: ucs1002: "
[PATCH 2/4] cgroup: Introduce cgroup_level() helper
2025-12-20 21:49 UTC (2+ messages)
[PATCH 5/5] power: supply: ucs1002: Remove unused gpio include header
2025-12-20 21:39 UTC
[PATCH 4/5] power: supply: cw2015: Remove unused gpio include header
2025-12-20 21:39 UTC
[PATCH 2/5] power: supply: bq256xx: Remove unused gpio include header
2025-12-20 21:39 UTC
[PATCH 3/5] power: supply: bq25980: Remove unused gpio include header
2025-12-20 21:39 UTC
[PATCH 1/5] power: supply: bd99954: Remove unused gpio include header
2025-12-20 21:39 UTC
[PATCH] clockevents: add a error handling in tick_broadcast_init_sysfs()
2025-12-20 21:34 UTC (2+ messages)
[PATCH 0/7] gpu: nova-core: run unload sequence upon unbinding
2025-12-20 21:30 UTC (7+ messages)
` [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
[GIT PULL] hwmon fixes for v6.19-rc2
2025-12-20 21:06 UTC (2+ messages)
[GIT PULL] MMC fixes for v6.17-rc2
2025-12-20 21:06 UTC (2+ messages)
[git pull] drm fixes for 6.19-rc2
2025-12-20 21:06 UTC (2+ messages)
[PATCH net v2] net: mscc: ocelot: Fix crash when adding interface under a lag
2025-12-20 21:08 UTC (5+ messages)
[PATCH] PNP: add put_device() in pnpbios_init()
2025-12-20 21:05 UTC (2+ messages)
[PATCH 2/2] block/blk-mq: convert blk_mq_cpuhp_lock to raw_spinlock for RT
2025-12-20 20:58 UTC (2+ messages)
` [PATCH 0/2] block/blk-mq: fix RT kernel performance regressions
Do we still care about compilers without __seg_fs and __seg_gs support??
2025-12-20 20:53 UTC (3+ messages)
[PATCH v2 RESEND] selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices
2025-12-20 20:48 UTC
[PATCH v2 0/9] platform/wmi: Introduce marshalling support
2025-12-20 20:46 UTC (10+ messages)
` [PATCH v2 1/9] "
` [PATCH v2 2/9] platform/wmi: Add kunit test for the marshalling code
` [PATCH v2 3/9] platform/wmi: Add helper functions for WMI string conversions
` [PATCH v2 4/9] platform/wmi: Add kunit test for the string conversion code
` [PATCH v2 5/9] platform/x86: intel-wmi-sbl-fw-update: Use new buffer-based WMI API
` [PATCH v2 6/9] platform/x86/intel/wmi: thunderbolt: "
` [PATCH v2 7/9] platform/x86: xiaomi-wmi: "
` [PATCH v2 8/9] platform/x86: wmi-bmof: "
` [PATCH v2 9/9] platform/wmi: Update driver development guide
[PATCH v2] x86/syscall: make sys_call helpers static
2025-12-20 20:40 UTC (10+ messages)
amdgpu ERROR flip_done timed out
2025-12-20 20:33 UTC (5+ messages)
[PATCH] mm/ksm: fix pte_unmap_unlock of wrong address in break_ksm_pmd_entry
2025-12-20 20:29 UTC
[PATCH next] block: rnbd-clt: Fix signedness bug in init_dev()
2025-12-20 20:25 UTC (2+ messages)
[PATCH] ublk: clean up user copy references on ublk server exit
2025-12-20 20:25 UTC (2+ messages)
[PATCH net] net: enetc: do not print error log if addr is 0
2025-12-20 20:18 UTC (2+ messages)
[GIT PULL] kunit fixes update for Linux 6.19-rc3
2025-12-20 20:11 UTC (2+ messages)
[GIT PULL] Devicetree fixes for v6.19, part 1
2025-12-20 20:11 UTC (2+ messages)
[PATCH] media: pvrusb2: fix URB leak in pvr2_send_request_ex
2025-12-20 20:03 UTC (2+ messages)
[PATCH bpf-next v2 5/7] mm: introduce BPF kfunc to access memory events
2025-12-20 19:59 UTC (6+ messages)
[PATCH net v2] net: mscc: ocelot: Fix crash when adding interface under a lag
2025-12-20 19:58 UTC (2+ messages)
[PATCH] HID: input: Increase maximum number of joystick buttons
2025-12-20 19:41 UTC
[GIT PULL] MIPS fixes for v6.19
2025-12-20 19:46 UTC (3+ messages)
[GIT PULL] KVM changes for Linux 6.19-rc2
2025-12-20 19:46 UTC (2+ messages)
[git pull] IOMMU Fixes for Linux v6.19-rc1
2025-12-20 19:45 UTC (2+ messages)
[GIT PULL] xen: branch for v6.19-rc2
2025-12-20 19:45 UTC (2+ messages)
[GIT PULL] slab fix for 6.19-rc2
2025-12-20 19:44 UTC (2+ messages)
[GIT PULL] arm64 updates/fixes for 6.19-rc2
2025-12-20 19:42 UTC (2+ messages)
[PATCHv5 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
2025-12-20 19:38 UTC (2+ messages)
[patch 1/2] irqchip/msi-lib: Honor the MSI_FLAG_PCI_MSI_MASK_PARENT flag
2025-12-20 19:31 UTC (2+ messages)
[PATCH] docs: kbuild: Fix typos in makefiles.rst
2025-12-20 19:31 UTC (2+ messages)
[PATCH] ARM: dts: microchip: Drop usb_a9g20-dab-mmx.dtsi
2025-12-20 19:24 UTC (5+ messages)
[PATCH v2] minix: Add required sanity checking to minix_check_superblock()
2025-12-20 19:20 UTC (3+ messages)
[PATCH] mm/vmscan: respect mems_effective in demote_folio_list()
2025-12-20 19:20 UTC (2+ messages)
[PATCH] netfilter: replace -EEXIST with -EBUSY
2025-12-20 19:16 UTC (4+ messages)
[PATCH v4] hfs: Replace BUG_ON with error handling for CNID count checks
2025-12-20 19:10 UTC
[PATCH] ASoC: codecs: pm4125: clean up bind() device reference handling
2025-12-20 18:58 UTC (2+ messages)
[PATCH 0/3] selftests/mm: hugetlb cgroup charging: robustness fixes
2025-12-20 18:58 UTC (3+ messages)
` [PATCH 1/3] selftests/mm/write_to_hugetlbfs: parse -s with strtoull and use size_t
[PATCH 0/3] ASoC: drop bogus container_of() error handling
2025-12-20 18:56 UTC (2+ messages)
[PATCH] bpf: crypto: replace -EEXIST with -EBUSY
2025-12-20 18:55 UTC (2+ messages)
[PATCH RFC 0/4] rust: add basic serial device bus abstractions
2025-12-20 18:44 UTC (2+ messages)
` [PATCH RFC 2/4] "
[PATCH] drm/radeon: convert UVD v1.0 logging to drm_* helpers
2025-12-20 18:47 UTC
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;
as well as URLs for NNTP newsgroup(s).