All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-27 20:33:35 to 2021-05-27 21:58:50 UTC [more...]

[RFT] Testing 1.22
 2021-05-27 21:57 UTC  (8+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-05-27 21:56 UTC 

[Intel-gfx] [PATCH] drm/i915/adlp: Add missing TBT AUX -> PW#2 power domain dependencies
 2021-05-27 21:56 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH 0/7] Finish conversion to GRAPHICS_VER
 2021-05-27 21:55 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 1/4] PCI: Add empty stub for pci_register_io_range()
 2021-05-27 21:55 UTC  (2+ messages)

[PATCH] PCI: Add quirk for 64-bit DMA on RS690 chipset
 2021-05-27 21:45 UTC 

Linux Graphics Next: Userspace submission update
 2021-05-27 21:51 UTC 

[PATCH for-next 00/13] 5.14 batch 2
 2021-05-27 21:51 UTC  (7+ messages)
` [PATCH 05/13] io-wq: replace goto while
` [PATCH 10/13] io_uring: add helpers for 2 level table alloc
` [PATCH 12/13] io_uring: cache task struct refs

[patch net-next] selftests: devlink_lib: add check for devlink device existence
 2021-05-27 21:50 UTC  (2+ messages)

pull-request: can-next 2021-05-27
 2021-05-27 21:50 UTC  (2+ messages)

[PATCH net] devlink: Correct VIRTUAL port to not have phys_port attributes
 2021-05-27 21:50 UTC  (2+ messages)

[v4 0/4] drm: Support basic DPCD backlight in panel-simple and add a new panel ATNA33XC20
 2021-05-27 21:41 UTC  (6+ messages)
` [v4 1/4] drm/panel-simple: Add basic DPCD backlight support

[PATCH] checkpatch: fix incorrect camelcase detection on numeric constant
 2021-05-27 21:47 UTC 

[PATCH v4 00/14] NVIDIA Tegra memory and power management changes for 5.14
 2021-05-27 21:43 UTC  (15+ messages)
` [PATCH v4 01/14] regulator: core: Add regulator_sync_voltage_rdev()
` [PATCH v4 02/14] soc/tegra: regulators: Bump voltages on system reboot
` [PATCH v4 03/14] soc/tegra: Add stub for soc_is_tegra()
` [PATCH v4 04/14] soc/tegra: Add devm_tegra_core_dev_init_opp_table()
` [PATCH v4 05/14] soc/tegra: fuse: Add stubs needed for compile-testing
` [PATCH v4 06/14] clk: tegra: "
` [PATCH v4 07/14] memory: tegra: Fix compilation warnings on 64bit platforms
` [PATCH v4 08/14] memory: tegra: Enable compile testing for all drivers
` [PATCH v4 09/14] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()
` [PATCH v4 10/14] memory: tegra30-emc: "
` [PATCH v4 11/14] dt-bindings: soc: tegra-pmc: Document core power domain
` [PATCH v4 12/14] soc/tegra: pmc: Add "
` [PATCH v4 13/14] soc/tegra: pmc: Add driver state syncing
` [PATCH v4 14/14] soc/tegra: regulators: Support core domain "

[PATCH 0/2] [RESEND] SEV firmware error list touchups
 2021-05-27 21:36 UTC  (3+ messages)

[SPDK] use spdk to write larger blocks
 2021-05-27 21:43 UTC 

[PATCH] pico-imx6: README: Fix the boot mode settings URL
 2021-05-27 21:43 UTC 

[PATCH] pytest:Shutdown power-supply to board after the pytest execution
 2021-05-27 21:42 UTC  (2+ messages)

[PATCH v8 00/31] python: create installable package
 2021-05-27 21:17 UTC  (32+ messages)
` [PATCH v8 01/31] python/console_socket: avoid one-letter variable
` [PATCH v8 02/31] python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
` [PATCH v8 03/31] python/machine: use subprocess.run instead of subprocess.Popen
` [PATCH v8 04/31] python/console_socket: Add a pylint ignore
` [PATCH v8 05/31] python/machine: Disable pylint warning for open() in _pre_launch
` [PATCH v8 06/31] python/machine: disable warning for Popen in _launch()
` [PATCH v8 07/31] python/machine: Trim line length to below 80 chars
` [PATCH v8 08/31] iotests/297: add --namespace-packages to mypy arguments
` [PATCH v8 09/31] python: create qemu packages
` [PATCH v8 10/31] python: add qemu package installer
` [PATCH v8 11/31] python: add VERSION file
` [PATCH v8 12/31] python: add directory structure README.rst files
` [PATCH v8 13/31] python: add MANIFEST.in
` [PATCH v8 14/31] python: Add pipenv support
` [PATCH v8 15/31] python: add pylint import exceptions
` [PATCH v8 16/31] python: move pylintrc into setup.cfg
` [PATCH v8 17/31] python: add pylint to pipenv
` [PATCH v8 18/31] python: move flake8 config to setup.cfg
` [PATCH v8 19/31] python: add excluded dirs to flake8 config
` [PATCH v8 20/31] python: Add flake8 to pipenv
` [PATCH v8 21/31] python: move mypy.ini into setup.cfg
` [PATCH v8 22/31] python: add mypy to pipenv
` [PATCH v8 23/31] python: move .isort.cfg into setup.cfg
` [PATCH v8 24/31] python/qemu: add isort to pipenv
` [PATCH v8 25/31] python/qemu: add qemu package itself "
` [PATCH v8 26/31] python: add devel package requirements to setuptools
` [PATCH v8 27/31] python: add avocado-framework and tests
` [PATCH v8 28/31] python: add Makefile for some common tasks
` [PATCH v8 29/31] python: add .gitignore
` [PATCH v8 30/31] python: add tox support
` [PATCH v8 31/31] gitlab: add python linters to CI

[RFC connman v2 0/1] Add wpa_supplicant WPA3-SAE support
 2021-05-27 21:41 UTC  (2+ messages)
` [RFC connman v2 1/1] WIP: "

[PATCH v4] mm: improve mprotect(R|W) efficiency on pages referenced once
 2021-05-27 21:41 UTC  (2+ messages)

[Buildroot] [git commit] docs/website: update for 2021.05-rc2
 2021-05-27 21:41 UTC 

nvmeof Issues with Zen 3/Ryzen 5000 Initiator
 2021-05-27 21:36 UTC  (2+ messages)

[Buildroot] [PATCH] package/libcurl: security bump to version 7.77.0
 2021-05-27 21:35 UTC 

[PATCH v5 1/5] PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions
 2021-05-27 21:34 UTC  (4+ messages)
` [PATCH v5 2/5] PCI/sysfs: Use return value from dsm_label_utf16s_to_utf8s() directly

[PATCH v2 for-5.14] spi: bcm2835: Allow arbitrary number of slaves
 2021-05-27 21:32 UTC 

[PATCH conntrackd] cthelper: Set up userspace helpers when daemon starts
 2021-05-27 21:32 UTC 

[PATCH v4] i386: Add ratelimit for bus locks acquired in guest
 2021-05-27 21:19 UTC  (2+ messages)

[PATCH][next] xfs: Fix fall-through warnings for Clang
 2021-05-27 21:31 UTC  (6+ messages)

[PATCH v2] Input: elants_i2c - Fix NULL dereference at probing
 2021-05-27 21:30 UTC  (2+ messages)

[PATCH v4] /dev/mem: Revoke mappings when a driver claims the region
 2021-05-27 21:30 UTC  (3+ messages)

[patch net-next v2] devlink: append split port number to the port name
 2021-05-27 21:30 UTC  (2+ messages)

stable-rc/linux-4.9.y baseline: 87 runs, 7 regressions (v4.9.270-6-g71bb752d4ade)
 2021-05-27 21:25 UTC 

[PATCH 00/18] arm64: MMU enabled kexec relocation
 2021-05-27 21:23 UTC  (7+ messages)
` [PATCH 03/18] arm64: hyp-stub: Move elx_sync into the vectors

[RFC v2-fix-v3 1/1] x86/boot: Avoid #VE during boot for TDX platforms
 2021-05-27 21:25 UTC  (2+ messages)
` [RFC v2-fix-v4 "

[dpdk-dev] [PATCH] pmdinfogen: allow padding after NUL terminator
 2021-05-27 21:24 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] common: The do_repeat flag interferes with commands issued via run_command API
 2021-05-27 21:24 UTC 

[PATCH for-5.13] spi: Cleanup on failure of initial setup
 2021-05-27 21:10 UTC 

[PATCH 0/5] fsck: improve error reporting
 2021-05-27 21:17 UTC  (4+ messages)
` [PATCH v3 00/17] fsck: better "invalid object" "
  ` [PATCH v3 04/17] cat-file tests: test that --allow-unknown-type isn't on by default

[PATCH 00/29] drm/i915/gem: ioctl clean-ups (v6)
 2021-05-27 21:17 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gem: ioctl clean-ups (rev5)

[PATCH RESEND] clk: vc5: fix output disabling when enabling a FOD
 2021-05-27 21:16 UTC 

[PATCH v5 00/15] Move LMEM (VRAM) management over to TTM
 2021-05-27 21:15 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[igt-dev] [PATCH i-g-t v3 0/3] Fix the multiprocess mode of intel allocator
 2021-05-27 21:14 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for Fix the multiprocess mode of intel allocator (rev3)
` [igt-dev] ✓ Fi.CI.BAT: success "

[PATCH 0/4] drm/panfrost: Plumb cycle counters to userspace
 2021-05-27 21:14 UTC  (6+ messages)
` [PATCH 1/4] drm/panfrost: Add cycle counter job requirement
` [PATCH 2/4] drm/panfrost: Add CYCLE_COUNT_START/STOP commands
` [PATCH 3/4] drm/panfrost: Add permon acquire/release helpers
` [PATCH 4/4] drm/panfrost: Handle PANFROST_JD_REQ_PERMON

[xen-unstable-smoke test] 162239: tolerable all pass - PUSHED
 2021-05-27 21:14 UTC 

[PATCH v1] hugetlb: pass head page to remove_hugetlb_page()
 2021-05-27 21:12 UTC  (4+ messages)

[PATCH net-next 0/3] virtio_net: add optional flow dissection in virtio_net_hdr_to_skb
 2021-05-27 21:12 UTC  (4+ messages)
` [PATCH net-next 1/3] net: flow_dissector: extend bpf flow dissector support with vnet hdr
` [PATCH net-next 2/3] virtio_net: add optional flow dissection in virtio_net_hdr_to_skb
` [PATCH net-next 3/3] selftests/net: amend bpf flow dissector prog to do vnet hdr validation

[lttng-dev] [PATCH lttng-tools stable-2.12] Fix: list_lttng_agent_events: unbalanced RCU read-side lock on error
 2021-05-27 21:11 UTC 

[PATCH v4 1/2] target/i386: Trivial code motion
 2021-05-27 21:10 UTC  (8+ messages)
` [PATCH v4 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH] ARM: dts: imx6sl: add PXP module
 2021-05-27 21:07 UTC  (2+ messages)

[PATCH] percpu: initialize best_upa variable
 2021-05-27 21:09 UTC  (6+ messages)

stable-rc/linux-4.4.y baseline: 78 runs, 8 regressions (v4.4.270-4-g50a10183be62)
 2021-05-27 21:09 UTC 

Please backport BTUSB_INTEL_NEWGEN to stable 5.10.x
 2021-05-27 21:08 UTC 

Is fscrypt encryption FIPS compliant?
 2021-05-27 20:08 UTC 

[PATCH 0/5] stop collection of instruction usage statistics
 2021-05-27 21:05 UTC  (3+ messages)
` [PATCH 5/5] hw/core/cpu: removed cpu_dump_statistics function

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-05-27 21:05 UTC  (11+ messages)

[PATCH] of: property: Add fw_devlink support for pwms
 2021-05-27 21:04 UTC  (2+ messages)

No sound with Realtek ALC3306
 2021-05-27 21:03 UTC 

[Buildroot] [PATCH 1/1] package/capnproto: fix build on riscv32
 2021-05-27 21:04 UTC 

No sound with Realtek ALC3306
 2021-05-27 21:01 UTC 

[PATCH v2 0/2] platform/chrome: Update cros_ec sysfs attribute after sensors are found
 2021-05-27 21:01 UTC  (2+ messages)

No sound with Realtek ALC3306
 2021-05-27 20:59 UTC 

[PATCH 0/5] Optimization batch 12: miscellaneous unthemed stuff
 2021-05-27 21:00 UTC  (3+ messages)
` [PATCH 1/5] merge-ort: replace string_list_df_name_compare with faster alternative

[RESEND PATCH V1 0/5] Update pcie-tegra194 driver
 2021-05-27 21:00 UTC  (4+ messages)
` [RESEND PATCH V1 4/5] PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode

[ovmf test] 162217: all pass - PUSHED
 2021-05-27 20:58 UTC 

iproute2: ip address add prefer keyword confusion
 2021-05-27 20:58 UTC 

[PATCH v3] target/i386/sev: add support to query the attestation report
 2021-05-27 20:55 UTC  (3+ messages)

[PATCH 01/10] drm/amdkfd: device pgmap owner at the svm migrate init
 2021-05-27 20:56 UTC  (20+ messages)
` [PATCH 02/10] drm/amdkfd: add owner ref param to get hmm pages
` [PATCH 03/10] drm/amdkfd: set owner ref to svm range prefault
` [PATCH 04/10] drm/amdgpu: get owner ref in validate and map
` [PATCH 05/10] drm/amdkfd: classify and map mixed svm range pages in GPU
` [PATCH 06/10] drm/amdkfd: skip invalid pages during migrations
` [PATCH 07/10] drm/amdkfd: skip migration for pages already in VRAM
` [PATCH 08/10] drm/amdkfd: add invalid pages debug at vram migration
` [PATCH 09/10] drm/amdkfd: partially actual_loc removed
` [PATCH 10/10] drm/amdkfd: protect svm_bo ref in case prange has forked

[Buildroot] [PATCH 1/1] package/directfb: disable on riscv32
 2021-05-27 20:54 UTC 

stable-rc/linux-5.12.y baseline: 117 runs, 1 regressions (v5.12.7-8-g6fc814b4a8b3)
 2021-05-27 20:51 UTC 

[BUG REPORT] File names that contain UTF8 characters are unnecessarily escaped in 'git status .' messages
 2021-05-27 20:50 UTC  (6+ messages)

[drm-msm:msm-next-staging 14/16] drivers/gpu/drm/msm/dsi/dsi.h:94:30: warning: 'struct msm_disp_state' declared inside parameter list will not be visible outside of this definition or declaration
 2021-05-27 20:50 UTC 

[Buildroot] [PATCH] package/nginx: fix NGINX pidfile handling systemd
 2021-05-27 20:49 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/libkcapi: fix build on riscv32
 2021-05-27 20:49 UTC 

[PATCH v3 00/14] NVIDIA Tegra memory and power management changes for 5.14
 2021-05-27 20:47 UTC  (15+ messages)
` [PATCH v3 01/14] regulator: core: Add regulator_sync_voltage_rdev()
` [PATCH v3 02/14] soc/tegra: regulators: Bump voltages on system reboot
` [PATCH v3 03/14] soc/tegra: Add stub for soc_is_tegra()
` [PATCH v3 04/14] soc/tegra: Add devm_tegra_core_dev_init_opp_table()
` [PATCH v3 05/14] soc/tegra: fuse: Add stubs needed for compile-testing
` [PATCH v3 06/14] clk: tegra: "
` [PATCH v3 07/14] memory: tegra: Fix compilation warnings on 64bit platforms
` [PATCH v3 08/14] memory: tegra: Enable compile testing for all drivers
` [PATCH v3 09/14] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()
` [PATCH v3 10/14] memory: tegra30-emc: "
` [PATCH v3 11/14] dt-bindings: soc: tegra-pmc: Document core power domain
` [PATCH v3 12/14] soc/tegra: pmc: Add "
` [PATCH v3 13/14] soc/tegra: pmc: Add driver state syncing
` [PATCH v3 14/14] soc/tegra: regulators: Support core domain "

[PATCH 0/2] tests/acceptance: Add tests for the Pegasos2 machine
 2021-05-27 20:46 UTC  (3+ messages)
` [PATCH 2/2] "

[RFC PATCH net-next 0/8] Convert xpcs to phylink_pcs_ops
 2021-05-27 20:45 UTC  (9+ messages)
` [RFC PATCH net-next 1/8] net: pcs: xpcs: delete shim definition for mdio_xpcs_get_ops()
` [RFC PATCH net-next 2/8] net: pcs: xpcs: check for supported PHY interface modes in phylink_validate
` [RFC PATCH net-next 3/8] net: pcs: xpcs: export xpcs_validate
` [RFC PATCH net-next 4/8] net: pcs: export xpcs_config_eee
` [RFC PATCH net-next 5/8] net: pcs: xpcs: export xpcs_probe
` [RFC PATCH net-next 6/8] net: pcs: xpcs: convert to phylink_pcs_ops
` [RFC PATCH net-next 7/8] net: pcs: xpcs: use mdiobus_c45_addr in xpcs_{read,write}
` [RFC PATCH net-next 8/8] net: pcs: xpcs: convert to mdio_device

how to rollback / to a snapshot ?
 2021-05-27 20:41 UTC  (6+ messages)

[PATCH v5 11/15] drm/i915/ttm: Introduce a TTM i915 gem object backend
 2021-05-27 20:40 UTC  (2+ messages)

[PATCH] nvme-rdma: fix in-casule data send for chained sgls
 2021-05-27 20:40 UTC 

[ANNOUNCE] Git Rev News edition 75
 2021-05-27 20:39 UTC 

[PATCH 00/39 v4] xfs: CIL and log optimisations
 2021-05-27 20:38 UTC  (3+ messages)
` [PATCH 39/39] xfs: expanding delayed logging design with background material

[Buildroot] [Bug 13586] New: grub failure with BR2_OPTIMIZE_3
 2021-05-27 20:37 UTC  (5+ messages)

stable-rc/linux-4.19.y baseline: 105 runs, 3 regressions (v4.19.192-4-gf96d7c02c0d0)
 2021-05-27 20:36 UTC 

[PATCH 0/8] dt-bindings: firmware: Convert SCPI and SCMI to json schema
 2021-05-27 20:33 UTC  (4+ messages)
` [PATCH 7/8] dt-bindings: firmware: amlogic,scpi: Convert "
  ` [PATCH 7/8] dt-bindings: firmware: amlogic, scpi: "

[PATCH 5.10 0/9] 5.10.41-rc1 review
 2021-05-27 20:34 UTC  (2+ messages)

[PATCH v3 0/3] am335x: set pinmux registers from pins debug file
 2021-05-27 20:33 UTC  (8+ messages)
` [PATCH v3 2/3] pinctrl: core: configure pinmux "


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.