All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-25 13:06:42 to 2021-11-25 13:54:03 UTC [more...]

SEV guest attestation
 2021-11-25 13:52 UTC  (10+ messages)

[PATCH v10 00/10 RESEND] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
 2021-11-25 13:51 UTC  (12+ messages)
` [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC

[PATCH 0/2] KVM: arm64: nv: Fix issue with Stage 2 MMU init for Nested case
 2021-11-25 13:49 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Use appropriate mmu pointer in stage2 page table init

[PATCH RFC v3 0/4] MUX: Add support for reading enable state from DT
 2021-11-25 13:52 UTC  (6+ messages)
` [PATCH RFC v3 1/4] dt-bindings: mux: Increase the number of arguments in mux-controls
` [PATCH RFC v3 3/4] mux: Add support for reading mux enable state from DT

[PATCH] dma_heap: use sg_table.orig_nents in sg_table release flow
 2021-11-25 13:49 UTC  (8+ messages)
  ` [PATCH v2] dma_heap: use for_each_sgtable_sg "

[PATCH v13 2/4] dmaengine: tegra: Add tegra gpcdma driver
 2021-11-25 13:42 UTC  (3+ messages)

stable-rc/queue/5.4 build: 166 builds: 3 failed, 163 passed, 4 errors, 26 warnings (v5.4.161-100-g2d3a7eb04e890)
 2021-11-25 13:43 UTC 

[syzbot] WARNING in usbnet_start_xmit/usb_submit_urb
 2021-11-25 13:48 UTC  (3+ messages)

[PATCH v11 0/5] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2021-11-25 13:48 UTC  (4+ messages)
  ` [PATCH v11 1/5] arm64: Call stack_backtrace() only from within walk_stackframe()

[Bug 215135] New: proposed cpufreq driver amd-pstate regresses wrt acpi-cpufreq on some AMD EPYC Zen3
 2021-11-25 13:47 UTC  (2+ messages)
` [Bug 215135] "

[XEN PATCH v8 00/47] xen: Build system improvements, now with out-of-tree build!
 2021-11-25 13:40 UTC  (48+ messages)
` [XEN PATCH v8 01/47] build: factorise generation of the linker scripts
` [XEN PATCH v8 02/47] xen: move include/asm-* to arch/*/include/asm
` [XEN PATCH v8 03/47] build: generate "include/xen/compile.h" with if_changed
` [XEN PATCH v8 04/47] build: set XEN_BUILD_EFI earlier
` [XEN PATCH v8 05/47] build: adjust $(TARGET).efi creation in arch/arm
` [XEN PATCH v8 06/47] build: avoid re-executing the main Makefile by introducing build.mk
` [XEN PATCH v8 07/47] build: set ALL_OBJS to main Makefile; move prelink.o to main Makefile
` [XEN PATCH v8 08/47] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v8 09/47] build: rework test/livepatch/Makefile
` [XEN PATCH v8 10/47] build: rework cloc recipe
` [XEN PATCH v8 11/47] build: fix enforce unique symbols for recent clang version
` [XEN PATCH v8 12/47] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v8 13/47] build: introduce if_changed_deps
` [XEN PATCH v8 14/47] build: rename __LINKER__ to LINKER_SCRIPT
` [XEN PATCH v8 15/47] build: hook kconfig into xen build system
` [XEN PATCH v8 16/47] xen/tools/kconfig: fix build with -Wdeclaration-after-statement
` [XEN PATCH v8 17/47] build: remove KBUILD_ specific from Makefile.host
` [XEN PATCH v8 18/47] build: handle always-y and hostprogs-always-y
` [XEN PATCH v8 19/47] build: start building the tools with the main makefiles
` [XEN PATCH v8 20/47] build: add headers path to CFLAGS once for all archs
` [XEN PATCH v8 21/47] build: generate x86's asm-macros.h with filechk
` [XEN PATCH v8 22/47] build: clean-up "clean" rules of duplication
` [XEN PATCH v8 23/47] build: rework "clean" to clean from the root dir
` [XEN PATCH v8 24/47] build: use main rune to build host binary x86's mkelf32 and mkreloc
` [XEN PATCH v8 25/47] build: rework coverage and ubsan CFLAGS handling
` [XEN PATCH v8 26/47] build,x86: remove the need for build32.mk
` [XEN PATCH v8 27/47] build: grab common EFI source files in arch specific dir
` [XEN PATCH v8 28/47] build: replace $(BASEDIR) by $(objtree)
` [XEN PATCH v8 29/47] build: replace $(BASEDIR) and use $(srctree)
` [XEN PATCH v8 30/47] build: rework "headers*.chk" prerequisite in include/
` [XEN PATCH v8 31/47] build: specify source tree in include/ for prerequisite
` [XEN PATCH v8 32/47] build: shuffle main Makefile
` [XEN PATCH v8 33/47] build: adding out-of-tree support to the xen build
` [XEN PATCH v8 34/47] build: add %.E targets
` [XEN PATCH v8 35/47] RFC, no-VPATH: Kconfig: tell where Kconfig files are
` [XEN PATCH v8 36/47] RFC, no-VPATH: Kconfig: only ready auto.conf from objtree
` [XEN PATCH v8 37/47] RFC, no-VPATH: build: remove --include-dir option from MAKEFLAGS
` [XEN PATCH v8 38/47] WIP, no-VPATH: rework Makefile.host
` [XEN PATCH v8 39/47] RFC, no-VPATH: x86/boot: workaround gcc including the wrong file
` [XEN PATCH v8 40/47] RFC, no-VPATH: prepend $(srctree) to source prerequisite
` [XEN PATCH v8 41/47] WIP, no-VPATH: build object from generated C files
` [XEN PATCH v8 42/47] RFC, no-VPATH: workaround includes in xsm/flask
` [XEN PATCH v8 43/47] WIP, no-VPATH: build object from generated assembly source file
` [XEN PATCH v8 44/47] WIP, no-VPATH: build object from S source to be in build_in.o
` [XEN PATCH v8 45/47] WIP, no-VPATH: build xen, out-of-tree!
` [XEN PATCH v8 46/47] RFC, no-VPATH: remove check for clean source tree for out-of-tree builds
` [XEN PATCH v8 47/47] WIP: no more link farming for xen-shim

[PATCH V7 00/14] RTLA: An interface for osnoise/timerlat tracers
 2021-11-25 13:45 UTC  (5+ messages)
` [PATCH V7 05/14] rtla/osnoise: Add the hist mode

[PATCH v2 1/2] dt-bindings: leds: Add Allwinner R329/D1 LED controller
 2021-11-25 13:43 UTC  (3+ messages)
` [PATCH v2 2/2] leds: sunxi: New driver for the "

[powerpc:fixes-test] BUILD SUCCESS 5bb60ea611db1e04814426ed4bd1c95d1487678e
 2021-11-25 13:43 UTC 

[PATCH v1 00/20] Support HDMI audio on NVIDIA Tegra20
 2021-11-25 13:36 UTC  (10+ messages)
` [PATCH v1 07/20] ASoC: tegra20: spdif: Set FIFO trigger level

stable-rc/queue/4.19 build: 195 builds: 6 failed, 189 passed, 2 errors, 38 warnings (v4.19.217-321-g71126e61451e)
 2021-11-25 13:35 UTC 

[PATCH] v4l2-compliance: detect no-mmu systems
 2021-11-25 13:33 UTC  (2+ messages)

drivers/gpu/drm/i915/gem/selftests/huge_pages.c:187 fake_get_huge_pages() warn: should '1 << ((__builtin_constant_p((~0))) ?((((~0)) < 2) ?0:63 - __builtin_clzll((~0))):((4 <= 4)) ?__ilog2_u32((~0)):__ilog2_u64((~0)))' be a 64 bit type?
 2021-11-25 13:42 UTC 

[PATCH v2 3/5] uaccess-buffer: add CONFIG_GENERIC_ENTRY support
 2021-11-25 13:40 UTC  (3+ messages)
` [uaccess] 7cd6f10220: BUG:unable_to_handle_page_fault_for_address

[GIT PULL] ASoC fixes for v5.16-rc3
 2021-11-25 13:40 UTC  (2+ messages)

[dpdk-dev] [PATCH] maintainers: update for driver testing tool
 2021-11-25 13:40 UTC  (3+ messages)
` [PATCH v2] maintainers: update for testpmd

[PATCH net-next 0/2] net: small csum optimizations
 2021-11-25 13:32 UTC  (4+ messages)
` [PATCH net-next 2/2] net: optimize skb_postpull_rcsum()

[PATCH] Fix strncpy() usage
 2021-11-25 13:30 UTC  (2+ messages)

[PATCH 0/2] spi transfer paramater changes and baud rate calculation
 2021-11-25 13:37 UTC  (2+ messages)

[PATCH 0/2] Kconfig symbol clean-up for sound
 2021-11-25 13:37 UTC  (3+ messages)

[PATCH -next] ASoC: SOF: mediatek: Add missing of_node_put() in platform_parse_resource()
 2021-11-25 13:36 UTC  (5+ messages)

[PATCH] ASoC: mediatek: remove unnecessary CONFIG_PM
 2021-11-25 13:36 UTC  (5+ messages)

[PATCH 0/8 v5] bfq: Limit number of allocated scheduler tags per cgroup
 2021-11-25 13:36 UTC  (9+ messages)
` [PATCH 1/8] block: Provide blk_mq_sched_get_icq()
` [PATCH 2/8] bfq: Track number of allocated requests in bfq_entity
` [PATCH 3/8] bfq: Store full bitmap depth in bfq_data
` [PATCH 4/8] bfq: Limit number of requests consumed by each cgroup
` [PATCH 5/8] bfq: Limit waker detection in time
` [PATCH 6/8] bfq: Provide helper to generate bfqq name
` [PATCH 7/8] bfq: Log waker detections
` [PATCH 8/8] bfq: Do not let waker requests skip proper accounting

[PATCH] ASoC: dt-bindings: wlf, wm8962: add missing interrupt property
 2021-11-25 13:36 UTC  (3+ messages)
` [PATCH] ASoC: dt-bindings: wlf,wm8962: "

[Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support
 2021-11-25 13:38 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dg2: Tile 4 plane format support (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 1/2] ASoC: rt5640: Add the binding include file for the HDA header support
 2021-11-25 13:36 UTC  (2+ messages)

[PATCH] drm/amd/pm: Add warning for unexpected PG requests
 2021-11-25 13:36 UTC  (4+ messages)

stable-rc/queue/4.19 baseline: 144 runs, 1 regressions (v4.19.217-320-gdc7db2be81d5)
 2021-11-25 13:24 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 9be6a635aefb6c24bd82b95d7705fb5d83a5195b
 2021-11-25 13:32 UTC  (2+ messages)
` [Devel] "

[PATCH] sched/fair: Fix detection of per-CPU kthreads waking a task
 2021-11-25 13:23 UTC  (5+ messages)

[PATCH] update Intel roadmap for 22.03
 2021-11-25 13:34 UTC 

[PATCH] fs/iomap: Fix write path page prefaulting
 2021-11-25 13:23 UTC  (2+ messages)

[PATCH 0/4] Allow cpuidle governors to be compiled as modules
 2021-11-25 13:31 UTC  (6+ messages)
` [PATCH 2/4] sched/core: Export symbols used by cpuidle governors

[PATCH] gitk: fix error when resizing gitk
 2021-11-25 12:57 UTC 

[PATCH 0/6] rcu/nocb: Last prep work before cpuset interface v2
 2021-11-25 13:28 UTC  (5+ messages)
` [PATCH 5/6] rcu/nocb: Allow empty "rcu_nocbs" kernel parameter

[PATCH v3 0/7] Add LoadFile2 and riscv Linux loader
 2021-11-25 13:30 UTC  (5+ messages)
` [PATCH v3 1/7] loader: drop argv[] argument in grub_initrd_load()
` [PATCH v3 2/7] efi: add definition of LoadFile2 protocol

[PATCH net v2] net/smc: Don't call clcsock shutdown twice when smc shutdown
 2021-11-25 13:24 UTC 

[PATCH for-rc] RDMA/hns: Fix the error of destroying resources in hw reseting phase
 2021-11-25 13:25 UTC  (3+ messages)

[PATCH] alpha: signal: drop DEBUG_SIG print statements
 2021-11-25 13:27 UTC 

[LTP] [PATCH v2 1/3] nfs_lib.sh: Add nfs_get_remote_path()
 2021-11-25 13:27 UTC  (7+ messages)
` [LTP] [PATCH v2 3/3] Add test for NFS directory listing regression

[PATCH v4 00/12] arm64: dts: Add i.MX8DXL initial support
 2021-11-25 13:23 UTC  (10+ messages)
` [PATCH v4 12/12] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible
    ` (EXT) "
        ` (EXT) "
            ` (EXT) "

[PATCH 4.4 000/160] 4.4.293-rc2 review
 2021-11-25 13:19 UTC 

[PATCH v3 0/6] cleanup clat prio stat handling
 2021-11-25 13:20 UTC  (7+ messages)
` [PATCH v3 2/6] stat: add comments describing the quirky behavior of clat prio samples
` [PATCH v3 1/6] docs: document quirky implementation of per priority stats reporting
` [PATCH v3 4/6] stat: rename add_lat_percentile_sample_noprio()
` [PATCH v3 3/6] stat: rename add_lat_percentile_sample()
` [PATCH v3 6/6] stat: make add lat percentile functions inline
` [PATCH v3 5/6] stat: simplify add_lat_percentile_prio_sample()

[PATCH] Add VIRTIO_RING_F_LARGE_INDIRECT_DESC
 2021-11-25 13:24 UTC  (3+ messages)
  ` [virtio-comment] "

[PATCH] media: hantro: Hook up RK3399 JPEG encoder output
 2021-11-25 13:23 UTC  (3+ messages)

[PATCH v4 00/12] Add support for Airoha EN7523 SoC
 2021-11-25 13:21 UTC  (6+ messages)
` [PATCH v4 04/12] ARM: Add basic "
` [PATCH v4 12/12] gpio: Add support for Airoha EN7523 GPIO controller

[PATCH v2] efi_loader: check tcg2 protocol installation outside the TCG protocol
 2021-11-25 13:22 UTC  (2+ messages)

[PATCH] examples/ipsec-secgw: wrong offload flag used for TSO IPv6
 2021-11-25 13:03 UTC 

[PATCH 1/1] Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"
 2021-11-25 13:20 UTC  (3+ messages)

[PATCH 7/7] KVM: x86/pmu: Setup the {inte|amd}_event_mapping[] when hardware_setup
 2021-11-25 13:18 UTC  (3+ messages)
` [KVM] 54244a5dd7: BUG:KASAN:stack-out-of-bounds_in_find_first_bit

[RFC PATCH] powerpc: dts: Remove MPC5xxx platforms
 2021-11-25 13:21 UTC  (2+ messages)

stable-rc/queue/5.10 baseline: 170 runs, 1 regressions (v5.10.81-153-gc68f60f1d94a)
 2021-11-25 13:16 UTC 

[PATCH 0/3] hwmon: (nct6775) Support lock by ACPI mutex
 2021-11-25 13:16 UTC  (5+ messages)
` [PATCH 2/3] hwmon: (nct6775) Implement custom "

[PATCH v4 0/3] Add AD74413R driver
 2021-11-25 13:14 UTC  (4+ messages)
` [PATCH v4 1/3] iio: add adddac subdirectory
` [PATCH v4 2/3] dt-bindings: iio: add AD74413R
` [PATCH v4 3/3] iio: addac: add AD74413R driver

[PATCH] drm/msm: Fix potential NULL dereference in DPU
 2021-11-25 13:18 UTC  (3+ messages)

[PATCH v1] Bluetooth: hci_qca: Optimizations in init sequence for WCN6750
 2021-11-25 13:17 UTC  (2+ messages)
` [PATCH v1] Bluetooth: hci_qca: Stop IBS timer during BT OFF

[PATCH v10 0/5] gpio-sim: configfs-based GPIO simulator
 2021-11-25 13:14 UTC  (3+ messages)
` [PATCH v10 2/5] gpio: sim: new testing module

[PATCH v5 0/5] drm/msm/dp: Support multiple DP instances and add sc8180x
 2021-11-25 13:13 UTC  (4+ messages)
` [PATCH v5 7/7] drm/msm/dp: Add sc8180x DP controllers

[PATCH 1/1] staging: ion: Prevent incorrect reference counting behavour
 2021-11-25 13:11 UTC  (7+ messages)

stable-rc/linux-4.19.y build: 196 builds: 6 failed, 190 passed, 2 errors, 38 warnings (v4.19.217-322-gce77af71d765)
 2021-11-25 13:06 UTC 

[PATCH 4.19 000/321] 4.19.218-rc2 review
 2021-11-25 13:12 UTC  (2+ messages)

[PATCH 4.4 000/162] 4.4.293-rc1 review
 2021-11-25 13:11 UTC  (3+ messages)

What's cooking in git.git (Nov 2021, #06; Wed, 24)
 2021-11-25 13:11 UTC  (2+ messages)

tlb.h:208:54: error: 'PMD_SIZE' undeclared
 2021-11-25 13:10 UTC  (2+ messages)

[PATCH] arm64: meson: fix dts for JetHub D1
 2021-11-25 13:02 UTC 

[PATCH] mm: page_alloc: Fix building error on -Werror=array-compare
 2021-11-25 13:09 UTC 

[PATCH 4.14 000/251] 4.14.256-rc1 review
 2021-11-25 13:07 UTC  (4+ messages)

[PATCH v2] Incremental: Fix possible memory and resource leaks
 2021-11-25 13:04 UTC  (5+ messages)

Recent changes (master)
 2021-11-25 13:00 UTC 

[PATCH 1/2] dt-bindings: iio: light: ltr501: Add proximity-near-level
 2021-11-25 12:56 UTC  (2+ messages)
` [PATCH 2/2] iio: ltr501: Export near level property for proximity sensor

[PATCH] ethdev: deprecate header fields and metadata flow actions
 2021-11-25 13:06 UTC  (4+ messages)
` [PATCH v3] "

stable-rc/queue/4.4 build: 164 builds: 3 failed, 161 passed, 4 errors, 35 warnings (v4.4.292-160-ga4f1dd290df8)
 2021-11-25 12:58 UTC 


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.