All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-06 22:05:24 to 2023-03-06 22:54:57 UTC [more...]

[virtio-dev] [PATCH v10 00/10] Introduce device group and device management
 2023-03-06 22:54 UTC  (10+ messages)
` [virtio-dev] [PATCH v10 04/10] admin: introduce virtio admin virtqueues
  ` [virtio-dev] "
        ` [virtio-dev] Re: [virtio-comment] "
          `  "
` [virtio-dev] Re: [virtio-comment] [PATCH v10 00/10] Introduce device group and device management
  `  "

[PATCH v1] drivers/gpio: remove redundant platform_set_drvdata()
 2023-03-06 22:54 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: input: atmel,maxtouch: add linux,keycodes
 2023-03-06 22:54 UTC  (3+ messages)
` [PATCH 2/2] Input: atmel_mxt_ts - support capacitive keys

[PATCH] object-file: reprepare alternates when necessary
 2023-03-06 22:54 UTC  (2+ messages)

[PATCH] fsi: aspeed: Reset master errors after CFAM reset
 2023-03-06 22:52 UTC 

[PATCH 0/2] drm/i915/pmu: Freq sampling: Fix requested freq fallback
 2023-03-06 22:52 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v3 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-06 22:50 UTC  (6+ messages)
` [PATCH v3 1/5] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
` [PATCH v3 5/5] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs

[PATCH v2 0/9] Fix missing memory barriers on ARM
 2023-03-06 22:49 UTC  (12+ messages)
` [PATCH v2 1/9] qatomic: add smp_mb__before/after_rmw()
` [PATCH v2 2/9] qemu-thread-posix: cleanup, fix, document QemuEvent
` [PATCH v2 3/9] qemu-thread-win32: "
` [PATCH v2 4/9] edu: add smp_mb__after_rmw()
` [PATCH v2 5/9] aio-wait: switch to smp_mb__after_rmw()
` [PATCH v2 6/9] qemu-coroutine-lock: add smp_mb__after_rmw()
` [PATCH v2 7/9] physmem: add missing memory barrier
` [PATCH v2 8/9] async: update documentation of the memory barriers
` [PATCH v2 9/9] async: clarify usage of barriers in the polling case

[PATCH net-next] net: mdio: Add netlink interface
 2023-03-06 22:48 UTC  (2+ messages)

[PATCH] kbuild: Disallow DTB overlays to built from .dts named source files
 2023-03-06 22:47 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-06 22:49 UTC 

[PATCH v3 0/3] Add RISC-V 32 NOMMU support
 2023-03-06 22:48 UTC  (12+ messages)
` [PATCH v3 1/3] clk: k210: remove an implicit 64-bit division

[net-next] ptp_ocp: add force_irq to xilinx_spi configuration
 2023-03-06 22:47 UTC  (6+ messages)

[Ocfs2-devel] ocfs2 xattr
 2023-03-06 22:46 UTC  (5+ messages)

[Intel-gfx] [PATCH v3 0/5] Misc Meteorlake patches
 2023-03-06 22:45 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 1/5] drm/i915/mtl: Fix Wa_16015201720 implementation

[ammarfaizi2-block:bp/bp/tip-x86-sev 11/11] arch/x86/include/asm/sev.h:222:93: warning: 'struct snp_guest_request_ioctl' declared inside parameter list will not be visible outside of this definition or declaration
 2023-03-06 22:44 UTC 

[Intel-xe] [PATCH 1/2] drm/xe: Separate engine fuse handling into dedicated functions
 2023-03-06 22:44 UTC  (5+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe: Add support for CCS engine fusing
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Separate engine fuse handling into dedicated functions
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH] drm/amdkfd: fix warning in SVM debug statement
 2023-03-06 22:43 UTC 

[Patch v4 00/18] NUMA aware page table allocation
 2023-03-06 22:41 UTC  (19+ messages)
` [Patch v4 01/18] KVM: x86/mmu: Change KVM mmu shrinker to no-op
` [Patch v4 02/18] KVM: x86/mmu: Remove zapped_obsolete_pages from struct kvm_arch{}
` [Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally
` [Patch v4 04/18] KVM: x86/mmu: Shrink shadow page caches via MMU shrinker
` [Patch v4 05/18] KVM: x86/mmu: Add split_shadow_page_cache pages to global count of MMU cache pages
` [Patch v4 06/18] KVM: x86/mmu: Shrink split_shadow_page_cache via MMU shrinker
` [Patch v4 07/18] KVM: x86/mmu: Unconditionally count allocations from MMU page caches
` [Patch v4 08/18] KVM: x86/mmu: Track unused mmu_shadowed_info_cache pages count via global counter
` [Patch v4 09/18] KVM: x86/mmu: Shrink mmu_shadowed_info_cache via MMU shrinker
` [Patch v4 10/18] KVM: x86/mmu: Add per VM NUMA aware page table capability
` [Patch v4 11/18] KVM: x86/mmu: Add documentation of "
` [Patch v4 12/18] KVM: x86/mmu: Allocate NUMA aware page tables on TDP huge page splits
` [Patch v4 13/18] KVM: mmu: Add common initialization logic for struct kvm_mmu_memory_cache{}
` [Patch v4 14/18] KVM: mmu: Initialize kvm_mmu_memory_cache.gfp_zero to __GFP_ZERO by default
` [Patch v4 15/18] KVM: mmu: Add NUMA node support in struct kvm_mmu_memory_cache{}
` [Patch v4 16/18] KVM: x86/mmu: Allocate numa aware page tables during page fault
` [Patch v4 17/18] KVM: x86/mmu: Allocate shadow mmu page table on huge page split on the same NUMA node
` [Patch v4 18/18] KVM: x86/mmu: Reduce default mmu memory cache size

[PATCH v15 00/16] drm: Add Samsung MIPI DSIM bridge
 2023-03-06 22:41 UTC  (7+ messages)

[PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
 2023-03-06 22:41 UTC  (4+ messages)

[PATCH 0/1] process attribute support for Landlock
 2023-03-06 22:40 UTC  (3+ messages)

[PATCH v4] gpio: mmio: handle "ngpios" properly in bgpio_init()
 2023-03-06 22:39 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-06 22:39 UTC 

[PATCH 00/99] fbdev: Fix memory leak in option parsing
 2023-03-06 22:37 UTC  (4+ messages)
` [PATCH 01/99] lib: Add option iterator

[PATCH 0/6] [RFC] config.c: use struct for config reading state
 2023-03-06 22:38 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/7] drm/i915: Check HPD during eDP probe
 2023-03-06 22:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Check HPD during eDP probe (rev5)

[GIT PULL] intel-gpio for 6.3-1
 2023-03-06 22:35 UTC  (4+ messages)

[PATCH 1/2] clk: qcom: gcc-sm6375: Update the .pwrsts for usb gdsc
 2023-03-06 22:36 UTC  (3+ messages)

[regression] Bug 217074 - upgrading to kernel 6.1.12 from 5.15.x can no longer assemble software raid0
 2023-03-06 22:35 UTC  (5+ messages)

[rppt:unmapped-alloc/rfc-v1 5/5] mm/secretmem.c:56:23: warning: unused variable 'addr'
 2023-03-06 22:33 UTC 

vmlinux.o: warning: objtool: local_clock+0x53: call to ftrace_likely_update() leaves .noinstr.text section
 2023-03-06 22:33 UTC 

Bug in git archive + .gitattributes + relative path
 2023-03-06 22:34 UTC  (9+ messages)

[PATCH 0/2] Hyperlink fixes for BPF QA documentation
 2023-03-06 22:33 UTC  (2+ messages)

[wireless-next:main] BUILD SUCCESS ff6f38eb920bd2b86e1d3157a01f409e2dce1320
 2023-03-06 22:32 UTC 

[westeri-thunderbolt:fixes] BUILD SUCCESS 7af9da8ce8f9a16221ecd8ba4280582f5bd452fc
 2023-03-06 22:33 UTC 

[PATCH] Bluetooth: Remove "Power-on" check from Mesh feature
 2023-03-06 22:32 UTC 

[PATCH v2 0/1] builddeb: introduce profile excluding the dbg pkg
 2023-03-06 22:32 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] arm64: defconfig: Enable TI SA2UL support
 2023-03-06 22:30 UTC  (2+ messages)

[PATCH] perf sched: Fix sched latency analysis incorrect
 2023-03-06 22:31 UTC  (2+ messages)

[PATCH v1] RISC-V: Add basic support for the vector extension
 2023-03-06 22:29 UTC  (4+ messages)

[PATCH 0/2] perf/ibs: Fix interface via core pmu events
 2023-03-06 22:29 UTC  (5+ messages)
` [PATCH 1/2] "

RTT-PROBE: lore-subspace-rtt
 2023-03-06 22:29 UTC 

[PATCH bpf v6] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-03-06 22:27 UTC  (2+ messages)

[PATCH v2] drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
 2023-03-06 22:27 UTC  (3+ messages)
` [v2] "

[PATCH] ARM: multi_v7_defconfig: Enable OMAP audio/display support
 2023-03-06 22:26 UTC  (2+ messages)

[Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1
 2023-03-06 22:25 UTC  (4+ messages)

[PATCH] docs: rust: point directly to the standalone installers
 2023-03-06 22:24 UTC  (2+ messages)

[PATCH 0/8] ahead-behind: new builtin for counting multiple commit ranges
 2023-03-06 22:24 UTC  (4+ messages)

[PATCH] linux-user: Fix access to /proc/self/exe
 2023-03-06 22:23 UTC  (2+ messages)

[miquelraynal:nand/next 2/4] drivers/mtd/nand/raw/nand_hynix.c:740:29: sparse: sparse: invalid assignment: |=
 2023-03-06 22:23 UTC 

What's cooking in git.git (Feb 2023, #01; Thu, 2)
 2023-03-06 22:22 UTC  (8+ messages)
  ` so/diff-merges-more (was Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))

[PATCH v2 0/2] Clean up some GuC related failure paths
 2023-03-06 22:22 UTC  (5+ messages)
` [PATCH v2 1/2] drm/i915/guc: Improve clean up of busyness stats worker
  ` [Intel-gfx] "
` [PATCH v2 2/2] drm/i915/guc: Fix missing return code checks in submission init
  ` [Intel-gfx] "

[PATCH 0/3] arm64/cpufeature: Use macros for ID based matches
 2023-03-06 22:20 UTC  (8+ messages)
` [PATCH 1/3] arm64/cpufeature: Pull out helper for CPUID register definitions
` [PATCH 2/3] arm64/cpufeature: Consistently use symbolic constants for min_field_value
` [PATCH 3/3] arm64/cpufeature: Use helper macro to specify ID register for capabilites

[PATCH] init/Kconfig: extend -Wno-array-bounds to gcc 13
 2023-03-06 22:20 UTC  (2+ messages)

[PATCH 00/22] drm/dma-helper: Add dedicated fbdev emulation
 2023-03-06 22:19 UTC  (10+ messages)
` [PATCH 20/22] drm/tve200: Use GEM DMA "

[PATCH bpf v2 0/2] fix resolving VAR after DATASEC
 2023-03-06 22:19 UTC  (3+ messages)
` [PATCH bpf v2 1/2] btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR

[igt-dev] [PATCH i-g-t 00/31] Enable OAM support in IGT and GPUvis
 2023-03-06 22:19 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 07/31] i915/perf: Enable tests to run on specific engines

[PATCH v2 0/6] Fix merge restore state
 2023-03-06 22:19 UTC  (7+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 6/7] merge: ensure we can actually restore pre-merge state

[PATCH v5 0/6] Add definitions for AST2600 i3c clocks
 2023-03-06 22:19 UTC  (13+ messages)
` [PATCH v5 1/6] clk: ast2600: allow empty entries in aspeed_g6_gates
` [PATCH v5 2/6] dt-bindings: clock: ast2600: Add top-level I3C clock
` [PATCH v5 3/6] clk: ast2600: Add full configs for I3C clocks
` [PATCH v5 4/6] dt-bindings: clock: ast2600: remove IC36 & I3C7 clock definitions
` [PATCH v5 5/6] clk: ast2600: Add comment about combined clock + reset handling
` [PATCH v5 6/6] dt-bindings: clock: ast2600: Expand comment on reset definitions

RTT-PROBE: lore-subspace-rtt
 2023-03-06 22:19 UTC 

[PATCH] MAINTAINERS: replace maintainer of FireWire subsystem
 2023-03-06 22:17 UTC  (2+ messages)

[PATCH] wifi: mt76: mt7921: introduce mt7921_get_mac80211_ops utility routine
 2023-03-06 22:16 UTC  (3+ messages)

[RFC PATCH 0/9] fuse: API for Checkpoint/Restore
 2023-03-06 22:16 UTC  (6+ messages)

linux-next: Signed-off-by missing for commit in the net tree
 2023-03-06 22:16 UTC  (2+ messages)

[PATCH v8 0/6] Pegasos2 fixes and audio output support
 2023-03-06 22:14 UTC  (4+ messages)
` [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing

[PATCH] scsi: core: Add BLIST_NO_ASK_VPD_SIZE for some VDASD
 2023-03-06 22:14 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net-next v9 0/5] add v2 FW logging for ice driver
 2023-03-06 22:14 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH net-next v9 3/5] ice: add ability to set FW log configuration
` [Intel-wired-lan] [PATCH net-next v9 4/5] ice: enable FW logging based on stored configuration

[PATCH v2 0/2] arm64: amlogic: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard
 2023-03-06 22:12 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: arm: amlogic: Document the boards with the BPI-CM4 connected
` [PATCH v2 2/2] arm64: dts: amlogic: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard

[PATCH 0/8] nvmem: Let layout drivers be modules
 2023-03-06 14:06 UTC  (6+ messages)

[PATCH net-next] net: phy: smsc: simplify lan95xx_config_aneg_ext
 2023-03-06 22:10 UTC 

GSoC: perf Linux Profiling Scalability and speed
 2023-03-06 22:10 UTC  (2+ messages)
        ` perf test results on ARM64. was "

[PATCH 00/20] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-06 22:09 UTC  (6+ messages)

[PATCH v10 00/13] phy: Add support for Lynx 10G SerDes
 2023-03-06 22:04 UTC  (4+ messages)
` [PATCH v10 03/13] dt-bindings: Convert gpio-mmio to yaml

[RFC PATCH] Add a sysctl to allow TCP window shrinking in order to honor memory limits
 2023-03-06 22:09 UTC  (3+ messages)

Linux 6.3-rc1
 2023-03-06 22:02 UTC  (4+ messages)
` The state of ext4 tree merging (was Re: Linux 6.3-rc1)

[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
 2023-03-06 22:08 UTC  (3+ messages)

[PULL 00/22] Sixth RISC-V PR for 8.0
 2023-03-06 22:02 UTC  (20+ messages)
` [PULL 01/22] target/riscv: implement Zicboz extension
` [PULL 02/22] target/riscv: implement Zicbom extension
` [PULL 03/22] target/riscv: add Zicbop cbo.prefetch{i, r, m} placeholder
` [PULL 04/22] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
` [PULL 05/22] disas/riscv Fix ctzw disassemble
` [PULL 07/22] hw: intc: Use cpu_by_arch_id to fetch CPU state
` [PULL 08/22] gitlab/opensbi: Move to docker:stable
` [PULL 10/22] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PULL 11/22] riscv: Change type of valid_vm_1_10_[32|64] to bool
` [PULL 12/22] riscv: Allow user to set the satp mode
` [PULL 13/22] riscv: Introduce satp mode hw capabilities
` [PULL 14/22] riscv: Correctly set the device-tree entry 'mmu-type'
` [PULL 15/22] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
` [PULL 17/22] hw/riscv/virt: Add memmap pointer to RiscVVirtState
` [PULL 18/22] hw/riscv/virt: Enable basic ACPI infrastructure
` [PULL 19/22] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
` [PULL 20/22] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
` [PULL 21/22] hw/riscv/virt.c: Initialize the ACPI tables
` [PULL 22/22] MAINTAINERS: Add entry for RISC-V ACPI

[Buildroot] [Bug 15376] New: Libiconv config
 2023-03-06 22:08 UTC  (2+ messages)
` [Buildroot] [Bug 15376] "

[PATCH V5 00/15] spi: Add support for stacked/parallel memories
 2023-03-06 21:27 UTC  (7+ messages)
` [PATCH V5 01/15] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call
` [PATCH V5 09/15] spi: Add stacked and parallel memories support in SPI core

RTT-PROBE: lore-subspace-rtt
 2023-03-06 22:08 UTC 

[PATCH v6 00/54] MediaTek clocks: full module build and cleanups
 2023-03-06 22:04 UTC  (3+ messages)
` [PATCH v6 47/54] clk: mediatek: mt8192: Move apmixedsys clock driver to its own file


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.