All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-08 15:23:46 to 2022-07-08 16:08:10 UTC [more...]

[PATCH v4 00/12] Improve reliability of VM tests
 2022-07-08 15:35 UTC  (5+ messages)
` [PATCH v4 07/12] tests/vm: remove duplicate 'centos' VM test
` [PATCH v4 08/12] tests/vm: add 1GB extra memory per core
` [PATCH v4 09/12] tests/vm: Remove docker cross-compile test from CentOS VM
` [PATCH v4 10/12] tests/qemu-iotests: hotfix for 307, 223 output

[PATCH 1/3] drm/komeda - Add legacy FB support so VT's work as expected
 2022-07-08 16:07 UTC  (6+ messages)
` [PATCH 2/3] drm/komeda - At init write GCU control block to handle already on DPU
` [PATCH 3/3] drm/komeda - Fix handling of pending crtc state commit to avoid lock-up

[PATCH v6 00/45] target/arm: Scalable Matrix Extension
 2022-07-08 15:15 UTC  (34+ messages)
` [PATCH v6 13/45] target/arm: Mark LDFF1 and LDNF1 as non-streaming
` [PATCH v6 14/45] target/arm: Mark LD1RO "
` [PATCH v6 15/45] target/arm: Add SME enablement checks
` [PATCH v6 16/45] target/arm: Handle SME in sve_access_check
` [PATCH v6 17/45] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH v6 18/45] target/arm: Implement SME ZERO
` [PATCH v6 19/45] target/arm: Implement SME MOVA
` [PATCH v6 20/45] target/arm: Implement SME LD1, ST1
` [PATCH v6 21/45] target/arm: Export unpredicated ld/st from translate-sve.c
` [PATCH v6 22/45] target/arm: Implement SME LDR, STR
` [PATCH v6 23/45] target/arm: Implement SME ADDHA, ADDVA
` [PATCH v6 24/45] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH v6 25/45] target/arm: Implement BFMOPA, BFMOPS
` [PATCH v6 26/45] target/arm: Implement FMOPA, FMOPS (widening)
` [PATCH v6 27/45] target/arm: Implement SME integer outer product
` [PATCH v6 28/45] target/arm: Implement PSEL
` [PATCH v6 29/45] target/arm: Implement REVD
` [PATCH v6 30/45] target/arm: Implement SCLAMP, UCLAMP
` [PATCH v6 31/45] target/arm: Reset streaming sve state on exception boundaries
` [PATCH v6 32/45] target/arm: Enable SME for -cpu max
` [PATCH v6 33/45] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH v6 34/45] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH v6 35/45] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH v6 36/45] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH v6 37/45] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH v6 38/45] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH v6 39/45] linux-user/aarch64: Move sve record checks into restore
` [PATCH v6 40/45] linux-user/aarch64: Implement SME signal handling
` [PATCH v6 41/45] linux-user: Rename sve prctls
` [PATCH v6 42/45] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH v6 43/45] target/arm: Only set ZEN in reset if SVE present
` [PATCH v6 44/45] target/arm: Enable SME for user-only
` [PATCH v6 45/45] linux-user/aarch64: Add SME related hwcap entries

[PATCH v4 00/11] ASoC: cleanups and improvements for jz4740-i2s
 2022-07-08 16:02 UTC  (24+ messages)
` [PATCH v4 01/11] ASoC: jz4740-i2s: Handle independent FIFO flush bits
` [PATCH v4 02/11] ASoC: jz4740-i2s: Remove unused 'mem' resource
` [PATCH v4 03/11] ASoC: jz4740-i2s: Convert to regmap API
` [PATCH v4 04/11] ASoC: jz4740-i2s: Simplify using regmap fields
` [PATCH v4 05/11] ASoC: jz4740-i2s: Use FIELD_PREP() macros in hw_params callback
` [PATCH v4 06/11] ASoC: jz4740-i2s: Align macro values and sort includes
` [PATCH v4 07/11] ASoC: jz4740-i2s: Make the PLL clock name SoC-specific
` [PATCH v4 08/11] ASoC: jz4740-i2s: Support S20_LE and S24_LE sample formats
` [PATCH v4 09/11] ASoC: jz4740-i2s: Support continuous sample rate
` [PATCH v4 10/11] ASoC: jz4740-i2s: Move component functions near the component driver
` [PATCH v4 11/11] ASoC: jz4740-i2s: Refactor DAI probe/remove ops as component ops

[PATCH 1/2] dt-bindings: leds: Add cznic,turris1x-leds.yaml binding
 2022-07-08 16:05 UTC  (7+ messages)
` [PATCH v2 1/2] [RFT] "

[RISU PATCH v4 00/29] risu cleanups and improvements
 2022-07-08 15:46 UTC  (16+ messages)
` [RISU PATCH v4 01/29] Use bool for tracing variables
` [RISU PATCH v4 02/29] Unify master_fd and apprentice_fd to comm_fd
` [RISU PATCH v4 03/29] Hoist trace file and socket opening
` [RISU PATCH v4 04/29] Adjust tracefile open for write
` [RISU PATCH v4 05/29] Use EXIT_FAILURE, EXIT_SUCCESS
` [RISU PATCH v4 06/29] Make some risu.c symbols static
` [RISU PATCH v4 07/29] Add enum RisuOp
` [RISU PATCH v4 08/29] Add enum RisuResult
` [RISU PATCH v4 09/29] Unify i/o functions and use RisuResult
` [RISU PATCH v4 10/29] Pass non-OK result back through siglongjmp
` [RISU PATCH v4 11/29] Always write for --master
` [RISU PATCH v4 12/29] Simplify syncing with master
` [RISU PATCH v4 13/29] Split RES_MISMATCH for registers and memory
` [RISU PATCH v4 14/29] Merge reginfo.c into risu.c
` [RISU PATCH v4 15/29] Rearrange reginfo and memblock buffers

[PATCH 0/2] Create a test job for testing static memory on qemu
 2022-07-08 16:04 UTC  (7+ messages)
` [PATCH 2/2] automation: arm64: Create a test job for testing static allocation "

[PATCH RESEND] drm/msm/dsi: fix the inconsistent indenting
 2022-07-08 16:03 UTC  (2+ messages)

[bug report] blktests nvme/tcp triggered WARNING at kernel/workqueue.c:2628 check_flush_dependency+0x110/0x14c
 2022-07-08 16:03 UTC 

[PATCH] Revert "kernfs: Change kernfs_notify_list to llist."
 2022-07-08 16:02 UTC  (2+ messages)

[Bug 208835] New: amdgpu fails to resume from suspend
 2022-07-08 16:03 UTC  (2+ messages)
` [Bug 208835] "

[PATCH v12 00/17] Move HEVC stateless controls out of staging
 2022-07-08 16:00 UTC  (6+ messages)
` [PATCH v12 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control

[PATCH] drm/msm/dsi: Set panel orientation when directly connected
 2022-07-08 16:00 UTC  (5+ messages)

[PATCH v2 0/1] add device driver for Nuvoton SIO gpio function
 2022-07-08 16:00 UTC  (3+ messages)
` [PATCH v2 1/1] gpio: nct6116d: add new driver for several Nuvoton super io chips

[PATCH net] pktgen: Fix the inaccurate bps calculation
 2022-07-08 15:59 UTC  (2+ messages)

[RESEND][PATCH v5] dt-bindings: gpio: Convert TI TPIC2810 GPIO Controller bindings to YAML
 2022-07-08 15:58 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-08 15:59 UTC  (13+ messages)
` [PATCH Part2 v6 35/49] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[RESEND PATCH] kernfs: Avoid re-adding kernfs_node into kernfs_notify_list
 2022-07-08 15:58 UTC  (2+ messages)

[meta-networking][PATCH] openvpn: distribute sample-config-files
 2022-07-08 15:58 UTC 

[PATCH v2] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
 2022-07-08 15:58 UTC  (2+ messages)

[PATCH] mm/page_alloc: replace local_lock with normal spinlock -fix -fix
 2022-07-08 15:58 UTC  (3+ messages)

[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
 2022-07-08 15:58 UTC  (6+ messages)

[libgpiod v2][PATCH v2 0/5] bindings: implement python bindings for libgpiod v2
 2022-07-08 15:58 UTC  (12+ messages)
` [libgpiod v2][PATCH v2 5/5] bindings: python: add the implementation for v2 API

[kvm-unit-tests PATCH v5 1/3] x86: Use report_skip to log messages when tests are skipped
 2022-07-08 15:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 3/3] x86: Check platform vPMU capabilities before run lbr tests

[PATCH stable 4.9, 4.14, 4.19, 5.4, 5.10] xfs: remove incorrect ASSERT in xfs_rename
 2022-07-08 15:56 UTC  (2+ messages)

[PATCH] nvme/tcp: use in-capsule data for fabrics commands
 2022-07-08 15:56 UTC  (4+ messages)
` [PATCH v2] nvme-tcp: use in-capsule data for I/O connect

[PATCH V4 00/20] The Runtime Verification (RV) interface
 2022-07-08 15:55 UTC  (6+ messages)
` [PATCH V4 01/20] rv: Add "

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

[PATCH] wireless/ath: fix repeated words in comments
 2022-07-08 15:49 UTC 

[PATCH stable 5.15] xfs: remove incorrect ASSERT in xfs_rename
 2022-07-08 15:55 UTC  (3+ messages)

[RESEND PATCH 0/3] staging: media: atomisp: Convert to kmap_local_page()
 2022-07-08 15:55 UTC  (2+ messages)

[PATCH 00/14] drm/mgag200: Move model-specific code into separate functions
 2022-07-08 15:54 UTC  (3+ messages)
` [PATCH 02/14] drm/mgag200: Move DAC-register setup into model-specific code

[PATCH 0/3] serial: Fix support for UPF_SPD_* flags
 2022-07-08 15:54 UTC  (10+ messages)

fs/dcache: Resolve the last RT woes
 2022-07-08 15:52 UTC  (2+ messages)

[PATCH v8 0/6] Renesas RZ/G2L IRQC support
 2022-07-08 15:52 UTC  (5+ messages)
` [PATCH v8 1/6] gpio: Remove dynamic allocation from populate_parent_alloc_arg()
` [PATCH v8 4/6] gpio: gpiolib: Allow free() callback to be overridden

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-08 15:52 UTC  (4+ messages)
` [RFC PATCH 10/26] hugetlb: add for_each_hgm_shift

[PATCH 0/7] ftdi_sio driver improvements
 2022-07-08 15:51 UTC  (3+ messages)
` [PATCH 4/7] USB: serial: ftdi_sio: Do not reset baudrate to 9600 on error

[PATCH 5.15 CANDIDATE 0/4] xfs stable candidates for 5.15.y (part 2)
 2022-07-08 15:50 UTC  (2+ messages)

[PATCH] drm/amd/display: make some dc_dmub_srv functions static
 2022-07-08 15:50 UTC 

[PATCH v5] dt-bindings: gpio: Convert TI TPIC2810 GPIO Controller bindings to YAML
 2022-07-08 15:50 UTC  (7+ messages)

[git pull] IOMMU Fixes for Linux v5.19-rc5
 2022-07-08 15:50 UTC 

[Intel-gfx] [PATCH 1/2] i915/perf: Replace DRM_DEBUG with driver specific drm_dbg call
 2022-07-08 15:49 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[RFC PATCH 2/3] pci/doe: Use devm_xa_init()
 2022-07-08 15:49 UTC  (7+ messages)

[PATCH] gpiolib: cdev: Don't access uninitialized descriptor
 2022-07-08 15:48 UTC  (4+ messages)

[GIT PULL] gpio: fixes for v5.19-rc6
 2022-07-08 15:48 UTC 

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc build: 195 builds: 6 failed, 189 passed, 4 errors, 32 warnings (v4.19.249-cip76-57-gef3cc1b9e556)
 2022-07-08 15:47 UTC 

stable-rc/queue/4.14 build: 192 builds: 3 failed, 189 passed, 2 errors, 31 warnings (v4.14.286-28-g99416d776bcc)
 2022-07-08 15:47 UTC 

[PATCHSET 0/2] fstests: new tests for kernel 5.19
 2022-07-08 15:47 UTC  (7+ messages)
` [PATCH 1/2] xfs: make sure that we handle empty xattr leaf blocks ok
  ` [PATCH v1.1 "
` [PATCH 2/2] xfs/288: skip repair -n when checking empty root leaf block behavior

stable/linux-4.9.y build: 188 builds: 3 failed, 185 passed, 2 errors, 34 warnings (v4.9.322)
 2022-07-08 15:47 UTC 

stable/linux-5.4.y build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.204)
 2022-07-08 15:47 UTC 

[Intel-gfx] [PATCH] drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()
 2022-07-08 15:46 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist() (rev2)

[PATCH 0/4] ASoC: Intel: Mark BE DAIs as nonatomic for hsw and
 2022-07-08 15:44 UTC  (5+ messages)

[PATCH v4 0/6] vfio/pci: power management changes
 2022-07-08 15:45 UTC  (5+ messages)
` [PATCH v4 1/6] vfio/pci: Mask INTx during runtime suspend

What is considered a real name?
 2022-07-08 15:44 UTC  (2+ messages)

[PATCH] ASoC: mediatek: mt8186: Remove condition with no effect
 2022-07-08 15:44 UTC  (6+ messages)

[PATCH] xfs: fix use-after-free in xattr node block inactivation
 2022-07-08 15:45 UTC  (4+ messages)

[PATCH 0/2] Support RTC on BPI-R2 Pro
 2022-07-08 15:42 UTC  (5+ messages)
` [PATCH 1/2] rtc: hym8563: try multiple times to init device
  ` Aw: "

[PATCH v2] sched/fair: fix case with reduced capacity CPU
 2022-07-08 15:44 UTC 

[PATCH v24 00/10] Add MediaTek SoC(vdosys1) support for mt8195
 2022-07-08 15:42 UTC  (9+ messages)
` [PATCH v24 04/10] soc: mediatek: add mtk_mmsys_update_bits API
` [PATCH v24 07/10] soc: mediatek: mmsys: add mmsys for support 64 reset bits

[RFC PATCH v3 00/12] objtool: Enable and implement --mcount option on powerpc
 2022-07-08 15:42 UTC  (4+ messages)

[PATCH v2 0/3] cloning unborn HEAD when other branches are present
 2022-07-08 15:41 UTC  (3+ messages)
` [PATCH v2 2/3] clone: propagate empty remote HEAD even with other branches

[PATCH RFC net-next v2 0/5] net: dsa: always use phylink
 2022-07-08 15:40 UTC  (14+ messages)
` [PATCH RFC net-next 5/5] net: dsa: always use phylink for CPU and DSA ports

[XEN PATCH v3 00/25] Toolstack build system improvement, toward non-recursive makefiles
 2022-07-08 15:39 UTC  (7+ messages)
` [XEN PATCH v3 02/25] tools/debugger/gdbsx: Fix and cleanup makefiles
` [XEN PATCH v3 03/25] tools/examples: cleanup Makefile
` [XEN PATCH v3 04/25] tools/firmware/hvmloader: rework Makefile

[PATCH v6 0/2] JSON output for perf stat
 2022-07-08 15:39 UTC  (4+ messages)
` [PATCH v6 2/2] perf test: Json format checking

[PATCH v1 1/1] Create debugfs file with hyper-v balloon usage information
 2022-07-08 15:39 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/2] Add mt8186 mutex support for mdp3
 2022-07-08 15:37 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: soc: mediatek: add mdp3 mutex support for mt8186

[PATCH] net/wan: fix repeated words in comments
 2022-07-08 15:38 UTC 

[Intel-gfx] [PATCH v10 00/11] drm/i915: ttm for stolen
 2022-07-08 15:38 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: ttm for stolen (rev8)

[PATCH 1/2] usb: hub: introduce HUB_DEBOUNCE_TIMEOUT
 2022-07-08 15:34 UTC  (3+ messages)
` [PATCH 2/2] usb: hub: increase HUB_DEBOUNCE_TIMEOUT

[RFC PATCH v2] vmxnet3: Add XDP support
 2022-07-08 15:33 UTC  (2+ messages)

[RFC PATCH 0/7] ima: Support measurement of kexec initramfs components
 2022-07-08 15:34 UTC  (4+ messages)

[PATCH] dt-bindings: soc: imx8mp-media-blk-ctrl: Add LDB into DT example
 2022-07-08 15:32 UTC  (10+ messages)

[PATCH v3 00/11] ASoC: cleanups and improvements for jz4740-i2s
 2022-07-08 15:30 UTC  (5+ messages)
` [PATCH v3 04/11] ASoC: jz4740-i2s: Handle independent FIFO flush bits

[PATCH 1/2] test/service: add perf measurements for with stats mode
 2022-07-08 15:31 UTC  (4+ messages)
` [PATCH 2/2] service: fix potential stats race-condition on MT services

[PATCH] ARM: dts: ixp4xx: Fix up the Netgear WG302 device tree
 2022-07-08 15:29 UTC  (4+ messages)

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-08 15:30 UTC  (4+ messages)
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE

[PATCH 1/2] lib/string_helpers: Introduce strsplit_u32()
 2022-07-08 15:28 UTC  (11+ messages)

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-07-08 15:28 UTC  (3+ messages)
` [RFC PATCH v5] "

[PATCH] platform/x86/intel/ifs: Allow non-default names for IFS image
 2022-07-08 15:28 UTC  (2+ messages)

[PATCH v2 0/5] Address some issues with sphinx detection
 2022-07-08 15:27 UTC  (7+ messages)
    ` Expectation to --no-pdf option (was Re: [PATCH v2 0/5] Address some issues with sphinx detection)

[PATCH] net/ipa: fix repeated words in comments
 2022-07-08 15:27 UTC  (2+ messages)

[PATCH] net/ipa: fix repeated words in comments
 2022-07-08 15:25 UTC 

[PATCH 0/3] btrfs: a few direct IO fixes/improvements
 2022-07-08 15:20 UTC  (2+ messages)

[PATCH 00/10] adp5588-keys refactor and fw properties support
 2022-07-08 15:24 UTC  (6+ messages)
` [PATCH 01/10] input: keyboard: adp5588-keys: support gpi key events as 'gpio keys'

[PATCH] net/ipa: fix repeated words in comments
 2022-07-08 15:23 UTC 

[OE-core][dunfell 00/14] Patch review
 2022-07-08 15:23 UTC  (2+ messages)
  ` [OE-core][dunfell 14/14] qemu: add PACKAGECONFIG for capstone


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.