All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-23 20:25:58 to 2021-12-23 23:48:56 UTC [more...]

[xfstests-bld PATCH] setup-buildchroot: make sure chroot dir is given mode 0755
 2021-12-23 23:47 UTC 

[PATCH 0/3] docs: sphinx/kfigure.py: Improve conversion to PDF
 2021-12-23 23:48 UTC  (4+ messages)

[GIT PULL] io_uring fix for 5.16-rc7
 2021-12-23 23:46 UTC  (4+ messages)

[GIT PULL] ucount fix for v5.16-rc7
 2021-12-23 23:46 UTC  (2+ messages)

[git pull] drm fixes for 5.16-rc7
 2021-12-23 23:46 UTC  (4+ messages)

[ANNOUNCEMENT] FOSDEM 2022 - The Open Source Firmware, BMC and Bootloader devroom
 2021-12-23 23:44 UTC  (2+ messages)

What's cooking in git.git (Dec 2021, #05; Thu, 23)
 2021-12-23 23:42 UTC 

[PATCH v5 0/9] Refactor/improve cryptomount data passing to crypto modules
 2021-12-23 23:39 UTC  (3+ messages)

[RFC] eal: support systemd service convention for runtime directory
 2021-12-23 23:39 UTC 

[PATCH v2 0/4] ext4 fast commit API cleanup
 2021-12-23 23:16 UTC  (2+ messages)

[PATCH] v9fs: handle async processing of F_SETLK with FL_SLEEP flag
 2021-12-23 23:14 UTC  (2+ messages)

linux-next: build warning after merge of the akpm-current tree
 2021-12-23 23:12 UTC 

SubmittingPatchs: clarify choice of base and testing
 2021-12-23 23:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-23 23:09 UTC  (5+ messages)
` [PATCH v3 kvm/queue 06/16] KVM: Implement fd-based memory using MEMFD_OPS interfaces

[PATCH v3 0/2] linux-user: fixes for sched_ syscalls
 2021-12-23 23:00 UTC  (6+ messages)
` [PATCH v3 1/2] linux-user: add sched_getattr support
` [PATCH v3 2/2] linux-user: call set/getscheduler set/getparam directly

Selecting MMU page size for a new architecture
 2021-12-23 23:03 UTC 

[PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994
 2021-12-23 22:57 UTC  (3+ messages)

[PATCH rdma-next 00/11] Elastic RDMA Adapter (ERDMA) driver
 2021-12-23 22:55 UTC  (5+ messages)
` [PATCH rdma-next 10/11] RDMA/erdma: Add the ABI definitions

[PATCH 1/1] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994
 2021-12-23 22:55 UTC 

Initial TCP receive window is clamped to 64k by rcv_ssthresh
 2021-12-23 22:52 UTC  (3+ messages)

[RFC PATCH] kernfs: use kernfs_node specific mutex and spinlock
 2021-12-23 22:52 UTC  (2+ messages)

[PATCH 1/1] sctp: Add optional SHA256 hmac cookie generation
 2021-12-23 22:49 UTC 

[PATCH 0/3] Reorg ppc64 pmu insn counting
 2021-12-23 22:47 UTC  (4+ messages)

[PATCH v5 3/6] object-name: make ambiguous object output translatable
 2021-12-23 22:48 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH v2 0/3] object-name: make ambiguous object output translatable + show tag date
 2021-12-23 22:42 UTC  (7+ messages)
` [PATCH v5 0/6] "
  ` [PATCH v5 1/6] object-name tests: add tests for ambiguous object blind spots
  ` [PATCH v5 2/6] object-name: explicitly handle OBJ_BAD in show_ambiguous_object()

[PATCH v4 0/7] grep: simplify & delete "init" & "config" code
 2021-12-23 22:37 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/7] grep tests: add missing "grep.patternType" config test
  ` [PATCH v5 7/7] grep: simplify config parsing and option parsing

[RFC] remove the paride driver
 2021-12-23 22:34 UTC  (4+ messages)

[ANNOUNCE] QEMU 6.1.1 Stable released
 2021-12-23 22:28 UTC 

ip xfrm delete / deleteall not able to delete SAs
 2021-12-23 22:03 UTC 

[PATCH v2 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2021-12-23 22:23 UTC  (31+ messages)
` [PATCH v2 01/30] KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook
` [PATCH v2 02/30] KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
` [PATCH v2 03/30] KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU
` [PATCH v2 04/30] KVM: x86/mmu: Use common iterator for walking invalid TDP MMU roots
` [PATCH v2 05/30] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH v2 06/30] KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
` [PATCH v2 07/30] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH v2 08/30] KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
` [PATCH v2 09/30] KVM: x86/mmu: Drop unused @kvm param from kvm_tdp_mmu_get_root()
` [PATCH v2 10/30] KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
` [PATCH v2 11/30] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v2 12/30] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH v2 13/30] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH v2 14/30] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH v2 15/30] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH v2 16/30] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw vals
` [PATCH v2 17/30] KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
` [PATCH v2 18/30] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH v2 19/30] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
` [PATCH v2 20/30] KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
` [PATCH v2 21/30] KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
` [PATCH v2 22/30] KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
` [PATCH v2 23/30] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages
` [PATCH v2 24/30] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v2 25/30] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
` [PATCH v2 26/30] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v2 27/30] KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
` [PATCH v2 28/30] KVM: selftests: Split out helper to allocate guest mem via memfd
` [PATCH v2 29/30] KVM: selftests: Define cpu_relax() helpers for s390 and x86
` [PATCH v2 30/30] KVM: selftests: Add test to populate a VM with the max possible guest mem

GSSAPI as it relates to NFS
 2021-12-23 22:27 UTC 

[PATCH net 1/2] udp: using datalen to cap ipv6 udp max gso segments
 2021-12-23 22:24 UTC  (2+ messages)
` [PATCH net 2/2] selftests: Calculate udpgso segment count without header adjustment

[PATCH] ARM: davinci: da850-evm: Avoid NULL pointer dereference
 2021-12-23 22:21 UTC  (2+ messages)

[PATCH v6 0/6] x86/xen: Add in-kernel Xen event channel delivery
 2021-12-23 22:21 UTC  (6+ messages)

[PATCH v4 1/4] build: Add sanitizer options
 2021-12-23 22:12 UTC  (2+ messages)
` [v4,1/4] "

[PATCH v6 03/13] vdpa: Sync calls set/get config/status with cf_mutex
 2021-12-23 21:58 UTC  (2+ messages)

[PATCH 0/5] nvmem: support more NVMEM cells variants
 2021-12-23 21:58 UTC  (4+ messages)
` [PATCH 3/5] dt-bindings: nvmem: allow referencing device defined cells by names

[PATCH V2 0/1] nvme: Add verbose error logging
 2021-12-23 21:57 UTC  (2+ messages)
` [PATCH V2 1/1] "

linux-next: manual merge of the nand tree with the drivers-memory tree
 2021-12-23 21:55 UTC  (3+ messages)

[PATCH] null_blk: Use bitmap_zalloc() when applicable
 2021-12-23 21:55 UTC 

[PATCH 1/1] mt76: add mt7916 to set wlan_idx_hi
 2021-12-23 21:55 UTC  (3+ messages)

[PATCH v2] staging: vt6655: drop off byRxMode var in device.h
 2021-12-23 21:52 UTC  (3+ messages)

[PATCH 0/8] ppc/ppc405: Fixes
 2021-12-23 21:47 UTC  (15+ messages)
` [PATCH 1/8] target/ppc: Print out literal exception names in logs
` [PATCH 3/8] ppc/ppc405: Activate MMU logs
` [PATCH 4/8] ppc/ppc405: Restore TCR and STR write handlers
` [PATCH 5/8] ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPU
` [PATCH 6/8] ppc/ppc405: Fix timer initialization
` [PATCH 7/8] ppc/ppc405: Introduce a store helper for SPR_40x_PID
` [PATCH 8/8] ppc/ppc405: Dump specific registers

Issue with booting multi_v5_defconfig kernel with GCC 11
 2021-12-23 21:48 UTC  (3+ messages)

[RFC PATCH v2 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level
 2021-12-23 21:49 UTC  (3+ messages)

[RFC PATCH 0/3] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2021-12-23 21:48 UTC  (7+ messages)
` [RFC PATCH 2/3] mm/memcg: Add a local_lock_t for IRQ and TASK object
` [RFC PATCH 3/3] mm/memcg: Allow the task_obj optimization only on non-PREEMPTIBLE kernels

[GIT PULL] asm-generic: cleanups for 5.17
 2021-12-23 21:42 UTC 

[GIT PULL 0/5] SoC changes for 5.17
 2021-12-23 21:37 UTC  (12+ messages)
` [GIT PULL 1/5] ARM: SoC updates for v5.17
` [GIT PULL 2/5] ARM: defconfig updates for 5.17
` [GIT PULL 3/5] ARM: SoC driver updates for v5.17
` [GIT PULL 4/5] ARM: SoC devicetree changes "
` [GIT PULL 5/5] SoC: Add support for StarFive JH7100 RISC-V SoC

[PATCH 0/2] PCI: Clean up address space warnings
 2021-12-23 21:37 UTC  (3+ messages)
` [PATCH 1/2] PCI: hisi: Avoid invalid address space conversions
` [PATCH 2/2] PCI: spear13xx: "

[PATCH v5 10/13] vdpa: Support reporting max device virtqueues
 2021-12-23 21:37 UTC  (8+ messages)

[PATCH 0/3] Apple M1 power management controller support
 2021-12-23 21:37 UTC  (5+ messages)

[PATCH v2] parisc: Rewrite light-weight syscall and futex code
 2021-12-23 21:36 UTC  (7+ messages)

[PATCH 0/6] linux-user: prctl improvements
 2021-12-23 21:27 UTC  (4+ messages)
` [PATCH 6/6] target/sh4: Implement prctl_unalign_sigbus

[PATCH v2 0/3] Apple M1 power management controller support
 2021-12-23 21:34 UTC  (4+ messages)
` [PATCH v2 1/3] arm: dts: apple: Update Apple M1 device trees
` [PATCH v2 2/3] arm: dts: apple: Add u-boot,dm-pre-reloc properties
` [PATCH v2 3/3] power: domain: Add Apple pmgr driver

[PATCH] lib: objagg: Use the bitmap API when applicable
 2021-12-23 21:33 UTC 

[PATCH 0/6] Introduce CanoKey QEMU
 2021-12-23 17:18 UTC  (7+ messages)
` [PATCH 1/6] hw/usb: Add CanoKey Implementation
` [PATCH 2/6] meson: Add CanoKey
` [PATCH 3/6] docs: Add CanoKey documentation
` [PATCH 4/6] docs/system/devices/usb: Add CanoKey to USB devices examples
` [PATCH 5/6] docs/qdev-device-use: Add CanoKey to QDEV "
` [PATCH 6/6] MAINTAINERS: add myself as CanoKey maintainer

[PATCH] drm/i915: Increment composite fence seqno
 2021-12-23 21:32 UTC  (3+ messages)
  ` [Intel-gfx] "

[Buildroot] [PATCH v2] package/lttng-libust: bump to version 2.13.1
 2021-12-23 21:30 UTC 

[OpenRISC] [PATCH v3 00/13] Glibc OpenRISC port
 2021-12-23 21:26 UTC  (6+ messages)

[RFC PATCH v2] Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
 2021-12-23 21:24 UTC  (8+ messages)

Partial reconfiguration on ZynqMP
 2021-12-23 21:23 UTC  (3+ messages)

[mptcp:export] BUILD SUCCESS b56d94c4e41a14e083b8b90ebc56b0492ec326fb
 2021-12-23 21:22 UTC 

[PATCH 0/3] KVM: PPC: KVM module exit fixes
 2021-12-23 21:19 UTC  (8+ messages)
` [PATCH 1/3] KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
` [PATCH 2/3] KVM: PPC: Book3S HV: Delay setting of kvm ops
` [PATCH 3/3] KVM: PPC: Book3S HV: Free allocated memory if module init fails

[PATCH 0/3] Fix spurious wakes on ACPI platforms
 2021-12-23 21:21 UTC  (5+ messages)
` [PATCH 2/3] Input: elan_i2c - Use PM subsystem to manage wake irq

[PATCH 0/3] KVM: PPC: Minor fixes
 2021-12-23 21:15 UTC  (8+ messages)
` [PATCH 1/3] KVM: PPC: Book3S HV: Stop returning internal values to userspace
` [PATCH 2/3] KVM: PPC: Fix vmx/vsx mixup in mmio emulation
` [PATCH 3/3] KVM: PPC: Fix mmio length message

[PATCH v2 0/5] Re-write PPC64 PMU instruction count using TCG Ops
 2021-12-23 21:14 UTC  (4+ messages)
` [PATCH v2 2/5] target/ppc/power8-pmu-insn-cnt: introduce inc_spr_if_cond()
` [PATCH v2 5/5] target/ppc/power8-pmu.c: remove helper_insns_inc()

[PATCH] parisc: Add lws_atomic_xchg and lws_atomic_store syscalls
 2021-12-23 21:11 UTC 

[PATCH 00/26] TDX Guest: TDX core support
 2021-12-23 21:09 UTC  (8+ messages)
` [PATCH 19/26] x86/tdx: Make pages shared in ioremap()

[PATCH kvm-unit-tests] vmx: separate VPID tests
 2021-12-23 21:07 UTC  (2+ messages)

[PATCH -next V3] ubi: fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl
 2021-12-23 21:06 UTC  (4+ messages)

[GIT PULL]
 2021-12-23 19:55 UTC 

[PATCH RESEND 1/1] x86/smpboot: check cpu_initialized_mask first after returning from schedule()
 2021-12-23 21:03 UTC 

[PATCH 0/3] drm/vkms: add support for multiple overlay planes
 2021-12-23 20:35 UTC  (5+ messages)
` [PATCH 2/3] "

linux-next: Signed-off-by missing for commit in the livepatching tree
 2021-12-23 21:00 UTC 

[PATCH] parisc: Switch user access functions to signal errors in r29 instead of r8
 2021-12-23 20:52 UTC 

[PATCH v4 1/6] hwmon: adt7x10: Refactor to use with_info API
 2021-12-23 20:52 UTC  (7+ messages)
` [PATCH v4 1/6] hwmon: adt7x10: Convert to use regmap
` [PATCH v4 2/6] hwmon: (adt7x10) Add device managed action for restoring config
` [PATCH v4 3/6] hwmon: (adt7x10) Use devm_hwmon_device_register_with_info
` [PATCH v4 4/6] hwmon: (adt7x10) Use devm_request_threaded_irq
` [PATCH v4 5/6] hwmon: (adt7x10) Remove empty driver removal callback
` [PATCH v4 6/6] hwmon: (adt7x10) Use hwmon_notify_event

[PATCH] acpi: validate hotplug selector on access
 2021-12-23 20:46 UTC  (8+ messages)

[PATCH v2] drm/amd/display: move calcs folder into DML
 2021-12-23 20:44 UTC  (3+ messages)

[PATCH v2 0/4] ata: pata_platform: Refurbish the driver
 2021-12-23 20:36 UTC  (4+ messages)
` [PATCH v2 2/4] ata: pata_platform: Merge pata_of_platform into pata_platform

[PATCH] cifs: invalidate dns resolver keys after use
 2021-12-23 20:33 UTC  (5+ messages)

[PATCH] mac80211: initialize variable have_higher_than_11mbit
 2021-12-23 20:30 UTC  (2+ messages)

[soc:arm/dt] BUILD SUCCESS 8b0c59c622dc4dab970ec63264fb5b152944ac80
 2021-12-23 20:27 UTC 

[PATCH 0/3] preliminary fixes for reftable support
 2021-12-23 20:27 UTC  (2+ messages)

[PATCH v2] memcg: add per-memcg vmalloc stat
 2021-12-23 20:27 UTC  (4+ messages)

[PATCH v6 0/2] On Semi AR0521 sensor driver
 2021-12-23 20:27 UTC  (6+ messages)
` [PATCH v6 2/2] Driver for ON Semi AR0521 camera sensor


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.