All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-17 16:18:59 to 2022-01-17 17:03:50 UTC [more...]

[PATCH AUTOSEL 5.16 01/52] clk: imx: Use div64_ul instead of do_div
 2022-01-17 16:58 UTC  (86+ messages)
` [PATCH AUTOSEL 5.16 02/52] clk: samsung: exynos850: Register clocks early
` [PATCH AUTOSEL 5.16 03/52] powerpc/6xx: add missing of_node_put
` [PATCH AUTOSEL 5.16 04/52] powerpc/powernv: "
` [PATCH AUTOSEL 5.16 05/52] powerpc/cell: "
` [PATCH AUTOSEL 5.16 06/52] powerpc/btext: "
` [PATCH AUTOSEL 5.16 07/52] powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
` [PATCH AUTOSEL 5.16 08/52] ASoC: imx-hdmi: add put_device() after of_find_device_by_node()
` [PATCH AUTOSEL 5.16 09/52] i2c: i801: Don't silently correct invalid transfer size
` [PATCH AUTOSEL 5.16 10/52] powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
` [PATCH AUTOSEL 5.16 11/52] i2c: mpc: Correct I2C reset procedure
` [PATCH AUTOSEL 5.16 12/52] clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB
` [PATCH AUTOSEL 5.16 13/52] powerpc/powermac: Add missing lockdep_register_key()
` [PATCH AUTOSEL 5.16 14/52] KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
` [PATCH AUTOSEL 5.16 15/52] KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
` [PATCH AUTOSEL 5.16 16/52] w1: Misuse of get_user()/put_user() reported by sparse
` [PATCH AUTOSEL 5.16 17/52] nvmem: core: set size for sysfs bin file
` [PATCH AUTOSEL 5.16 18/52] dm: fix alloc_dax error handling in alloc_dev
` [PATCH AUTOSEL 5.16 19/52] dm: make the DAX support depend on CONFIG_FS_DAX
` [PATCH AUTOSEL 5.16 20/52] ASoC: test-component: fix null pointer dereference
` [PATCH AUTOSEL 5.16 21/52] interconnect: qcom: rpm: Prevent integer overflow in rate
` [PATCH AUTOSEL 5.16 22/52] scsi: ufs: Fix a kernel crash during shutdown
` [PATCH AUTOSEL 5.16 23/52] scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV
` [PATCH AUTOSEL 5.16 24/52] scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
` [PATCH AUTOSEL 5.16 25/52] ALSA: seq: Set upper limit of processed events
` [PATCH AUTOSEL 5.16 26/52] MIPS: Loongson64: Use three arguments for slti
` [PATCH AUTOSEL 5.16 27/52] powerpc/40x: Map 32Mbytes of memory at startup
` [PATCH AUTOSEL 5.16 28/52] selftests/powerpc/spectre_v2: Return skip code when miss_percent is high
` [PATCH AUTOSEL 5.16 29/52] powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
` [PATCH AUTOSEL 5.16 30/52] powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic
` [PATCH AUTOSEL 5.16 31/52] ASoC: SOF: Intel: hda: add quirks for HDAudio DMA position information
` [PATCH AUTOSEL 5.16 32/52] udf: Fix error handling in udf_new_inode()
` [PATCH AUTOSEL 5.16 33/52] MIPS: OCTEON: add put_device() after of_find_device_by_node()
` [PATCH AUTOSEL 5.16 34/52] irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time
` [PATCH AUTOSEL 5.16 35/52] i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters
` [PATCH AUTOSEL 5.16 36/52] PCI/MSI: Decouple MSI[-X] disable from pcim_release()
` [PATCH AUTOSEL 5.16 37/52] scsi: hisi_sas: Prevent parallel FLR and controller reset
` [PATCH AUTOSEL 5.16 38/52] ASoC: SOF: ipc: Add null pointer check for substream->runtime
` [PATCH AUTOSEL 5.16 39/52] selftests/powerpc: Add a test of sigreturning to the kernel
` [PATCH AUTOSEL 5.16 40/52] MIPS: Octeon: Fix build errors using clang
` [PATCH AUTOSEL 5.16 41/52] scsi: sr: Don't use GFP_DMA
` [PATCH AUTOSEL 5.16 42/52] scsi: mpi3mr: Fixes around reply request queues
` [PATCH AUTOSEL 5.16 43/52] ASoC: mediatek: mt8192-mt6359: fix device_node leak
` [PATCH AUTOSEL 5.16 44/52] phy: phy-mtk-tphy: add support efuse setting
` [PATCH AUTOSEL 5.16 45/52] ASoC: mediatek: mt8173: fix device_node leak
` [PATCH AUTOSEL 5.16 46/52] ASoC: mediatek: mt8183: "
` [PATCH AUTOSEL 5.16 47/52] habanalabs: change wait for interrupt timeout to 64 bit
` [PATCH AUTOSEL 5.16 48/52] habanalabs: skip read fw errors if dynamic descriptor invalid
` [PATCH AUTOSEL 5.16 49/52] phy: mediatek: Fix missing check in mtk_mipi_tx_probe
` [PATCH AUTOSEL 5.16 50/52] ASoC: amd: acp: acp-mach: Change default RT1019 amp dev id
` [PATCH AUTOSEL 5.16 51/52] mailbox: change mailbox-mpfs compatible string
` [PATCH AUTOSEL 5.16 52/52] leds: leds-fsg: Drop FSG3 LED driver

[PATCH AUTOSEL 5.15 01/44] clk: imx: Use div64_ul instead of do_div
 2022-01-17 17:01 UTC  (15+ messages)
` [PATCH AUTOSEL 5.15 02/44] powerpc/6xx: add missing of_node_put
` [PATCH AUTOSEL 5.15 03/44] powerpc/powernv: "
` [PATCH AUTOSEL 5.15 04/44] powerpc/cell: "
` [PATCH AUTOSEL 5.15 05/44] powerpc/btext: "
` [PATCH AUTOSEL 5.15 06/44] powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
` [PATCH AUTOSEL 5.15 07/44] ASoC: imx-hdmi: add put_device() after of_find_device_by_node()
` [PATCH AUTOSEL 5.15 08/44] i2c: i801: Don't silently correct invalid transfer size
` [PATCH AUTOSEL 5.15 09/44] powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
` [PATCH AUTOSEL 5.15 10/44] i2c: mpc: Correct I2C reset procedure
` [PATCH AUTOSEL 5.15 14/44] KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
` [dm-devel] [PATCH AUTOSEL 5.15 17/44] dm: fix alloc_dax error handling in alloc_dev
` [PATCH AUTOSEL 5.15 22/44] ALSA: seq: Set upper limit of processed events
` [PATCH AUTOSEL 5.15 42/44] phy: mediatek: Fix missing check in mtk_mipi_tx_probe

[PATCH v1 0/4] Support bcm6123 Bus Converter
 2022-01-17 17:01 UTC  (3+ messages)
` [PATCH v1 4/4] pmbus: Add support for "

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-17 17:01 UTC  (5+ messages)
` [PATCH v4 23/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v4 24/66] mm: Remove vmacache

stable-rc/queue/4.19 baseline: 167 runs, 1 regressions (v4.19.225-13-g4c4a0baf218b)
 2022-01-17 17:00 UTC 

[kvm-unit-tests GIT PULL 00/13] s390x update 2022-01-17
 2022-01-17 16:59 UTC  (14+ messages)
` [kvm-unit-tests GIT PULL 01/13] s390x: snippets: mvpg-snippet: Remove unneeded includes
` [kvm-unit-tests GIT PULL 02/13] lib: s390x: sie: Add sca allocation and freeing
` [kvm-unit-tests GIT PULL 03/13] s390x: sie: Add PV fields to SIE control block
` [kvm-unit-tests GIT PULL 04/13] s390x: sie: Add UV information into VM struct
` [kvm-unit-tests GIT PULL 05/13] s390x: uv: Add more UV call functions
` [kvm-unit-tests GIT PULL 06/13] s390x: lib: Extend UV library with PV guest management
` [kvm-unit-tests GIT PULL 07/13] lib: s390: sie: Add PV guest register handling
` [kvm-unit-tests GIT PULL 08/13] s390x: snippets: Add PV support
` [kvm-unit-tests GIT PULL 09/13] lib: s390x: Introduce snippet helpers
` [kvm-unit-tests GIT PULL 10/13] s390x: mvpg-sie: Use "
` [kvm-unit-tests GIT PULL 11/13] s390x: sie: Add PV diag test
` [kvm-unit-tests GIT PULL 12/13] s390x: smp: Allocate memory in DMA31 space
` [kvm-unit-tests GIT PULL 13/13] s390x: firq: Fix sclp buffer allocation

[PATCH 1/3] ceph: Make ceph_netfs_issue_op() handle inlined data (untested)
 2022-01-17 16:59 UTC  (5+ messages)
` [PATCH 2/3] ceph: Uninline the data on a file opened for writing
` [PATCH 3/3] ceph: Remove some other inline-setting bits

[PATCH 00/13] Add support for the Purism Librem5 Phone
 2022-01-17 16:59 UTC  (10+ messages)
` [PATCH 01/13] MAINTAINERS: add Purism to the maintainers file
` [PATCH 02/13] arm: dts: add the Purism devicetree files
` [PATCH 05/13] include: configs: add the librem5.h include file
` [PATCH 13/13] doc: librem5: add Librem5 documentation

Massive I/O usage from btrfs-cleaner after upgrading to 5.16
 2022-01-17 16:59 UTC  (3+ messages)

[PATCH 00/14] KEYS: Add support for PGP keys and signatures
 2022-01-17 16:59 UTC  (3+ messages)

[PATCH v3 0/3] Add initial support for exynos5420-chagall-wifi
 2022-01-17 16:58 UTC  (7+ messages)
` [PATCH v3 3/3] ARM: dts: Add support for Samsung Chagall WiFi

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-17 16:57 UTC  (5+ messages)
` [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature

[PATCH v3 0/6] DEV_PM_OPS macros rework v3
 2022-01-17 16:57 UTC  (4+ messages)

[PATCH] gpio: mxc_gpio: Fix i.MX8M GPIO output status read
 2022-01-17 16:57 UTC  (4+ messages)

SIOCGIFCONF and AF_AX25
 2022-01-17 16:56 UTC  (3+ messages)

[PATCH v3] Makefile: Tell compiler to generate bare-metal code
 2022-01-17 16:53 UTC  (3+ messages)

[qemu-mainline test] 167724: regressions - trouble: blocked/broken/fail/pass
 2022-01-17 16:53 UTC 

[PATCH] drm/bridge: dw-hdmi: use safe format when first in bridge chain
 2022-01-17 16:53 UTC  (3+ messages)

[PATCH] cobalt: Fix resource leak of cobalt_monitor
 2022-01-17 16:53 UTC 

[PATCH] lib: Fix fallback signature of pthread_mutexattr_setrobust
 2022-01-17 16:52 UTC 

btrfs fi defrag hangs on small files, 100% CPU thread
 2022-01-17 16:52 UTC  (4+ messages)

[PATCH v6 00/21] AMX support for KVM
 2022-01-17 16:51 UTC  (3+ messages)
` [PATCH v6 19/21] kvm: selftests: Add support for KVM_CAP_XSAVE2

[PATCH v2 0/2] sched/tracing: sched_switch prev_state reported as TASK_RUNNING when it's not
 2022-01-17 16:46 UTC  (3+ messages)
` [PATCH v2 1/2] sched/tracing: Don't re-read p->state when emitting sched_switch event
` [PATCH v2 2/2] sched/tracing: Add TASK_RTLOCK_WAIT to TASK_REPORT

💥 PANICKED: Test report for kernel 5.16.0 (mainline.kernel.org-clang, 35ce8ae9)
 2022-01-17 16:47 UTC 

[PATCH] btrfs: allow defrag to be interruptible
 2022-01-17 16:41 UTC 

[PATCH V6 01/10] Use copy_process in vhost layer
 2022-01-17 16:41 UTC  (8+ messages)

[PATCH v1 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-01-17 16:52 UTC  (2+ messages)
` [PATCH v1 2/2] iio:frequency:admv4420.c: Add support for ADMV4420

[RFC PATCH 0/6] Fast restart with many hugepages
 2022-01-17 16:40 UTC  (3+ messages)
` [PATCH v1 "

[PATCH net] net: sfp: fix high power modules without diagnostic monitoring
 2022-01-17 16:40 UTC  (2+ messages)

[PATCH v2 00/16] passage: Define a standard for firmware data flow
 2022-01-17 16:39 UTC  (3+ messages)
` [PATCH v2 12/16] passage: Add documentation

[PATCH] MAINTAINERS: Add Helge as fbdev maintainer
 2022-01-17 16:38 UTC  (10+ messages)

[PATCH 00/30] bsd-user: upstream our signal implementation
 2022-01-17 16:33 UTC  (5+ messages)
` [PATCH 22/30] bsd-user/signal.c: Fill in queue_signal

Missing ARM TWD Watchdog driver?
 2022-01-17 16:34 UTC  (3+ messages)

stable-rc/queue/5.15 baseline: 184 runs, 2 regressions (v5.15.14-42-gf775278b8bfb)
 2022-01-17 16:34 UTC 

[PATCH conntrack-tools] conntrack: fix compiler warnings
 2022-01-17 16:33 UTC  (2+ messages)

[PATCH 0/2] block/io: Update BSC only if want_zero is true
 2022-01-17 16:27 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests/block-status-cache: New test

[GIT PULL] signal/exit/ptrace changes for v5.17
 2022-01-17 16:31 UTC  (5+ messages)

[PATCH] perf cpumap: remove duplicate include in cpumap.h
 2022-01-17 16:31 UTC  (2+ messages)

[PATCH] vfs: check dentry is still valid in get_link()
 2022-01-17 16:28 UTC  (5+ messages)

[dm-devel] [PATCH] dm rq: clear cloned bio ->bi_bdev to fix I/O accounting
 2022-01-17 16:27 UTC  (3+ messages)

[PATCH RESEND] tests/avocado: ppc: Add smoke tests for MPC7400 and MPC7450 families
 2022-01-17 16:25 UTC  (2+ messages)

[PATCH] btrfs: fix too long loop when defragging a 1 byte file
 2022-01-17 16:28 UTC 

[PATCH] perf record/arm-spe: Override attr->sample_period for non-libpfm4 events
 2022-01-17 16:28 UTC  (4+ messages)

[PATCH v4] kni: allow configuring the kni thread granularity
 2022-01-17 16:24 UTC  (5+ messages)
` [PATCH v5] "

[bootwrapper PATCH v2 00/13] Cleanups and improvements
 2022-01-17 16:23 UTC  (3+ messages)
` [bootwrapper PATCH v2 07/13] Rework common init C code

[PATCH] drm/ttm: Don't inherit GEM object VMAs in child process
 2022-01-17 16:23 UTC  (20+ messages)

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-17 16:25 UTC  (5+ messages)
` [PATCH v2 07/30] s390/pci: externalize the SIC operation controls and routine
` [PATCH v2 14/30] KVM: s390: pci: add basic kvm_zdev structure

[PATCH 1/2] lmb: Fix lmb property's defination under struct lmb
 2022-01-17 16:23 UTC  (2+ messages)

[PATCH 00/37] Add device tree based NUMA support to Arm
 2022-01-17 16:21 UTC  (3+ messages)
` [PATCH 19/37] xen/x86: promote VIRTUAL_BUG_ON to ASSERT in

[PATCH] drm/amd/pm: Enable sysfs required by rocm-smi tool for One VF mode
 2022-01-17 16:21 UTC 

[PATCH 0/3] perf: Support event alias in form foo-bar-baz
 2022-01-17 16:21 UTC  (2+ messages)

ui/cocoa.m compile error
 2022-01-17 16:19 UTC  (11+ messages)
    ` ui/cocoa.m compile error (Cocoa -> SDL)

[RFC PATCH v3 0/4] Fix and improve gpmi nand on mx28
 2022-01-17 16:17 UTC  (6+ messages)
` [RFC PATCH v3 1/4] ARM: dts: imx28: reparent gpmi clock to ref_gpmi
` [RFC PATCH v3 2/4] mtd: rawnand: gpmi: fix controller timings setting
` [RFC PATCH v3 3/4] mtd: rawnand: gpmi: validate controller clock rate
` [RFC PATCH v3 4/4] mtd: rawnand: gpmi: support fast edo timings for mx28

[PATCH] irqchip/gic-v3-its: Reset each ITS's BASERn register before probe
 2022-01-17 16:19 UTC 

[PATCH v7 00/25] Trace file version 7 - sections
 2022-01-17 16:18 UTC  (5+ messages)
` [PATCH v7 17/25] trace-cmd library: Read strings sections on file load


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.