All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-17 09:52:37 to 2021-11-17 10:35:59 UTC [more...]

linux-next: build failure after merge of the drm-intel-gt tree
 2021-11-17 10:35 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH v3] thermal: imx: implement runtime PM support
 2021-11-17 10:34 UTC 

[PATCH 0/2] support BLKSECDISCARD
 2021-11-17 10:32 UTC  (7+ messages)
` [PATCH 1/2] block:hdev: "

[Cluster-devel] [PATCH] iomap: iomap_read_inline_data cleanup
 2021-11-17 10:32 UTC  (2+ messages)
`  "

[PATCH v2] hwspinlock: stm32: enable clock at probe
 2021-11-17 10:31 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] examples/qos_sched: fixup colors value overrun
 2021-11-17 10:33 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 2/2] qos: rearrange enqueue procedure

bridge-nf-filter-pppoe-tagged not working as expected
 2021-11-17 10:33 UTC  (2+ messages)

[PATCH v2 0/3] Some watchpoint-related patches
 2021-11-17 10:29 UTC  (5+ messages)
` [PATCH v2 1/3] icount: preserve cflags when custom tb is about to execute

[PATCH v3] dt-bindings: mmc: renesas,sdhi: add optional SDnH clock
 2021-11-17 10:31 UTC  (10+ messages)

[PATCH for-4.16 0/2] CHANGELOG: start to populate entries for 4.16
 2021-11-17 10:29 UTC  (7+ messages)
` [PATCH for-4.16 1/2] CHANGELOG: set Xen 4.15 release date
` [PATCH for-4.16 2/2] CHANGELOG: add missing entries for work during the 4.16 release cycle

[PATCH RFT] memory: renesas-rpc-if: simplify register update
 2021-11-17 10:29 UTC 

stable-rc/queue/5.15 build: 171 builds: 3 failed, 168 passed, 13 errors, 5 warnings (v5.15.2-923-g7b1feec550d3)
 2021-11-17 10:29 UTC 

[PATCH net] page_pool: Revert "page_pool: disable dma mapping support..."
 2021-11-17 10:28 UTC  (2+ messages)

[dpdk-dev] [PATCH] app/testpmd: fix tunnel offload validation
 2021-11-17 10:27 UTC  (5+ messages)
`  "

[PATCH v3 0/3] rSTify contribution-related wiki pages
 2021-11-17 10:25 UTC  (4+ messages)
` [PATCH v3 3/3] docs: rSTify the "SubmitAPatch" wiki

rust - relocation error when setting up SDK
 2021-11-17 10:27 UTC 

[Intel-wired-lan] [PATCH net-next 01/15] iavf: correctly track whether the interface is running during resets
 2021-11-17 10:27 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net-next 14/15] iavf: return errno code instead of status code

Linux 5.14.19
 2021-11-17 10:26 UTC  (2+ messages)

[RFC PATCH 0/2] Boot time cpupools
 2021-11-17 10:26 UTC  (4+ messages)
` [RFC PATCH 1/2] xen/cpupool: Create different cpupools at boot time
` [RFC PATCH 2/2] tools/cpupools: Give a name to unnamed cpupools

[PATCH v2] thermal: imx: implement runtime PM support
 2021-11-17 10:24 UTC  (10+ messages)

[cip-dev][isar-cip-core]RFC v2 8/9] kas: Patch isar for correct permissions in var and home
 2021-11-17 10:27 UTC  (2+ messages)

[PATCH 0/2] Enable RSPI support on RZ/G2L SMARC EVK
 2021-11-17 10:25 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: renesas: rzg2l-smarc: Enable RSPI1 on carrier board

[Cluster-devel] [5.15 REGRESSION v2] iomap: Fix inline extent handling in iomap_readpage
 2021-11-17 10:24 UTC  (4+ messages)
    `  "

[LTP] [PATCH v5 1/3] lib: adding .supported_archs field in tst_test structure
 2021-11-17  9:58 UTC  (2+ messages)

[PATCH v5 0/8] mm, dax: Introduce compound pages in devmap
 2021-11-17 10:22 UTC  (10+ messages)
` [PATCH v5 6/8] device-dax: use struct_size()
` [PATCH v5 7/8] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v5 8/8] device-dax: compound devmap support

[PATCH] grep: avoid setting UTF mode when not needed
 2021-11-17 10:23 UTC  (2+ messages)
` [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE

[PATCH] erofs-utils: check the return value of erofs_d_alloc
 2021-11-17 10:21 UTC  (2+ messages)
` [PATCH] erofs-utils: fix memory leak when get blob chunk

[PATCH] Makefile: fix parallel build race
 2021-11-17 10:21 UTC  (4+ messages)

[PATCH v2 00/18] Makefiles: dependency correctness & speedup
 2021-11-17 10:20 UTC  (29+ messages)
` [PATCH v3 00/23] Makefile: dependency fixes, make noop runtime ~1.4x faster
  ` [PATCH v3 21/23] Makefile: disable GNU make built-in wildcard rules
  ` [PATCH v4 00/23] Makefile: dependency fixes, make noop runtime ~1.4x faster
    ` [PATCH v4 01/23] Makefile: don't invoke msgfmt with --statistics
    ` [PATCH v4 02/23] Makefile: don't set up "perl/build" rules under NO_PERL=Y
    ` [PATCH v4 03/23] Makefile: use "=" not ":=" for po/* and perl/*
    ` [PATCH v4 04/23] Makefile: clean perl/build/ even with NO_PERL=Y
    ` [PATCH v4 05/23] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
    ` [PATCH v4 06/23] Makefile: guard Perl-only variable assignments
    ` [PATCH v4 07/23] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL"
    ` [PATCH v4 08/23] Makefile: adjust Perl-related comments & whitespace
    ` [PATCH v4 09/23] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
    ` [PATCH v4 10/23] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
    ` [PATCH v4 11/23] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts
    ` [PATCH v4 12/23] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
    ` [PATCH v4 13/23] Makefile: move $(comma), $(empty) and $(space) to shared.mak
    ` [PATCH v4 14/23] Makefile: re-add and use the "shellquote" macros
    ` [PATCH v4 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
    ` [PATCH v4 16/23] Makefile: add "$(QUIET)" boilerplate to shared.mak
    ` [PATCH v4 17/23] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
    ` [PATCH v4 18/23] Makefiles: add and use wildcard "mkdir -p" template
    ` [PATCH v4 19/23] Makefile: correct the dependency graph of hook-list.h
    ` [PATCH v4 20/23] Makefile: use $(file) I/O instead of "FORCE" when possible
    ` [PATCH v4 21/23] Makefile: disable GNU make built-in wildcard rules
    ` [PATCH v4 22/23] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
    ` [PATCH v4 23/23] Makefile: move ".SUFFIXES" rule to shared.mak

[PATCH v2] md: fix update super 1.0 on rdev size change
 2021-11-17 10:20 UTC  (3+ messages)

[QUESTION] blk_mq_freeze_queue in elevator_init_mq
 2021-11-17 10:19 UTC  (5+ messages)

Linux kernel 5.14.19 released
 2021-11-17 10:20 UTC 

[dpdk-dev] [PATCH] doc/examples: fix build on FreeBSD
 2021-11-17 10:20 UTC  (4+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH kernel 0/4] Fixes for powerpc/pseries/iommu: Make use of DDW for indirect mapping
 2021-11-17 10:19 UTC  (3+ messages)

[PULL 0/6] Misc patches for 6.2-rc2
 2021-11-17 10:19 UTC  (7+ messages)
` [PULL 1/6] target/s390x/cpu.h: Remove unused SIGP_MODE defines
` [PULL 2/6] docs: rSTify the "TrivialPatches" wiki
` [PULL 3/6] docs: rSTify the "SubmitAPullRequest" wiki
` [PULL 4/6] docs: rSTify the "SubmitAPatch" wiki
` [PULL 5/6] Revert "device-crash-test: Ignore errors about a bus not being available"
` [PULL 6/6] gitlab-ci/cirrus: Increase timeout to 80 minutes

[PATCH 5.15 000/923] 5.15.3-rc3 review
 2021-11-17 10:19 UTC 

[PATCHv3 0/4] arm64: Fixes RCU deadlock due to a mistaken
 2021-11-17 10:16 UTC  (5+ messages)
` [PATCHv3 3/4] irqchip: GICv3: expose pNMI discriminator

[PATCH 0/4] liburing debian packaging fixes
 2021-11-17 10:17 UTC  (7+ messages)
` [PATCH 1/4] make-debs: fix version detection
` [PATCH 2/4] debian: avoid prompting package builder for signature
` [PATCH 3/4] debian/rules: fix for newer debhelper

[Intel-wired-lan] [PATCH net v1] i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
 2021-11-17 10:17 UTC 

arch/sh/math-emu/sfp-util.h:71:9: sparse: this was the original definition
 2021-11-17 10:17 UTC 

[PATCH 5.10 000/577] 5.10.80-rc3 review
 2021-11-17 10:16 UTC 

Thoughts of AMX KVM support based on latest kernel
 2021-11-17 10:15 UTC  (5+ messages)

PCI pass-through vs PoD
 2021-11-17 10:13 UTC  (4+ messages)

[docs] [PATCH] bitbake: doc: bitbake-user-manual: Add more explanations to OVERRIDES
 2021-11-17 10:12 UTC  (2+ messages)

[PATCH] net: add macro for VLAN header length
 2021-11-17 10:12 UTC  (5+ messages)

[PATCH] base: arch_topology: Use policy->max to calculate freq_factor
 2021-11-17 10:12 UTC  (2+ messages)

[PATCH] efi_loader: fix FinalEvents table if an EFI uses GetEventLog
 2021-11-17 10:12 UTC  (3+ messages)

[PATCH v2] PCI: Add func1 DMA quirk for Marvell 88SE9125 SATA controller
 2021-11-17 10:12 UTC  (2+ messages)

[PATCH Review 1/4] drm/amdgpu: Update smu driver interface for aldebaran
 2021-11-17 10:11 UTC  (4+ messages)
` [PATCH Review 2/4] drm/amdgpu: add new query interface for umc block
` [PATCH Review 3/4] drm/amdgpu: add message smu to get ecc_table
` [PATCH Review 4/4] query umc error info from ecc_table

stable-rc/queue/4.19 build: 189 builds: 6 failed, 183 passed, 2 errors, 38 warnings (v4.19.217-250-g8d9f0f1c26ce)
 2021-11-17 10:11 UTC 

[PATCH nft] parser_json: add raw payload inner header match support
 2021-11-17 10:11 UTC 

[helgaas-pci:next] BUILD SUCCESS 45e8e14b69560171d72eab29a7dd102533e16265
 2021-11-17 10:10 UTC 

[RFC PATCH v3 9/9] power: supply: Add bd718(15/27/28/78) charger driver
 2021-11-17 10:10 UTC  (2+ messages)

Re: [PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-17 10:10 UTC  (11+ messages)
`  "
    `  "
        `  "
            `  "
                `  "

[PATCH 0/5] PHYTEC patches to be mainlined
 2021-11-17 10:08 UTC  (5+ messages)
` [PATCH 2/5] ARM: configs: phytec-som-imx6.config

Failing QEMU iotests
 2021-11-17 10:07 UTC 

Reference to the non-existing kconfig symbol SND_SOC_AC97_BUS_NEW
 2021-11-17 10:05 UTC  (3+ messages)

[PATCH libnftnl] expr: payload: print inner header base offset
 2021-11-17 10:06 UTC 

[RFC 1/2] arm64: Add support for system cache memory type
 2021-11-17 10:04 UTC  (4+ messages)

[PATCH v2 0/3] serial: liteuart: fix driver unbind
 2021-11-17 10:05 UTC  (4+ messages)
` [PATCH v2 1/3] serial: liteuart: fix use-after-free and memleak on unbind
` [PATCH v2 2/3] serial: liteuart: fix minor-number leak on probe errors
` [PATCH v2 3/3] serial: liteuart: relax compile-test dependencies

linux-next: Tree for Nov 17
 2021-11-17 10:05 UTC  (9+ messages)
` linux-next: Tree for Nov 17 (uml, no IPV6)

[PATCH net-next 1/1] net: add missing include in include/net/gro.h
 2021-11-17 10:04 UTC  (2+ messages)

[PATCH 00/13] media: atomisp: reduce the gap for ISP2401
 2021-11-17 10:02 UTC  (6+ messages)
` [PATCH 12/13] media: atomisp: fix a bug when applying the binning factor
` [PATCH 13/13] media: atomisp: sh_css_sp: better support the current firmware

[PATCH v2 00/12] use compiler atomic builtins for app modules
 2021-11-17 10:02 UTC  (3+ messages)
` [PATCH v3 "

[PATCHv5 1/3] optee: updae optee-os.inc to support external TAs
 2021-11-17 10:02 UTC  (3+ messages)
` [PATCHv5 2/3] add optee-ftpm
` [PATCHv5 3/3] machine/qemuarm64-secureboot.conf: "

[PATCH 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-11-17 10:01 UTC  (7+ messages)
` [PATCH 1/5] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM

Linux 5.4.160
 2021-11-17 10:01 UTC  (2+ messages)

[PATCH] net/mlx5: fix MPLS tunnel outer layer overwrite
 2021-11-17  9:59 UTC 

[PATCH v7 00/11] VP9 codec V4L2 control interface
 2021-11-17  9:59 UTC  (10+ messages)

[PATCH 00/13] drm: Add generic helpers for HDMI scrambling
 2021-11-17 10:01 UTC  (9+ messages)
` [PATCH 02/13] drm/connector: Add helper to check if a mode requires scrambling

[tip:x86/urgent] BUILD SUCCESS ac5d272a0ad0419f52e08c91953356e32b075af7
 2021-11-17  9:59 UTC 

[PATCHv2] Bluetooth: quirk disabling LE Read Transmit Power
 2021-11-17  9:59 UTC  (14+ messages)

ksmbd: Unsupported addition info
 2021-11-17  9:58 UTC  (4+ messages)

[PATCHv2 net-next] Bonding: add missed_max option
 2021-11-17  9:58 UTC  (3+ messages)

[xen-unstable-coverity test] 166165: all pass - PUSHED
 2021-11-17  9:58 UTC 

[PATCH v2 00/12] media: atomisp: reduce the gap for ISP2401
 2021-11-17  9:56 UTC  (26+ messages)
` [PATCH v2 01/12] media: atomisp: drop empty files
` [PATCH v2 02/12] media: atomisp: simplify sh_css_defs.h
` [PATCH v2 03/12] media: atomisp: sh_css_metrics: drop some unused code
` [PATCH v2 04/12] media: atomisp: sh_css_mipi: cleanup the code
` [PATCH v2 05/12] media: atomisp: sh_css_params: remove tests for ISP2401
` [PATCH v2 06/12] media: atomisp: sh_css_params: cleanup the code
` [PATCH v2 07/12] media: atomisp: remove #ifdef HAS_NO_HMEM
` [PATCH v2 08/12] media: atomisp: get rid of USE_WINDOWS_BINNING_FACTOR tests
` [PATCH v2 09/12] media: atomisp: get rid of #ifdef HAS_BL
` [PATCH v2 10/12] media: atomisp: get rid of sctbl_legacy_*
` [PATCH v2 11/12] media: atomisp: sh_css_param_shading: fix comments coding style
` [PATCH v2 12/12] media: atomisp: sh_css_sp: better support the current firmware

[PATCH v10 00/26] Add LoongArch linux-user emulation support
 2021-11-17  9:55 UTC  (9+ messages)
` [PATCH v10 04/26] target/loongarch: Add fixed point arithmetic instruction translation

[luto:sched/lazymm 11/16] kernel/sched/idle.c:288: undefined reference to `unlazy_mm_irqs_off'
 2021-11-17  9:56 UTC  (2+ messages)

[PATCH V3 1/2] dt-bindings: Add YAML bindings for NVENC and NVJPG
 2021-11-17  9:56 UTC  (2+ messages)
` [PATCH V3 2/2] arm64: tegra: Add NVENC and NVJPG nodes for Tegra186 and Tegra194

[meta-oe][PATCH v2] msgpack-cpp: fix msgpack-cpp is a header only library
 2021-11-17  9:56 UTC 

[RFC PATCH] tests/avocado: fix tcg_plugin mem access count test
 2021-11-17  9:54 UTC 

[PATCH net-next 0/5] net: lan966x: Add lan966x switch driver
 2021-11-17  9:54 UTC  (3+ messages)
` [PATCH net-next 3/5] net: lan966x: add port module support

[PATCH v1] examples/l3fwd-power: add wakeup log
 2021-11-17 10:35 UTC  (4+ messages)
` [PATCH v2] "

stable-rc/queue/5.14 build: 176 builds: 4 failed, 172 passed, 13 errors, 7 warnings (v5.14.18-857-g84b711efd17f)
 2021-11-17  9:53 UTC 

[PATCH v2 0/7] target/riscv: Initial support for native debug feature via M-mode CSRs
 2021-11-17  9:51 UTC  (4+ messages)
` [PATCH v2 6/7] target/riscv: cpu: Enable native debug feature on virt and sifive_u CPUs

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-17  9:52 UTC  (7+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()

[Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron
 2021-11-17  9:52 UTC  (2+ messages)
` [Buildroot] [Bug 14356] "


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.