All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-13 09:18:24 to 2021-05-13 10:23:07 UTC [more...]

[PATCH 00/12] Wave goodbye to RHEL 7 vintage distros
 2021-05-13 10:05 UTC  (2+ messages)

[ovs-dev] [PATCH net] openvswitch: meter: fix race when getting now_ms
 2021-05-13 10:21 UTC  (2+ messages)

[PATCH] qtest: add a QOM object for qtest
 2021-05-13 10:11 UTC 

post-receive: pub/scm/utils/util-linux/util-linux
 2021-05-13 10:22 UTC 

[PATCH v3 00/22] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-05-13 10:18 UTC  (21+ messages)
` [PATCH v3 01/22] hw/usb/ccid: remove references to NSS
` [PATCH v3 02/22] tests/docker: don't use BUILDKIT in GitLab either
` [PATCH v3 03/22] tests/docker: use project specific container registries
` [PATCH v3 04/22] tests/docker: use explicit docker.io registry
` [PATCH v3 05/22] tests/docker: remove FEATURES env var from templates
` [PATCH v3 06/22] tests/docker: fix sorting in package lists
` [PATCH v3 07/22] tests/docker: fix mistakes in centos "
` [PATCH v3 08/22] tests/docker: fix mistakes in fedora package list
` [PATCH v3 09/22] tests/docker: fix mistakes in ubuntu package lists
` [PATCH v3 10/22] tests/docker: remove mingw packages from Fedora
` [PATCH v3 11/22] tests/docker: expand centos8 package list
` [PATCH v3 12/22] tests/docker: expand fedora "
` [PATCH v3 13/22] tests/docker: expand ubuntu1804 "
` [PATCH v3 14/22] tests/docker: expand ubuntu2004 "
` [PATCH v3 15/22] tests/docker: expand opensuse-leap "
` [PATCH v3 16/22] tests/docker: add script for automating container refresh
` [PATCH v3 18/22] tests/docker: auto-generate fedora with lcitool
` [PATCH v3 19/22] tests/docker: auto-generate ubuntu1804 "
` [PATCH v3 20/22] tests/docker: auto-generate ubuntu2004 "

Please pull u-boot-marvell/master
 2021-05-13 10:21 UTC 

[PATCH 0/5] Fix i.MXRT1050 hang on lcdif init and improve DT for mxsfb
 2021-05-13 10:21 UTC  (26+ messages)
` [PATCH v3 00/22] Fix i.MXRT1020/50
  ` [PATCH v3 01/22] arm: imxrt: soc: make mpu regions generic
  ` [PATCH v3 02/22] timer: imx-gpt: Add timer support for i.MX SoCs family
  ` [PATCH v3 03/22] ARM: dts: imxrt1020: add node label to osc
  ` [PATCH v3 04/22] ARM: dts: imxrt1020: add gpt1 node
  ` [PATCH v3 05/22] ARM: dts: imxrt1020-evk: enable gpt1 timer
  ` [PATCH v3 06/22] ARM: dts: imxrt1020-evk: set gpt1 as tick-timer for u-boot
  ` [PATCH v3 07/22] ARM: dts: imxrt1020-evk-u-boot: make gpt1 present for SPL
  ` [PATCH v3 08/22] ARM: dts: imxrt1020-evk: add device_type = "memory" to memory node
  ` [PATCH v3 09/22] configs: imxrt1020-evk: enable imx gpt timer as tick-timer
  ` [PATCH v3 10/22] ARM: dts: imxrt1050: add node label to osc
  ` [PATCH v3 11/22] ARM: dts: imxrt1050: add gpt1 node
  ` [PATCH v3 12/22] ARM: dts: imxrt1050-evk: enable gpt1 timer
  ` [PATCH v3 13/22] ARM: dts: imxrt1050-evk: set gpt1 as tick-timer for u-boot
  ` [PATCH v3 14/22] ARM: dts: imxrt1050-evk-u-boot: make gpt1 present for SPL
  ` [PATCH v3 15/22] ARM: dts: imxrt1050-evk: add device_type = "memory" to memory node
  ` [PATCH v3 16/22] configs: imxrt1050-evk: enable imx gpt timer as tick-timer
  ` [PATCH v3 17/22] video: mxsfb: add enabling of "axi" clock other than "per" clock
  ` [PATCH v3 18/22] video: mxsfb: add enabling of "disp_axi" clock
  ` [PATCH v3 19/22] clk: imx: clk-imxrt1050: introduce LCDIF_PIX and rename LCDIF to LCDIF_APB
  ` [PATCH v3 20/22] ARM: dts: imxrt1050: move lcdif assigned clock to dtsi
  ` [PATCH v3 21/22] ARM: dts: imxrt1050: set lcdif clocks according to mxsfb driver
  ` [PATCH v3 22/22] ARM: dts: imxrt1050-evk: remove u-boot,dm-spl

[PATCH 0/8] xen: harden frontends against malicious backends
 2021-05-13 10:20 UTC  (12+ messages)
` [PATCH 1/8] xen: sync include/xen/interface/io/ring.h with Xen's newest version
` [PATCH 2/8] xen/blkfront: read response from backend only once
` [PATCH 3/8] xen/blkfront: don't take local copy of a request from the ring page
` [PATCH 4/8] xen/blkfront: don't trust the backend response data blindly
` [PATCH 5/8] xen/netfront: read response from backend only once
` [PATCH 6/8] xen/netfront: don't read data from request on the ring page
` [PATCH 7/8] xen/netfront: don't trust the backend response data blindly
` [PATCH 8/8] xen/hvc: replace BUG_ON() with negative return value

[PATCH v10 0/1] bio: limit bio max size
 2021-05-13 10:02 UTC  (2+ messages)
    ` [PATCH v10 1/1] "

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-13 10:05 UTC  (9+ messages)
` [PATCH 31/72] softfloat: Move sf_canonicalize to softfloat-parts.c.inc
` [PATCH 32/72] softfloat: Move round_canonical "
` [PATCH 33/72] softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h
` [PATCH 34/72] softfloat: Move addsub_floats to softfloat-parts.c.inc

[PATCH kvm-unit-tests v3 0/8] arm/arm64: Prepare for target-efi
 2021-05-13 10:18 UTC  (7+ messages)
` [PATCH kvm-unit-tests v3 8/8] arm/arm64: psci: Don't assume method is hvc
  ` [PATCH kvm-unit-tests v4] "

[PATCH] Bluetooth: btusb: Add support USB ALT 3 for WBS
 2021-05-13 10:18 UTC 

[PATCH] Bluetooth: Remove spurious error message
 2021-05-13 10:16 UTC  (5+ messages)

[xlnx:xlnx_rebase_v5.4 1171/1757] drivers/irqchip/irq-xilinx-intc.c:295:3: error: implicit declaration of function 'set_handle_irq'; did you mean 'generic_handle_irq'?
 2021-05-13 10:14 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/rui/linux
 2021-05-13 10:16 UTC 

[powerpc:fixes-test] BUILD SUCCESS da3bb206c9ceb0736d9e2897ea697acabad35833
 2021-05-13 10:14 UTC 

post-receive: pub/scm/linux/kernel/git/rui/linux
 2021-05-13 10:15 UTC 

[PATCH 5.10 000/530] 5.10.37-rc1 review
 2021-05-13 10:14 UTC  (8+ messages)
` [PATCH 5.10 050/530] md: md_open returns -EBUSY when entering racing area
` [PATCH 5.10 052/530] MIPS: Reinstate platform `__div64_32 handler

post-receive: pub/scm/linux/kernel/git/stable/linux
 2021-05-13 10:13 UTC 

[PATCH] Bluetooth: hci_h5: Add RTL8822CS capabilities
 2021-05-13 10:12 UTC  (2+ messages)
`  "

[PATCH v4] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-05-13 10:12 UTC  (3+ messages)

[PATCH v4] x86, sched: Fix the AMD CPPC maximum perf on some specific generations
 2021-05-13 10:12 UTC  (5+ messages)

[PATCH] x86/i8259: Work around buggy legacy PIC
 2021-05-13 10:11 UTC  (3+ messages)

[PATCH] ARM: dts: ixp4xx: Add beeper to the NSLU2
 2021-05-13 10:09 UTC 

[PATCH] cpufreq: intel_pstate: Force intel_pstate to load when HWP disabled in firmware
 2021-05-13 10:10 UTC  (3+ messages)

[PATCH 5.12 000/677] 5.12.4-rc1 review
 2021-05-13 10:08 UTC  (2+ messages)

[chrome-os:chromeos-4.19 31/39] drivers/net/wireless/ath/ath10k/htt_rx.c:1556:7: error: variable 'more_frags' set but not used
 2021-05-13 10:07 UTC 

[dpdk-dev] [PATCH 0/2] bugfix for Kunpeng930 SVE compile
 2021-05-13 10:04 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/2] net/hns3: refactor SVE code compile method

alsa-lib dmix segfault; latest Git
 2021-05-13 10:02 UTC  (2+ messages)

[FSL P50x0] Xorg always restarts again and again after the the PowerPC updates 5.13-1
 2021-05-13 10:01 UTC  (3+ messages)

regression: data corruption with ext4 on LUKS on nvme with torvalds master
 2021-05-13  9:42 UTC  (2+ messages)

Zynq MPSoC Dynamic DDR DIMM Configuration support
 2021-05-13 10:01 UTC  (4+ messages)

[LTP] [PATCH] syscalls/mallinfo01: Disable free fastbin blocks
 2021-05-13 10:00 UTC  (4+ messages)

[RFC 00/10] powerpc/rtas: improved busy and extended delay status handling
 2021-05-13  9:59 UTC  (3+ messages)
` [RFC 01/10] powerpc/rtas: new APIs for busy and extended delay statuses

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-05-13  9:59 UTC  (12+ messages)

[dpdk-dev] [PATCH] examples/l3fwd: change mq-mode on single queue devices
 2021-05-13  9:59 UTC  (4+ messages)

[PATCH 1/4] sched: make nr_running() return 32-bit
 2021-05-13  9:58 UTC  (3+ messages)

[PATCH V3 RESEND] drm/i915: Fix "mitigations" parsing if i915 is builtin
 2021-05-13  9:58 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Fix "mitigations" parsing if i915 is builtin (rev4)

"bad revision" fetch error when fetching missing objects from partial clones
 2021-05-13  9:57 UTC  (3+ messages)

Leaf corruption due to csum range
 2021-05-13  9:57 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2021-05-13  9:57 UTC 

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-05-13  9:57 UTC 

[LTP] LTP Release
 2021-05-13  9:57 UTC  (3+ messages)
  ` [LTP] LTP pre-release git freeze and call for testing

[PATCH] arm-bsp/docs: Updated documentation fvp-baser-aemv8r64 MACHINE
 2021-05-13  9:57 UTC 

[dpdk-dev] [PATCH v1] net/mlx5: fix meter cleaning in stop operation
 2021-05-13  9:56 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix counter offset detection
 2021-05-13  9:55 UTC  (2+ messages)

[PATCH 9/9] mt76: mt7921: add back connection monitor support
 2021-05-13  9:55 UTC  (2+ messages)

[PATCH] mm, swap: Remove unnecessary smp_rmb() in swap_type_to_swap_info()
 2021-05-13  9:54 UTC  (3+ messages)

[PATCH] drm/amdgpu: Register bad page handler for Aldebaran
 2021-05-13  9:53 UTC  (6+ messages)

regression in Xen 4.15, unable to boot xenlinux dom0
 2021-05-13  9:52 UTC  (3+ messages)

[Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used
 2021-05-13  9:40 UTC  (2+ messages)
` [Bug 1913969] "

[PATCH v2 0/3] VT_RESIZEX fixes
 2021-05-13  9:51 UTC  (8+ messages)
` [PATCH v2 1/3] vgacon: Record video mode changes with VT_RESIZEX
` [PATCH v2 2/3] vt_ioctl: Revert VT_RESIZEX parameter handling removal
` [PATCH v2 3/3] vt: Fix character height handling with VT_RESIZEX

sound/pci/echoaudio/echoaudio.c:1953 snd_echo_create() warn: 'chip->dsp_registers_phys' not released on lines: 1919, 1933
 2021-05-13  9:51 UTC 

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-05-13  9:47 UTC  (9+ messages)

post-receive: pub/scm/linux/kernel/git/iwamatsu/linux-stable
 2021-05-13  9:50 UTC 

post-receive: pub/scm/linux/kernel/git/iwamatsu/linux-stable
 2021-05-13  9:49 UTC 

[PATCH v2 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-05-13  9:46 UTC  (5+ messages)

[PATCH 3/3] drm/amd/pm: Reset max GFX clock after disabling determinism
 2021-05-13  9:48 UTC 

[PATCH RESEND 8/9] mt76: connac: add bss color support for sta mode
 2021-05-13  9:47 UTC 

post-receive: pub/scm/linux/kernel/git/iwamatsu/linux-stable
 2021-05-13  9:47 UTC 

[PATCH 2/3] drm/amd/pm: Fix showing incorrect frequencies on aldebaran
 2021-05-13  9:47 UTC 

[dpdk-dev] [PATCH] examples/l3fwd-power: fix assignment errors
 2021-05-13  9:47 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/iwamatsu/linux-stable
 2021-05-13  9:47 UTC 

[PATCH -next] staging: greybus: audio: Add missing MODULE_DEVICE_TABLE
 2021-05-13  9:46 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jolsa/perf
 2021-05-13  9:46 UTC 

[PATCH 1/3] drm/amd/pm: Add custom/current freq to pstates
 2021-05-13  9:45 UTC 

[PATCH] net: mdio: octeon: Fix some double free issues
 2021-05-13  9:44 UTC  (2+ messages)

[vhost-user] Expectations around reconnection
 2021-05-13  9:43 UTC  (2+ messages)

[PATCH 00/10] Python: delint iotests, machine.py and console_socket.py
 2021-05-13  9:40 UTC  (7+ messages)
` [PATCH 01/10] python/console_socket: avoid one-letter variable
` [PATCH 02/10] python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
` [PATCH 08/10] iotests: use 'with open()' where applicable

Recording videos on phones and camera on Librem 5 devboard
 2021-05-13  9:42 UTC  (2+ messages)

[PATCH net] cxgb4/ch_ktls: Clear resources when pf4 device is removed
 2021-05-13  9:41 UTC 

[PATCH 0/2] Clear several unused local variable warnings
 2021-05-13  9:40 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: core: remove three unused local variables
` [PATCH 2/2] staging: rtl8723bs: core: eliminate erroneous reporting of unused variable 'evt_seq'

[RFC] vsock: notify server to shutdown when client has pending signal
 2021-05-13  9:41 UTC  (2+ messages)

[PATCH v2 1/2] arm64: dts: imx8mp: Remove the reference to audio ipg clock on imx8mp
 2021-05-13  9:41 UTC  (3+ messages)
` [PATCH v2 2/2] clk: imx: Remove the audio ipg clock from imx8mp

[PATCH 34/35] tty: make tty_get_byte_size available
 2021-05-13  9:41 UTC  (5+ messages)
` [PATCH v2 "

[PATCH V2] PCI: Add MCFG quirks for Tegra194 host controllers
 2021-05-13  9:40 UTC  (4+ messages)
` [PATCH V3 0/2] "
  ` [PATCH V3 2/2] "

netfilter: iptables-restore: setsockopt(3, SOL_IP, IPT_SO_SET_REPLACE, "security...", ...) return -EAGAIN
 2021-05-13  9:40 UTC  (5+ messages)

[PATCH] mm/memory.c: fix comment of finish_mkwrite_fault()
 2021-05-13  9:39 UTC 

[PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt
 2021-05-13  9:39 UTC  (2+ messages)

Request to update 8852a firmware of rtw89 to v0.13.8.0
 2021-05-13  9:38 UTC  (5+ messages)

[PATCH V2] net: mdio: thunder: Fix a double free issue in the .remove function
 2021-05-13  9:37 UTC  (2+ messages)

[PATCH -mm] slub: STACKDEPOT: rename save_stack_trace()
 2021-05-13  9:37 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_mmap_write_crc: Add subtest description
 2021-05-13  9:37 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_mmap_write_crc: Add subtest description (rev3)

[hnaz-linux-mm:master 179/239] include/linux/thread_info.h:215:27: error: 'INT_MAX' undeclared
 2021-05-13  9:36 UTC  (2+ messages)

[dpdk-dev] [PATCH-V6] config/arm: restore support for Qualcomm servers
 2021-05-13  9:35 UTC  (3+ messages)
` [dpdk-dev] [PATCH-V7] config/arm: add Qualcomm Centriq 2400 SoC config

[PATCH v2 1/4] lib/vsprintf: Allow to override ISO 8601 date and time separator
 2021-05-13  9:34 UTC  (6+ messages)
` [PATCH v2 2/4] kdb: Switch to use %ptTs

[PATCH v5 1/3] kunit: make test->lock irq safe
 2021-05-13  9:32 UTC  (4+ messages)
` [PATCH v5 2/3] mm/slub, kunit: add a KUnit test for SLUB debugging functionality

[GIT PULL FOR v5.14] Minor RC & DVB updates
 2021-05-13  9:36 UTC  (2+ messages)
` [GIT PULL FOR v5.14] Minor RC & DVB updates (#74265)

Git pathspecs difference in behavior between linux (wsl) and windows
 2021-05-13  9:31 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_dp_dsc: Bug fix for DP on Pipe A
 2021-05-13  9:07 UTC 

[PATCH] image.bbclass: fix comment "pacackages" -> "packages"
 2021-05-13  9:30 UTC 

[PATCH v2] mm/ioremap: Fix iomap_max_page_shift
 2021-05-13  9:29 UTC  (2+ messages)

[PATCH v5] [GSOC] ref-filter: fix read invalid union member bug
 2021-05-13  9:29 UTC  (4+ messages)
` [PATCH v6] "

[linux-stable-rc CI] Test report for 4.14.233-rc1/x86
 2021-05-13  9:27 UTC 

[PATCH v2] powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailable
 2021-05-13  9:26 UTC  (4+ messages)

[intel-tdx:guest 51/63] drivers/acpi/svkl.c:165 acpi_svkl_init() warn: '&acpi_svkl_dev' not released on lines: 158
 2021-05-13  9:26 UTC 

[PATCH v2 0/2] [GSOC][RFC] ref-filter: introduce enum atom_type
 2021-05-13  9:25 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] [GSOC] "

[intel-tdx:guest 47/63] drivers/acpi/acpica/hwsleep.c:119:25: warning: suggest braces around empty body in an 'if' statement
 2021-05-13  9:25 UTC 

[powerpc:next-test] BUILD SUCCESS d64ef8451fbc85489928bea033a63d9c09fca786
 2021-05-13  9:23 UTC 

[PATCH v3] powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailable
 2021-05-13  9:23 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_lease: Add subtest description
 2021-05-13  9:22 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: Add subtest description (rev2)

[RFC PATCH u-boot 00/12] U-Boot LTO (Sandbox + ARM Nokia RX-51)
 2021-05-13  9:22 UTC  (11+ messages)

[PATCH v4 00/15] media: mtk-vcodec: support for MT8183 decoder
 2021-05-13  9:21 UTC  (8+ messages)
` [PATCH v4 05/15] media: mtk-vcodec: vdec: support stateless API

[Intel-gfx] [PATCH 0/3] Fix I915_GVT dependency
 2021-05-13  9:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Fix I915_GVT dependency (rev2)

[PATCH v5 0/2] CPU-Idle latency selftest framework
 2021-05-13  9:18 UTC  (2+ messages)

[PATCH v4 1/3] arm64: Change the on_*stack functions to take a size argument
 2021-05-13  9:16 UTC  (3+ messages)
` [PATCH v4 2/3] arm64: stacktrace: Relax frame record alignment requirement to 8 bytes


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.