All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-16 16:02:52 to 2024-01-16 17:08:50 UTC [more...]

[PATCH] kernel: fix insecure config of eBPF generated by Kconfig
 2024-01-16 17:08 UTC  (3+ messages)

[PATCH] bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exit
 2024-01-16 17:08 UTC  (2+ messages)

[PATCH v4 00/16] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2024-01-16 17:08 UTC  (10+ messages)
` [PATCH v4 07/16] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue

[PATCH v2 0/3] dt-bindings: rockchip: Add support for rk809 audio codec
 2024-01-16 17:07 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: rockchip: Document rk809 support for rk817 "
` [PATCH v2 2/3] dt-bindings: rockchip: rk809 fix existing example

[PATCH v3 1/7] selftests/mm: hugepage-shm: conform test to TAP format output
 2024-01-16 17:07 UTC  (3+ messages)
` [PATCH v3 5/7] selftests/mm: hugetlb-read-hwpoison: "

[PATCH] fstests: introduce MKFS_BCACHEFS_PROG for bcachefs
 2024-01-16 17:07 UTC  (3+ messages)

[PATCH 3/4] libata: avoid waking disk for several commands
 2024-01-16 17:06 UTC  (7+ messages)
` [PATCH 0/3] Let sleeping disks lie
  ` [PATCH 1/3] libata: avoid waking disk for several commands

[RFC PATCH net-next 0/8] MT7530 DSA Subdriver Improvements Act II
 2024-01-16 17:05 UTC  (7+ messages)
` [RFC PATCH net-next 6/8] net: dsa: mt7530: simplify mt7530_setup_port6() and change to void

[PATCH] drm/xe: Fix typo in vram frequency sysfs documentation
 2024-01-16 17:06 UTC  (4+ messages)

QAIC reset failure
 2024-01-16 16:58 UTC 

[PATCH v2] dhcp: fix overflow causing retries to stop
 2024-01-16 17:06 UTC  (7+ messages)

[PATCH] perf print-events: make is_event_supported() more robust
 2024-01-16 17:03 UTC  (2+ messages)

[PATCHSET RFC v2 0/5] Cache issue side time querying
 2024-01-16 17:03 UTC  (7+ messages)
` [PATCH 1/5] block: add blk_time_get_ns() helper
` [PATCH 2/5] block: cache current nsec time in struct blk_plug
` [PATCH 3/5] block: update cached timestamp post schedule/preemption
` [PATCH 4/5] block: shrink plug->{nr_ios, rq_count} to unsigned char
` [PATCH 5/5] block: convert struct blk_plug callback list to hlists

[PATCH 2/3] iio: pressure: Add driver for Sensirion SDP500
 2024-01-16 17:03 UTC  (2+ messages)

[BUG] general protection fault, probably for non-canonical address 0x280766500040001: 0000 [#1] PREEMPT SMP PTI
 2024-01-16 17:03 UTC  (3+ messages)

static_assert, sfc, and clang issues
 2024-01-16 17:03 UTC 

[PATCH v4 0/3] x86/hyperv: Mark CoCo VM pages not present when changing encrypted state
 2024-01-16 17:02 UTC  (3+ messages)
` [PATCH v4 1/3] x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callback

[PULL REQUEST] i2c-for-6.8-rc1
 2024-01-16 17:02 UTC 

[PATCH] rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()
 2024-01-16 16:59 UTC  (3+ messages)

[PATCH] x86/PV: use altcall for I/O emulation quirk hook
 2024-01-16 16:58 UTC 

[PATCH v1] net: sun8i-emac: Add support for fixed-link phy
 2024-01-16 16:58 UTC  (3+ messages)

[PATCH v6 0/3] riscv: rtc: sophgo: add mfd and rtc support for CV1800
 2024-01-16 16:58 UTC  (14+ messages)
` [PATCH v6 3/3] riscv: dts: sophgo: add rtc dt node "

[PATCH] block: bio-integrity: fix kcalloc() arguments order
 2024-01-16 16:58 UTC  (3+ messages)

[PATCH] sbitmap: remove stale comment in sbq_calc_wake_batch
 2024-01-16 16:58 UTC  (2+ messages)

[PATCH] block: Correct a documentation comment in blk-cgroup.c
 2024-01-16 16:58 UTC  (2+ messages)

[PATCH v5 00/17] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2024-01-16 16:53 UTC  (18+ messages)
` [PATCH v5 01/17] iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
` [PATCH v5 02/17] iommu/amd: Enable Guest Translation before registering devices
` [PATCH v5 03/17] iommu/amd: Introduce get_amd_iommu_from_dev()
` [PATCH v5 04/17] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH v5 05/17] iommu/amd: Introduce per-device GCR3 table
` [PATCH v5 06/17] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH v5 07/17] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue
` [PATCH v5 08/17] iommu/amd: Add support for device based TLB invalidation
` [PATCH v5 09/17] iommu/amd: Rearrange GCR3 table setup code
` [PATCH v5 10/17] iommu: Introduce iommu_group_mutex_assert()
` [PATCH v5 11/17] iommu/amd: Refactor helper function for setting / clearing GCR3
` [PATCH v5 12/17] iommu/amd: Refactor attaching / detaching device functions
` [PATCH v5 13/17] iommu/amd: Refactor protection_domain helper functions
` [PATCH v5 14/17] iommu/amd: Refactor GCR3 table "
` [PATCH v5 15/17] iommu/amd: Remove unused flush pasid functions
` [PATCH v5 16/17] iommu/amd: Rearrange device flush code
` [PATCH v5 17/17] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain

[PATCH 1/4] drm/xe: Add uapi for dumpable bos
 2024-01-16 16:58 UTC  (3+ messages)

[PATCH] wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM
 2024-01-16 16:58 UTC  (3+ messages)

[PATCH] KVM: irqchip: synchronize srcu only if needed
 2024-01-16 16:58 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: fix potential premature unload in bpf_testmod
 2024-01-16 16:58 UTC  (3+ messages)
` [PATCH bpf-next v2] "

[PATCH v3 00/15] Intel IPU6 and IPU6 input system drivers
 2024-01-16 16:57 UTC  (8+ messages)

[PATCH] target/arm: Fix VNCR fault detection logic
 2024-01-16 16:56 UTC 

[PATCH V2 2/2] PCI: Add support for "preserve-boot-config" property
 2024-01-16 16:55 UTC  (4+ messages)

[PATCH] x86/HPET: avoid an indirect call
 2024-01-16 16:56 UTC 

[PATCH 1/2] perl: Add option to prevent COMPLEMENTARY_GLOB from ignoring perl-modules
 2024-01-16 16:56 UTC  (2+ messages)
` [PATCH 2/2] openssl: Fix ptest dependencies on perl-module-* being ignored by COMPLEMENTARY_GLOB

[meta-rockchip][PATCH v2] rock-pi-e: enable networking in u-boot
 2024-01-16 16:55 UTC 

Help required - kernel-doc, code block and backslash
 2024-01-16 16:55 UTC  (3+ messages)

[PATCH] rev-list-options: fix off-by-one in '--filter=blob:limit=<n>' explainer
 2024-01-16 16:54 UTC  (2+ messages)

[PATCH] x86: arrange for ENDBR zapping from <vendor>_ctxt_switch_masking()
 2024-01-16 16:53 UTC 

[PATCH v2 0/2] drm/xe: GSC proxy support
 2024-01-16 16:53 UTC  (4+ messages)
` [PATCH v2 1/2] drm/xe/gsc: Initialize GSC proxy

[PATCH v3] KVM: x86/xen: improve accuracy of Xen timers
 2024-01-16 16:53 UTC  (4+ messages)

[meta-python][PATCH] python3-pytest-cov: add missing python3-coverage dependency
 2024-01-16 16:53 UTC  (3+ messages)
  ` [oe] "

[PATCH] selftests/mm: switch to bash from sh
 2024-01-16 16:52 UTC  (2+ messages)

[PATCH v3] KVM: x86/xen: Inject vCPU upcall vector when local APIC is enabled
 2024-01-16 16:52 UTC  (2+ messages)

[PATCH] rebase: Fix documentation about used shell in -x
 2024-01-16 16:50 UTC  (2+ messages)

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-16 16:50 UTC  (10+ messages)
` [PATCH v1 11/26] x86/sev: Invalidate pages from the direct map when adding them to the RMP table

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-01-16 16:51 UTC  (5+ messages)
` [PATCH v9 13/25] security: Introduce file_release hook

[PATCH 1/1] rcu/sync: remove un-used rcu_sync_enter_start function
 2024-01-16 16:50 UTC  (2+ messages)

Please pull qcom-2024.04-rc1
 2024-01-16 16:49 UTC  (2+ messages)

Pull request: Please pull u-boot-imx-20240115
 2024-01-16 16:49 UTC  (2+ messages)

[PULL] Pull request for u-boot-nand-20240115
 2024-01-16 16:49 UTC  (2+ messages)

[PATCH v4 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
 2024-01-16 16:48 UTC  (4+ messages)
` [PATCH v4 2/2] selftests/bpf: Add test for "

How to Autoconnect Two WiFi Cards?
 2024-01-16 16:48 UTC 

Xen 4.19 release management plan
 2024-01-16 16:48 UTC  (2+ messages)

[PATCH] dts: improve documentation
 2024-01-16 16:48 UTC  (5+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] dts: add configuration schema docs

[PATCH] ASoC: dt-bindings: dai-common: Narrow possible sound-dai-cells
 2024-01-16 16:47 UTC  (8+ messages)

[PATCH BlueZ 1/8] obexd: remove support for external plugins
 2024-01-16 16:47 UTC  (2+ messages)
` Remove "

[PATCH v2 0/3] riscv: sophgo: milkv_duo: add support for Milk-V Duo board
 2024-01-16 16:08 UTC  (7+ messages)
` [PATCH v2 1/3] riscv: sophgo: milkv_duo: initial support added
` [PATCH v2 3/3] doc: sophgo: milkv_duo: document Milk-V Duo board

[RFC PATCH] mm: z3fold: rename CONFIG_Z3FOLD to CONFIG_Z3FOLD_DEPRECATED
 2024-01-16 16:46 UTC  (4+ messages)

[PATCH] eventfs: Create dentries and inodes at dir open
 2024-01-16 16:47 UTC 

Minutes of Techboard Meeting, 2024-01-10
 2024-01-16 16:45 UTC 

[PATCH 0/4] reftable: optimize I/O patterns
 2024-01-16 16:44 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] reftable/stack: refactor reloading to use file descriptor

[PATCH v3 00/14] hw/arm: Prefer arm_feature() over object_property_find()
 2024-01-16 16:43 UTC  (4+ messages)

[PATCH] net/tap: Modified TAP BPF program as per the Kernel-version upgrade requirements
 2024-01-16 16:43 UTC  (9+ messages)
  ` [External] : "

[PATCH] acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VM
 2024-01-16 16:41 UTC 

[GIT PULL] Backlight for v6.8
 2024-01-16 16:42 UTC 

[PATCH v7 10/16] i386/cpu: Introduce cluster-id to X86CPU
 2024-01-16 16:40 UTC  (4+ messages)

[GIT PULL] ASoC fixes for v6.8-merge-window
 2024-01-16 16:39 UTC  (2+ messages)

[PATCH] dt-bindings: nvmem: add common definition of nvmem-cell-cells
 2024-01-16 16:39 UTC  (2+ messages)

[GIT PULL] LEDs for v6.8
 2024-01-16 16:39 UTC 

[PATCH] hw/elf_ops: Ignore loadable segments with zero size
 2024-01-16 16:38 UTC  (2+ messages)

[PATCH 0/2] rcu/nocb cleanups
 2024-01-16 16:38 UTC  (2+ messages)

[PATCH bpf-next 03/29] bpf: introduce BPF token object
 2024-01-16 16:37 UTC  (11+ messages)

[PATCH V3 0/7] Clean up perf mem
 2024-01-16 16:37 UTC  (9+ messages)

[PATCH 1/3] dt-bindings: iio: pressure: Add Sensirion SDP500
 2024-01-16 16:37 UTC  (3+ messages)

[GIT PULL] MFD for v6.8
 2024-01-16 16:37 UTC 

[PATCH] tests: move t0009-prio-queue.sh to the new unit testing framework
 2024-01-16 16:36 UTC  (3+ messages)
` [PATCH v2] "

[PULL 00/10] Hppa fixes 8.2 patches
 2024-01-16 16:33 UTC  (2+ messages)

[PULL 00/20] Migration 20240116 patches
 2024-01-16 16:33 UTC  (2+ messages)

[PATCH][next] bcachefs: remove redundant variable tmp
 2024-01-16 16:33 UTC  (3+ messages)

[PATCH v4 0/4] Reduce synchronize_rcu() latency(v4)
 2024-01-16 16:32 UTC  (5+ messages)
` [PATCH v4 1/4] rcu: Reduce synchronize_rcu() latency
` [PATCH v4 3/4] rcu: Improve handling of synchronize_rcu() users

[kvalo-ath:ath-qca 50/75] drivers/net/wireless/ath/ath11k/mac.c:7620:24-26: WARNING opportunity for min()
 2024-01-16 16:30 UTC 

fsck: bch2_parse_mount_opts() Bad mount option read_only
 2024-01-16 16:31 UTC  (2+ messages)

[PATCH] perf/x86/amd/uncore: Use kcalloc*() instead of kzalloc*()
 2024-01-16 16:30 UTC  (2+ messages)

[PATCH v11 1/2] dt-bindings: adc: add AD7173
 2024-01-16 16:30 UTC  (3+ messages)

[PATCH] common: console: Fix print complete stdio device list
 2024-01-16 16:29 UTC  (2+ messages)

[PATCH 0/1] ipset performance regression in swap fix
 2024-01-16 16:29 UTC  (2+ messages)
` [PATCH 1/1] netfilter: ipset: fix performance regression in swap operation

[PATCH] maintainers: update for e1000/igc
 2024-01-16 16:29 UTC  (2+ messages)

[LTP] [PATCH v1] isofs.sh:Use genisoimage/xorrisofs instead of mkisofs
 2024-01-16 16:28 UTC  (2+ messages)

[GIT PULL] virtio: features, fixes
 2024-01-16 16:28 UTC 

Receiving GENEVE packets for one VNI in user mode
 2024-01-16 16:28 UTC  (2+ messages)

[PATCH v2 0/6] fix lcore ID restriction
 2024-01-16 16:28 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/6] examples/qos_sched: "

fsgqa group membership?
 2024-01-16 16:26 UTC  (3+ messages)

[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
 2024-01-16 16:25 UTC  (4+ messages)
` [PATCH 14/33] hw/cpu/arm: Handle 'has_el2/3' properties once in MPCore parent

[isar-cip-core][PATCH] efibootguard: Update to latest debianization
 2024-01-16 16:24 UTC  (3+ messages)

vxlan: how to expose opt-in RFC conformity with unprocessed header flags
 2024-01-16 16:23 UTC  (2+ messages)

Xen Project Annual Survey
 2024-01-16 16:22 UTC  (2+ messages)

[RFC PATCH 0/4] Fix handling of rescuers affinity
 2024-01-16 16:19 UTC  (5+ messages)
` [RFC PATCH 1/4] tools/workqueue: Add rescuers printing to wq_dump.py
` [RFC PATCH 2/4] kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUND
` [RFC PATCH 3/4] kernel/workqueue: Distinguish between general unbound and WQ_SYSFS cpumask changes
` [RFC PATCH 4/4] kernel/workqueue: Let rescuers follow unbound wq "

[PATCH][next] net: microchip: sparx5: remove redundant store to variable clk_hz
 2024-01-16 16:18 UTC  (2+ messages)

[syzbot] [exfat?] kernel BUG in iov_iter_revert
 2024-01-16 16:19 UTC 

[PATCH net v5] net: stmmac: Prevent DSA tags from breaking COE
 2024-01-16 16:18 UTC  (6+ messages)

[BUG]i2c_hid_acpi broken with 4.17.2 on Framework Laptop 13 AMD
 2024-01-16 16:18 UTC  (15+ messages)

[PATCHSET RFC 0/2] Cache issue side time querying
 2024-01-16 16:18 UTC  (4+ messages)
` [PATCH 2/2] block: cache current nsec time in struct blk_plug

[PATCH] fixup! habv4: use hab rom implementation of report_event
 2024-01-16 16:16 UTC 

Checking status of potentially hibernating encrypted BTRFS?
 2024-01-16 16:08 UTC  (2+ messages)

[GIT PULL] hwmon updates for v6.8-p2
 2024-01-16 16:16 UTC 

[Intel-wired-lan] Counter spikes in /proc/net/dev for E810-CQDA2 interfaces (ice driver) on kernel >=6.2
 2024-01-15  9:24 UTC  (6+ messages)

[Intel-wired-lan] [REGRESSION] Intel ICE Ethernet driver in linux >= 6.6.9 triggers extra memory consumption and cause continous kswapd* usage and continuous swapping
 2024-01-14 12:05 UTC  (3+ messages)

[PATCH 3/3] ASoC: hdmi-codec: drop drm/drm_edid.h include
 2024-01-16 16:14 UTC  (4+ messages)
` [3/3] "

[PATCH v2 0/2] SPL EBBR - EFI System Partition support
 2024-01-16 16:14 UTC  (4+ messages)
` [PATCH v2 1/2] part: Add a function to find ESP partition

[PATCH] dt-bindings: remoteproc: do not override firmware-name $ref
 2024-01-16 16:13 UTC  (3+ messages)

ntb_perf max chunk order
 2024-01-16 16:13 UTC  (2+ messages)

[ANN] netdev call - Jan 16th
 2024-01-16 16:12 UTC  (6+ messages)

[PATCH] usb: dwc3: Fix spurious wakeup when port is on device mode
 2024-01-16 16:11 UTC  (9+ messages)

[PATCH 0/4] esp-pci: fixes for Linux and MS-DOS
 2024-01-16 16:10 UTC  (2+ messages)

[PATCH v2 0/2] hw/pflash: implement update buffer for block writes
 2024-01-16 16:09 UTC  (6+ messages)
` [PATCH v2 2/2] "

[LTP] [PATCH] tcindex01: fix compilation errors due to missing TCA_TCINDEX_ constants
 2024-01-16 16:10 UTC  (3+ messages)

[PATCH v3 00/34] Enable build of full Xen for RISC-V
 2024-01-16 16:09 UTC  (5+ messages)
` [PATCH v3 14/34] xen/riscv: introduce io.h

[PATCH v6 1/2] tty: serial: Cleanup the bit shift with macro
 2024-01-16 15:58 UTC  (2+ messages)

[PATCH] btrfs: don't warn if discard range is not aligned to sector
 2024-01-16 16:03 UTC  (4+ messages)

[PATCH net] net: ipvs: avoid stat macros calls from preemptible context
 2024-01-16 16:03 UTC  (2+ messages)

[PATCH] usb: roles: try to get/put all relevant modules
 2024-01-16 16:03 UTC  (9+ messages)
    ` [EXT] "

[PATCH 00/13] rust: kernel: documentation improvements
 2024-01-16 16:01 UTC  (3+ messages)
` [PATCH 01/13] rust: kernel: fix multiple typos in documentation
` [PATCH 02/13] rust: error: move unsafe block into function call


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.