messages from 2025-08-12 19:35:58 to 2025-08-12 23:53:02 UTC [more...]
[PATCH 00/11] VFS: prepare for changes to directory locking
2025-08-12 2:25 UTC (12+ messages)
` [PATCH 01/11] VFS: discard err2 in filename_create()
` [PATCH 02/11] VFS: introduce dentry_lookup() and friends
` [PATCH 03/11] VFS: add dentry_lookup_killable()
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()
` [PATCH 05/11] VFS: add rename_lookup()
` [PATCH 06/11] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries
` [PATCH 09/11] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 10/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()
[PATCH v3] perf: Avoid undefined behavior from stopping/starting inactive events
2025-08-12 23:51 UTC (2+ messages)
Prebuilt LLVM 21.1.0-rc3 uploaded
2025-08-12 23:48 UTC
[RFC PATCH V6 0/4 Resend] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
2025-08-12 23:47 UTC (2+ messages)
[PATCH 0/6] kbuild: uapi: various fixes
2025-08-12 23:44 UTC (2+ messages)
[PATCH 0/5] perf/arm_cspmu: Preparatory patches for NVIDIA T410 PMU
2025-08-12 23:34 UTC (6+ messages)
` [PATCH 1/5] perf/arm_cspmu: Export arm_cspmu_apmt_node
` [PATCH 2/5] perf/arm_cspmu: Add callback to reset filter config
` [PATCH 3/5] perf/arm_cspmu: Add pmpidr support
` [PATCH 4/5] perf/arm_cspmu: nvidia: Add revision id matching
` [PATCH 5/5] perf/arm_cspmu: nvidia: Add pmevfiltr2 support
[v3 00/11] mm: support device-private THP
2025-08-12 23:36 UTC (4+ messages)
` [v3 03/11] mm/migrate_device: THP migration of zone device pages
[PATCHv2 00/12] TDX: Enable Dynamic PAMT
2025-08-12 23:34 UTC (12+ messages)
[PATCH v7 0/7] Add SEV-SNP CipherTextHiding feature support
2025-08-12 23:30 UTC (14+ messages)
` [PATCH v7 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support
[PATCH 0/7] docs: kdoc: tidy up create_parameter_list() somewhat
2025-08-12 23:22 UTC (16+ messages)
` [PATCH 1/7] docs: kdoc: remove dead code
` [PATCH 2/7] docs: kdoc: tidy up space removal in create_parameter_list()
` [PATCH 3/7] docs: kdoc: clean up the create_parameter_list() "first arg" logic
` [PATCH 4/7] docs: kdoc: add a couple more comments in create_parameter_list()
` [PATCH 5/7] docs: kdoc: tighten up the array-of-pointers case
` [PATCH 6/7] docs: kdoc: tighten up the pointer-to-function case
` [PATCH 7/7] docs: kdoc: remove redundant comment stripping
[PATCH v1] PM: Support aborting suspend during filesystem sync
2025-08-12 23:21 UTC
[PATCH] virtio_input: Improve freeze handling
2025-08-12 9:51 UTC
[PATCH v7 2/2] PCI: amd-mdb: Add support for PCIe RP PERST# signal handling
2025-08-12 23:01 UTC (3+ messages)
[PATCH v2] .gitignore: ignore compile_commands.json globally
2025-08-12 23:00 UTC (7+ messages)
[PATCH] bpf: replace kvfree with kfree for kzalloc memory
2025-08-12 23:00 UTC (2+ messages)
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-12 22:52 UTC (4+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
[PATCH] drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()
2025-08-12 22:52 UTC (2+ messages)
[PATCH] kconfig: qconf/xconfig: show the OptionsMode radio button setting at startup
2025-08-12 22:35 UTC
[PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 22:27 UTC (11+ messages)
[PATCH net-next V3 0/9] eth: fbnic: Add XDP support for fbnic
2025-08-12 22:24 UTC (10+ messages)
` [PATCH net-next V3 1/9] eth: fbnic: Add support for HDS configuration
` [PATCH net-next V3 2/9] eth: fbnic: Update Headroom
` [PATCH net-next V3 3/9] eth: fbnic: Use shinfo to track frags state on Rx
` [PATCH net-next V3 4/9] eth: fbnic: Prefetch packet headers "
` [PATCH net-next V3 5/9] eth: fbnic: Add XDP pass, drop, abort support
` [PATCH net-next V3 6/9] eth: fbnic: Add support for XDP queues
` [PATCH net-next V3 7/9] eth: fbnic: Add support for XDP_TX action
` [PATCH net-next V3 8/9] eth: fbnic: Collect packet statistics for XDP
` [PATCH net-next V3 9/9] eth: fbnic: Report XDP stats via ethtool
[PATCH v2 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
2025-08-12 22:23 UTC (15+ messages)
` [PATCH v2 1/7] kunit: Add parent kunit for parameterized test context
` [PATCH v2 2/7] kunit: Introduce param_init/exit for parameterized test context management
` [PATCH v2 3/7] kunit: Pass parameterized test context to generate_params()
` [PATCH v2 4/7] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH v2 5/7] kunit: Add example parameterized test with shared resource management using the Resource API
` [PATCH v2 6/7] kunit: Add example parameterized test with direct dynamic parameter array setup
` [PATCH v2 7/7] Documentation: kunit: Document new parameterized test features
[PATCH] bpf: Don't use %pK through printk
2025-08-12 22:19 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-12 22:05 UTC (2+ messages)
[PATCH] x86/CPU/AMD: Perform function calls post ZEN feature check regardless
2025-08-12 22:03 UTC (4+ messages)
[PATCH v2] rust: devres: fix leaking call to devm_add_action()
2025-08-12 22:01 UTC (2+ messages)
[PATCH] bpf: Remove redundant __GFP_NOWARN
2025-08-12 22:00 UTC (2+ messages)
[PATCH v2 0/6] clk: qcom: Add video clock controller and resets for X1E80100
2025-08-12 21:56 UTC (2+ messages)
` (subset) "
[PATCH v7 0/4] Enable cpufreq for IPQ5424
2025-08-12 21:56 UTC (2+ messages)
` (subset) "
[PATCH v11 00/10] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
2025-08-12 21:56 UTC (2+ messages)
` (subset) "
[PATCH v2] arm64: dts: qcom: sc7280: Add support for two additional DDR frequencies
2025-08-12 21:56 UTC (2+ messages)
[syzbot] [mm?] WARNING in alloc_frozen_pages_noprof
2025-08-12 21:56 UTC
[syzbot] [mm?] WARNING in move_page_tables
2025-08-12 21:56 UTC
[PATCH 6.16 000/627] 6.16.1-rc1 review
2025-08-12 21:56 UTC (3+ messages)
linux-next: build failure after merge of the kbuild tree
2025-08-12 21:51 UTC (6+ messages)
[PATCH 6.15 000/480] 6.15.10-rc1 review
2025-08-12 21:47 UTC (5+ messages)
[PATCH V2 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-08-12 21:46 UTC (3+ messages)
[PATCH 6.12 000/369] 6.12.42-rc1 review
2025-08-12 21:38 UTC (4+ messages)
[PATCH] nfsrahead: modify get_device_info logic
2025-08-12 21:37 UTC
[ANNOUNCE] PUCK Agenda - 2025.08.13 - CANCELED
2025-08-12 21:31 UTC
[PATCH 00/21] gpiolib: fence off legacy interfaces
2025-08-12 21:28 UTC (4+ messages)
` [PATCH 04/21] sh: select legacy gpiolib interface
[PATCH] usb: storage: realtek_cr: Simplify rts51x_bulk_transport()
2025-08-12 21:28 UTC (3+ messages)
[RFC PATCH] sched/feec: Simplify the traversal of pd'cpus
2025-08-12 21:29 UTC (2+ messages)
[PATCH 6.6 000/262] 6.6.102-rc1 review
2025-08-12 21:29 UTC (3+ messages)
[PATCH 0/2] x86/microcode: Add debugging glue
2025-08-12 21:28 UTC (6+ messages)
` [PATCH 1/2] x86/microcode: Add microcode= cmdline parsing
[PATCH 0/2] introduce kasan stonly-mode in hw-tags
2025-08-12 21:27 UTC (6+ messages)
` [PATCH 2/2] kasan: apply store-only mode in kasan kunit testcases
[PATCH v4] rust: kernel: introduce `unsafe_precondition_assert!` macro
2025-08-12 21:26 UTC (2+ messages)
[PATCH v3 0/3] pinctrl: tegra: Add Tegra186 pinmux driver
2025-08-12 21:24 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: Document Tegra186 pin controllers
` [PATCH v3 2/3] pinctrl: tegra: Add Tegra186 pinmux driver
` [PATCH v3 3/3] arm64: tegra: Add Tegra186 pin controllers
[PATCH net-next] dt-bindings: nfc: ti,trf7970a: Drop 'db' suffix duplicating dtschema
2025-08-12 21:20 UTC (2+ messages)
[PATCH net-next] caif: Replace memset(0) + strscpy() with strscpy_pad()
2025-08-12 21:20 UTC (2+ messages)
[PATCH] net: stmmac: make variable data a u32
2025-08-12 21:20 UTC (2+ messages)
[PATCH v5 0/2] Update PCIe PHY settings for QCS8300 and SA8775P
2025-08-12 21:13 UTC (2+ messages)
` (subset) "
[PATCH v4 0/4] Add display support for Fairphone 3 smartphone
2025-08-12 21:13 UTC (2+ messages)
` (subset) "
[PATCH v4] arm64: dts: qcom: ipq5424: Describe the 4-wire UART SE
2025-08-12 21:13 UTC (2+ messages)
[PATCH] arm64: dts: qcom: sc7280: Describe the first PCIe controller and PHY
2025-08-12 21:13 UTC (2+ messages)
[PATCH 0/3] arm64: dts: qcom: sc7280: Add the MDSS_CORE reset
2025-08-12 21:13 UTC (2+ messages)
` (subset) "
[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
2025-08-12 21:13 UTC (6+ messages)
` [PATCH 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
[PATCH 6.1 000/253] 6.1.148-rc1 review
2025-08-12 21:13 UTC (4+ messages)
[PATCH] dt-bindings: watchdog: Convert marvell,armada-3700-wdt to DT schema
2025-08-12 21:11 UTC (2+ messages)
[PATCH v2 0/7] media: rkvdec: Add HEVC backend
2025-08-12 21:11 UTC (9+ messages)
` [PATCH v2 1/7] "
[PATCH v8 00/30] TDX KVM selftests
2025-08-12 21:05 UTC (4+ messages)
` [PATCH v8 06/30] KVM: selftests: Add helper functions to create TDX VMs
[PATCH] genirq/debugfs: Fix a typo in IRQ effective affinity
2025-08-12 21:00 UTC
[PATCH v2] mm: remove redundant __GFP_NOWARN
2025-08-12 20:58 UTC (2+ messages)
[PATCH net v2] net: usbnet: Fix the wrong netif_carrier_on() call placement
2025-08-12 20:57 UTC (6+ messages)
[GIT PULL] bcachefs changes for 6.17
2025-08-12 20:57 UTC (11+ messages)
[PATCH 0/2] kbuild: enable CONFIG_WERROR for more build steps
2025-08-12 20:56 UTC (5+ messages)
[PATCH 0/5] net: use vmalloc_array() to simplify code
2025-08-12 20:49 UTC (4+ messages)
` [PATCH 1/5] ethtool: "
[PATCH] sunrpc: fix "occurence"->"occurrence"
2025-08-12 20:46 UTC (3+ messages)
[PATCH] iio: iio_format_list() should set stride=1 for IIO_VAL_CHAR
2025-08-12 20:44 UTC (2+ messages)
[PATCH 0/4] Alloc and drm::Device fixes
2025-08-12 20:35 UTC (6+ messages)
` [PATCH 1/4] rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()
[PATCH v3 00/10] USB Type-C mode selection
2025-08-12 20:33 UTC (6+ messages)
` [PATCH v3 04/10] usb: typec: Expose mode priorities via sysfs
[PATCH] ASoC: dt-bindings: Convert brcm,bcm2835-i2s to DT schema
2025-08-12 20:33 UTC
[PATCH] dt-bindings: pinctrl: Convert brcm,iproc-gpio to DT schema
2025-08-12 20:33 UTC
[PATCH] dt-bindings: pinctrl: Convert brcm,bcm2835-gpio to DT schema
2025-08-12 20:33 UTC
[PATCH] dt-bindings: interrupt-controller: Convert hisilicon,mbigen-v2 to DT schema
2025-08-12 20:33 UTC
[PATCH] dt-bindings: mfd: syscon: Add "marvell,armada-3700-usb2-host-device-misc" compatible
2025-08-12 20:33 UTC
[PATCH] dt-bindings: dma: nvidia,tegra20-apbdma: Add undocumented compatibles and "clock-names"
2025-08-12 20:33 UTC
[PATCH 0/3] arm64: dts: rockchip: Enable RTC, WiFi and Bluetooth on RK3576 EVB1
2025-08-12 20:30 UTC (4+ messages)
` [PATCH 1/3] arm64: dts: rockchip: Add RTC on rk3576-evb1-v10
` [PATCH 2/3] arm64: dts: rockchip: Add WiFi "
` [PATCH 3/3] arm64: dts: rockchip: Add Bluetooth "
[PATCH v2] clocksource: hyper-v: Skip unnecessary checks for the root partition
2025-08-12 20:30 UTC (3+ messages)
[PATCH v3] loop: use vfs_getattr_nosec() for accurate file size
2025-08-12 20:07 UTC
linux-next: Fixes tag needs some work in the mm-hotfixes tree
2025-08-12 20:12 UTC (3+ messages)
[PATCH 00/13] arm64: dts: renesas: Add support for SCI/LEDs/I2C/MMC on RZ/{T2H,RZ/N2H} SoCs and boards
2025-08-12 20:03 UTC (14+ messages)
` [PATCH 01/13] arm64: dts: renesas: r9a09g077: Add DT nodes for SCI channels 1-5
` [PATCH 02/13] arm64: dts: renesas: r9a09g087: "
` [PATCH 03/13] arm64: dts: renesas: r9a09g077: Add pinctrl node
` [PATCH 04/13] arm64: dts: renesas: r9a09g087: "
` [PATCH 05/13] arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Add user LEDs
` [PATCH 06/13] arm64: dts: renesas: r9a09g087m44-rzn2h-evk: "
` [PATCH 07/13] arm64: dts: renesas: rzt2h-evk-common: Add pinctrl for SCI0 node
` [PATCH 08/13] arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Enable I2C0 and I2C1 support
` [PATCH 09/13] arm64: dts: renesas: r9a09g087m44-rzt2h-evk: "
` [PATCH 10/13] arm64: dts: renesas: rzt2h-evk-common: Enable EEPROM on I2C0
` [PATCH 11/13] arm64: dts: renesas: rzt2h/rzn2h: Enable eMMC
` [PATCH 12/13] arm64: dts: renesas: rzt2h/rzn2h: Enable MicroSD card slot
` [PATCH 13/13] arm64: dts: renesas: rzt2h/rzn2h: Enable SD "
[PATCH v3 0/2] Add the s32g2 and s32g3 FTM PWM support
2025-08-12 20:00 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: fsl,vf610-ftm-pwm: Add compatible for s32g2 and s32g3
` [PATCH v3 2/2] pwm: Add the S32G support in the Freescale FTM driver
[PATCH] PCI: vmd: Remove MSI-X check on child devices
2025-08-12 19:59 UTC (5+ messages)
[PATCH] rust: workaround `rustdoc` target modifiers bug
2025-08-12 19:53 UTC (2+ messages)
[PATCH] rust: kbuild: clean output before running `rustdoc`
2025-08-12 19:53 UTC (2+ messages)
[PATCH RFC 04/29] fsverity: add per-sb workqueue for post read processing
2025-08-12 19:52 UTC (4+ messages)
[PATCH 0/4] clk: thead: Misc changes to TH1520 clock driver
2025-08-12 19:50 UTC (4+ messages)
[PATCH v3 00/11] mm: vm_normal_page*() improvements
2025-08-12 19:43 UTC (5+ messages)
` [PATCH v3 10/11] mm: introduce and use vm_normal_page_pud()
` [PATCH v3 11/11] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
[PATCH v2 1/3] testing/radix-tree/maple: Hack around kfree_rcu not existing
2025-08-12 19:41 UTC (2+ messages)
[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
2025-08-12 19:40 UTC (3+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
[PATCH] softirq: Provide a handshake for canceling tasklets via polling on PREEMPT_RT
2025-08-12 19:38 UTC (3+ messages)
[PATCH net-next v2] selftests: netconsole: Validate interface selection by MAC address
2025-08-12 19:38 UTC
[PATCH v2 1/2] dt-bindings: Pinefeat cef168 lens control board
2025-08-12 19:37 UTC (2+ messages)
[PATCH] xen/events: Fix Global and Domain VIRQ tracking
2025-08-12 19:36 UTC (3+ messages)
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).