All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-11 01:22:27 to 2022-07-11 03:43:58 UTC [more...]

[PATCH v2 0/4] Add Richtek RT5120 PMIC support
 2022-07-11  3:43 UTC  (4+ messages)
` [PATCH v2 4/4] input: misc: rt5120: Add power key support

[PATCH v2 00/55] media: rkisp1: Cleanups and add support for i.MX8MP
 2022-07-11  3:42 UTC  (34+ messages)
` [PATCH v2 39/55] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH v2 40/55] media: rkisp1: csi: Plumb the CSI RX subdev
` [PATCH v2 41/55] media: rkisp1: Use fwnode_graph_for_each_endpoint
` [PATCH v2 43/55] media: rkisp1: Support the ISP parallel input
` [PATCH v2 44/55] media: rkisp1: Add infrastructure to support ISP features
` [PATCH v2 45/55] media: rkisp1: Make the internal CSI-2 receiver optional
` [PATCH v2 46/55] media: rkisp1: debug: Add dump file in debugfs for MI buffer registers
` [PATCH v2 50/55] media: rkisp1: Add and set registers for crop for i.MX8MP
` [PATCH v2 51/55] media: rkisp1: Add and set registers for output size config on i.MX8MP
` [PATCH v2 52/55] media: rkisp1: Add i.MX8MP-specific registers for MI and resizer
` [PATCH v2 54/55] media: rkisp1: Add register definitions for the test pattern generator

[RESEND PATCH v3] scsi: ufs: exclude UECxx from SFR dump list
 2022-07-11  3:41 UTC  (5+ messages)

[PATCH] regulator: max597x: Remove unused including <linux/version.h>
 2022-07-11  3:40 UTC 

[PATCH] scsi: megaraid: clear READ queue map's nr_queues
 2022-07-11  3:39 UTC  (3+ messages)

linux-next: manual merge of the block tree with the vfs tree
 2022-07-11  3:38 UTC 

[PATCH] hw/riscv: virt: pass random seed to fdt
 2022-07-11  3:36 UTC  (9+ messages)

[PATCH v2] xfs: fix use-after-free in xattr node block inactivation
 2022-07-11  3:38 UTC  (3+ messages)

[PATCH 0/3] autofs: fix may_umount_tree()
 2022-07-11  3:37 UTC  (4+ messages)
` [PATCH 1/3] vfs: track count of child mounts
` [PATCH 2/3] vfs: add propagate_mount_tree_busy() helper
` [PATCH 3/3] vfs: make may_umount_tree() mount namespace aware

RTT-PROBE: lore-subspace-rtt
 2022-07-11  3:36 UTC 

fix tag freeing use after free and debugfs name reuse
 2022-07-11  3:33 UTC  (7+ messages)
` [PATCH 4/4] block: freeze the queue earlier in del_gendisk
  ` REGRESSION: "

[PATCH] drm/amd/pm: Prevent divide by zero
 2022-07-11  3:30 UTC  (2+ messages)

[PATCH v1 00/33] New thermal OF code
 2022-07-11  3:28 UTC  (10+ messages)
` [PATCH v1 10/33] thermal/drivers/broadcom: Switch to new of API
` [PATCH v1 28/33] input/drivers/touchscreen_sun4i: Switch to new of thermal API
` [PATCH v1 30/33] thermal/drivers/bcm2835: "

RTT-PROBE: lore-subspace-rtt
 2022-07-11  3:26 UTC 

[mm-unstable PATCH v5 0/8] mm, hwpoison: enable 1GB hugepage support (v5)
 2022-07-11  3:26 UTC  (5+ messages)
` [mm-unstable PATCH v5 1/8] mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_pages()
` [mm-unstable PATCH v5 3/8] mm, hwpoison, hugetlb: support saving mechanism of raw error pages

[PATCH v7 0/5] Add Aspeed crypto driver for hardware acceleration
 2022-07-11  3:23 UTC  (3+ messages)

[PATCH] ARM: pxa/eseries: Remove duplicate include
 2022-07-11  3:22 UTC  (2+ messages)

[PATCH] drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()
 2022-07-11  2:58 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] input/serio: Fix refcount leak bug in i8042-sparcio
 2022-07-11  3:19 UTC  (4+ messages)
  `  "
    `  "

RTT-PROBE: lore-subspace-rtt
 2022-07-11  3:16 UTC 

[PATCH v5 0/2] Add Richtek RTQ6056 support
 2022-07-11  3:16 UTC  (5+ messages)
` [PATCH v5 2/2] iio: adc: Add rtq6056 support

[PATCH 1/2] powerpc: add BookS wait opcode macro
 2022-07-11  3:11 UTC  (2+ messages)
` [PATCH 2/2] powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loops

mount.cifs broken after update, advice?
 2022-07-11  3:09 UTC 

[PATCH 1/2] powerpc/mce: mce_init use early_cpu_to_node
 2022-07-11  3:06 UTC  (2+ messages)
` [PATCH 2/2] powerpc/64: poison __per_cpu_offset to catch use-before-init

[PATCH] linux-user/aarch64: Do not clear PROT_MTE on mprotect
 2022-07-11  3:14 UTC 

[RFC PATCH 00/14] add our own qspinlock implementation
 2022-07-11  3:04 UTC  (15+ messages)
` [RFC PATCH 01/14] powerpc/qspinlock: powerpc "
` [RFC PATCH 02/14] powerpc/qspinlock: add mcs queueing for contended waiters
` [RFC PATCH 03/14] powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx
` [RFC PATCH 04/14] powerpc/qspinlock: convert atomic operations to assembly
` [RFC PATCH 05/14] powerpc/qspinlock: allow new waiters to steal the lock before queueing
` [RFC PATCH 06/14] powerpc/qspinlock: theft prevention to control latency
` [RFC PATCH 07/14] powerpc/qspinlock: store owner CPU in lock word
` [RFC PATCH 08/14] powerpc/qspinlock: paravirt yield to lock owner
` [RFC PATCH 09/14] powerpc/qspinlock: implement option to yield to previous node
` [RFC PATCH 10/14] powerpc/qspinlock: allow stealing when head of queue yields
` [RFC PATCH 11/14] powerpc/qspinlock: allow propagation of yield CPU down the queue
` [RFC PATCH 12/14] powerpc/qspinlock: add ability to prod new queue head CPU
` [RFC PATCH 13/14] powerpc/qspinlock: trylock and initial lock attempt may steal
` [RFC PATCH 14/14] powerpc/qspinlock: use spin_begin/end API

[PATCH v3] arm64: dts: mt8173: Fix elm panel DT node
 2022-07-11  3:09 UTC  (4+ messages)

[PATCH] cachefiles/cachefiles: optimize the string
 2022-07-11  3:10 UTC 

[RFC PATCH v1] net/i40e: put mempool cache out of API
 2022-07-11  3:08 UTC  (5+ messages)
  ` 回复: "

RTT-PROBE: lore-subspace-rtt
 2022-07-11  3:06 UTC 

Reproducible build issues with buildpaths - take 2
 2022-07-11  3:06 UTC  (5+ messages)
` [OE-core] "

[PATCH v5 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-11  3:04 UTC  (5+ messages)
` [PATCH v5 4/6] tpm: of: Make of-tree specific function commonly available

[PATCH] linux-yocto/5.15: fix build_OID_registry buildpaths warning
 2022-07-11  3:04 UTC 

[PATCH] sched,debug: fix dentry leak in update_sched_domain_debugfs
 2022-07-11  3:03 UTC 

[Intel-gfx] [PATCH 4/6] drm/ttm: audit bo->resource usage v2
 2022-07-11  3:03 UTC 

[PATCH 00/46] CXL PMEM Region Provisioning
 2022-07-11  3:02 UTC  (7+ messages)
` [PATCH 40/46] cxl/region: Attach endpoint decoders
` [PATCH 42/46] cxl/hdm: Commit decoder state to hardware

[PATCH 3/3] ASoC: amd: fix for variable set but not used warning
 2022-07-11  2:59 UTC  (3+ messages)

[PATCH V2] tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCH
 2022-07-11  2:59 UTC  (2+ messages)

[PATCH] tpm_tis: Hold locality open during probe
 2022-07-11  2:58 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-11  2:56 UTC 

[PATCH] Update README.rst to specify secure protocols where possible
 2022-07-11  2:55 UTC 

[PATCH] ASoC: fsl_utils: Drop usage of __clk_get_name()
 2022-07-11  2:39 UTC 

[PATCH] keys/keyring: Fix typo in string
 2022-07-11  2:52 UTC  (2+ messages)

net/sched/sch_ets.c:680:23: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 2022-07-11  2:52 UTC 

[PATCH v3] tpm: Add check for Failure mode for TPM2 modules
 2022-07-11  2:52 UTC  (2+ messages)

[PATCH v7 00/10] TPM IRQ fixes
 2022-07-11  2:50 UTC  (5+ messages)
` [PATCH v7 07/10] tmp, tmp_tis: Implement usage counter for locality

[PATCH] erofs-utils: fuse: support offset when read image
 2022-07-11  2:47 UTC 

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2022-07-11  2:47 UTC  (3+ messages)
`  "

[PATCH 1/1] platform/x86: asus-wmi: Add mic-mute LED classdev support
 2022-07-11  2:47 UTC  (7+ messages)
        ` [PATCH v2 "

[PATCH -next] riscv:uprobe remove set/clear SR_SPIE in arch_uprobe_pre/post/abort_xol
 2022-07-11  2:43 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-11  2:46 UTC 

[PATCH] unpack-objects: fix compilation warning/error due to missing braces
 2022-07-11  2:41 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-11  2:36 UTC 

[PATCH] mm/gup: Fix the format of hugepte_addr_end and gup_hugepte
 2022-07-04 12:34 UTC 

[PATCH] x86/sgx: Drop 'page_index' from sgx_backing
 2022-07-11  2:35 UTC  (2+ messages)
` [PATCH] x86/sgx: Drop 'page_index' from sgx_backingf

[PATCH] x86/sgx: Allow enclaves to use Asynchrounous Exit Notification
 2022-07-11  2:34 UTC  (2+ messages)

[PATCH v3 00/21] Update Documentation/ cross references and fix issues
 2022-07-11  2:32 UTC  (5+ messages)
` [PATCH v3 02/21] docs: update vmalloced-kernel-stacks.rst reference
` [PATCH v3 04/21] docs: zh_CN: page_migration: fix reference to mm index.rst

[PATCH] BTT: Use dram freelist and remove bflog to otpimize perf
 2022-07-11  2:31 UTC  (2+ messages)

[PATCH V3 0/6] ifcvf/vDPA: support query device config space through netlink
 2022-07-11  2:29 UTC  (11+ messages)
` [PATCH V3 3/6] vDPA: allow userspace to query features of a vDPA device
` [PATCH V3 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0

RTT-PROBE: lore-subspace-rtt
 2022-07-11  2:26 UTC 

[PATCH 0/4] kernel-yocto: -stable and reproduciblity fixes
 2022-07-11  2:25 UTC  (3+ messages)
` [PATCH 1/4] linux-yocto/5.15: update to v5.15.52
` [PATCH 2/4] linux-yocto/5.10: update to v5.10.128

[PATCH V4 0/2] ublk: add io_uring based userspace block driver
 2022-07-11  2:20 UTC  (3+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] ublk_drv: add UBLK_IO_REFETCH_REQ for supporting to build as module

RTT-PROBE: lore-subspace-rtt
 2022-07-11  2:16 UTC 

[PATCH] doc: announce marking device and driver objects as internal
 2022-07-11  2:16 UTC  (2+ messages)

[RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
 2022-07-11  2:11 UTC  (13+ messages)
` [RESEND PATCH 3/8] hwrng: bcm2835: "
` [RESEND PATCH 4/8] clk: bcm: "
` [RESEND PATCH 7/8] spi: bcm63xx-hsspi: "
` [RESEND PATCH 8/8] tty: serial: bcm63xx: "

[PATCH] btrfs: enhance unsupported compat RO flags handling
 2022-07-11  2:08 UTC 

[PATCH wpan-next 00/20] net: ieee802154: Support scanning/beaconing
 2022-07-11  2:06 UTC  (5+ messages)
` [PATCH wpan-next 05/20] net: ieee802154: Define frame types
` [PATCH wpan-next 20/20] ieee802154: hwsim: Allow devices to be coordinators

RTT-PROBE: lore-subspace-rtt
 2022-07-11  2:06 UTC 

[PATCH v2] Bluetooth: Fix CVSD SCO setup failure
 2022-07-11  2:03 UTC  (3+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2022-07-11  2:02 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-11  1:56 UTC 

bpftool gen object doesn't handle GCC built BPF ELF files
 2022-07-11  1:55 UTC  (18+ messages)

[PATCH v2] tcp: make retransmitted SKB fit into the send window
 2022-07-11  1:53 UTC  (3+ messages)

[PATCH] rxrpc/conn_event: optimize the string
 2022-07-11  1:52 UTC 

[PATCH] Documentation/translations/zh_CN/mm/page_owner.rst: adjust some words
 2022-07-11  1:51 UTC  (2+ messages)

[PATCH V2 0/3] Add the fec node on i.MX8ULP platform
 2022-07-11  9:44 UTC  (8+ messages)
` [PATCH V2 1/3] dt-bindings: net: fsl,fec: Add i.MX8ULP FEC items
` [PATCH V2 2/3] arm64: dts: imx8ulp: Add the fec support
` [PATCH V2 3/3] arm64: dts: imx8ulp-evk: "

[PATCH] Revert "tracing: fix double free"
 2022-07-11  1:47 UTC  (2+ messages)
` [PATCH v2] tracing/histograms: Fix memory leak problem

[PATCH v2 0/3] TQMa8MPxL + MBa8MPxL support
 2022-07-11  1:46 UTC  (5+ messages)

[PATCH] vfio/migration: Fix incorrect initialization value for parameters in VFIOMigration
 2022-07-11  1:46 UTC 

[PATCH v2 00/14] AMD Pstate Enhancement And Issue Fixs
 2022-07-11  1:47 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-11  1:46 UTC 

[PATCH v2 10/14] cpufreq: cpufreq: export cpufreq cpu release and acquire
 2022-07-11  1:44 UTC  (5+ messages)

[Patch v4 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-07-11  1:42 UTC  (19+ messages)
` [Patch v4 04/12] net: mana: Add functions for allocating doorbell page from GDMA
` [Patch v4 05/12] net: mana: Set the DMA device max segment size
` [Patch v4 06/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v4 07/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v4 08/12] net: mana: Record port number in netdev
` [Patch v4 09/12] net: mana: Move header files to a common location
` [Patch v4 10/12] net: mana: Define max values for SGL entries
` [Patch v4 11/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v4 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH] RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()
 2022-07-11  1:37 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-11  1:36 UTC 

[PATCH] usb: chipidea: udc: check request status before setting device address
 2022-07-11  1:36 UTC  (5+ messages)
  ` [EXT] "

[PATCH v2] Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended
 2022-07-11  1:31 UTC  (2+ messages)

[esmil:visionfive 4/50] arch/riscv/lib/string.c:154:7: error: redefinition of '__memset'
 2022-07-11  1:31 UTC 

drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:143:8: warning: Excessive padding in 'struct dw_hdmi' (36 padding bytes, where 4 is optimal). Optimal fields order: next_bridge, audio, cec, dev, isfr_clk, iahb_clk, cec_clk, i2c, plat_data, ddc, regs, pinctrl, de
 2022-07-11  1:31 UTC 

[Intel-gfx] [PATCH v4 2/2] drm/i915: Add lmem_bar_size modparam
 2022-07-11  1:31 UTC  (2+ messages)

[linux-next:master 5859/8914] drivers/devfreq/mtk-cci-devfreq.c:135 mtk_ccifreq_target() warn: variable dereferenced before check 'drv' (see line 130)
 2022-07-11  1:31 UTC 

[linux-next:master 1342/8914] drivers/i2c/busses/i2c-npcm7xx.c:639 npcm_i2c_slave_enable() error: buffer overflow 'npcm_i2caddr' 2 <= 9
 2022-07-11  1:31 UTC 

[hch-misc:btrfs-bio-split 18/25] fs/btrfs/volumes.c:6717:5-24: atomic_dec_and_test variation before object free at line 6719
 2022-07-11  1:31 UTC 

drivers/md/dm-thin-metadata.c:950:7: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
 2022-07-11  1:31 UTC 

[PATCH net v6] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh
 2022-07-11  1:31 UTC 

[PATCHSET v2 0/5] xfs: make attr forks permanent
 2022-07-11  1:29 UTC  (3+ messages)
` [PATCH 3/5] xfs: use XFS_IFORK_Q to determine the presence of an xattr fork

Automatic code formatting
 2022-07-11  1:28 UTC  (4+ messages)

pahole split BTF support broken on 32bit builds?
 2022-07-11  1:28 UTC  (2+ messages)

[meta-virtualization][PATCH] xen, xen-tools: pass prefix maps to fix buildpaths reproducible build issues
 2022-07-11  1:26 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-11  1:26 UTC 

[PATCH -next] scsi: ufs: ufs-mediatek: Fix build error
 2022-07-11  1:23 UTC  (3+ messages)


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.