All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-26 22:09:02 to 2023-06-26 23:52:58 UTC [more...]

Perf stat regression from d15480a3d67
 2023-06-26 23:52 UTC  (12+ messages)

[PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-26 16:33 UTC  (16+ messages)
` [PATCH v3 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v3 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v3 03/13] arm/kexec: "
` [PATCH v3 04/13] ia64/kexec: "
` [PATCH v3 05/13] arm64/kexec: "
` [PATCH v3 06/13] loongarch/kexec: "
` [PATCH v3 07/13] m68k/kexec: "
` [PATCH v3 08/13] mips/kexec: "
` [PATCH v3 09/13] parisc/kexec: "
` [PATCH v3 10/13] powerpc/kexec: "
` [PATCH v3 11/13] riscv/kexec: "
` [PATCH v3 12/13] s390/kexec: "
` [PATCH v3 13/13] sh/kexec: "

[PATCH] libbpf: kprobe.multi: feedback function counts by kernel traced
 2023-06-26 23:49 UTC  (3+ messages)

[PATCH v2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs
 2023-06-26 23:46 UTC  (2+ messages)

[PATCH v9 00/10] Add multiport support for DWC3 controllers
 2023-06-26 23:46 UTC  (6+ messages)
` [PATCH v9 04/10] usb: dwc3: core: Skip setting event buffers for host only controllers

[PATCH] clk: imx: Drop inclusion of unused header <soc/imx/timer.h>
 2023-06-26 23:44 UTC  (3+ messages)

[PATCH RFC 00/17] arm64 kernel text replication
 2023-06-26 23:42 UTC  (7+ messages)

[BUG] btrfs: MAX_LOCKDEP_CHAIN_HLOCKS too low!
 2023-06-26 23:40 UTC 

[GIT PULL] Microchip clock updates for 6.5 #2
 2023-06-26 23:38 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: ti,j721e-system-controller: Remove syscon from example
 2023-06-26 23:37 UTC  (2+ messages)

apparmor: global buffers spin lock may get contended
 2023-06-26 23:35 UTC  (9+ messages)
      ` [PATCH v3] "

[PATCH v4 1/3] kbuild: set correct abs_srctree and abs_objtree for package builds
 2023-06-26 23:30 UTC  (3+ messages)
` [PATCH v4 2/3] kbuild: revive "Entering directory" for Make >= 4.4.1
` [PATCH v4 3/3] kbuild: respect GNU Make -w flag

[PATCH] fs/buffer.c: remove per-CPU buffer_head lookup cache
 2023-06-26 23:30 UTC  (4+ messages)

[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-26 23:29 UTC  (6+ messages)
` [RFC bpf-next v2 06/11] net: veth: Implement devtx timestamp kfuncs

[RFC bpf-next v2 11/11] net/mlx5e: Support TX timestamp metadata
 2023-06-26 23:29 UTC  (13+ messages)

LVM kernel lockup scenario during lvcreate
 2023-06-26 23:29 UTC  (7+ messages)

[PATCH 0/4] target/ppc: Catch invalid real address accesses
 2023-06-26 23:28 UTC  (5+ messages)

[syzbot] possible deadlock in page_cache_ra_unbounded
 2023-06-26 23:27 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

[PATCH v9 00/17] vhost: multiple worker support
 2023-06-26 23:23 UTC  (18+ messages)
` [PATCH v9 01/17] vhost: create worker at end of vhost_dev_set_owner
` [PATCH v9 02/17] vhost: dynamically allocate vhost_worker
` [PATCH v9 03/17] vhost: add vhost_worker pointer to vhost_virtqueue
` [PATCH v9 04/17] vhost, vhost_net: add helper to check if vq has work
` [PATCH v9 05/17] vhost: take worker or vq instead of dev for queueing
` [PATCH v9 06/17] vhost: take worker or vq for flushing
` [PATCH v9 07/17] vhost: convert poll work to be vq based
` [PATCH v9 08/17] vhost_sock: convert to vhost_vq_work_queue
` [PATCH v9 09/17] vhost_scsi: make SCSI cmd completion per vq
` [PATCH v9 10/17] vhost_scsi: convert to vhost_vq_work_queue
` [PATCH v9 11/17] vhost_scsi: flush IO vqs then send TMF rsp
` [PATCH v9 12/17] vhost: remove vhost_work_queue
` [PATCH v9 13/17] vhost: add helper to parse userspace vring state/file
` [PATCH v9 14/17] vhost: replace single worker pointer with xarray
` [PATCH v9 15/17] vhost: allow userspace to create workers
` [PATCH v9 16/17] vhost_scsi: add support for worker ioctls
` [PATCH v9 17/17] vhost: Allow worker switching while work is queueing

[PATCH 00/16] target/riscv: Allow building without TCG (KVM-only so far)
 2023-06-26 23:20 UTC  (17+ messages)
` [PATCH 01/16] target/riscv: Remove unused 'instmap.h' header in translate.c
` [PATCH 02/16] target/riscv: Restrict KVM-specific fields from ArchCPU
` [PATCH 03/16] target/riscv: Restrict sysemu specific header to user emulation
` [PATCH 04/16] target/riscv: Restrict 'rv128' machine to TCG accelerator
` [PATCH 05/16] target/riscv: Move sysemu-specific files to target/riscv/sysemu/
` [PATCH 06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
` [PATCH 07/16] target/riscv: Move TCG-specific files to target/riscv/tcg/
` [PATCH 08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c
` [PATCH 09/16] target/riscv: Expose some 'trigger' prototypes from debug.c
` [PATCH 10/16] target/riscv: Extract TCG-specific code "
` [PATCH 11/16] target/riscv: Move sysemu-specific debug files to target/riscv/sysemu/
` [PATCH 12/16] target/riscv: Expose riscv_cpu_pending_to_irq() from cpu_helper.c
` [RFC PATCH 13/16] target/riscv: Move TCG/sysemu-specific code to tcg/sysemu/cpu_helper.c
` [PATCH 14/16] target/riscv: Move sysemu-specific code to sysemu/cpu_helper.c
` [PATCH 15/16] target/riscv: Restrict TCG-specific prototype declarations
` [PATCH 16/16] gitlab-ci.d/crossbuilds: Add KVM riscv64 cross-build jobs

[PATCH] iio: adc: qcom-spmi-adc5: Add ADC5_GPIO2_100K_PU
 2023-06-26 23:21 UTC 

usb: dwc3: HC dies under high I/O load on Exynos5422
 2023-06-26 23:20 UTC  (4+ messages)

[PATCH] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-06-26 23:19 UTC  (4+ messages)

[PATCH 00/11] Cleanup Octeon DWC3 glue code
 2023-06-26 23:17 UTC  (6+ messages)

[PULL 00/30] ppc queue
 2023-06-26 23:15 UTC  (5+ messages)
` [PULL 10/30] ppc/spapr: H_ENTER_NESTED should restore host XER ca field

[PATCH V3] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-06-26 23:14 UTC  (6+ messages)

[GIT PULL] bcachefs
 2023-06-26 23:11 UTC  (2+ messages)

splice(-> FIFO) never wakes up inotify IN_MODIFY?
 2023-06-26 23:09 UTC  (5+ messages)
` [PATCH v2 0/3] fanotify accounting for fs/splice.c
` [PATCH v2 1/3] splice: always fsnotify_access(in), fsnotify_modify(out) on success
` [PATCH v2 2/3] splice: fsnotify_modify(fd) in vmsplice
` [PATCH v2 3/3] splice: fsnotify_access(in), fsnotify_modify(out) on success in tee

[igt-dev] [PATCH i-g-t] tests/xe: When GT is in RC6 donot assert if act freq is 0
 2023-06-26 23:09 UTC  (2+ messages)

[jimc:dd-fix-2j 18/20] ld: drivers/gpu/drm/drm_gem_shmem_helper.o:(__dyndbg_class_users+0x4): undefined reference to `drm_debug_classes'
 2023-06-26 23:06 UTC 

[Buildroot] [PATCH v6 1/3] package/go-bootstrap: split into two stages: go1.4 and go1.19.10
 2023-06-26 23:06 UTC  (4+ messages)

[PATCH] config: don't BUG when both kvi and source are set
 2023-06-26 23:05 UTC  (4+ messages)

[PATCH v2] perf evsel amd: Fix IBS error message
 2023-06-26 23:04 UTC  (2+ messages)

[RFC PATCH 0/3] Support for Solid Fill Planes
 2023-06-26 23:02 UTC  (4+ messages)

[5.15/6.1-stable PATCH] Copy-on-write hwpoison recovery
 2023-06-26 23:02 UTC  (5+ messages)
` [5.15-stable PATCH 1/2] mm, hwpoison: try to recover from copy-on write faults
` [5.15-stable PATCH 2/2] mm, hwpoison: when copy-on-write hits poison, take page offline
` [6.1-stable PATCH 1/2] mm, hwpoison: try to recover from copy-on write faults
` [6.1-stable PATCH 2/2] mm, hwpoison: when copy-on-write hits poison, take page offline

[PATCH bpf-next 0/7] Support defragmenting IPv(4|6) packets in BPF
 2023-06-26 23:02 UTC  (8+ messages)
` [PATCH bpf-next 1/7] tools: libbpf: add netfilter link attach helper
` [PATCH bpf-next 2/7] selftests/bpf: Add bpf_program__attach_netfilter helper test
` [PATCH bpf-next 3/7] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next 4/7] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next 5/7] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next 6/7] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next 7/7] bpf: selftests: Add defrag selftests

[PATCH v2] sched/isolation: add a workqueue parameter to constrain unbound CPUs
 2023-06-26 22:59 UTC  (3+ messages)
` [PATCH v3] sched/isolation: add a workqueue parameter onto isolcpus "

[jimc:dd-fix-2j 18/20] ld: vmlinux.o:(__dyndbg_class_users+0x8): undefined reference to `drm_debug_classes'
 2023-06-26 22:56 UTC 

[PATCH v2] net: mana: Batch ringing RX queue doorbell on receiving packets
 2023-06-26 22:55 UTC  (3+ messages)

[GIT PULL] x86/build for 6.5
 2023-06-26 22:54 UTC  (2+ messages)

[GIT PULL] x86/cpu for 6.5
 2023-06-26 22:54 UTC  (2+ messages)

[GIT PULL] x86/cc for 6.5
 2023-06-26 22:54 UTC  (2+ messages)

[GIT PULL] x86/cache for 6.5
 2023-06-26 22:54 UTC  (2+ messages)

[GIT PULL] x86/alternatives for 6.5
 2023-06-26 22:54 UTC  (2+ messages)

[GIT PULL] RAS updates for 6.5
 2023-06-26 22:54 UTC  (2+ messages)

[GIT PULL] EDAC updates for 6.5
 2023-06-26 22:54 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v4 0/2] PM Suspend debug
 2023-06-26 22:52 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v4 2/2] lib/igt_aux: Enable PM Suspend dbg messages

[PATCH v2] mce: prevent concurrent polling of MCE events
 2023-06-26 22:52 UTC  (4+ messages)

[mickledore][PATCH] libvmi: add dependency on autoconf-archive-native
 2023-06-26 22:50 UTC  (3+ messages)
` [mickledore][PATCH] Revert "yq: Redefine do_compile"

[PATCH v2 00/10] drm/panel and i2c-hid: Allow panels and touchscreens to power sequence together
 2023-06-26 22:49 UTC  (5+ messages)
` [PATCH v2 08/10] HID: i2c-hid: Support being a panel follower

[PATCH] linux-yocto/5.15: cfg: fix DECNET configuration warning
 2023-06-26 22:48 UTC 

[PATCH v6 0/7] cxl: Support device sanitation
 2023-06-26 22:47 UTC  (4+ messages)

[virtio-comment] [RFC PATCH] admin-queue: bind the group member to the device
 2023-06-26 22:46 UTC  (13+ messages)
        ` [virtio-comment] Re: [virtio-dev] "
                    ` [virtio-dev] "

[PATCH 00/15] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
 2023-06-26 22:46 UTC  (10+ messages)
` [PATCH 06/15] dt-bindings: display/msm: sc7180-dpu: Describe SM6125

[patch 00/45] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2023-06-26 22:46 UTC  (3+ messages)
` [patch 09/45] posix-cpu-timers: Fix posix_cpu_timer_get() behaviour

[PATCH] arm64: dts: qcom: Fix "status" value
 2023-06-26 22:45 UTC  (2+ messages)

[PATCH] net: dsa: microchip: phy reg access 0x10-0x1f
 2023-06-26 22:42 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the cxl tree
 2023-06-26 22:42 UTC 

[PATCH v2] kernel.bbclass: hoist up "unset S" bbfatal from kernel-yocto.bbclass to kernel.bbclass
 2023-06-26 22:41 UTC  (2+ messages)

Fwd: [Announcement] Clang-Built Linux Meetup 2023 Dates
 2023-06-26 22:41 UTC  (2+ messages)
  `  "

[Bug report] __arch_hweight32/64 x86
 2023-06-26 22:41 UTC  (4+ messages)

[PATCH drm-next v5 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-26 22:38 UTC  (15+ messages)
` [PATCH drm-next v5 03/14] drm: manager to keep track of GPUs VA mappings
                      ` [Nouveau] "

[PATCH] doc: announce QAT support on aarch64
 2023-06-26 22:37 UTC 

[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
 2023-06-26 22:36 UTC 

[kvm-unit-tests PATCH 0/2] Rework LDFLAGS and link with noexecstack
 2023-06-26 22:34 UTC  (6+ messages)
` [kvm-unit-tests PATCH 2/2] Link with "-z noexecstack" to avoid warning from newer versions of ld

[igt-dev] [PATCH v2 0/4] Handle GT and tile seperation in IGT
 2023-06-26 22:34 UTC  (4+ messages)
` [igt-dev] [PATCH v2 2/4] lib/igt_sysfs: Handling gt related sysfs uapi changes

Regression from "ACPI: OSI: Remove Linux-Dell-Video _OSI string"? (was: Re: Bug#1036530: linux-signed-amd64: Hard lock up of system)
 2023-06-26 22:34 UTC  (11+ messages)

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-26 22:31 UTC  (28+ messages)

[Intel-gfx] [RFC 0/3] Get optimal audio frequency and channels
 2023-06-26 22:31 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Get optimal audio frequency and channels (rev6)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[GIT PULL] cgroup: Changes for v6.5
 2023-06-26 22:30 UTC  (2+ messages)

[RFC PATCH v4 2/4] x86/sgx: Implement support for MADV_WILLNEED
 2023-06-26 22:28 UTC  (11+ messages)

[Intel-xe] [PATCH 1/2 v2] drm/xe: fix bounds checking for 'len' in xe_engine_create_ioctl
 2023-06-26 22:25 UTC  (3+ messages)
` [Intel-xe] ○ CI.BAT: info for series starting with [1/2,v2] "

[PATCH v4 00/11] NFS sysfs scaffolding
 2023-06-26 22:25 UTC  (5+ messages)
` [PATCH v4 05/11] NFS: add superblock sysfs entries

[PATCH v2 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-06-26 22:23 UTC  (7+ messages)
` [PATCH v2 3/6] KVM: Documentation: Add the missing description for ptep in kvm_mmu_page
` [PATCH v2 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v2 6/6] KVM: Documentation: Add the missing description for tdp_mmu_page "

[PATCH v1] lib subcmd: Avoid use-after-free when no commands are excluded
 2023-06-26 22:22 UTC 

[PATCH] counter: Fix menuconfig "Counter support" submenu entries disappearance
 2023-06-26 22:19 UTC  (5+ messages)

[PATCH net 0/2] Fix PTP received on wrong port with bridged SJA1105 DSA
 2023-06-26 22:18 UTC  (4+ messages)
` [PATCH net 2/2] net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT

[GIT pull] core/debugobjects for v6.5-rc1
 2023-06-26 22:18 UTC  (14+ messages)
` [GIT pull] irq/core "
` [GIT pull] smp/core "
` [GIT pull] timers/core "
` [GIT pull] x86/boot "
` [GIT pull] x86/core "

[GIT PULL] Qualcomm clock updates for v6.5, second attempt
 2023-06-26 22:16 UTC  (3+ messages)

[PATCH v1] perf pmu: Correct auto_merge_stats test
 2023-06-26 22:15 UTC  (2+ messages)

[PATCH v2 00/26] maintainer omnibus: testing, fuzz, plugins, documentation
 2023-06-26 21:59 UTC  (2+ messages)
` [PATCH v2 17/26] plugins: force slow path when plugins instrument memory ops

[PATCH net-next] net: scm: introduce and use scm_recv_unix helper
 2023-06-26 22:13 UTC  (2+ messages)
` [net-next] "

[GIT PULL] First set of Counter fixes for 6.5
 2023-06-26 22:10 UTC 

[PATCH] ARM: dts: at91-vinco: Fix "status" values
 2023-06-26 22:10 UTC  (2+ messages)

[PATCH] ARM: dts: hisilicon: Fix "status" values
 2023-06-26 22:10 UTC  (2+ messages)

linux-next: build failure after merge of the bluetooth tree
 2023-06-26 22:09 UTC  (6+ messages)

[PATCH] arm64: dts: mediatek: Fix "status" values
 2023-06-26 22:10 UTC  (2+ messages)

[PATCH v4 00/19] target/riscv, KVM: fixes and enhancements
 2023-06-26 22:02 UTC  (11+ messages)
` [PATCH v4 06/19] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH v4 07/19] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH v4 09/19] linux-headers: Update to v6.4-rc1
` [PATCH v4 10/19] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH v4 12/19] target/riscv: add KVM specific MISA properties
` [PATCH v4 14/19] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v4 15/19] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
` [PATCH v4 16/19] target/riscv/cpu.c: create KVM mock properties
` [PATCH v4 17/19] target/riscv: update multi-letter extension KVM properties
` [PATCH v4 19/19] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[Patch] acpica: Add AML_NO_OPERAND_RESOLVE flag to Timer
 2023-06-26 22:05 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.