messages from 2024-02-07 15:22:20 to 2024-02-07 18:28:29 UTC [more...]
[PATCH 0/2] ata: ahci_ceva: fix xilinx GT PHY support
2024-02-07 18:28 UTC (4+ messages)
` [PATCH 1/2] ata: ahci_ceva: fix error handling for Xilinx "
[PATCH v3 0/4] drm/msm: provide migration path from MDP5 to DPU driver
2024-02-07 18:25 UTC (3+ messages)
` [PATCH v3 1/4] drm/msm/mdss: generate MDSS data for MDP5 platforms
[PATCH] MAINTAINERS: repair entry for MICROCHIP MCP16502 PMIC DRIVER
2024-02-07 18:21 UTC (2+ messages)
[PATCH] regmap: kunit: fix raw noinc write test wrapping
2024-02-07 18:20 UTC (2+ messages)
[PATCH v2] net: stmmac: dwmac-qcom-ethqos: Enable TBS on all queues but 0
2024-02-07 18:19 UTC (3+ messages)
[PATCH v9] PCI/DPC: Ignore Surprise Down error on hot removal
2024-02-07 18:18 UTC
[syzbot] [dri?] WARNING in vkms_get_vblank_timestamp (2)
2024-02-07 18:17 UTC (2+ messages)
[PATCH][next] carl9170: Remove redundant assignment to pointer super
2024-02-07 18:12 UTC (2+ messages)
[PATCH v2] ALSA: hda/realtek: cs35l41: Fix internal speaker support for ASUS UM3402 with missing DSD
2024-02-07 18:13 UTC (10+ messages)
` [PATCH] ALSA: hda/realtek: cs35l41: Fix device ID / model name
[PATCH v2 0/3] fs/exec: remove current->in_execve flag
2024-02-07 18:12 UTC (8+ messages)
` [PATCH v2 1/3] LSM: add security_execve_abort() hook
[PATCH v2] clocksource: timer-riscv: Clear timer interrupt on timer initialization
2024-02-07 18:11 UTC (3+ messages)
[PATCH v2] bus: mhi: host: free buffer on error in mhi_alloc_bhie_table
2024-02-07 18:09 UTC (2+ messages)
[PATCH] ASoC: dt-bindings: atmel,asoc-wm8904: Convert to json-schema
2024-02-07 18:09 UTC (2+ messages)
[GIT PULL] KVM changes for 6.8-rc4
2024-02-07 18:08 UTC (2+ messages)
[GIT PULL] another NFSD fix for 6.8-rc
2024-02-07 18:08 UTC (2+ messages)
[GIT PULL] LoongArch fixes for v6.8-rc4
2024-02-07 18:08 UTC (2+ messages)
[PATCH v5 0/3] overflow: Introduce wrapping helpers
2024-02-07 18:06 UTC (8+ messages)
` [PATCH v5 1/3] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH v5 2/3] overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
` [PATCH v5 3/3] overflow: Introduce wrapping_inc() and wrapping_dec()
[PATCH v3 0/5] fpga: xilinx-selectmap: add new driver
2024-02-07 18:01 UTC (6+ messages)
` [PATCH v3 1/5] fpga: xilinx-spi: extract a common driver core
` [PATCH v3 2/5] dt-bindings: fpga: xlnx,fpga-slave-serial: rename gpios
` [PATCH v3 3/5] fpga: xilinx-core: rename "prog_b" and "init-b" gpios
` [PATCH v3 4/5] dt-bindings: fpga: xlnx,fpga-selectmap: add DT schema
` [PATCH v3 5/5] fpga: xilinx-selectmap: add new driver
[RESEND PATCH v0 0/5] wave5 codec driver
2024-02-07 18:00 UTC (5+ messages)
` [RESEND PATCH v0 1/5] wave5 : Support yuv422 input format for encoder
` [RESEND PATCH v0 2/5] wave5: Support to prepend sps/pps to IDR frame
[PATCH v12 00/16] iommu: Prepare to deliver page faults to user space
2024-02-07 17:59 UTC (5+ messages)
` [PATCH v12 13/16] iommu: Improve iopf_queue_remove_device()
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-02-07 17:26 UTC (26+ messages)
` [PATCH v2 01/25] KVM: VMX: Cleanup VMX basic information defines and usages
` [PATCH v2 02/25] KVM: VMX: Cleanup VMX misc "
` [PATCH v2 03/25] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v2 04/25] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v2 05/25] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
` [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v2 10/25] KVM: VMX: Add support for FRED context save/restore
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data
` [PATCH v2 13/25] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v2 14/25] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v2 15/25] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v2 16/25] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup
` [PATCH v2 17/25] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v2 18/25] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros
` [PATCH v2 19/25] KVM: nVMX: Add FRED VMCS fields
` [PATCH v2 20/25] KVM: nVMX: Add support for VMX FRED controls
` [PATCH v2 21/25] KVM: nVMX: Add VMCS FRED states checking
` [PATCH v2 22/25] KVM: x86: Allow FRED/LKGS/WRMSRNS to be exposed to guests
` [PATCH v2 23/25] KVM: selftests: Run debug_regs test with FRED enabled
` [PATCH v2 24/25] KVM: selftests: Add a new VM guest mode to run user level code
` [PATCH v2 25/25] KVM: selftests: Add fred exception tests
[PATCH v2 1/2] dt-bindings: net: dp83826: support TX data voltage tuning
2024-02-07 17:58 UTC (2+ messages)
` [PATCH v2 2/2] net: phy: "
[RFC] string: Allow 2-argument strscpy()
2024-02-07 17:51 UTC (3+ messages)
[PATCH net-next] net: Do not return value from init_dummy_netdev()
2024-02-07 17:50 UTC (2+ messages)
[PATCH net v1] net: intel: fix old compiler regressions
2024-02-07 17:50 UTC (2+ messages)
[tip: x86/bugs] x86/retpoline: Ensure default return thunk isn't used at runtime
2024-02-07 17:50 UTC (11+ messages)
` [PATCH -v2] "
[PATCH v1 0/6] maps memory improvements and fixes
2024-02-07 17:49 UTC (3+ messages)
[PATCH 1/1] dt-bindings: pci: layerscape-pci: Convert to yaml file
2024-02-07 17:49 UTC (3+ messages)
[PATCH] soc: mediatek: mtk-socinfo: depends on CONFIG_SOC_BUS
2024-02-07 17:42 UTC
[PATCH v4 00/10] IOMMU memory observability
2024-02-07 17:41 UTC (11+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v4 03/10] iommu/io-pgtable-arm: "
` [PATCH v4 04/10] iommu/io-pgtable-dart: "
` [PATCH v4 05/10] iommu/exynos: "
` [PATCH v4 06/10] iommu/rockchip: "
` [PATCH v4 07/10] iommu/sun50i: "
` [PATCH v4 08/10] iommu/tegra-smmu: "
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
` [PATCH v4 10/10] iommu: account IOMMU allocated memory
[PATCH v2 0/7] filesystem visibililty ioctls
2024-02-07 17:40 UTC (2+ messages)
[PATCH v3] wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set
2024-02-07 17:36 UTC (2+ messages)
[PATCH 0/2] alarmtimer: Rework the suspend flow in alarmtimer
2024-02-07 17:29 UTC (7+ messages)
` [PATCH 1/2] alarmtimer: Create alarmtimer sysfs to make duration of kernel suspend check configurable
` [PATCH 2/2] alarmtimer: Modify alarmtimer suspend callback to
[PATCH] arm64: dts: ti: am62-phyboard-lyra: Add overlay to enable a GPIO fan
2024-02-07 17:28 UTC
[PATCH 0/2] iio: adc: ad7944: new driver
2024-02-07 17:27 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: add ad7944 ADCs
[PATCH 0/2] Fix PHY init timeout issues
2024-02-07 17:25 UTC (5+ messages)
` [PATCH 1/2] mmc: xenon: fix PHY init clock stability
` [PATCH 2/2] mmc: xenon: add timeout for PHY init complete
[PATCH wq/for-6.9 v4 0/4] workqueue: Enable unbound cpumask update on ordered workqueues
2024-02-07 17:25 UTC (3+ messages)
` [PATCH wq/for-6.9 v4 2/4] "
[PATCH 3/4] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines)
2024-02-07 17:23 UTC (2+ messages)
[PATCH v4 0/3] Add V4L2 M2M Driver for E5010 JPEG Encoder
2024-02-07 17:21 UTC (5+ messages)
` [PATCH v4 3/3] media: imagination: Add E5010 JPEG Encoder driver
[PATCH v3 3/3] PCI/ASPM: Fix L1SS parameters & only enable supported features when enable link state
2024-02-07 17:19 UTC (3+ messages)
[LSF/MM/BPF TOPIC] tracing the source of errors
2024-02-07 17:16 UTC (2+ messages)
[PATCH v8] PCI/DPC: Ignore Surprise Down error on hot removal
2024-02-07 17:15 UTC (4+ messages)
[PATCHv5 0/3] *** Detect interrupt storm in softlockup ***
2024-02-07 17:14 UTC (9+ messages)
` [PATCHv5 1/3] watchdog/softlockup: low-overhead detection of interrupt
` [PATCHv5 2/3] watchdog/softlockup: report the most frequent interrupts
[PATCH v2 19/25] iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown
2024-02-07 17:13 UTC (2+ messages)
` [tip: x86/sev] iommu/amd: Fix failure return from snp_lookup_rmpentry()
[PATCH] doc:it_IT: fix a typo in the config name in RCU torture
2024-02-07 17:06 UTC (2+ messages)
[PATCH v5 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
2024-02-07 17:10 UTC (4+ messages)
` [PATCH v5 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v5 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH v5 3/3] printk: Remove redundant CONFIG_BASE_FULL
[PATCH v5 0/6] usb: gadget: functionfs: DMABUF import interface
2024-02-07 17:10 UTC (3+ messages)
` [PATCH v5 2/6] dma-buf: udmabuf: Implement .{begin,end}_access
` [Linaro-mm-sig] "
[PATCH v4] docs: admin-guide: Update bootloader and installation instructions
2024-02-07 17:10 UTC
[PATCH v1 0/6] Add Change to integrate HDMA with dwc ep driver
2024-02-07 17:06 UTC (4+ messages)
` [PATCH v1 3/6] PCI: dwc: Add HDMA support
[syzbot] KASAN: use-after-free Read in set_de_name_and_namelen
2024-02-07 17:02 UTC (3+ messages)
` [syzbot] [reiserfs?] "
[PATCH] x86/nmi: Fix "in NMI handler" check
2024-02-07 16:52 UTC
[PATCH printk v4 00/14] fix console flushing
2024-02-07 16:53 UTC (7+ messages)
` [PATCH printk v4 04/14] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
` [PATCH printk v4 14/14] dump_stack: Do not get cpu_sync for panic CPU
[PATCH v7] ASoc: tas2783: Add tas2783 codec driver
2024-02-07 16:45 UTC (5+ messages)
[PATCH] f2fs: kill heap-based allocation
2024-02-07 16:46 UTC
[PATCH v3 0/3] iommu/iova: use named kmem_cache for iova magazines
2024-02-07 16:43 UTC (7+ messages)
` [PATCH v3 1/3] iommu/iova: Tidy up iova_cache_get() failure
` [PATCH v3 2/3] iommu/iova: Reorganise some code
` [PATCH v3 3/3] iommu/iova: use named kmem_cache for iova magazines
[PATCH v2] fpga: dfl: afu: support Rev 2 of DFL Port feature
2024-02-07 16:40 UTC (7+ messages)
[PATCH v1] PM: sleep: Restore asynchronous device resume optimization
2024-02-07 16:39 UTC (6+ messages)
[PATCH] Input: psmouse - add resync_on_resume dmi check
2024-02-07 16:39 UTC (3+ messages)
[PATCH v2 0/5] HID: playstation: DS4: LED bugfix, third-party gamepad support
2024-02-07 16:36 UTC (6+ messages)
` [PATCH v2 1/5] HID: playstation: DS4: Fix LED blinking
` [PATCH v2 2/5] HID: playstation: DS4: Don't fail on FW/HW version request
` [PATCH v2 3/5] HID: playstation: DS4: Don't fail on calibration data request
` [PATCH v2 4/5] HID: playstation: DS4: Parse minimal report 0x01
` [PATCH v2 5/5] HID: playstation: Simplify device type ID
[tip:x86/sev] BUILD SUCCESS 1c811d403afd73f04bde82b83b24c754011bd0e8
2024-02-07 16:36 UTC
[PATCH v2] drivers/ps3: select VIDEO to provide cmdline functions
2024-02-07 16:36 UTC (2+ messages)
[PATCH v19 0/9] Add DELETE_BUF ioctl
2024-02-07 16:35 UTC (6+ messages)
[PATCH] workqueue: make wq_subsys const
2024-02-07 16:34 UTC (3+ messages)
[PATCH v4 0/2] Bluetooth: Improve retrying of connection attempts
2024-02-07 16:33 UTC (3+ messages)
[PATCH 0/9] PCI: introduce the concept of power sequencing of PCIe devices
2024-02-07 16:32 UTC (10+ messages)
` [PATCH 4/9] PCI: create platform devices for child OF nodes of the port node
` "
` "
[PATCH] PCI/sysfs: Fix race in pci sysfs creation
2024-02-07 16:30 UTC (3+ messages)
[PATCH] ASoC: cs35l56: Fix deadlock in ASP1 mixer register initialization
2024-02-07 16:26 UTC (2+ messages)
[RFC 0/9] power: sequencing: implement the subsystem and add first users
2024-02-07 16:26 UTC (6+ messages)
` [RFC 8/9] PCI/pwrctl: add PCI power control core code
` "
[PATCH v4 0/5] arm64: dts: add description for solidrun am642 som and hummingboard evb
2024-02-07 16:22 UTC (6+ messages)
` [PATCH v4 2/5] dt-bindings: rtc: abx80x: convert to yaml
[PATCH v4 1/4] sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGS
2024-02-07 16:22 UTC (4+ messages)
` [PATCH v4 2/4] sched/fair: remove unused parameters
[PATCH] remoteproc: qcom: Add NOTIFY_FATAL event type to SSR subdevice
2024-02-07 16:21 UTC (5+ messages)
arch/x86/kernel/cpu/intel.c:673:34: warning: variable 'l2' set but not used
2024-02-07 16:11 UTC
[PATCH] Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS
2024-02-07 16:10 UTC (2+ messages)
[PATCH v3] KVM: x86/xen: improve accuracy of Xen timers
2024-02-07 16:08 UTC (2+ messages)
MediaTek for-next: Replace matthias.bgg tree with mediatek
2024-02-07 16:08 UTC (3+ messages)
[PATCH 0/4] spi: s3c64xx: add support for google,gs101-spi
2024-02-07 16:07 UTC (6+ messages)
` [PATCH 1/4] spi: s3c64xx: explicitly include <linux/types.h>
[PATCH] KVM: VMX: Report up-to-date exit qualification to userspace
2024-02-07 16:04 UTC (2+ messages)
[PATCH 2/2] drm/vkms: Use a simpler composition function
2024-02-07 16:03 UTC (11+ messages)
` "
[PATCH v3 0/6] PCI: dwc: Add common pme_turn_off message by using outbound iATU
2024-02-07 16:02 UTC (8+ messages)
` [PATCH v3 5/6] dt-bindings: PCI: dwc: Add 'msg' register region
Re:Re: [PATCH printk v4 04/14] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
2024-02-07 16:00 UTC
[PATCH] net: make driver settling time configurable
2024-02-07 15:58 UTC (3+ messages)
` [PATCH] net: Change default delay on IP autoconfig to 0ms
[PATCH v3 0/4] LVDS Controller Support for SAM9X75 SoC
2024-02-07 15:52 UTC (3+ messages)
` [PATCH v3 1/4] dt-bindings: display: bridge: add sam9x75-lvds compatible
[PATCH 2/2] drm/vkms: Use a simpler composition function
2024-02-07 15:49 UTC (2+ messages)
linux-next: build failure after merge of the device-mapper tree
2024-02-07 15:47 UTC (2+ messages)
[PATCH] tracing: use ring_buffer_record_is_set_on() in tracer_tracing_is_on()
2024-02-07 15:47 UTC (13+ messages)
[PATCH 0/2] Add multi mode support for omap-mcspi
2024-02-07 15:46 UTC (5+ messages)
` [PATCH 2/2] spi: omap2-mcspi: Add support for MULTI-mode
[PATCH 2/2 v3] cxl/region: Use cond_guard() in show_targetN()
2024-02-07 15:45 UTC (4+ messages)
[PATCH v2 0/4] spi: s3c64xx: add support for google,gs101-spi
2024-02-07 15:44 UTC (3+ messages)
` [PATCH v2 2/4] spi: s3c64xx: prepare for a different flavor of iowrite rep
[PATCH] KVM: selftests: Fix a semaphore imbalance in the dirty ring logging test
2024-02-07 15:43 UTC (5+ messages)
[PATCH v2] ARM: dts: samsung: exynos5420-galaxy-tab-common: add wifi node
2024-02-07 15:38 UTC (2+ messages)
[PATCH v3 0/7] gs101 oriole: peripheral block 1 (peric1) and i2c12 support
2024-02-07 15:38 UTC (12+ messages)
` [PATCH v3 1/7] clk: samsung: gs-101: drop extra empty line
` (subset) "
` [PATCH v3 2/7] dt-bindings: clock: google,gs101-clock: add PERIC1 clock management unit
` (subset) "
` [PATCH v3 3/7] clk: samsung: gs101: add support for cmu_peric1
` (subset) "
` [PATCH v3 4/7] dt-bindings: samsung: exynos-sysreg: gs101-peric1 requires a clock
` (subset) "
[PATCH net v2 0/9] net: Fix MODULE_DESCRIPTION() for net (p5)
2024-02-07 15:37 UTC (3+ messages)
` [PATCH net v2 7/9] net: fill in MODULE_DESCRIPTION()s for net/sched
[PATCH] scsi: core: really include kunit tests with SCSI_LIB_KUNIT_TEST
2024-02-07 15:37 UTC (2+ messages)
[PATCH v4 00/11] Add support for Intel PPS Generator
2024-02-07 15:31 UTC (3+ messages)
` [PATCH v4 07/11] ice/ptp: remove convert_art_to_tsc()
[RFC 00/18] Pkernfs: Support persistence for live update
2024-02-07 15:28 UTC (7+ messages)
[RFC v6 0/8] DRM scheduling cgroup controller
2024-02-07 15:28 UTC (5+ messages)
` [RFC 1/8] cgroup: Add the DRM "
` [RFC 6/8] cgroup/drm: Introduce weight based drm cgroup control
[PATCH v2 0/3] per-vma locks in userfaultfd
2024-02-07 15:27 UTC (11+ messages)
` [PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
[etnaviv-next v13 0/7] drm/etnaviv: Add driver wrapper for vivante GPUs attached on PCI(e) device
2024-02-07 15:22 UTC (4+ messages)
` [etnaviv-next v13 7/7] drm/etnaviv: Add support for vivante GPU cores attached via PCI(e)
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