All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-29 12:02:17 to 2022-03-29 12:56:55 UTC [more...]

[igt-dev] [PATCH i-g-t 0/2] i915/gem_concurrent_all: Add no-reloc
 2022-03-29 12:56 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/i915/gem_concurrent_all: Add no-reloc capability

[PATCH] phy: PHY_FSL_LYNX_28G should depend on ARCH_LAYERSCAPE
 2022-03-29 12:56 UTC 

[PATCH v8 0/4] Allow guest access to EFI confidential computing secret area
 2022-03-29 12:55 UTC  (3+ messages)

[PATCH] MIPS: rb532: move GPIOD definition into C-files
 2022-03-29 12:54 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-debug: remove unnecessary type castings
 2022-03-29 10:20 UTC  (6+ messages)
` [PATCH] KVM: arm64: vgic: "

[PATCH] serial: Revert RS485 polarity change on UART open
 2022-03-29 12:55 UTC  (4+ messages)

[PATCH v3 00/12] drm/edid: constify EDID parsing, with fixes
 2022-03-29 12:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/edid: constify EDID parsing, with fixes (rev3)

[PATCH v7 3/4] vimdiff: add tool documentation
 2022-03-29 12:54 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH v7 00/17] vfio-user server in QEMU
 2022-03-29 12:50 UTC  (5+ messages)
` [PATCH v7 12/17] vfio-user: IOMMU support for remote device
` [PATCH v7 14/17] vfio-user: handle PCI BAR accesses

[PATCH -next RFC 0/6] improve large random io for HDD
 2022-03-29 12:53 UTC  (6+ messages)
` [PATCH -next RFC 1/6] blk-mq: add a new flag 'BLK_MQ_F_NO_TAG_PREEMPTION'
` [PATCH -next RFC 2/6] block: refactor to split bio thoroughly

[PATCH net v2 00/14] docs: update and move the netdev-FAQ
 2022-03-29 12:53 UTC  (5+ messages)
` [PATCH net v2 03/14] docs: netdev: move the patch marking section up
` [PATCH net v2 05/14] docs: netdev: note that RFC postings are allowed any time

[PATCH v2 00/48] Add KernelMemorySanitizer infrastructure
 2022-03-29 12:40 UTC  (49+ messages)
` [PATCH v2 01/48] x86: add missing include to sparsemem.h
` [PATCH v2 02/48] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v2 03/48] kasan: common: adapt to the new prototype of __stack_depot_save()
` [PATCH v2 04/48] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v2 05/48] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v2 06/48] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v2 07/48] kmsan: add ReST documentation
` [PATCH v2 08/48] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v2 09/48] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v2 10/48] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v2 11/48] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v2 12/48] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
` [PATCH v2 13/48] kmsan: add KMSAN runtime core
` [PATCH v2 14/48] kmsan: implement kmsan_init(), initialize READ_ONCE_NOCHECK()
` [PATCH v2 15/48] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v2 16/48] MAINTAINERS: add entry for KMSAN
` [PATCH v2 17/48] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH v2 18/48] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH v2 19/48] kmsan: handle task creation and exiting
` [PATCH v2 20/48] kmsan: init: call KMSAN initialization routines
` [PATCH v2 21/48] instrumented.h: add KMSAN support
` [PATCH v2 22/48] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v2 23/48] kmsan: add iomap support
` [PATCH v2 24/48] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v2 25/48] kmsan: dma: unpoison DMA mappings
` [PATCH v2 26/48] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v2 27/48] kmsan: handle memory sent to/from USB
` [PATCH v2 28/48] kmsan: instrumentation.h: add instrumentation_begin_with_regs()
` [PATCH v2 29/48] kmsan: entry: handle register passing from uninstrumented code
` [PATCH v2 30/48] kmsan: add tests for KMSAN
` [PATCH v2 31/48] kernel: kmsan: don't instrument stacktrace.c
` [PATCH v2 32/48] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v2 33/48] crypto: kmsan: disable accelerated configs "
` [PATCH v2 34/48] kmsan: disable physical page merging in biovec
` [PATCH v2 35/48] kmsan: block: skip bio block merging logic for KMSAN
` [PATCH v2 36/48] kmsan: kcov: unpoison area->list in kcov_remote_area_put()
` [PATCH v2 37/48] security: kmsan: fix interoperability with auto-initialization
` [PATCH v2 38/48] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v2 39/48] x86: kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH v2 40/48] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v2 41/48] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v2 42/48] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v2 43/48] x86: kmsan: use __msan_ string functions where possible
` [PATCH v2 44/48] x86: kmsan: sync metadata pages on page fault
` [PATCH v2 45/48] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v2 46/48] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v2 47/48] x86: kmsan: handle register passing from uninstrumented code
` [PATCH v2 48/48] x86: kmsan: enable KMSAN builds for x86

[OE-core][PATCH v3 1/2] cve-check: add json format
 2022-03-29 12:54 UTC  (2+ messages)
` [OE-core][PATCH v3 2/2] cve-check: add coverage statistics on recipes with/without CVEs

[PATCH v2 00/12] Landlock: file linking and renaming support
 2022-03-29 12:51 UTC  (13+ messages)
` [PATCH v2 01/12] landlock: Define access_mask_t to enforce a consistent access mask size
` [PATCH v2 02/12] landlock: Reduce the maximum number of layers to 16
` [PATCH v2 03/12] landlock: Create find_rule() from unmask_layers()
` [PATCH v2 04/12] landlock: Fix same-layer rule unions
` [PATCH v2 05/12] landlock: Move filesystem helpers and add a new one
` [PATCH v2 06/12] LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
` [PATCH v2 07/12] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
` [PATCH v2 08/12] selftest/landlock: Add 11 new test suites dedicated to file reparenting
` [PATCH v2 09/12] samples/landlock: Add support for "
` [PATCH v2 10/12] landlock: Document LANDLOCK_ACCESS_FS_REFER and ABI versioning
` [PATCH v2 11/12] landlock: Document good practices about filesystem policies
` [PATCH v2 12/12] landlock: Add design choices documentation for filesystem access rights

[PATCH 0/2] fix several contiguous memmap assumptions
 2022-03-29 13:09 UTC  (3+ messages)
` [PATCH 1/2] mm: fix contiguous memmap assumptions about split page
` [PATCH 2/2] mm: fix contiguous memmap assumptions about alloc/free pages

[PATCH] tests/qtest: failover: fix infinite loop
 2022-03-29 12:47 UTC  (2+ messages)

OVS DPDK DMA-Dev library/Design Discussion
 2022-03-29 12:51 UTC  (3+ messages)

[jimc:dyndbg-next 4/5] lib/dynamic_debug.c:637 param_set_dyndbg_class_strings() warn: this array is probably non-NULL. 'dcp->classes'
 2022-03-29 12:50 UTC 

[PATCH v12 0/3] Add basic SoC support for mediatek mt8195
 2022-03-29 12:47 UTC  (9+ messages)
` [PATCH v12 1/3] dt-bindings: mmc: mtk-sd: fix yamllint error
` [PATCH v12 2/3] dt-bindings: mmc: mtk-sd: increase reg maxItems

[Buildroot] Adding USB support to existing device on 2.6.39.3 kernel - possible?
 2022-03-29 12:48 UTC  (2+ messages)

[PATCH v2 0/1] fix vcpu hotunplug leak in spapr_realize_vcpu
 2022-03-29 12:45 UTC  (2+ messages)
` [PATCH v2 1/1] hw/ppc: free env->tb_env in spapr_unrealize_vcpu()

[PATCH 0/4] virtio-ccw: remove device declarations from virtio-ccw.h
 2022-03-29 12:45 UTC  (3+ messages)
` [PATCH 1/4] s390x: follow qdev tree to detect SCSI device on a CCW bus

[PATCH] doc: remove multi-queue reconnection known issue
 2022-03-29 12:46 UTC  (3+ messages)
` [PATCH v2] doc: fix vhost multi-queue reconnection

RTT-PROBE: lore-subspace-rtt
 2022-03-29 12:46 UTC 

[master][PATCH] gnutls: update INCOMPATIBLE_LICENSE to SPDX format
 2022-03-29 12:42 UTC  (2+ messages)
` [meta-arago] "

[REQUEST DISCUSS]: speed up SCSI error handle for host with massive devices
 2022-03-29 12:40 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v3] tests/i915/gem_lmem_swapping: Add ccs subtests
 2022-03-29 12:41 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/i915/gem_lmem_swapping: Add ccs subtests (rev2)

[PATCH] x86/physdev: Call xsm_unmap_domain_irq earlier
 2022-03-29 12:40 UTC  (4+ messages)

[meta-ti][master][PATCH 1/4] meta-ti: rename j7-evm to j721e-evm
 2022-03-29 12:39 UTC  (12+ messages)
` [meta-ti][master][PATCH 2/4] meta-ti-bsp: add SoC families for the J7 SoCs
` [meta-ti][master][PATCH 3/4] ti-img-rogue-umlibs: only the j721e SoC is currently supported
` [meta-ti][master][PATCH 4/4] ti-sgx-ddk-um: only the am65xx member of the k3 family is supported

[meta-arago][master][PATCH 1/2] meta-arago: rename j7-evm to j721e-evm
 2022-03-29 12:36 UTC  (6+ messages)
` [meta-arago][master][PATCH 2/2] arago-prefs: only the j721e SoC is currently supported

[PATCH 00/18] overlay: support idmapped layers
 2022-03-29 12:36 UTC  (5+ messages)
` [PATCH 08/18] ovl: use ovl_do_notify_change() wrapper

[PATCH v1] lib: remove x86 atomic header loop include
 2022-03-29 12:36 UTC  (2+ messages)

Apple Thunderbolt Display chaining
 2022-03-29 12:35 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-29 12:35 UTC 

[PATCH for-7.0] main-loop: Disable GLOBAL_STATE_CODE() assertions
 2022-03-29 12:33 UTC  (2+ messages)

[PATCH] audit: do a quick exit when syscall number is invalid
 2022-03-29  3:22 UTC  (5+ messages)

[LTP] [PATCH v3 0/9] Rewrite userns testing suite using new LTP API
 2022-03-29 12:36 UTC  (5+ messages)
` [LTP] [PATCH v3 5/9] Rewrite userns05.c "
` [LTP] [PATCH v3 6/9] Rewrite userns06.c "

[PATCH mptcp-next v2] mptcp: add pm_nl_pernet helpers
 2022-03-29 12:32 UTC  (2+ messages)

[PATCH 01/22] orion5x: Replace comments with C99 initializers
 2022-03-29 12:30 UTC  (5+ messages)
` [PATCH 09/22] gpio-winbond: Use "

[PATCH] perf intel-pt: Synthesize cycle events
 2022-03-29 12:31 UTC  (11+ messages)

[watchdog-next:v5.18-rc1 12/13] drivers/watchdog/sp5100_tco.c:345:6: warning: assignment to 'struct resource *' from 'int' makes pointer from integer without a cast
 2022-03-29 12:30 UTC  (3+ messages)

[PATCH v1 1/5] gpiolib: Introduce gpiochip_count() helper
 2022-03-29 12:29 UTC  (12+ messages)
` [PATCH v1 2/5] pinctrl: stm32: Replace custom code by gpiochip_count() call
` [PATCH v1 4/5] pinctrl: meson: "

state of drbd in mainline
 2022-03-29 12:29 UTC  (4+ messages)

[meta-networking][PATCH] blueman: update; add missing RDEPENDS
 2022-03-29 12:28 UTC 

[PATCH 0/2] test: enable most driver tests on windows
 2022-03-29 12:28 UTC  (6+ messages)
` [PATCH 2/2] test: enable most driver tests on Windows

crash: read error on type: "memory section root table"
 2022-03-29 12:27 UTC 

[PULL REQUEST] i2c for v5.18
 2022-03-29 12:26 UTC  (4+ messages)

[PATCH] net/dpaa2: fix dpdmux default interface
 2022-03-29 20:26 UTC 

[meta-ti][dunfell][PATCH v4] machine: Add am62xx evm configuration
 2022-03-29 12:26 UTC  (3+ messages)

💥 PANICKED: Test report for kernel 5.17.0 (mainline.kernel.org-clang, 72030621)
 2022-03-29 12:26 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-29 12:25 UTC 

[PATCH V2 0/3] rpmsg and glink signaling API support
 2022-03-29 12:25 UTC  (4+ messages)
` [PATCH V2 3/3] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support

[PATCH] mm: migrate: set demotion targets differently
 2022-03-29 12:26 UTC  (2+ messages)

[RFC PATCH 00/14] mm: userspace hugepage collapse
 2022-03-29 12:24 UTC  (6+ messages)

[GIT PULL] nvme fixes for Linux 5.18
 2022-03-29 12:24 UTC  (2+ messages)

[PATCH] ceph: stop forwarding the request when exceeding 256 times
 2022-03-29 12:24 UTC  (5+ messages)

[PATCH 0/5] arm64: dts: renesas: rcar-gen3: Enable HyperFlash support
 2022-03-29 12:20 UTC  (12+ messages)
` [PATCH 1/5] arm64: dts: renesas: rcar-gen3: Add RPC device nodes
` [PATCH 2/5] arm64: dts: renesas: draak: Add RPC HyperFlash device node
` [PATCH 3/5] arm64: dts: renesas: ebisu: "
` [PATCH 4/5] arm64: dts: renesas: salvator-common: "
` [PATCH 5/5] arm64: dts: renesas: ulcb: "

[RFC PATCH 0/6] softfloat 128-bit integer support
 2022-03-29 12:18 UTC  (7+ messages)
` [RFC PATCH 4/6] softfloat: add float*_to_int128 conversion methods
` [RFC PATCH 5/6] target/ppc: implement xscv[su]qqp
` [RFC PATCH 6/6] target/ppc: implement xscvqp[su]qz

[PATCH v3 1/3] rng: add OP-TEE based Random Number Generator
 2022-03-29 12:21 UTC  (3+ messages)
` [PATCH v3 2/3] tee: optee: bind rng optee driver
` [PATCH v3 3/3] configs: add support of OPTEE RNG in stm32mp15 defconfig

[PATCH] overview-manual: add missing upper case
 2022-03-29 12:21 UTC 

[PATCH] mtd: parsers: add support for Sercomm partitions
 2022-03-29 12:20 UTC  (2+ messages)

[PATCH v2] ceph: stop forwarding the request when exceeding 256 times
 2022-03-29 12:20 UTC 

[PATCH v2] block/stream: Drain subtree around graph change
 2022-03-29 12:15 UTC  (8+ messages)

[PATCH u-boot 0/3] renesas: Fix RPC-IF enablement
 2022-03-29 12:19 UTC  (4+ messages)
` [PATCH u-boot 1/3] ARM: dts: rmobile: Fix RPC-IF device node names
` [PATCH u-boot 2/3] ARM: renesas: Propagate RPC-IF enablement to subsequent software
` [PATCH/RFC u-boot 3/3] renesas: Fix RPC-IF compatible values

[PATCH TF-A] fix(plat/rcar3): Fix RPC-IF device node name
 2022-03-29 12:17 UTC 

[PATCH v3 0/2] Fix coherence for VMbus and PCI pass-thru devices in Hyper-V VM
 2022-03-29 12:15 UTC  (3+ messages)

[PATCH v3 0/2] Documentation: doc-guide: Add missing page titles
 2022-03-29 12:15 UTC  (6+ messages)
` [PATCH v3 1/2] Documentation: kernel-doc: Promote two chapter headings to page title

Intel roadmap for 22.07
 2022-03-29 12:15 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-29 12:14 UTC 

[PATCH v2 1/2] drm: Add GPU reset sysfs event
 2022-03-29 12:14 UTC  (19+ messages)

[PULL 0/4] Darwin patches for 2022-03-29
 2022-03-29 12:10 UTC  (3+ messages)

20.11.5 patches review and test
 2022-03-29 12:12 UTC  (3+ messages)

master doesn't compile on xlc 21.01 anymore (old AIX compiler) (was: [PATCH v7 14/16] reftable: make reftable_record a tagged union)
 2022-03-29 12:12 UTC  (3+ messages)
` [PATCH] reftable: make assignments portable to AIX xlc v12.01

[PATCH 1/2] drm/amdgpu: Use switch case for unique_id
 2022-03-29 12:10 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Add unique_id support for sienna cichlid

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-03-29 11:56 UTC  (4+ messages)
` [PATCH v9 20/23] drm/rockchip: Make VOP driver optional

[PATCH] Drivers: hv: vmbus: Fix potential crash on module unload
 2022-03-29 12:05 UTC  (4+ messages)

[PATCH v3 00/11] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-29 11:45 UTC  (3+ messages)
` [PATCH v4 00/13] "

[PATCH v2] Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_register()
 2022-03-29 12:03 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-29 12:03 UTC 

[PATCH 0/2] Minor fixes for the Python GDB plugins
 2022-03-29 12:02 UTC  (3+ messages)
` [PATCH 1/2] scripts/qemu-gdb/mtree.py: Int128 are decimal rather than hex

[PATCH] drm/v3d: Use kvcalloc
 2022-03-29 12:01 UTC  (4+ messages)

[PATCH] Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests
 2022-03-29 12:02 UTC  (3+ messages)

[RFC PATCH 0/3] objtool: Add mcount sub-command
 2022-03-29 12:01 UTC  (6+ messages)
` [RFC PATCH 3/3] objtool/mcount: Add powerpc specific functions


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.