All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-16 01:37:34 to 2023-06-16 03:24:46 UTC [more...]

[PATCH v2] config/arm: add Ampere Altra/AltraMax/AmpereOne platform
 2023-06-16  3:17 UTC  (2+ messages)

[PATCH 0/7] Add new CPU model EmeraldRapids and GraniteRapids
 2023-06-16  3:23 UTC  (4+ messages)
` [PATCH 4/7] target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES
` [PATCH 5/7] target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapids CPU model
` [PATCH 6/7] target/i386: Add new CPU model EmeraldRapids

[powerpc:next] BUILD SUCCESS 4adc95a3edc152ffc3b0c88117767a31c9c01a1e
 2023-06-16  3:18 UTC 

[PATCH] net/bonding: fix bond startup failure when NUMA is -1
 2023-06-16  3:20 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS c183fe143e1d8bc5742f2c7b2650b979e1b59337
 2023-06-16  3:18 UTC 

[PATCH] wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed
 2023-06-16  3:17 UTC 

[PATCH 0/8] New metricgroup output in perf stat default mode
 2023-06-16  3:17 UTC  (4+ messages)
` [PATCH 4/8] perf vendor events arm64: Add default tags into topdown L1 metrics

[Intel-gfx] [PATCH] Remove incorrect hard coded cache coherrency setting
 2023-06-16  3:16 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[igt-dev] [PATCH i-g-t] tests/xe/xe_vm: Initialize variable in test_bind_array()
 2023-06-16  3:15 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/xe/xe_vm: Initialize variable in test_bind_array() (rev2)

[PATCH V4 0/5] New metricgroup output in perf stat default mode
 2023-06-16  3:14 UTC  (6+ messages)
` [PATCH V4 1/5] perf metrics: Sort the Default metricgroup
` [PATCH V4 2/5] perf stat: New metricgroup output for the default mode
` [PATCH V4 3/5] perf test: Move all the check functions of stat csv output to lib
` [PATCH V4 4/5] perf test: Add test case for the standard perf stat output
` [PATCH V4 5/5] perf vendor events arm64: Add default tags for Hisi hip08 L1 metrics

[PATCH v2 0/1] cdrom: Fix spectre-v1 gadget
 2023-06-16  3:14 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/4] input: touchscreen: add initial support for Goodix Berlin touchscreen IC
 2023-06-16  3:14 UTC  (3+ messages)
` [PATCH v2 2/4] input: touchscreen: add core support for Goodix Berlin Touchscreen IC

usb: typec: tcpm: add get max power support
 2023-06-16  3:13 UTC  (6+ messages)

[PATCH net-next] tools: ynl: change the comment about header guards
 2023-06-16  3:12 UTC 

[PATCH] iommu/vt-d: Fix to flush cache of PASID directory table
 2023-06-16  3:11 UTC  (6+ messages)

usb: dwc3: HC dies under high I/O load on Exynos5422
 2023-06-16  3:11 UTC 

[PATCH 0/3] MediaTek clocks: various fixes
 2023-06-16  3:10 UTC  (10+ messages)
` [PATCH 1/3] clk: mediatek: clk-mtk: Grab iomem pointer for divider clocks
` [PATCH 2/3] clk: mediatek: clk-mt8173-apmixedsys: Fix return value for of_iomap() error
` [PATCH 3/3] clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released issue

[GIT PULL] regulator fixes for v6.4-rc6
 2023-06-16  3:10 UTC  (2+ messages)

[GIT PULL] regmap fixes for v6.4-rc6
 2023-06-16  3:10 UTC  (2+ messages)

[GIT PULL for v6.4-rc7] media fixes
 2023-06-16  3:10 UTC  (3+ messages)

[GIT PULL for v6.4-rc5] media fixes
 2023-06-16  3:10 UTC  (2+ messages)

[GIT PULL] SPI fixes for v6.4-rc6
 2023-06-16  3:10 UTC  (2+ messages)

[PATCH 0/9] Repack objects into separate packfiles based on a filter
 2023-06-16  3:08 UTC  (7+ messages)
` [PATCH 8/9] repack: implement `--filter-to` for storing filtered out objects
` [PATCH 9/9] gc: add `gc.repackFilterTo` config option

[PATCH net-next] page pool: not return page to alloc cache during pool destruction
 2023-06-16  3:07 UTC  (5+ messages)

[PATCH v3 00/11] KVM: x86/mmu: refine memtype related mmu zap
 2023-06-16  2:42 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: x86/mmu: helpers to return if KVM honors guest MTRRs
` [PATCH v3 02/11] KVM: x86/mmu: Use KVM honors guest MTRRs helper in kvm_tdp_page_fault()
` [PATCH v3 03/11] KVM: x86/mmu: Use KVM honors guest MTRRs helper when CR0.CD toggles
` [PATCH v3 04/11] KVM: x86/mmu: Use KVM honors guest MTRRs helper when update mtrr
` [PATCH v3 05/11] KVM: x86/mmu: zap KVM TDP when noncoherent DMA assignment starts/stops
` [PATCH v3 06/11] KVM: x86/mmu: move TDP zaps from guest MTRRs update to CR0.CD toggling
` [PATCH v3 07/11] KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED
` [PATCH v3 08/11] KVM: x86: move vmx code to get EPT memtype when CR0.CD=1 to x86 common code
` [PATCH v3 09/11] KVM: x86/mmu: serialize vCPUs to zap gfn when guest MTRRs are honored
` [PATCH v3 10/11] KVM: x86/mmu: fine-grained gfn zap "
` [PATCH v3 11/11] KVM: x86/mmu: split a single gfn zap range "

[PATCH] lib: sbi: Hang when next mode not support
 2023-06-16  3:04 UTC  (2+ messages)

W sprawie samochodu
 2023-06-14  7:40 UTC 

usb: typec: tcpm: fix cc role at port reset
 2023-06-16  3:03 UTC  (6+ messages)

[PATCH net-next v1] netlink: specs: fixup openvswitch specs for code generation
 2023-06-16  3:03 UTC  (2+ messages)

[PATCH] PCI/ASPM: Enable ASPM on external PCIe devices
 2023-06-16  3:01 UTC  (5+ messages)

[RFC net-next v1] tools: ynl: Add an strace rendering mode to ynl-gen
 2023-06-16  3:00 UTC  (2+ messages)

W sprawie samochodu
 2023-06-14  7:40 UTC 

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-16  2:59 UTC  (5+ messages)
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part

[PATCH] regulator: tps65219: Fix pointer assignment in tps65219_get_rdev_by_name()
 2023-06-16  2:59 UTC 

[PATCH 0/5] cxl/dcd: Add support for Dynamic Capacity Devices (DCD)
 2023-06-16  2:57 UTC  (9+ messages)
` [PATCH 2/5] cxl/region: Add dynamic capacity cxl region support
` [PATCH 3/5] cxl/mem : Expose dynamic capacity configuration to userspace

[PATCH] app/dma-perf: introduce dma-perf application
 2023-06-16  2:56 UTC  (8+ messages)
` [PATCH v6] "
  ` [EXT] "

[Intel-gfx] [PATCH v1] drm/i915/gsc: Fix intel_gsc_uc_fw_proxy_init_done with directed wakerefs
 2023-06-16  2:55 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

W sprawie samochodu
 2023-06-14  7:40 UTC 

[PATCH net v5 0/6] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
 2023-06-16  2:53 UTC  (14+ messages)
` [PATCH net v5 1/6] net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAP
` [PATCH net v5 2/6] net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch
` [PATCH net v5 3/6] net: dsa: mt7530: fix handling of BPDUs on "
` [PATCH net v5 4/6] net: dsa: mt7530: fix handling of LLDP frames
` [PATCH net v5 5/6] net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
` [PATCH net v5 6/6] MAINTAINERS: add me as maintainer of MEDIATEK SWITCH DRIVER

W sprawie samochodu
 2023-06-12  7:55 UTC 

[LTP] [PATCH v3] safe_mount: safe_umount: print debug info about the operation
 2023-06-16  2:50 UTC  (3+ messages)

[PATCH v2 bpf-next 7/9] [DONOTAPPLY] selftests/bpf: Add test exercising bpf_refcount_acquire race condition
 2023-06-16  2:50 UTC  (2+ messages)

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-16  2:50 UTC  (4+ messages)
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v3] drm/vkms: Add support to 1D gamma LUT
 2023-06-16  2:49 UTC  (3+ messages)

[PATCH v1] fs:dlm:Fix potential null pointer dereference on pointer
 2023-06-16  2:48 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH] net/ice: fix the mac type of E822 and E823
 2023-06-16  2:05 UTC 

[PATCH] perf parse: Add missing newline to pr_debug message in evsel__compute_group_pmu_name()
 2023-06-16  2:45 UTC 

[PATCH] vfio/migration: Fix return value of vfio_migration_realize()
 2023-06-16  2:42 UTC  (5+ messages)

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-16  2:43 UTC  (6+ messages)

[PATCH V3 0/8] New metricgroup output in perf stat default mode
 2023-06-16  2:41 UTC  (6+ messages)
` [PATCH V3 4/8] perf metrics: Sort the Default metricgroup

[PATCH V12 07/10] arm64/perf: Add PERF_ATTACH_TASK_DATA to events with has_branch_stack()
 2023-06-16  2:38 UTC  (3+ messages)

[PATCH v2] locking/osq_lock: Fix false sharing of optimistic_spin_node in osq_lock
 2023-06-16  2:37 UTC  (3+ messages)

[yocto] [meta-java][PATCH] Fix build error as following:
 2023-06-16  2:35 UTC 

Unacceptably Poor RAID1 Performance with Many CPU Cores
 2023-06-16  2:34 UTC  (8+ messages)

[RESEND PATCH v4 -next] tty: serial: add panic serial helper
 2023-06-16  2:31 UTC  (4+ messages)

[PATCH v2] mm: pass nid to reserve_bootmem_region()
 2023-06-16  2:30 UTC 

[PATCH v3 00/10] Add Intel VT-d nested translation
 2023-06-16  2:29 UTC  (6+ messages)

[PATCH v7 0/9] fix fwnode_irq_get[_byname()] returnvalue
 2023-06-16  2:28 UTC  (4+ messages)

[Buildroot] [PATCH v8 00/10] add support for TI's AM64x and AM62x boards
 2023-06-16  2:25 UTC  (4+ messages)
` [Buildroot] [PATCH v8 01/10] boot/ti-k3-r5-loader: allow for full build source customization

[PATCH net v4 0/7] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
 2023-06-16  2:24 UTC  (8+ messages)
` [PATCH net v4 5/7] net: dsa: mt7530: fix handling of LLDP frames

[PATCH v2 0/6] Enhance AMD SMN Error Checking
 2023-06-16  2:22 UTC  (5+ messages)
` [PATCH v2 3/6] hwmon: (k10temp) Check return value of amd_smn_read()
` [PATCH v2 5/6] hwmon: (k10temp) Define helper function to read CCD temp

[PATCH v2] gpiolib: Fix GPIO chip IRQ initialization restriction
 2023-06-16  2:20 UTC  (8+ messages)

[PATCH v3] usb: cdns3: Put the cdns set active part outside the spin lock
 2023-06-16  2:19 UTC 

[PATCH] mm/memcg: remove return value of mem_cgroup_scan_tasks()
 2023-06-16  2:19 UTC 

[PATCHSET v2 0/3] fs: kernel and userspace filesystem freeze
 2023-06-16  2:19 UTC  (7+ messages)
` [PATCH 1/3] fs: distinguish between user initiated freeze and kernel initiated freeze
` [PATCH 2/3] fs: wait for partially frozen filesystems
` [PATCH 3/3] fs: Drop wait_unfrozen wait queue

[PATCH v3] docs: Add debugging chapter to development documentation
 2023-06-16  2:19 UTC  (4+ messages)

[PATCH 0/5] Rust abstractions for network device drivers
 2023-06-16  2:19 UTC  (6+ messages)

[PATCH] kallsyms: let kallsyms_on_each_match_symbol match symbols exactly
 2023-06-16  2:19 UTC  (2+ messages)

[PATCH] fsverity: improve documentation for builtin signature support
 2023-06-16  2:17 UTC  (3+ messages)

[PATCH v3 0/3] vfio: Cleanup Kconfigs
 2023-06-16  2:15 UTC  (3+ messages)
` [PATCH v3 1/3] vfio/pci: Cleanup Kconfig

[PATCH] iommu: export iommu_set_default_translated function
 2023-06-16  2:14 UTC  (2+ messages)

W sprawie samochodu
 2023-06-14  7:40 UTC 

[PATCH pci] PCI: don't skip probing entire device if first fn OF node has status = "disabled"
 2023-06-16  2:12 UTC  (11+ messages)

[Ocfs2-devel] [BUG] ocfs2/dlm: possible data races in dlm_drop_lockres_ref_done() and dlm_get_lock_resource()
 2023-06-16  2:11 UTC  (3+ messages)
  `  "

[LTP] [PATCH] cpuset_memory_spread: change lowerlimit to 5000kb
 2023-06-16  2:10 UTC  (3+ messages)

[PATCH 1/2] MIPS: octeon: Fix cvmx_writeq_csr/cvmx_readq_csr on 32-bit builds
 2023-06-16  2:08 UTC  (3+ messages)
` [PATCH 2/2] ata: octeon: Add compile test support

[PATCH] regulator: helper: Document ramp_delay parameter of regulator_set_ramp_delay_regmap()
 2023-06-16  2:08 UTC 

[PATCH 0/5] selinux: add prefix/suffix matching to filename type transitions
 2023-06-16  2:04 UTC  (4+ messages)

[PATCH] mmc: mtk-sd: Set src_clk rate/parent for accurate clock rate
 2023-06-16  1:43 UTC  (3+ messages)

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-16  2:02 UTC  (11+ messages)
` [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v3 09/21] KVM:x86: Load guest FPU state when accessing xsaves-managed MSRs

[PATCH v4 00/10] Linux RISC-V AIA Support
 2023-06-16  2:01 UTC  (5+ messages)
` [PATCH v4 08/10] irqchip: Add RISC-V advanced PLIC driver

[PATCH v2] jbd2: skip reading super block if it has been verified
 2023-06-16  1:55 UTC 

[PATCH v3] usb: typec: tcpm: add get max power support
 2023-06-16  1:48 UTC  (4+ messages)

[gustavoars:testing/fam01-next20230615] BUILD SUCCESS 5741c9ffd3b9c6a16a262f95c72e1215419df435
 2023-06-16  1:59 UTC 

[kvalo-ath:master] BUILD SUCCESS 83878a6ffd0d86883ee3588f6d42fbd29b093e21
 2023-06-16  1:58 UTC 

[PATCH] net/ixgbe: fix inverted test and set conditional
 2023-06-16  1:59 UTC  (3+ messages)

[PATCH 0/3] Properly check for usable addresses on AMD
 2023-06-16  1:59 UTC  (7+ messages)
` [PATCH 2/3] x86/mce: Define amd_mce_usable_address()

[PATCH] xfs: AGF length has never been bounds checked
 2023-06-16  1:59 UTC 

linux-next: manual merge of the block tree with the mm tree
 2023-06-16  1:58 UTC 

[patch v3 0/7] x86/smp: Cure stop_other_cpus() and kexec() troubles
 2023-06-16  1:58 UTC  (3+ messages)
` [patch v3 1/7] x86/smp: Make stop_other_cpus() more robust

BUG in raid6_pq while running fstest btrfs/286
 2023-06-16  1:57 UTC  (2+ messages)

imx8m optee load address?
 2023-06-16  1:56 UTC 

[PATCH] perf tools: Use "grep -F" instead of "fgrep"
 2023-06-16  1:56 UTC 

[mkp-scsi:for-next 70/83] ./usr/include/linux/ioprio.h:107:8: error: unknown type name '__always_inline'
 2023-06-16  1:56 UTC  (3+ messages)

[PATCH v3 0/3] soc: loongson2_pm: add power management support
 2023-06-16  1:54 UTC  (6+ messages)
` [PATCH v3 3/3] "

[PATCH 0/2] module: Do some small changes
 2023-06-16  1:51 UTC  (3+ messages)
` [PATCH 1/2] module: Make is_mapping_symbol() return bool
` [PATCH 2/2] module: Make is_valid_name() "

linux-next: manual merge of the block tree with the mm tree
 2023-06-16  1:50 UTC 

[RFC bpf-next 0/7] bpf: netdev TX metadata
 2023-06-16  1:50 UTC  (16+ messages)

[Intel-gfx] [PATCH] drm/i915/perf: Consider OA buffer boundary when zeroing out reports
 2023-06-16  1:50 UTC 

[PATCH] mm/damon/core-test: add a test for damon_set_attrs()
 2023-06-16  1:48 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915: Avoid circular locking dependency when flush delayed work on gt reset
 2023-06-16  1:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Avoid circular locking dependency when flush delayed work on gt reset (rev3)

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-06-16  1:44 UTC  (11+ messages)

[virtio-comment] About custom device counter
 2023-06-16  1:36 UTC  (8+ messages)
` [virtio-comment] "
          ` [virtio-dev] "

[PATCH v9 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-06-16  1:45 UTC  (4+ messages)
` [PATCH v9 6/6] KVM: x86: Expose LAM feature to userspace VMM

[RFC PATCH 1/3] zram: charge the compressed RAM to the page's memcgroup
 2023-06-16  1:39 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/perf: Determine context valid in OA reports
 2023-06-16  1:38 UTC 

[PATCHSET 0/8] xfsprogs: sync with 6.4
 2023-06-16  1:37 UTC  (4+ messages)
` [PATCH 6/8] xfs: fix agf/agfl verification on v4 filesystems
` [PATCH 7/8] xfs: validity check agbnos on the AGFL
` [PATCH 8/8] xfs: validate block number being freed before adding to xefi


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.