linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 16:18:06 to 2023-03-07 17:59:32 UTC [more...]

[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-03-07 17:53 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 0/5] fix call cpumask_next() if no further cpus set
 2023-03-07 17:52 UTC  (6+ messages)
` [PATCH 5/5] cpumask: fix comment of cpumask_xxx

[PATCH] watchdog: ixp4xx: Use devm_clk_get_enabled() helper
 2023-03-07 17:51 UTC  (2+ messages)

[PATCH 1/6] gpio: ich: Use devm_gpiochip_add_data() to simplify remove path
 2023-03-07 17:51 UTC  (10+ messages)
` [PATCH 2/6] gpio: twl4030: "
` [PATCH 3/6] gpio: sch311x: "
` [PATCH 4/6] gpio: pisosr: "
` [PATCH 5/6] gpio: tpic2810: "
` [PATCH 6/6] gpio: tps65086: "

[PATCH v0] qed/qed_dev: guard against a possible division by zero
 2023-03-07 17:50 UTC  (7+ messages)
    ` [EXT] "

x86: AMD Zen2 ymm registers rolling back
 2023-03-07 17:50 UTC  (3+ messages)
` [PATCH] x86/amd: Work around Erratum 1386 - XSAVES malfunction on context switch

[PATCH] arm64/sysreg: Convert HW[RW]TR_EL2 to automatic generation
 2023-03-07 17:50 UTC  (2+ messages)

[PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
 2023-03-07 17:48 UTC  (8+ messages)
` [PATCH 22/28] security: Introduce key_post_create_or_update hook
` [PATCH 26/28] evm: Move to LSM infrastructure

[PATCH 6.2 0000/1001] 6.2.3-rc1 review
 2023-03-07 17:00 UTC  (4+ messages)
` [PATCH 6.2 0628/1001] trace/blktrace: fix memory leak with using debugfs_lookup()
` [PATCH 6.2 0729/1001] scsi: snic: Fix "
` [PATCH 6.2 0833/1001] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data()

[PATCH] x86/resctrl: avoid compiler optimization in __resctrl_sched_in
 2023-03-07 17:48 UTC  (5+ messages)

[PATCH] xsk: Add missing overflow check in xdp_umem_reg
 2023-03-07 17:47 UTC  (2+ messages)

[PATCH] drm/msm: fix PM_DEVFREQ kconfig dependency warning
 2023-03-07 17:46 UTC 

[PATCH 1/2] watchdog: rt2880-wdt: avoid static global declarations
 2023-03-07 17:46 UTC  (4+ messages)
` [PATCH 2/2] watchdog: rt2880-wdt: prefer unsigned int over unsigned

[PATCH net-next] net: mdio: Add netlink interface
 2023-03-07 17:42 UTC  (10+ messages)

[PATCH v2, RESEND] f2fs: export compress_percent and compress_watermark entries
 2023-03-07 17:40 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] media: rkvdec: fix use after free bug in rkvdec_remove
 2023-03-07 17:39 UTC 

[PATCH -next] f2fs: make f2fs_sync_inode_meta() static
 2023-03-07 17:40 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] f2fs: fix unaligned field offset in 32-bits platform
 2023-03-07 17:40 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-03-07 17:40 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v4 0/6] Remove VT-d virtual command interface and IOASID
 2023-03-07 17:42 UTC  (9+ messages)
` [PATCH v4 3/6] iommu/sva: Stop using ioasid_set for SVA

[PATCH v2 0/6] clk: samsung: exynos850: Add missing clocks for PM
 2023-03-07 17:37 UTC  (6+ messages)

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-03-07 17:36 UTC  (2+ messages)

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-03-07 17:34 UTC  (4+ messages)
` [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction

[paulmck-rcu:dev.2023.03.06a] BUILD REGRESSION b5f34f7f546f7746ed4ca21da873aea5f408f295
 2023-03-07 17:33 UTC 

[PATCH v17 0/7] RISC-V IPI Improvements
 2023-03-07 17:32 UTC  (8+ messages)
` [PATCH v17 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v17 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v17 3/7] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v17 4/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v17 5/7] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v17 6/7] RISC-V: Use IPIs for remote icache "
` [PATCH v17 7/7] irqchip/riscv-intc: Add empty irq_eoi() for chained irq handlers

[PATCH v3] rcu: Add a minimum time for marking boot as completed
 2023-03-07 17:33 UTC  (7+ messages)

[PATCH 1/2] docs/mm: Physical Memory: fix a reference to a file that doesn't exist
 2023-03-07 17:32 UTC  (2+ messages)

[PATCH] amdgpu: Avoid building on UML
 2023-03-07 17:31 UTC  (3+ messages)

[PATCH 1/3] i2c: davinci: Use platform table macro over module_alias
 2023-03-07 17:30 UTC  (3+ messages)
` [PATCH 2/3] i2c: davinci: Use struct name not type with devm_kzalloc()
` [PATCH 3/3] i2c: davinci: Do not check for IRQ number 0

[RFC PATCH 0/6] Add basic Minidump kernel driver support
 2023-03-07 17:27 UTC  (6+ messages)

[PATCH] cxl/hdm: Fix hdm decoder init by adding COMMIT field check
 2023-03-07 17:27 UTC  (9+ messages)

[PATCH 1/2] docs: programming-language: remove mention of the Intel compiler
 2023-03-07 17:25 UTC  (2+ messages)

[PATCH] docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
 2023-03-07 17:24 UTC  (2+ messages)

[PATCH bpf-next 0/2] update 32-bit bounds when the lower 32-bit value is not wrapping
 2023-03-07 22:04 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: "

[PATCH 00/11] tree-wide: remove support for Renesas R-Car H3 ES1
 2023-03-07 17:21 UTC  (13+ messages)
` [PATCH 01/11] iommu/ipmmu-vmsa: remove R-Car H3 ES1.* handling
` [PATCH 02/11] drm: rcar-du: remove R-Car H3 ES1.* workarounds
` [PATCH 03/11] media: rcar-vin: remove R-Car H3 ES1.* handling
` [PATCH 04/11] media: rcar-vin: csi2: "
` [PATCH 05/11] media: renesas: fdp1: "
` [PATCH 06/11] thermal/drivers/rcar_gen3_thermal: "
` [PATCH 07/11] ravb: "
` [PATCH 08/11] mmc: renesas_sdhi: "
` [PATCH 09/11] usb: host: xhci-rcar: remove leftover quirk handling
` [PATCH 10/11] usb: host: xhci-rcar: remove R-Car H3 ES1.* handling
` [PATCH 11/11] usb: gadget: udc: renesas_usb3: "

[PATCH] tasks: Extract rcu_users out of union
 2023-03-07 17:19 UTC  (6+ messages)

[PATCH] sched/doc: supplement CPU capacity with RISC-V
 2023-03-07 17:18 UTC  (3+ messages)

[PATCH] KVM: VMX: Make setup_vmcs_config() preemption disabled
 2023-03-07 17:17 UTC  (4+ messages)

[PATCH] rdma/qib: Remove deprecated kmap() call
 2023-03-07 17:15 UTC 

[PATCH] scripts: rust-analyzer: Skip crate module directories
 2023-03-07 17:14 UTC  (4+ messages)

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2023-03-07 17:14 UTC  (21+ messages)
          ` [PATCH] [REGRESSION] "

[PATCH v2] qede: remove linux/version.h and linux/compiler.h
 2023-03-07 17:13 UTC  (6+ messages)

[PATCH v6 00/11] LSM: Three basic syscalls
 2023-03-07 17:13 UTC  (5+ messages)
` [PATCH v6 04/11] LSM: syscalls for current process attributes

[PATCH] coding-style.rst: indentation: Clarify tabs text
 2023-03-07 17:13 UTC  (2+ messages)

next: arch/mips/ar7/gpio.c:19:33: error: field 'chip' has incomplete type
 2023-03-07 17:10 UTC 

[PATCH] rust: virtio: add virtio support
 2023-03-07 17:09 UTC  (3+ messages)

[PATCH v2 00/21] nvmem: Layouts support
 2023-03-07 17:09 UTC  (24+ messages)
` [PATCH v2 01/21] of: Fix modalias string generation
` [PATCH v2 02/21] of: Update of_device_get_modalias()
` [PATCH v2 03/21] of: Rename of_modalias_node()
` [PATCH v2 04/21] of: Move of_modalias() to module.c
` [PATCH v2 05/21] of: Move the request module helper logic "
` [PATCH v2 06/21] usb: ulpi: Use of_request_module()
` [PATCH v2 07/21] of: device: Kill of_device_request_module()
` [PATCH v2 08/21] dt-bindings: nvmem: Fix spelling mistake "platforn" -> "platform"
` [PATCH v2 09/21] nvmem: core: return -ENOENT if nvmem cell is not found
` [PATCH v2 10/21] nvmem: core: introduce NVMEM layouts
` [PATCH v2 11/21] nvmem: core: handle the absence of expected layouts
` [PATCH v2 12/21] nvmem: core: request layout modules loading
` [PATCH v2 13/21] nvmem: core: add per-cell post processing
` [PATCH v2 14/21] nvmem: core: allow to modify a cell before adding it
` [PATCH v2 15/21] nvmem: imx-ocotp: replace global post processing with layouts
` [PATCH v2 16/21] nvmem: cell: drop global cell_post_process
` [PATCH v2 17/21] nvmem: core: provide own priv pointer in post process callback
` [PATCH v2 18/21] nvmem: layouts: sl28vpd: Add new layout driver
` [PATCH v2 19/21] MAINTAINERS: add myself as sl28vpd nvmem "
` [PATCH v2 20/21] nvmem: layouts: onie-tlv: Add new "
` [PATCH v2 21/21] MAINTAINERS: Add myself as ONIE tlv NVMEM layout maintainer

[PATCH] drivers/gpu: fix typo in comment
 2023-03-07 17:05 UTC  (2+ messages)

[PATCH] drm/amd/display: add prefix to amdgpu_dm_plane.h functions
 2023-03-07 17:03 UTC  (2+ messages)

[PATCH] regulator: rt5739: Spelling s/Rcihtek/Richtek/
 2023-03-07 17:02 UTC  (2+ messages)

[PATCH 0/4] serial: qcom-geni: fix console shutdown hang
 2023-03-07 17:03 UTC  (8+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] serial: qcom-geni: fix DMA mapping leak on shutdown
` [PATCH 3/4] serial: qcom-geni: fix mapping of empty DMA buffer
` [PATCH 4/4] serial: qcom-geni: drop bogus uart_write_wakeup()

[PATCH v3 00/60] arm64: Add support for LPA2 at stage1 and WXN
 2023-03-07 17:01 UTC  (10+ messages)
` [PATCH v3 06/60] arm64: ptdump: Allow VMALLOC_END to be defined at boot
` [PATCH v3 07/60] arm64: ptdump: Discover start of vmemmap region at runtime
` [PATCH v3 09/60] arm64: mm: Reclaim unused vmemmap region for vmalloc use

[PATCH RESEND net-next v4 0/4] net/mlx5e: Add GBP VxLAN HW offload support
 2023-03-07 16:58 UTC  (4+ messages)

[PATCH v3 0/6] Add support for Qualcomm's legacy IOMMU v2
 2023-03-07 16:58 UTC  (10+ messages)
` [PATCH v3 2/6] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH v3 3/6] iommu/qcom: Properly reset the IOMMU context
` [PATCH v3 4/6] iommu/qcom: Index contexts by asid number to allow asid 0
` [PATCH v3 6/6] iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts

[PATCH v2] kobject: Fix global-out-of-bounds in kobject_action_type()
 2023-03-07 16:56 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: fix NULL pointer access in mpt3sas_transport_port_add()
 2023-03-07 16:53 UTC  (4+ messages)

[PATCH] perf lock contention: Fix builtin detection
 2023-03-07 16:52 UTC  (4+ messages)

[PATCH v1 0/4] thermal: core/ACPI: Fix processor cooling device regression
 2023-03-07 16:51 UTC  (7+ messages)
` [PATCH v1 1/4] ACPI: processor: Reorder acpi_processor_driver_init()
` [PATCH v1 3/4] thermal: core: Introduce thermal_cooling_device_update()
` [PATCH v1 4/4] ACPI: processor: thermal: Update CPU cooling devices on cpufreq policy changes

[PATCH v2 0/5] Devicetree support for Loongson-1 GPIO
 2023-03-07 16:48 UTC  (5+ messages)
` [PATCH v2 1/5] gpio: loongson1: Convert to SPDX identifier

[PATCH] spi: Fix cocci warnings
 2023-03-07 16:48 UTC  (2+ messages)

[PATCH 1/2] tty: serial: qcom-geni-serial: check correct dma address before unprep
 2023-03-07 16:48 UTC  (6+ messages)
` [PATCH 2/2] tty: serial: qcom-geni-serial: check for valid size before starting dma

[PATCH 2/5] spi: qup: Use devm_platform_get_and_ioremap_resource()
 2023-03-07 16:48 UTC  (2+ messages)
` (subset) "

[PATCH v1 1/1] spi: Propagate firmware node
 2023-03-07 16:48 UTC  (2+ messages)

[PATCH net-next v1 1/2] net: dsa: microchip: add ksz_setup_tc_mode() function
 2023-03-07 16:46 UTC  (5+ messages)
` [PATCH net-next v1 2/2] net: dsa: microchip: add ETS Qdisc support for KSZ9477 series

[PATCH v13 00/11] Parallel CPU bringup for x86_64
 2023-03-07 16:45 UTC  (3+ messages)

drivers/gpu/drm/bridge/fsl-ldb.c:101: possible loss of information
 2023-03-07 16:45 UTC 

x86: AMD Zen2 ymm registers rolling back
 2023-03-07 16:45 UTC  (11+ messages)

[PATCH] memstick: r592: Fix UAF bug in r592_remove due to race condition
 2023-03-07 16:43 UTC 

[PATCH] memstick: r592: Fix UAF bug in r592_remove due to race condition
 2023-03-07 16:42 UTC 

[PATCH] samples/pidfd: Fix build
 2023-03-07 16:41 UTC  (2+ messages)

[PATCH v5] bus: mhi: host: Avoid ringing EV DB if there is no elements to process
 2023-03-07 16:41 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro
 2023-03-07 16:37 UTC 

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-03-07 16:40 UTC  (3+ messages)
` [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver

[PATCH v6 0/2] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-07 16:38 UTC  (6+ messages)

[PATCH v2 0/2] watchdog: s3c2410_wdt: Simplify using dev_err_probe()
 2023-03-07 16:37 UTC  (5+ messages)
` [PATCH v2 1/2] watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an int
` [PATCH v2 2/2] watchdog: s3c2410_wdt: Simplify using dev_err_probe()

[PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-03-07 16:35 UTC  (2+ messages)

[PATCH] igb: revert rtnl_lock() that causes deadlock
 2023-03-07 16:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net] net: microchip: sparx5: fix deletion of existing DSCP mappings
 2023-03-07 16:33 UTC  (2+ messages)

[PATCH 0/4] Add LVTS support for mt8192
 2023-03-07 16:34 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: thermal: mediatek: Add LVTS thermal controller definition "
` [PATCH 2/4] thermal/drivers/mediatek/lvts_thermal: Add mt8192 support
` [PATCH 3/4] arm64: dts: mediatek: mt8192: Add thermal zones and thermal nodes
` [PATCH 4/4] arm64: dts: mediatek: mt8192: Add temperature mitigation threshold

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-07 16:34 UTC  (3+ messages)
` [PATCH printk v1 01/18] kdb: do not assume write() callback available

[PATCH] scsi: core: Add BLIST_NO_ASK_VPD_SIZE for some VDASD
 2023-03-07 16:33 UTC  (5+ messages)

[PATCH v2 00/16] Enable DSA 2.0 Event Log and completion record faulting features
 2023-03-07 16:33 UTC  (4+ messages)
` [PATCH v2 08/16] iommu: define and export iommu_access_remote_vm()

[net PATCH v3] octeontx2-af: Unlock contexts in the queue context cache in case of fault detection
 2023-03-07 16:33 UTC  (2+ messages)

[PATCH] ntb_tool: check null return of devm_kcalloc in tool_init_mws
 2023-03-07 16:33 UTC  (5+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 1/2] maple_tree: Fix mas_skip_node() end slot detection
 2023-03-07 16:29 UTC  (6+ messages)

[PATCH] cxl/pci: Remove unnecessary aer.h include
 2023-03-07 16:24 UTC 

[PATCH] firmware: arm_scmi: Fix device node validation for mailbox transport
 2023-03-07 16:23 UTC 

[PATCH] maple_tree: Fix the error of mas->min/max in mas_skip_node()
 2023-03-07 16:21 UTC  (2+ messages)

[PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2023-03-07 16:21 UTC  (7+ messages)
` [PATCH 3/4] cxl: CXL Performance Monitoring Unit driver

Linux 6.3-rc1
 2023-03-07 16:21 UTC  (5+ messages)
` The state of ext4 tree merging (was Re: Linux 6.3-rc1)

[PATCH] media: venus: dec: Fix capture formats enumeration order
 2023-03-07 16:20 UTC  (6+ messages)

[PATCH 0/6] crypto: remove unnecessary PCI error handling
 2023-03-07 16:19 UTC  (7+ messages)
` [PATCH 1/6] crypto: qat - drop redundant adf_enable_aer()
` [PATCH 2/6] crypto: cavium/nitrox - remove unnecessary aer.h include
` [PATCH 3/6] crypto: hisilicon/hpre "
` [PATCH 4/6] crypto: hisilicon/qm "
` [PATCH 5/6] crypto: hisilicon/sec "
` [PATCH 6/6] crypto: hisilicon/zip "

[PATCH 0/5] cgroup/cpuset: Miscellaneous updates
 2023-03-07 16:16 UTC  (3+ messages)
` [PATCH 5/5] cgroup/cpuset: Minor updates to test_cpuset_prs.sh


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