All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-14 01:06:44 to 2022-11-14 03:27:06 UTC [more...]

[Intel-gfx] [PATCH v2 0/3] add track_remove_slot and remove track_flush_slot
 2022-11-14  1:05 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 1/3] KVM: x86: add a new page track hook track_remove_slot
          `  "

[OE-core] [PATCH] xwayland: upgrade 22.1.4 -> 22.1.5
 2022-11-14  3:26 UTC 

[PATCH v2 0/2] sched: sched_fork() optimizations
 2022-11-14  3:26 UTC  (2+ messages)

[OE-core] [PATCH] wayland-protocols: upgrade 1.27 -> 1.28
 2022-11-14  3:25 UTC 

[PATCH] xfs: account extra freespace btree splits for multiple allocations
 2022-11-14  3:22 UTC  (3+ messages)

[PATCH] cpufreq: Init completion before kobject_init_and_add()
 2022-11-14  3:23 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel paging request in bdi_register_va
 2022-11-14  3:22 UTC 

[oe] [meta-gnome] [PATCH] yelp-tools: upgrade 42.0 -> 42.1
 2022-11-14  3:21 UTC 

[oe] [meta-oe] [PATCH] ser2net: upgrade 4.3.9 -> 4.3.10
 2022-11-14  3:21 UTC 

[oe] [meta-python] [PATCH] python3-stevedore: upgrade 4.1.0 -> 4.1.1
 2022-11-14  3:21 UTC 

[oe] [meta-python] [PATCH] python3-pywbemtools: upgrade 1.0.1 -> 1.1.0
 2022-11-14  3:20 UTC 

[OE-core] [PATCH] libsoup: upgrade 3.2.1 -> 3.2.2
 2022-11-14  3:20 UTC 

[oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.0.0 -> 3.0.2
 2022-11-14  3:20 UTC 

[syzbot] WARNING: locking bug in hugetlb_no_page
 2022-11-14  2:24 UTC  (5+ messages)

[OE-core] [PATCH] iso-codes: upgrade 4.11.0 -> 4.12.0
 2022-11-14  3:19 UTC 

[OE-Core] [PATCH] babeltrace: upgrade 1.5.8 -> 1.5.11
 2022-11-14  3:18 UTC 

[PATCH v2] tpm: Add flag to use default cancellation policy
 2022-11-14  3:17 UTC  (2+ messages)

[PATCH v8 00/14] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-11-14  3:16 UTC  (12+ messages)
` [PATCH v8 01/14] drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags

[PATCH v5 0/3] qcom-cpufreq-hw: Add CPU clock provider support
 2022-11-14  3:16 UTC  (8+ messages)
` [PATCH v5 3/3] cpufreq: qcom-hw: "

[PATCH] tpm: tis_i2c: Fix sanity check interrupt enable mask
 2022-11-14  3:16 UTC  (2+ messages)

[syzbot] WARNING in nci_unregister_device
 2022-11-14  3:11 UTC 

[syzbot] general protection fault in shm_close
 2022-11-14  3:11 UTC 

[syzbot] possible deadlock in virtual_nci_close
 2022-11-14  3:11 UTC 

[PATCH v8 0/9] Add latency priority for CFS class
 2022-11-14  3:06 UTC  (3+ messages)
` [PATCH v8 1/9] sched/fair: fix unfairness at wakeup

[PATCH] can: etas_es58x: free netdev when register_candev() failed in es58x_init_netdev()
 2022-11-14  3:25 UTC 

[PATCH v3] examples/vdpa: support running in nested virtualization environment
 2022-11-14  3:04 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v3 2/5] ksm: support unsharing zero pages placed by KSM
 2022-11-14  3:02 UTC  (2+ messages)

[PATCH] ixgbevf: Fix resource leak in ixgbevf_init_module()
 2022-11-14  2:57 UTC 

[PATCH] firmware: stratix10-svc: Fix IS_ERR() vs NULL check in stratix10_svc_drv_probe()
 2022-11-14  2:59 UTC 

[PATCH] net: ena: Fix error handling in ena_init()
 2022-11-14  2:56 UTC 

[RFC PATCH 0/5] scsi:scsi_debug:Add error injection for single lun
 2022-11-14  2:55 UTC  (5+ messages)

[PATCH] fs: Fix UBSAN detected shift-out-bounds error for bad superblock
 2022-11-14  2:49 UTC 

[v3 1/2] iio: adc: aspeed: Remove the trim valid dts property
 2022-11-14  2:50 UTC  (6+ messages)
` [v3 2/2] dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid"

[PATCH v10 1/2] pinctrl: pinctrl-loongson2: add pinctrl driver support
 2022-11-14  2:49 UTC  (2+ messages)
` [PATCH v10 2/2] dt-bindings: pinctrl: add loongson-2 pinctrl

[PATCH v2 00/17] powerpc: alternate queued spinlock implementation
 2022-11-14  2:31 UTC  (19+ messages)
` [PATCH v2 01a/17] powerpc/qspinlock: prepare powerpc qspinlock implementation
` [PATCH v2 01/17] powerpc/qspinlock: "
` [PATCH v2 02/17] powerpc/qspinlock: add mcs queueing for contended waiters
` [PATCH v2 03/17] powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx
` [PATCH v2 04/17] powerpc/qspinlock: convert atomic operations to assembly
` [PATCH v2 05/17] powerpc/qspinlock: allow new waiters to steal the lock before queueing
` [PATCH v2 06/17] powerpc/qspinlock: theft prevention to control latency
` [PATCH v2 07/17] powerpc/qspinlock: store owner CPU in lock word
` [PATCH v2 08/17] powerpc/qspinlock: paravirt yield to lock owner
` [PATCH v2 09/17] powerpc/qspinlock: implement option to yield to previous node
` [PATCH v2 10/17] powerpc/qspinlock: allow stealing when head of queue yields
` [PATCH v2 11/17] powerpc/qspinlock: allow propagation of yield CPU down the queue
` [PATCH v2 12/17] powerpc/qspinlock: add ability to prod new queue head CPU
` [PATCH v2 13/17] powerpc/qspinlock: trylock and initial lock attempt may steal
` [PATCH v2 14/17] powerpc/qspinlock: use spin_begin/end API
` [PATCH v2 15/17] powerpc/qspinlock: reduce remote node steal spins
` [PATCH v2 16/17] powerpc/qspinlock: allow indefinite spinning on a preempted owner
` [PATCH v2 17/17] powerpc/qspinlock: provide accounting and options for sleepy locks

[PATCH] Documentation: sched: Add a new sched-util-clamp.rst
 2022-11-14  2:47 UTC  (2+ messages)

[PATCH v12 1/2] thermal: loongson-2: add thermal management support
 2022-11-14  2:47 UTC  (2+ messages)
` [PATCH v12 2/2] dt-bindings: thermal: add loongson-2 thermal

[PATCH mptcp-next] mptcp: don't fallback when dss validating fails
 2022-11-14  2:40 UTC 

[PATCH net-next v2] netlink: split up copies in the ack construction
 2022-11-14  2:39 UTC  (2+ messages)

[syzbot] possible deadlock in hugetlb_fault
 2022-11-14  2:35 UTC  (6+ messages)

[PATCH] iommu/vt-d: Present Access bit for IOVA in FL non-leaf paging entries
 2022-11-14  2:26 UTC  (2+ messages)

[PATCH] tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
 2022-11-14  2:29 UTC 

[PATCH] platform/chrome: cros_ec_lpc: Force synchronous probe
 2022-11-14  2:30 UTC  (2+ messages)

[PATCH 00/12] intel-m10-bmc: Split BMC to core and SPI parts & add PMCI+N6000 support
 2022-11-14  2:18 UTC  (9+ messages)
` [PATCH 02/12] mfd: intel-m10-bmc: Create m10bmc_platform_info for type specific info
` [PATCH 10/12] mfd: intel-m10-bmc: Add PMCI driver

[PATCH v2 0/8] phy: allwinner: phy-sun6i-mipi-dphy: Add the A100 DPHY
 2022-11-14  2:21 UTC  (27+ messages)
` [PATCH v2 1/8] dt-bindings: sun6i-a31-mipi-dphy: Add the interrupts property
` [PATCH v2 2/8] ARM: dts: sun8i: a33: Add DPHY interrupt
` [PATCH v2 3/8] arm64: dts: allwinner: a64: "
` [PATCH v2 4/8] dt-bindings: sun6i-a31-mipi-dphy: Add the A100 DPHY variant
` [PATCH v2 5/8] phy: allwinner: phy-sun6i-mipi-dphy: Make RX support optional
` [PATCH v2 6/8] phy: allwinner: phy-sun6i-mipi-dphy: Set the enable bit last
` [PATCH v2 7/8] phy: allwinner: phy-sun6i-mipi-dphy: Add a variant power-on hook
` [PATCH v2 8/8] phy: allwinner: phy-sun6i-mipi-dphy: Add the A100 DPHY variant

[PATCH] drm/amdgpu: Fixed the problem that ras error can't be queried after gpu recovery is completed
 2022-11-14  2:19 UTC 

[PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection
 2022-11-14  2:18 UTC  (6+ messages)
` [PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for "

[PATCH] wifi: mt76: mt7915: fix uninitialized irq_mask
 2022-11-14  2:17 UTC 

[OE-Core][kirkstone][PATCH] lttng-tools: Upgrade 2.13.4 -> 2.13.8
 2022-11-14  2:17 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix unhandled deadlock in grab_vma()
 2022-11-14  2:16 UTC  (5+ messages)
    `  "

[PATCH 0/2] libata NCQ error handling fix and improvement
 2022-11-14  2:15 UTC  (5+ messages)
` [PATCH 1/2] ata: libata: only mark a single command as error during a NCQ error
` [PATCH 2/2] ata: libata: skip error analysis for commands that are not errors

[PATCHv5 04/13] zram: Introduce recompress sysfs knob
 2022-11-14  2:14 UTC  (2+ messages)
` [PATCH] zram: explicitly limit prio_max for static analyzers

[PATCH v5 00/13] zbd: fix unaligned block size issue and verify issues
 2022-11-14  2:13 UTC  (14+ messages)
` [PATCH v5 01/13] oslib: blkzoned: add blkzoned_finish_zone() helper function
` [PATCH v5 02/13] engines/libzbc: add libzbc_finish_zone() "
` [PATCH v5 03/13] zbd: add zbd_zone_remainder() "
` [PATCH v5 04/13] zbd: finish zones with remainder smaller than minimum write block size
` [PATCH v5 05/13] zbd: allow block size not divisor of zone size
` [PATCH v5 06/13] zbd, verify: verify before zone reset for zone_reset_threshold/frequency
` [PATCH v5 07/13] zbd: fix zone reset condition for verify
` [PATCH v5 08/13] zbd: prevent experimental verify with zonemode=zbd
` [PATCH v5 09/13] t/zbd: fix test case #33 for block size unaligned to zone size
` [PATCH v5 10/13] t/zbd: modify test case #34 "
` [PATCH v5 11/13] t/zbd: add test case to check zone_reset_threshold/frequency with verify
` [PATCH v5 12/13] t/zbd: remove experimental_verify option from test case #54
` [PATCH v5 13/13] t/zbd: add test case to check experimental_verify option

[PATCH -next] blk-mq: fix warning when unregister mq sysfs
 2022-11-14  2:07 UTC  (2+ messages)

[PATCH] mtd: lpddr2_nvm: i2c: mux: reg: Fix possible null-ptr-deref
 2022-11-14  2:01 UTC  (2+ messages)

next/pending-fixes baseline: 637 runs, 33 regressions (v6.1-rc4-574-g0b542ae76c2e)
 2022-11-14  2:02 UTC 

[PATCH 0/5] btrfs: raid56: destructive RMW fix for RAID5 data profiles
 2022-11-14  1:59 UTC  (2+ messages)

[PATCH v3] nfs-blkmapd: PID file read by systemd failed
 2022-11-14  1:59 UTC  (3+ messages)

[PATCH v3 0/3] bus: sunxi-rsb: Fix poweroff issues
 2022-11-14  1:57 UTC  (8+ messages)
` [PATCH v3 1/3] bus: sunxi-rsb: Remove the shutdown callback
` [PATCH v3 2/3] bus: sunxi-rsb: Support atomic transfers
` [PATCH v3 3/3] bus: sunxi-rsb: Clear interrupt status before each transfer

[PATCH 0/3] mips: ralink: mt7621: fix kzalloc too early
 2022-11-14  1:56 UTC  (4+ messages)
` [PATCH 1/3] mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
` [PATCH 2/3] mips: ralink: mt7621: soc queries and tests as functions
` [PATCH 3/3] mips: ralink: mt7621: do not use kzalloc too early

Deprecating and removing SLOB
 2022-11-14  1:55 UTC  (8+ messages)

[OE-Core][kirkstone][PATCH] dbus: fix CVE-2022-42010 Check brackets in signature nest correctly
 2022-11-14  1:53 UTC 

[PATCH] drm/amdgpu: Add umc channel index mapping table for umc_v8_10
 2022-11-14  1:51 UTC 

stable-rc/linux-4.9.y baseline: 92 runs, 24 regressions (v4.9.333)
 2022-11-14  1:51 UTC 

stable-rc/linux-5.4.y baseline: 125 runs, 13 regressions (v5.4.224)
 2022-11-14  1:51 UTC 

[ammarfaizi2-block:tglx/devel/devmsi-arm 113/127] drivers/irqchip/irq-gic-v3-its-msi-parent.c:110:12: warning: no previous prototype for function 'iort_pmsi_get_dev_id'
 2022-11-14  1:50 UTC 

[freescale-fslc:pr/607 3312/18012] drivers/irqchip/irq-imx-irqsteer.c:385:28: error: 'imx_irqsteer_runtime_suspend' undeclared here (not in a function); did you mean 'pm_generic_runtime_suspend'?
 2022-11-14  1:50 UTC 

[PATCH] tracing/eprobe: Fix eprobe filter to make a filter correctly
 2022-11-14  1:50 UTC  (2+ messages)

[syzbot] possible deadlock in vfs_fileattr_set
 2022-11-14  1:49 UTC  (2+ messages)

[PATCH v2] kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
 2022-11-14  1:48 UTC  (2+ messages)

[PATCH v3 0/7] iommu/vt-d: Some cleanups
 2022-11-14  1:40 UTC  (8+ messages)
` [PATCH v3 1/7] iommu/vt-d: Allocate pasid table in device probe path
` [PATCH v3 2/7] iommu/vt-d: Add device_block_translation() helper
` [PATCH v3 3/7] iommu/vt-d: Add blocking domain support
` [PATCH v3 4/7] iommu/vt-d: Fold dmar_remove_one_dev_info() into its caller
` [PATCH v3 5/7] iommu/vt-d: Rename domain_add_dev_info()
` [PATCH v3 6/7] iommu/vt-d: Remove unnecessary domain_context_mapped()
` [PATCH v3 7/7] iommu/vt-d: Use real field for indication of first level

[f2fs-dev] [BUG REPORT] f2fs: use-after-free during garbage collection
 2022-11-14  1:47 UTC  (2+ messages)
`  "

[f2fs-dev] [PATCH v2 1/2] f2fs: fix to enable compress for newly created file if extension matches
 2022-11-14  1:42 UTC  (4+ messages)
    `  "

[PATCH 1/3] drm/amd/pm: enable runpm support over BACO for SMU13.0.0
 2022-11-14  1:42 UTC  (3+ messages)
` [PATCH 2/3] drm/amd/pm: enable runpm support over BACO for SMU13.0.7
` [PATCH 3/3] drm/amd/pm: fix SMU13 runpm hang due to unintentional workaround

[PATCH] media: amphion: Fix error handling in vpu_driver_init()
 2022-11-14  1:35 UTC  (2+ messages)

[PATCH v8 0/5] eficonfig: add UEFI Secure Boot key maintenance interface
 2022-11-14  1:33 UTC  (4+ messages)
` [PATCH v8 5/5] eficonfig: add "Show Signature Database" menu entry

[PATCH] riscv: Update k210 defconfigs
 2022-11-14  1:31 UTC 

[RFC PATCH 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-11-14  1:28 UTC  (4+ messages)
` [RFC PATCH 16/17] x86/sev: Add a #HV exception handler

[PATCH v8 0/9] kallsyms: Optimizes the performance of lookup symbols
 2022-11-14  1:25 UTC  (4+ messages)

[ISSUE] suspicious sock leak
 2022-11-14  1:25 UTC  (3+ messages)

[PATCH net] kcm: Fix kernel NULL pointer dereference in requeue_rx_msgs
 2022-11-14  1:24 UTC  (3+ messages)

[PATCH v2 1/1] PCI: mt7621: add sentinel to quirks table
 2022-11-14  1:20 UTC 

[PATCH] hw/intc: sifive_plic: Renumber the S irqs for numa support
 2022-11-14  1:18 UTC  (2+ messages)

vnuma_nodes missing pnode 0
 2022-11-14  1:18 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the perf tree
 2022-11-14  1:16 UTC  (2+ messages)

[PATCH] i40e: Fix error handling in i40e_init_module()
 2022-11-14  1:10 UTC 

[PATCH] reset: uniphier-glue: Fix possible null-ptr-deref
 2022-11-14  1:09 UTC  (3+ messages)

[PATCH] video: fbdev: via: Fix error in via_core_init()
 2022-11-14  1:08 UTC 

[PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2022-11-14  1:06 UTC  (11+ messages)
` [PATCH v7 1/5] dt-bindings: leds: Add Allwinner A100 LED controller
` [PATCH v7 2/5] leds: sun50i-a100: New driver for the "
` [PATCH v7 3/5] arm64: dts: allwinner: a100: Add LED controller node
` [PATCH v7 4/5] riscv: dts: allwinner: d1: "
` [PATCH v7 5/5] riscv: dts: allwinner: d1: Add RGB LEDs to boards


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.