linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-09 11:51:49 to 2022-11-09 14:33:32 UTC [more...]

[PATCH v2 00/12] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-11-09 14:33 UTC  (5+ messages)
` [PATCH v2 07/12] cxl: Remove dev_is_cxl_root_child() check in devm_cxl_enumerate_ports()

[PATCH 0/7] Add CA enforcement keyring restrictions
 2022-11-09 14:25 UTC  (3+ messages)

[PATCH] arch/arm64/boot/dts/marvell: add optee FW definitions
 2022-11-09 14:30 UTC 

[PATCH] ARM: dts: Update Nanobone DTS
 2022-11-09 14:30 UTC 

[PATCH v1 0/1] i2c: Restore power status of device if probe fails
 2022-11-09 14:29 UTC  (2+ messages)
` [PATCH v1 1/1] i2c: Restore initial power state on probe failure

[PATCH v2 0/5] iommu/s390: Further improvements
 2022-11-09 14:29 UTC  (6+ messages)
` [PATCH v2 1/5] iommu/s390: Make attach succeed even if the device is in error state
` [PATCH v2 2/5] iommu/s390: Add I/O TLB ops
` [PATCH v2 3/5] iommu/s390: Use RCU to allow concurrent domain_list iteration
` [PATCH v2 4/5] iommu/s390: Optimize IOMMU table walking
` [PATCH v2 5/5] s390/pci: use lock-free I/O translation updates

[PATCH v7 0/3] mm/slub: extend redzone check for kmalloc objects
 2022-11-09 14:28 UTC  (3+ messages)
` [PATCH v7 1/3] mm/slub: only zero requested size of buffer for kzalloc when debug enabled

[PATCH 1/2] dt-bindings: clock: add QCOM SM6375 display clock bindings
 2022-11-09 14:27 UTC  (3+ messages)
` [PATCH 2/2] clk: qcom: Add display clock controller driver for SM6375

[PATCH v17 0/3] Add TDX Guest Attestation support
 2022-11-09 14:24 UTC  (3+ messages)
` [PATCH v17 2/3] virt: Add TDX guest driver

[PATCH 1/3] dt-bindings: mmc: sdhci-msm: Document the SM6375 compatible
 2022-11-09 14:26 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: qcom: sm6375: Add SDHCI2
` [PATCH 3/3] arm64: dts: qcom: sm6375-pdx225: Enable SD card slot

[PATCH v2] mm/page_alloc: Leave IRQs enabled for per-cpu page allocations
 2022-11-09 14:24 UTC  (7+ messages)

[PATCH PING v9] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2022-11-09 13:41 UTC  (9+ messages)
` [PATCH v9 1/8] kbuild: bring back tristate.conf
` [PATCH v9 2/8] kbuild: add modules_thick.builtin
` [PATCH v9 3/8] kbuild: generate an address ranges map at vmlinux link time
` [PATCH v9 4/8] kallsyms: introduce sections needed to map symbols to built-in modules
` [PATCH v9 5/8] kallsyms: optimize .kallsyms_modules*
` [PATCH v9 6/8] kallsyms: distinguish text symbols fully using object file names
` [PATCH v9 7/8] kallsyms: add /proc/kallmodsyms for text symbol disambiguation
` [PATCH v9 8/8] perf: proof-of-concept kallmodsyms support

[PATCH v2] drm: xlnx: Fix return type of zynqmp_dp_bridge_mode_valid
 2022-11-09 14:21 UTC  (2+ messages)

Crash with PREEMPT_RT on aarch64 machine
 2022-11-09 14:21 UTC  (12+ messages)

[PATCH] speakup: remove usage of non-standard u_char
 2022-11-09 14:20 UTC  (2+ messages)

[PATCH v3 0/5] Apple SoC cpufreq driver
 2022-11-09 14:20 UTC  (7+ messages)
` [PATCH v3 4/5] cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states

[PATCH v3] soc/tegra: fuse: use platform info with soc revision
 2022-11-09 14:20 UTC 

[PATCH 00/23] Add Tegra20 parallel video input capture
 2022-11-09 14:18 UTC  (24+ messages)
` [PATCH 01/23] dt-bindings: display: tegra: add bindings for Tegra20 VIP
` [PATCH 02/23] dt-bindings: display: tegra: vi: add 'vip' property and example
` [PATCH 03/23] ARM: dts: tegra20: add label to nvidia,tegra20-vi node
` [PATCH 04/23] ARM: dts: tegra20-tamonten: add label to avdd_vdac regulator
` [PATCH 05/23] staging: media: tegra-video: fix .vidioc_enum_fmt_vid_cap to return all formats
` [PATCH 06/23] staging: media: tegra-video: improve documentation of tegra_video_format fields
` [PATCH 07/23] staging: media: tegra-video: document tegra_channel_get_remote_source_subdev
` [PATCH 08/23] staging: media: tegra-video: fix typos in comment
` [PATCH 09/23] staging: media: tegra-video: improve error messages
` [PATCH 10/23] staging: media: tegra-video: slightly simplify cleanup on errors
` [PATCH 11/23] staging: media: tegra-video: move private struct declaration to C file
` [PATCH 12/23] staging: media: tegra-video: remove unneeded include
` [PATCH 13/23] staging: media: tegra-video: Kconfig: allow TPG only on Tegra210
` [PATCH 14/23] staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc op
` [PATCH 15/23] staging: media: tegra-video: move default format to soc-specific data
` [PATCH 16/23] staging: media: tegra-video: move MIPI calibration calls from VI to CSI
` [PATCH 17/23] staging: media: tegra-video: add a per-soc enable/disable op
` [PATCH 18/23] staging: media: tegra-video: move syncpt init/free to a per-soc op
` [PATCH 19/23] staging: media: tegra-video: add syncpts for Tegra20 to struct tegra_vi
` [PATCH 20/23] staging: media: tegra-video: add hooks for planar YUV and H/V flip
` [PATCH 21/23] staging: media: tegra-video: add H/V flip controls
` [PATCH 22/23] staging: media: tegra-video: add support for VIP (parallel video input)
` [PATCH 23/23] staging: media: tegra-video: add tegra20 variant

[PATCH] Accessiblity: speakup_bns: specifying the default driver parameters among the module params
 2022-11-09 14:18 UTC  (2+ messages)

[PATCH v9] misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os
 2022-11-09 14:17 UTC 

[PATCH v7 15/23] drm/modes: Introduce more named modes
 2022-11-09 14:09 UTC 

[PATCH] drm: rcar_du: DRM_RCAR_DU optionally depends on RCAR_MIPI_DSI
 2022-11-09 14:11 UTC  (2+ messages)

[PATCH 1/2] driver core: remove devm_device_remove_groups()
 2022-11-09 14:11 UTC  (3+ messages)
` [PATCH 2/2] driver core: remove devm_device_remove_group()

[PATCH] USB: gadget: Fix use-after-free during usb config switch
 2022-11-09 14:11 UTC 

[PATCH 00/26] rxrpc: Increasing SACK size and moving away from softirq, part 1
 2022-11-09 14:10 UTC  (2+ messages)

[PATCH] linux-firmware: update firmware for MT7921 WiFi device
 2022-11-09 14:02 UTC 

[PATCH v2] ceph: fix memory leak in mount error path when using test_dummy_encryption
 2022-11-09 14:01 UTC  (6+ messages)

[PATCH v6 1/2] soc: loongson: add GUTS driver for loongson-2 platforms
 2022-11-09 14:00 UTC  (2+ messages)

[PATCH] nilfs2: fix NULL pointer dereference in nilfs_segctor_prepare_write()
 2022-11-09 14:00 UTC  (10+ messages)

[PATCH net-next v3] net/core: Allow live renaming when an interface is up
 2022-11-09 14:00 UTC  (2+ messages)

[PATCH v4 2/5] block: add partition parser for U-Boot uImage.FIT
 2022-11-09 13:58 UTC  (2+ messages)

[Patch 1/4] soc/tegra: cbb: use correct master_id mask for cbb noc in Tegra194
 2022-11-09 13:57 UTC  (4+ messages)
` [Patch 2/4] soc/tegra: cbb: update slave maps for Tegra234
` [Patch 3/4] soc/tegra: cbb: add checks for potential out of bound errors
` [Patch 4/4] soc/tegra: cbb: check firewall before enabling error reporting

[PATCH][CFT] [coredump] don't use __kernel_write() on kmap_local_page()
 2022-11-09 13:57 UTC  (11+ messages)

[PATCH] f2fs: fix to enable compress for newly created file if extension matches
 2022-11-09 13:57 UTC  (2+ messages)

[RFC] iommu/vt-d: set default value of INTEL_IOMMU_FLOPPY_WA to n
 2022-11-09 13:55 UTC  (6+ messages)

[PATCH v2 0/5] firmware: ti_sci: Introduce system suspend support
 2022-11-09 13:55 UTC  (2+ messages)

[PATCH 5.10 000/117] 5.10.154-rc2 review
 2022-11-09 13:54 UTC  (2+ messages)

[PATCH v5 0/7] MediaTek watchdog: Convert mtk-wdt.txt to dt-schema
 2022-11-09 13:53 UTC  (5+ messages)
` [PATCH v5 5/7] dt-bindings: watchdog: mediatek: Convert mtk-wdt to json-schema

[PATCH 1/2] dt-bindings: regulator: qcom,smd: Document PMR735a
 2022-11-09 13:50 UTC  (2+ messages)

patches for staging:media drivers
 2022-11-09 13:49 UTC  (6+ messages)

WARNING in bpf_bprintf_prepare
 2022-11-09 13:49 UTC  (7+ messages)

[PATCH drm-misc-next v4 0/4] drm/arm/hdlcd: use drm managed resources
 2022-11-09 13:49 UTC  (4+ messages)

[PATCH v12 0/2] Add support for UltraSoc System Memory Buffer
 2022-11-09 13:50 UTC  (3+ messages)
` [PATCH v12 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver
` [PATCH v12 2/2] Documentation: Add document for UltraSoc SMB drivers

[PATCH 0/6] Add Hyper-v extended hypercall support in KVM
 2022-11-09 13:48 UTC  (5+ messages)
` [PATCH 4/6] KVM: selftests: Make Hyper-V guest OS ID common
` [PATCH 5/6] KVM: selftests: Move hypercall() to hyper.h

[PATCH 00/16] STM32 configure UART nodes for DMA
 2022-11-09 13:48 UTC  (7+ messages)
          ` [Linux-stm32] "

[PATCH -next] vfio/mlx5: use module_pci_driver
 2022-11-09 13:47 UTC  (2+ messages)

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-09 13:46 UTC  (3+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[RFC PATCH] acpi: make remove callback of acpi driver void
 2022-11-09 13:45 UTC  (2+ messages)

[PATCH v2] x86/paravirt: use common macro for creating simple asm paravirt functions
 2022-11-09 13:44 UTC 

[RFC 0/9] KVM perf support
 2022-11-09 13:42 UTC  (3+ messages)
` [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf

[PATCH] f2fs: separate IPU policy for fdatasync from F2FS_IPU_FSYNC
 2022-11-09 13:39 UTC  (8+ messages)

[PATCH linux-next v2] ASoC: SOF: remove duplicated included sof-audio.h
 2022-11-09 13:39 UTC  (2+ messages)

[PATCH v1 1/2] resource: Replace printk(KERN_WARNING) by pr_warn()
 2022-11-09 13:37 UTC  (4+ messages)

[PATCH 0/3] Miscellaneous DRBD updates for 6.2
 2022-11-09 13:34 UTC  (4+ messages)
` [PATCH 1/3] drbd: use blk_queue_max_discard_sectors helper
` [PATCH 2/3] drbd: disable discard support if granularity > max
` [PATCH RESEND 3/3] drbd: Store op in drbd_peer_request

[PATCH v1 0/2] mm: In-kernel support for memory-deny-write-execute (MDWE)
 2022-11-09 13:33 UTC  (5+ messages)
` [PATCH v1 2/2] kselftest: vm: add tests for memory-deny-write-execute

[PATCH linux-next] block: use strscpy() is more robust and safer
 2022-11-09 13:32 UTC 

[PATCH 5.4 00/74] 5.4.224-rc1 review
 2022-11-09 13:31 UTC  (2+ messages)

[PATCH] modpost: Join broken long printed messages
 2022-11-09 13:30 UTC 

[PATCH] block, bfq: do the all counting of pending-request if CONFIG_BFQ_GROUP_IOSCHED is enabled
 2022-11-09 13:29 UTC 

[PATCH] tracing: Optimize event type allocation with IDA
 2022-11-09 13:26 UTC  (2+ messages)

[v2 0/10] Initial support for Cadence MHDP(HDMI/DP) for i.MX8MQ
 2022-11-09 13:26 UTC  (4+ messages)
` [v2 06/10] drm: bridge: cadence: Add MHDP HDMI driver "
    ` [EXT] "

[PATCH linux-next] ACPI: sysfs: use sysfs_emit() to instead of scnprintf()
 2022-11-09 13:25 UTC 

[PATCH 1/4] drm/msm/disp/dpu1: pin 1 crtc to 1 encoder
 2022-11-09 13:23 UTC  (11+ messages)
` [PATCH 2/4] drm/msm/disp/dpu1: populate disp_info if an interface is external
` [PATCH 3/4] drm/msm/disp/dpu1: helper function to determine if encoder is virtual
` [PATCH 4/4] drm/msm/disp/dpu1: add color management support for the crtc

[PATCH v1 1/2] gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnode
 2022-11-09 13:23 UTC  (4+ messages)

[PATCH 4.19 00/48] 4.19.265-rc1 review
 2022-11-09 13:19 UTC  (2+ messages)

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-09 13:18 UTC  (7+ messages)
` [PATCH v10 035/108] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v10 036/108] KVM: TDX: Enable mmio spte caching always for TDX
` [PATCH v10 060/108] KVM: Add functions to set GFN to private or shared

[PATCH] iommu/arm-smmu-v3: Restore prints in arm_smmu_attach_dev()
 2022-11-09 13:11 UTC  (2+ messages)

[PATCH v2 0/5] rtc: rtc-cmos: Assorted ACPI-related cleanups and fixes
 2022-11-09 13:11 UTC  (7+ messages)
` [PATCH v2 1/5] rtc: rtc-cmos: Call cmos_wake_setup() from cmos_do_probe()
` [PATCH v2 2/5] rtc: rtc-cmos: Call rtc_wake_setup() "
` [PATCH v2 3/5] rtc: rtc-cmos: Eliminate forward declarations of some functions
` [PATCH v2 4/5] rtc: rtc-cmos: Rename ACPI-related functions
` [PATCH v2 5/5] rtc: rtc-cmos: Disable ACPI RTC event on removal

[PATCH v4 4/5] mtd_blkdevs: add option to enable scanning for partitions
 2022-11-09 13:10 UTC  (3+ messages)

[PATCH net-next v2 0/5] net: dsa: microchip: ksz_pwrite status check for lan937x and irq and error checking updates for ksz series
 2022-11-09 13:10 UTC  (2+ messages)

[PATCH 0/5] padata: fix liftime issues after ->serial() has completed
 2022-11-09 13:03 UTC  (10+ messages)
` [PATCH 2/5] padata: make padata_free_shell() to respect pd's ->refcnt
` [PATCH 3/5] padata: grab parallel_data refcnt for reorder
` [PATCH 5/5] padata: avoid potential UAFs to the padata_shell from padata_reorder()

[PATCH v1 0/3] Get rid of devm_fwnode_get_[index_]gpiod_from_child()
 2022-11-09 13:00 UTC  (6+ messages)

[PATCH 1/2] dt-bindings: pinctrl: qcom,msm8916: convert to dtschema
 2022-11-09 12:59 UTC  (2+ messages)

[PATCH 1/3] media: dt-bindings: media: mediatek: vcodec: Fix clock num not correctly
 2022-11-09 12:59 UTC  (3+ messages)
` [PATCH 2/3] media: dt-bindings: media: mediatek: vcodec: Change the max reg value to 2

[PATCH v2 0/7] Add camera access keys, IdeaPad driver improvements
 2022-11-09 12:58 UTC  (3+ messages)

arm: TI BeagleBoard X15 : Unable to handle kernel NULL pointer dereference at virtual address 00000369 - Internal error: Oops: 5 [#1] SMP ARM
 2022-11-09 12:57 UTC  (2+ messages)

[PATCH v8] misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os
 2022-11-09 12:56 UTC  (5+ messages)

[PATCH RESEND] mfd: Add Freescale i.MX8qxp Control and Status Registers (CSR) module driver
 2022-11-09 12:50 UTC  (7+ messages)

[PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
 2022-11-09 12:45 UTC  (3+ messages)

[PATCH 0/5] Support ASID Isolation mechanism
 2022-11-09 12:43 UTC  (3+ messages)
` [PATCH 4/5] arm64: mm: Support ASID isolation feature

[v8] drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280
 2022-11-09 12:40 UTC  (2+ messages)

[PATCH] mmc: atmel-mci: Convert to gpio descriptors
 2022-11-09 12:38 UTC  (2+ messages)

[PATCH 0/2] fsl_lpuart: add some new features for lpuart driver
 2022-11-09 12:38 UTC  (3+ messages)
` [PATCH 2/2] tty: serial: fsl_lpuart: Add runtime pm support

[PATCH] x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics
 2022-11-09 12:38 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH v5 0/3] qcom-cpufreq-hw: Add CPU clock provider support
 2022-11-09 12:35 UTC  (6+ messages)
` [PATCH v5 3/3] cpufreq: qcom-hw: "

[PATCH] mmc: litex_mmc: ensure `host->irq == 0` if polling
 2022-11-09 12:34 UTC  (2+ messages)

[PATCH v2] usb: add NO_LPM quirk for Realforce 87U Keyboard
 2022-11-09 12:31 UTC  (3+ messages)

[PATCH 4.9 00/30] 4.9.333-rc1 review
 2022-11-09 12:31 UTC  (2+ messages)

[RESEND PATCH 0/4] Implement File-Based optimization functionality
 2022-11-09 12:31 UTC  (4+ messages)

ld.lld: error: undefined symbol: firmware_upload_register
 2022-11-09 12:30 UTC 

[PATCH v3] usb: add NO_LPM quirk for Realforce 87U Keyboard
 2022-11-09 12:29 UTC 

[PATCH] memory: omap-gpmc: fix coverity issue "Control flow issues"
 2022-11-09 12:24 UTC  (2+ messages)

[PATCH v3 0/9] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-11-09 12:22 UTC  (3+ messages)
` [PATCH v3 9/9] cxl/acpi: Set ACPI's CXL _OSC to indicate CXL1.1 support

[PATCH 0/2] fsl_lpuart: improve Idle Line Interrupt and registers handle in .shutdown()
 2022-11-09 12:19 UTC  (5+ messages)
` [PATCH 1/2] tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma case
` [PATCH 2/2] tty: serial: fsl_lpuart: improve lpuart32 registers clearing when shutdown

[PATCH v2] ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register
 2022-11-09 12:13 UTC 

[PATCH 0/4] mmc: Add support for F_SDH30_E51
 2022-11-09 12:15 UTC  (3+ messages)
` [PATCH 1/4] mmc: f-sdh30: Add reset control support

[PATCH v5 00/14] coresight: Add new API to allocate trace source ID values
 2022-11-09 12:07 UTC  (5+ messages)
` [PATCH v5 12/14] perf: cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packet
` [PATCH v5 14/14] coresight: trace-id: Add debug & test macros to Trace ID allocation

[PATCH v1 0/3] serial: liteuart: add IRQ support
 2022-11-09 12:07 UTC  (3+ messages)
` [PATCH v1 1/3] serial: liteuart: cosmetic changes

[syzbot] WARNING in kernfs_find_and_get_node_by_id
 2022-11-09 12:04 UTC  (2+ messages)
` [PATCH] fs/kernfs: Fix lockdep warning in kernfs_active()

[PATCH v2 1/2] tty: Convert tty_buffer flags to bool
 2022-11-09 12:02 UTC  (4+ messages)

[tip: perf/urgent] perf/x86/amd/uncore: Fix memory leak for events array
 2022-11-09 12:02 UTC 

[PATCH 0/5] Initial rk3588 DT
 2022-11-09 12:01 UTC  (4+ messages)
` [PATCH 5/5] arm64: dts: rockchip: Add rock-5a board

[PATCH v3 tty-next 0/3] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-11-09 12:01 UTC  (3+ messages)
` [PATCH v3 tty-next 1/3] 8250: microchip: pci1xxxx: Add driver for quad-uart support

[PATCH] KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
 2022-11-09 11:59 UTC 

[PATCH] serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle
 2022-11-09 11:55 UTC  (2+ messages)

[PATCH v4] drm/sysfs: Link DRM connectors to corresponding Type-C connectors
 2022-11-09 11:54 UTC  (2+ messages)

[PATCHv5 00/13] zram: Support multiple compression streams
 2022-11-09 11:50 UTC  (5+ messages)
` [PATCHv5 10/13] zram: Add algo parameter support to zram_recompress()
` [PATCHv5 11/13] documentation: Add zram recompression documentation
` [PATCHv5 12/13] zram: add incompressible writeback
` [PATCHv5 13/13] zram: Add incompressible flag to read_block_state()


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).