messages from 2025-03-28 11:34:46 to 2025-03-28 13:42:45 UTC [more...]
[PATCH] ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE
2025-03-28 13:42 UTC (3+ messages)
[PATCH v2 0/2] Add the System Timer Module for the NXP S32 architecture
2025-03-28 13:42 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: timer: Add NXP System Timer Module
` [PATCH v2 2/2] clocksource/drivers/nxp-timer: Add the System Timer Module for the s32g platform
[PATCH] mm: migrate: restore the nmask after successfully allocating on the target node
2025-03-28 13:41 UTC (2+ messages)
[PATCH v2 00/32] Samsung S2MPG10 PMIC MFD-based drivers
2025-03-28 13:40 UTC (34+ messages)
` [PATCH v2 01/32] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH v2 02/32] dt-bindings: clock: "
` [PATCH v2 03/32] dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
` [PATCH v2 04/32] mfd: sec: drop non-existing forward declarations
` [PATCH v2 05/32] mfd: sec: sort includes alphabetically
` [PATCH v2 06/32] mfd: sec: update includes to add missing and remove superfluous ones
` [PATCH v2 07/32] mfd: sec: move private internal API to internal header
` [PATCH v2 08/32] mfd: sec: split into core and transport (i2c) drivers
` [PATCH v2 09/32] mfd: sec: add support for S2MPG10 PMIC
` [PATCH v2 10/32] mfd: sec: merge separate core and irq modules
` [PATCH v2 11/32] mfd: sec: fix open parenthesis alignment (multiple)
` [PATCH v2 12/32] mfd: sec: sort struct of_device_id entries and the device type switch
` [PATCH v2 13/32] mfd: sec: use dev_err_probe() where appropriate
` [PATCH v2 14/32] mfd: sec: s2dos05/s2mpu05: use explicit regmap config and drop default
` [PATCH v2 15/32] mfd: sec: s2dos05: doesn't support interrupts (it seems)
` [PATCH v2 16/32] mfd: sec: don't ignore errors from sec_irq_init()
` [PATCH v2 17/32] mfd: sec: rework platform data and regmap instantiating
` [PATCH v2 18/32] mfd: sec: change device_type to int
` [PATCH v2 19/32] mfd: sec: don't compare against NULL / 0 for errors, use !
` [PATCH v2 20/32] mfd: sec: use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH v2 21/32] mfd: sec: convert to using MFD_CELL macros
` [PATCH v2 22/32] mfd: sec: convert to using REGMAP_IRQ_REG() macros
` [PATCH v2 23/32] mfd: sec: add myself as module author
` [PATCH v2 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH v2 25/32] rtc: s5m: cache value of platform_get_device_id() during probe
` [PATCH v2 26/32] rtc: s5m: prepare for external regmap
` [PATCH v2 27/32] rtc: s5m: add support for S2MPG10 RTC
` [PATCH v2 28/32] rtc: s5m: fix a typo: peding -> pending
` [PATCH v2 29/32] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH v2 30/32] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH v2 31/32] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH v2 32/32] MAINTAINERS: add myself as reviewer for Samsung S2M MFD
[PATCH 0/5] mmc: core: Add support for graceful host removal for eMMC/SD
2025-03-28 13:39 UTC (3+ messages)
` [PATCH 1/5] mmc: core: Convert mmc_can_poweroff_notify() into a bool
[GIT PULL] NFSD changes for v6.15
2025-03-28 13:38 UTC
[PATCH 0/2] Clear AMD's microcode cache on load failure
2025-03-28 13:36 UTC (4+ messages)
[PATCH v2 0/4] net: mtip: Add support for MTIP imx287 L2 switch driver
2025-03-28 13:35 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: net: Add MTIP L2 switch description
` [PATCH v2 2/4] ARM: dts: nxp: mxs: Adjust the imx28.dtsi "
` [PATCH v2 3/4] ARM: dts: nxp: mxs: Adjust XEA board's DTS to support L2 switch
` [PATCH v2 4/4] net: mtip: The L2 switch driver for imx287
[PATCH] ASoC: codec: ak5386: Convert to GPIO descriptors
2025-03-28 13:33 UTC (2+ messages)
[PATCH v3] mm/filemap: Allow arch to request folio size for exec memory
2025-03-28 13:32 UTC (5+ messages)
[PATCH -v2 00/49] Simplify, reorganize and clean up the x86 text-patching code (alternative.c)
2025-03-28 13:27 UTC (50+ messages)
` [PATCH 01/49] x86/alternatives: Rename 'struct bp_patching_desc' to 'struct int3_patching_desc'
` [PATCH 02/49] x86/alternatives: Rename 'bp_refs' to 'int3_refs'
` [PATCH 03/49] x86/alternatives: Rename 'text_poke_bp_batch()' to 'smp_text_poke_batch_process()'
` [PATCH 04/49] x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'
` [PATCH 05/49] x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_trap_handler()'
` [PATCH 06/49] x86/alternatives: Rename 'poking_mm' to 'text_poke_mm'
` [PATCH 07/49] x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr'
` [PATCH 08/49] x86/alternatives: Rename 'bp_desc' to 'int3_desc'
` [PATCH 09/49] x86/alternatives: Remove duplicate 'text_poke_early()' prototype
` [PATCH 10/49] x86/alternatives: Update comments in int3_emulate_push()
` [PATCH 11/49] x86/alternatives: Remove the confusing, inaccurate & unnecessary 'temp_mm_state_t' abstraction
` [PATCH 12/49] x86/alternatives: Rename 'text_poke_flush()' to 'smp_text_poke_batch_flush()'
` [PATCH 13/49] x86/alternatives: Rename 'text_poke_finish()' to 'smp_text_poke_batch_finish()'
` [PATCH 14/49] x86/alternatives: Rename 'text_poke_queue()' to 'smp_text_poke_batch_add()'
` [PATCH 15/49] x86/alternatives: Rename 'text_poke_loc_init()' to 'text_poke_int3_loc_init()'
` [PATCH 16/49] x86/alternatives: Rename 'struct text_poke_loc' to 'struct smp_text_poke_loc'
` [PATCH 17/49] x86/alternatives: Rename 'struct int3_patching_desc' to 'struct text_poke_int3_vec'
` [PATCH 18/49] x86/alternatives: Rename 'int3_desc' to 'int3_vec'
` [PATCH 19/49] x86/alternatives: Add text_mutex) assert to smp_text_poke_batch_flush()
` [PATCH 20/49] x86/alternatives: Assert that smp_text_poke_int3_trap_handler() can only ever handle 'tp_vec[]' based requests
` [PATCH 21/49] x86/alternatives: Use non-inverted logic instead of 'tp_order_fail()'
` [PATCH 22/49] x86/alternatives: Remove the 'addr == NULL means forced-flush' hack from smp_text_poke_batch_finish()/smp_text_poke_batch_flush()/text_poke_addr_ordered()
` [PATCH 23/49] x86/alternatives: Simplify smp_text_poke_single() by using tp_vec and existing APIs
` [PATCH 24/49] x86/alternatives: Assert input parameters in smp_text_poke_batch_process()
` [PATCH 25/49] x86/alternatives: Introduce 'struct smp_text_poke_array' and move tp_vec and tp_vec_nr to it
` [PATCH 26/49] x86/alternatives: Remove the tp_vec indirection
` [PATCH 27/49] x86/alternatives: Rename 'try_get_desc()' to 'try_get_text_poke_array()'
` [PATCH 28/49] x86/alternatives: Rename 'put_desc()' to 'put_text_poke_array()'
` [PATCH 29/49] x86/alternatives: Simplify try_get_text_poke_array()
` [PATCH 30/49] x86/alternatives: Simplify smp_text_poke_int3_trap_handler()
` [PATCH 31/49] x86/alternatives: Simplify smp_text_poke_batch_process()
` [PATCH 32/49] x86/alternatives: Rename 'int3_refs' to 'text_poke_array_refs'
` [PATCH 33/49] x86/alternatives: Move the text_poke_array manipulation into text_poke_int3_loc_init() and rename it to __smp_text_poke_batch_add()
` [PATCH 34/49] x86/alternatives: Remove the mixed-patching restriction on smp_text_poke_single()
` [PATCH 35/49] x86/alternatives: Document 'smp_text_poke_single()'
` [PATCH 36/49] x86/alternatives: Add documentation for smp_text_poke_batch_add()
` [PATCH 37/49] x86/alternatives: Move text_poke_array completion from smp_text_poke_batch_finish() and smp_text_poke_batch_flush() to smp_text_poke_batch_process()
` [PATCH 38/49] x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'
` [PATCH 39/49] x86/alternatives: Simplify text_poke_addr_ordered()
` [PATCH 40/49] x86/alternatives: Constify text_poke_addr()
` [PATCH 41/49] x86/alternatives: Simplify and clean up patch_cmp()
` [PATCH 42/49] x86/alternatives: Standardize on 'tpl' local variable names for 'struct smp_text_poke_loc *'
` [PATCH 43/49] x86/alternatives: Rename 'TP_ARRAY_NR_ENTRIES_MAX' to 'TEXT_POKE_ARRAY_MAX'
` [PATCH 44/49] x86/alternatives: Rename 'POKE_MAX_OPCODE_SIZE' to 'TEXT_POKE_MAX_OPCODE_SIZE'
` [PATCH 45/49] x86/alternatives: Simplify the #include section
` [PATCH 46/49] x86/alternatives: Move declarations of vmlinux.lds.S defined section symbols to <asm/alternative.h>
` [PATCH 47/49] x86/alternatives: Remove 'smp_text_poke_batch_flush()'
` [PATCH 48/49] x86/alternatives: Update the comments in smp_text_poke_batch_process()
` [PATCH 49/49] x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'
[PATCH v2 2/3] i3c: master: Add Qualcomm I3C controller driver
2025-03-28 13:28 UTC (3+ messages)
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
2025-03-28 13:25 UTC (7+ messages)
[PATCH v1] platform/chrome: cros_ec_proto: allow to build as module
2025-03-28 13:26 UTC
[PATCH] net: Avoid calling WARN_ON() on -ENOMEM in __dev_change_net_namespace()
2025-03-28 13:25 UTC (2+ messages)
[PATCH] ASoC: SOF: Intel: hda-sdw-bpt: select CONFIG_SND_SOF_SOF_HDA_SDW_BPT
2025-03-28 13:24 UTC
[GIT PULL] selinux/selinux-pr-20250323
2025-03-28 13:23 UTC (20+ messages)
[PATCH] RDMA/mlx5: hide unused code
2025-03-28 13:20 UTC (3+ messages)
[PATCH][next] platform/chrome: cros_ec_debugfs: Avoid -Wflex-array-member-not-at-end warnings
2025-03-28 13:20 UTC
[PATCH 1/3] spi: tegra210-quad: use device_reset_optional() instead of device_reset()
2025-03-28 13:18 UTC (11+ messages)
[PATCH v2] mm: numa_memblks: introduce numa_add_reserved_memblk
2025-03-28 13:15 UTC (2+ messages)
[PATCH 0/2] Fix mincore() tmpfs test failure
2025-03-28 13:10 UTC (4+ messages)
` [PATCH 2/2] mm: mincore: use folio_pte_batch() to batch process large folios
[PATCH] iommufd: Fix iommu_vevent_header tables markup
2025-03-28 13:09 UTC (3+ messages)
[PATCH][next] platform/chrome: cros_kbd_led_backlight: Avoid -Wflex-array-member-not-at-end warnings
2025-03-28 13:07 UTC
[PATCH 0/3] Add new imx imx8mp-libra-rdk-fpsc SBC
2025-03-28 13:04 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: add imx8mp-libra-rdk-fpsc
` [PATCH 2/3] arm64: dts: add imx8mp-libra-rdk-fpsc board
` [PATCH 3/3] arm64: dts: add imx8mp-libra-rdk-fpsc LVDS panel overlay
[PATCH v2 0/8] cxl: support CXL memory RAS features
2025-03-28 13:05 UTC (5+ messages)
` [PATCH v2 7/8] cxl/memfeature: Add CXL memory device soft PPR control feature
[PATCH] riscv: Make sure toolchain supports zba before using zba instructions
2025-03-28 13:02 UTC (4+ messages)
[PATCH 0/4] MAINTAINERS: add my isub-entries to MM part
2025-03-28 13:01 UTC (2+ messages)
[PATCH][next] platform/chrome: cros_ec_proto: Avoid -Wflex-array-member-not-at-end warnings
2025-03-28 13:00 UTC
[PATCH v2 0/2] Enable automatic SVN updates for SGX enclaves
2025-03-28 12:57 UTC (3+ messages)
` [PATCH v2 1/2] x86/sgx: Use sgx_nr_used_pages for EPC page count instead of sgx_nr_free_pages
` [PATCH v2 2/2] x86/sgx: Implement EUPDATESVN and opportunistically call it during first EPC page alloc
[PATCH] microblaze/mm: put mm_cmdline_setup() in .init.text section
2025-03-28 12:59 UTC (2+ messages)
[PATCH v5 0/7] PCI: dwc: Add ECAM support with iATU configuration
2025-03-28 12:54 UTC (12+ messages)
` [PATCH v5 1/7] arm64: dts: qcom: sc7280: Increase config size to 256MB for ECAM feature
` [PATCH v5 2/7] dt-bindings: PCI: qcom,pcie-sc7280: Make elbi register as an optional
` [PATCH v5 4/7] PCI: dwc: Add support for ELBI resource mapping
` [PATCH v5 5/7] PCI: dwc: qcom: Switch to dwc "
[PATCH fixes] riscv/purgatory: 4B align purgatory_start
2025-03-28 12:54 UTC (2+ messages)
[PATCH v5 00/16] kexec: introduce Kexec HandOver (KHO)
2025-03-28 12:53 UTC (6+ messages)
` [PATCH v5 09/16] kexec: enable KHO support for memory preservation
[PATCH V4 0/2] mailbox: tmel-qmp: Introduce QCOM TMEL QMP mailbox driver
2025-03-28 12:51 UTC (3+ messages)
` [PATCH V4 1/2] dt-bindings: mailbox: Document qcom,ipq5424-tmel
[PATCH v3] platform/x86: ideapad-laptop: added support for some new buttons
2025-03-28 12:51 UTC (2+ messages)
[GIT PULL] ring-buffer: Updates for v6.15
2025-03-28 12:50 UTC (7+ messages)
[PATCH 1/2] arm64: dts: qcom: sa8775p: add QCrypto node
2025-03-28 12:48 UTC (6+ messages)
[PATCH] drm/nouveau: prime: fix ttm_bo_delayed_delete oops
2025-03-28 12:46 UTC (11+ messages)
` [PATCH v2] "
` [PATCH] drm/nouveau: prime: drm_prime_gem_destroy comment
` [PATCH v2] drm/prime: fix "
[PATCH v2 00/10] Add DSI display support for SA8775P target
2025-03-28 12:45 UTC (6+ messages)
` [PATCH v2 07/10] arm64: dts: qcom: sa8775p-ride: add anx7625 DSI to DP bridge nodes
[PATCH v6 0/4] drm/tidss: Add OLDI bridge support
2025-03-28 12:44 UTC (2+ messages)
[PATCH 0/5] staging: rtl8723bs: code cleanup patches
2025-03-28 12:39 UTC (6+ messages)
` [PATCH 1/5] staging: rtl8723bs: correct coding style by preventing lines from ending with '('
` [PATCH 2/5] staging: rtl8723bs: align function return type and name on the same line
` [PATCH 3/5] staging: rtl8723bs: add spaces around binary and ternary operators
` [PATCH 4/5] staging: rtl8723bs: correct placement of braces around if-else block
` [PATCH 5/5] staging: rtl8723bs: modify variable names to comply with kernel naming convention
[PATCH v2 0/2] Add support for K3 BIST
2025-03-28 12:42 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: soc: ti: bist: Add BIST for K3 devices
[PATCH] arm64: dts: qcom: Add device tree for TUXEDO Elite 14 Gen1
2025-03-28 12:42 UTC (9+ messages)
[RFC PATCH 0/4] vfs freeze/thaw on suspend/resume
2025-03-28 12:38 UTC (6+ messages)
` [RFC PATCH 3/4] fs/super.c: introduce reverse superblock iterator and use it in emergency remount
` [RFC PATCH 4/4] vfs: add filesystem freeze/thaw callbacks for power management
[PATCH] [v2] xenbus: add module description
2025-03-28 12:38 UTC (2+ messages)
ALSA: hda/realtek: Enable Mute LED on HP OMEN Laptop xd000xx
2025-03-28 12:38 UTC (2+ messages)
[PATCH 6.1 000/197] 6.1.132-rc3 review
2025-03-28 12:37 UTC (2+ messages)
[PATCH 0/2] perf build: Minor cleanup
2025-03-28 12:26 UTC (3+ messages)
` [PATCH 1/2] perf build: Remove unused LIBPERF_CLFAGS
` [PATCH 2/2] perf hist: Refine signed integer checking
[PATCH v5 04/11] pwm: max7360: Add MAX7360 PWM support
2025-03-28 12:35 UTC (11+ messages)
[PATCH v1] ALSA: hda/tas2781: Upgrade calibratd-data writing code to support Alpha and Beta dsp firmware
2025-03-28 12:32 UTC (2+ messages)
[PATCH] ARM64: Add back and fix support for CMDLINE_EXTEND
2025-03-28 12:30 UTC (2+ messages)
[PATCH] ARM: Fix support for CMDLINE_EXTEND
2025-03-28 12:29 UTC (2+ messages)
[PATCH v2 1/2] x86/microcode/AMD: Fix __apply_microcode_amd()'s return value
2025-03-28 12:29 UTC (2+ messages)
` [tip: x86/urgent] "
[PATCH v1] dt-bindings: gpio: pca95xx: add Toradex Embedded Controller
2025-03-28 12:29 UTC
[tip:master] BUILD SUCCESS f1861fb575b028e35e6233295441d535f2e3f240
2025-03-28 12:25 UTC
[tip:objtool/urgent] BUILD REGRESSION 1c9d28fdf70d4ae3e8dfeadee982461403c6bb50
2025-03-28 12:23 UTC
[tip:tip/urgent] BUILD SUCCESS 9438b89257aa8835c93c3fe5daaaecaec2fe5865
2025-03-28 12:22 UTC
[PATCH v3 0/5] imx8mp: add support for the IMX AIPSTZ bridge
2025-03-28 12:34 UTC (4+ messages)
` [PATCH v3 1/5] dt-bindings: bus: add documentation "
[main-line]Build warnings on PowerPC system
2025-03-28 11:48 UTC (8+ messages)
[PATCH] xfs: add tunable threshold parameter for triggering zone GC
2025-03-28 12:16 UTC (3+ messages)
[PATCH] arm64: dts: mediatek: mt8186: starmie: Fix external display
2025-03-28 12:13 UTC
[PATCH v1 0/3] drm/ci: mesa uprev and python-artifacts/check-patch fixes
2025-03-28 12:10 UTC (7+ messages)
` [PATCH v1 2/3] drm/ci: check-patch: unshallow repository before fetching
` [PATCH v1 3/3] drm/ci: uprev mesa
[PATCH] netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
2025-03-28 12:02 UTC (3+ messages)
[net-next v5 0/4] net: phy: realtek: Add support for PHY LEDs on
2025-03-28 11:49 UTC (2+ messages)
linux-next: build warning after merge of the iommufd tree
2025-03-28 11:49 UTC (3+ messages)
[PATCH] i2c: tracing: Remove redundant length field in events
2025-03-28 11:45 UTC (2+ messages)
[PATCH] drm: adp: Use device_match_of_node()
2025-03-28 11:44 UTC (2+ messages)
[PATCH 6.6 00/76] 6.6.85-rc2 review
2025-03-28 11:44 UTC (2+ messages)
[PATCH v2] drm/dp: fallback to minimum when PWM bit count is zero
2025-03-28 11:42 UTC (5+ messages)
[v6 0/5] Introduce generic capability search functions
2025-03-28 11:42 UTC (13+ messages)
` [v6 3/5] PCI: cadence: Use common PCI host bridge APIs for finding the capabilities
[PATCH] drm: of: fix documentation reference
2025-03-28 11:41 UTC
[PATCH v4 0/3] KVM: arm64: Separate the hyp FF-A buffers init from the host
2025-03-28 11:39 UTC (5+ messages)
` [PATCH v4 3/3] KVM: arm64: Release the ownership of the hyp rx buffer to Trustzone
[PATCH net v1] net: Fix tuntap uninitialized value
2025-03-28 11:39 UTC (4+ messages)
[PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK
2025-03-28 11:36 UTC (8+ messages)
` [PATCH 15/15] arm64: defconfig: Enable Renesas RZ/V2N SoC
[PATCH 1/2] nios2: force update_mmu_cache on spurious tlb-permission--related pagefaults
2025-03-27 13:54 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