All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-11 23:15:35 to 2022-07-12 00:56:52 UTC [more...]

[PATCH 00/13] locking/qspinlock: simplify code generation
 2022-07-12  0:56 UTC  (27+ messages)
` [PATCH 02/13] locking/qspinlock: inline mcs_spinlock functions into qspinlock
` [PATCH 03/13] locking/qspinlock: split common mcs queueing code into its own function
` [PATCH 04/13] locking/qspinlock: move pv lock word helpers into qspinlock.c
` [PATCH 05/13] locking/qspinlock: be less clever with the preprocessor
` [PATCH 06/13] locking/qspinlock: merge qspinlock_paravirt.h into qspinlock.c
` [PATCH 11/13] locking/qspinlock: Use queued_spin_trylock in pv_hybrid_queued_unfair_trylock
` [PATCH 12/13] locking/qspinlock: separate pv_wait_node from the non-paravirt path

axfer: fix typo in manual
 2022-07-12  0:55 UTC 

[PATCH v5 5/6] HID: add spi-hid, transport driver for HID over SPI bus
 2022-07-12  0:54 UTC  (3+ messages)

[PATCH] nl80211: Fix reading NL80211_ATTR_MLO_LINK_ID in nl80211_pre_doit
 2022-07-12  0:56 UTC  (3+ messages)

[PATCH 0/3] Improve READ CAPACITY reporting and handling
 2022-07-12  0:53 UTC  (10+ messages)
` [PATCH 2/3] scsi_debug: Make the READ CAPACITY response compliant with ZBC
` [PATCH 3/3] scsi: sd_zbc: Fix handling of RC BASIS

[PATCH -printk] printk, tracing: fix console tracepoint
 2022-07-12  0:53 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 4112a8699ae2eac797415b9be1d7901b3f79e772
 2022-07-12  0:50 UTC  (2+ messages)

[PATCH v2] x86/cpuinfo: Clear X86_FEATURE_TME if TME/MKTME is disabled by BIOS
 2022-07-12  0:51 UTC  (6+ messages)

rtc: userspace alarmtimer via posix-timers or timerfd
 2022-07-12  0:48 UTC 

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-12  0:46 UTC  (14+ messages)
` [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization
` [PATCH v7 008/102] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v7 010/102] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v7 011/102] KVM: TDX: Initialize TDX module when loading kvm_intel.ko

Questions about querying map object information
 2022-07-12  0:46 UTC  (4+ messages)
    ` [External] "

[PATCH v3] tty: serial: samsung_tty: loopback mode support
 2022-07-12  0:44 UTC  (4+ messages)

drivers/iio/potentiometer/ad5110.c:59:8: warning: Excessive padding in 'struct ad5110_data' (107 padding bytes, where 43 is optimal). Optimal fields order: buf, tol, client, cfg, lock, enable, consider reordering the fields or adding explicit padding memb
 2022-07-12  0:44 UTC 

[PATCH bpf-next v3 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-12  0:44 UTC  (13+ messages)
` [PATCH bpf-next v3 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v3 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[soc:mediatek/dt64] BUILD SUCCESS 9c61051561b02dc3c0974f8f883f986c62517bc3
 2022-07-12  0:40 UTC 

[PATCH v2] x86/mm/tlb: Skip tracing when flush is not done
 2022-07-11 17:01 UTC 

[PATCH] selftests/ftrace: func_event_triggers: fix typo in user message
 2022-07-12  0:35 UTC  (3+ messages)

[RFC PATCH 0/5] can: support CAN XL
 2022-07-12  0:36 UTC  (3+ messages)
` [RFC PATCH 1/5] can: canxl: introduce CAN XL data structure

bpftool gen object doesn't handle GCC built BPF ELF files
 2022-07-12  0:34 UTC  (3+ messages)

[PATCH v3 0/2] PCI: Restrict pci transactions after pci suspend
 2022-07-12  0:34 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] PCI: qcom: "

[PATCH] userfaultfd: provide properly masked address for huge-pages
 2022-07-11 16:59 UTC 

[PATCH blktests v2] nvme: add nvmf reset/disconnect during traffic test
 2022-07-12  0:33 UTC  (5+ messages)

✅ PASS (6/492 SKIPPED): Test report for d9919d43 (mainline.kernel.org-clang)
 2022-07-12  0:31 UTC 

[PATCH 0/4] add struct page and Direct I/O support to reserved memory
 2022-07-12  0:26 UTC  (10+ messages)
` [PATCH 4/4] sample/reserved_mem: Introduce a sample of struct page and dio support to no-map rmem

[Intel-wired-lan] [PATCH net-next v3 0/3] ice: Support 5 layer tx scheduler topology
 2022-07-12  0:25 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net-next v4 3/3] ice: Enable switching default "

lib/kunit/executor.c:80:10: warning: Potential leak of memory pointed to by 'copy' [clang-analyzer-unix.Malloc]
 2022-07-12  0:23 UTC 

[hch-misc:mdev-lifetime 14/14] drivers/vfio/mdev/mdev_core.c:152:6-25: atomic_dec_and_test variation before object free at line 206
 2022-07-12  0:23 UTC 

[text your-subject]
 2022-07-11 23:57 UTC 

[PATCH v1 net 00/15] sysctl: Fix data-races around ipv4_net_table (Round 1)
 2022-07-12  0:15 UTC  (16+ messages)
` [PATCH v1 net 01/15] sysctl: Fix data-races in proc_dou8vec_minmax()
` [PATCH v1 net 02/15] sysctl: Fix data-races in proc_dointvec_ms_jiffies()
` [PATCH v1 net 03/15] tcp: Fix a data-race around sysctl_max_tw_buckets
` [PATCH v1 net 04/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_all
` [PATCH v1 net 05/15] icmp: Fix data-races around sysctl_icmp_echo_enable_probe
` [PATCH v1 net 06/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts
` [PATCH v1 net 07/15] icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses
` [PATCH v1 net 08/15] icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr
` [PATCH v1 net 09/15] icmp: Fix a data-race around sysctl_icmp_ratelimit
` [PATCH v1 net 10/15] icmp: Fix a data-race around sysctl_icmp_ratemask
` [PATCH v1 net 11/15] raw: Fix a data-race around sysctl_raw_l3mdev_accept
` [PATCH v1 net 12/15] tcp: Fix data-races around sysctl_tcp_ecn
` [PATCH v1 net 13/15] tcp: Fix a data-race around sysctl_tcp_ecn_fallback
` [PATCH v1 net 14/15] ipv4: Fix data-races around sysctl_ip_dynaddr
` [PATCH v1 net 15/15] nexthop: Fix data-races around nexthop_compat_mode

[PATCH v4] signal: break out of wait loops on kthread_stop()
 2022-07-12  0:18 UTC  (4+ messages)
` [PATCH v5] "

[PATCH V4 resend] spl: imx8mm: enlarge SPL_MAX_SIZE
 2022-07-12  0:17 UTC  (2+ messages)

[GIT PULL FOR v5.20] New pixel formats and colorspace improvements
 2022-07-12  0:15 UTC 

[PATCH 00/25] [PULL REQUEST] Intel IOMMU updates for Linux v5.20
 2022-07-12  0:09 UTC  (26+ messages)
` [PATCH 01/25] iommu/vt-d: Move trace/events/intel_iommu.h under iommu
` [PATCH 02/25] agp/intel: Use per device iommu check
` [PATCH 03/25] iommu/vt-d: Remove unnecessary exported symbol
` [PATCH 04/25] drm/i915: Remove unnecessary include
` [PATCH 05/25] KVM: x86: "
` [PATCH 06/25] x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU
` [PATCH 07/25] iommu/vt-d: Move include/linux/intel-iommu.h under iommu
` [PATCH 08/25] iommu/vt-d: Remove unused iovad from dmar_domain
` [PATCH 09/25] iommu/vt-d: debugfs: Remove device_domain_lock usage
` [PATCH 10/25] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
` [PATCH 11/25] iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
` [PATCH 12/25] iommu/vt-d: Unnecessary spinlock for root table alloc and free
` [PATCH 13/25] iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
` [PATCH 14/25] iommu/vt-d: Acquiring lock in domain ID allocation helpers
` [PATCH 15/25] iommu/vt-d: Acquiring lock in pasid manipulation helpers
` [PATCH 16/25] iommu/vt-d: Check device list of domain in domain free path
` [PATCH 17/25] iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
` [PATCH 18/25] iommu/vt-d: Use device_domain_lock accurately
` [PATCH 19/25] iommu/vt-d: Convert global spinlock into per domain lock
` [PATCH 20/25] iommu/vt-d: Remove unused domain_get_iommu()
` [PATCH 21/25] iommu/vt-d: Use IDA interface to manage iommu sequence id
` [PATCH 22/25] iommu/vt-d: Refactor iommu information of each domain
` [PATCH 23/25] iommu/vt-d: Remove unnecessary check in intel_iommu_add()
` [PATCH 24/25] iommu/vt-d: Remove global g_iommus array
` [PATCH 25/25] iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024

[PATCH v2] bpf/scripts: Generate GCC compatible helpers
 2022-07-12  0:11 UTC  (3+ messages)

[perf] odd fuzzer generated trace in intel_pmu_lbr_restore
 2022-07-12  0:11 UTC  (5+ messages)
` [perf] unchecked MSR access error: WRMSR to 0x689 "

[PATCH v2 0/2] MSR Filtering documentation updates
 2022-07-12  0:10 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
` [PATCH v2 2/2] KVM: x86: update documentation for MSR filtering

[PATCH v2] scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
 2022-07-12  0:09 UTC  (2+ messages)

[PATCH] mmc: print clock frequency with recognization
 2022-07-12  0:08 UTC  (2+ messages)

[PATCH] ui/cocoa: Fix switched_to_fullscreen warning
 2022-07-12  0:05 UTC  (4+ messages)

[PATCH net v5] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh
 2022-07-12  0:08 UTC  (3+ messages)

[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
 2022-07-12  0:06 UTC 

vimdiff mergetool diff mode detection in vimrc broken by commit 0041797449
 2022-07-12  0:06 UTC 

[PATCH 0/2] [RFC] scalar: prepare documentation for future work
 2022-07-12  0:06 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] scalar: reword command documentation to clarify purpose
  ` [PATCH v2 2/2] scalar: convert README.md into a technical design doc

[kernel PATCH v2 0/1] Bluetooth: hci_sync: Fix resuming scan after suspend resume
 2022-07-12  0:05 UTC  (2+ messages)
` [kernel PATCH v2 1/1] "

[PATCH net-next] i40e: i40e_reset_vf should return false if reset vf timeout
 2022-07-12  0:03 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v2 0/7] media: nxp: i.MX8 ISI driver
 2022-07-12  0:02 UTC  (8+ messages)
` [PATCH v2 1/7] media: v4l: Add packed YUV 4:4:4 YUVA and YUVX pixel formats
` [PATCH v2 2/7] media: v4l2-tpg: Add support for the new YUVA and YUVX formats
` [PATCH v2 3/7] media: vivid: "
` [PATCH v2 4/7] media: v4l2: Make colorspace validity checks more future-proof
` [PATCH v2 5/7] media: v4l2: Sanitize colorspace values in the framework
` [PATCH v2 6/7] dt-bindings: media: Add i.MX8 ISI DT bindings
` [PATCH v2 7/7] media: nxp: Add i.MX8 ISI driver

Virtual media support in the Redfish spec
 2022-07-12  0:01 UTC 

[PATCH] MIPS: Fixed __debug_virt_addr_valid()
 2022-07-12  0:02 UTC  (6+ messages)

[PATCH] nfp: fix clang -Wformat warnings
 2022-07-12  0:01 UTC 

[PATCH v7 1/7] Bluetooth: hci_core: Introduce hci_recv_event_data
 2022-07-12  0:01 UTC  (8+ messages)
` [PATCH v7 2/7] Bluetooth: Add initial implementation of CIS connections
` [PATCH v7 3/7] Bluetooth: Add BTPROTO_ISO socket type
` [PATCH v7 4/7] Bluetooth: Add initial implementation of BIS connections
` [PATCH v7 5/7] Bluetooth: ISO: Add broadcast support
` [PATCH v7 6/7] Bluetooth: btusb: Add support for ISO packets
` [PATCH v7 7/7] Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet
` [v7,1/7] Bluetooth: hci_core: Introduce hci_recv_event_data

[PATCH 0/6 v3] xfs: lockless buffer lookups
 2022-07-12  0:01 UTC  (4+ messages)
` [PATCH 3/6] xfs: merge xfs_buf_find() and xfs_buf_get_map()

[PATCH] mmc: use mmc_card_* macro and add it for sd_combo
 2022-07-12  0:00 UTC  (2+ messages)

[RFC] [PATCH 0/8] xfs: byte-base grant head reservation tracking
 2022-07-11 23:59 UTC  (19+ messages)
` [PATCH 1/8] xfs: AIL doesn't need manual pushing
` [PATCH 3/8] xfs: ensure log tail is always up to date
` [PATCH 4/8] xfs: l_last_sync_lsn is really tracking AIL state
` [PATCH 5/8] xfs: track log space pinned by the AIL
` [PATCH 7/8] xfs: move and xfs_trans_committed_bulk
` [PATCH 8/8] xfs: grant heads track byte counts, not LSNs

[kernel PATCH v1 1/1] Bluetooth: hci_sync: Fix resuming passive scan after suspend resume
 2022-07-11 23:59 UTC  (2+ messages)
` This patch fixes a previous patch which did not remove setting

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-11 23:55 UTC  (2+ messages)

[PATCH v4 0/2] handling guest multiple displays
 2022-07-11 23:39 UTC  (3+ messages)
` [PATCH v4 1/2] ui/gtk: detach VCs for additional guest displays
` [PATCH v4 2/2] ui/gtk: a new array param monitor to specify the target displays

[linux-linus test] 171585: tolerable FAIL - PUSHED
 2022-07-11 23:43 UTC 

[PATCH] x86/mm/tlb: Skip tracing when flush is not done
 2022-07-11 23:42 UTC  (3+ messages)

[PATCH net-next 0/3] net: ipv4/ipv6: new option to accept garp/untracked na only if in-network
 2022-07-11 23:42 UTC  (2+ messages)

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-11 23:41 UTC  (5+ messages)
` [RFC PATCH 07/26] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH 19/26] hugetlb: add HGM support for copy_hugetlb_page_range

[Intel-gfx] [PATCH 00/32] drm/i915: fix kernel-doc issues
 2022-07-11 23:40 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[xen-unstable test] 171583: tolerable FAIL - PUSHED
 2022-07-11 23:36 UTC 

[PATCH] ARM: pxa: Fix gpio numbers for backlight controls
 2022-07-11 23:34 UTC  (3+ messages)

Automatic code formatting
 2022-07-11 23:30 UTC  (7+ messages)
` [RFC PATCH 0/4] make headway towards a clean "clang-format"
  ` [RFC PATCH 3/4] .clang-format: do not enforce a ColumnLimit

[PATCH v2 0/7] Improve GPU Recovery
 2022-07-11 23:27 UTC  (7+ messages)
` [PATCH v2 3/7] drm/msm: Fix cx collapse issue during recovery
` [PATCH v2 5/7] arm64: dts: qcom: sc7280: Update gpu register list

[PATCH 0/3] KVM: x86: Fix fault-related bugs in LTR/LLDT emulation
 2022-07-11 23:27 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
` [PATCH 2/3] KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
` [PATCH 3/3] KVM: x86: WARN only once if KVM leaves a dangling userspace I/O request

[PATCH] acpi/nfit: badrange report spill over to clean range
 2022-07-11 23:26 UTC 

[PATCH v5 0/2] powerpc rng cleanups
 2022-07-11 23:24 UTC  (3+ messages)
` [PATCH v5 1/2] powerpc/powernv: rename remaining rng powernv_ functions to pnv_
` [PATCH v5 2/2] powerpc/kvm: don't crash on missing rng, and use darn

[Intel-wired-lan] [PATCH net v1 2/2] i40e: Refactor i40e_set_rss_hash_opt
 2022-07-11 23:25 UTC  (2+ messages)

[PATCH v4] brcmfmac: prevent double-free on hardware-reset
 2022-07-11 23:24 UTC  (9+ messages)

[PATCH] revision: mark blobs needed for resolve-undo as reachable
 2022-07-11 23:25 UTC  (2+ messages)
` [PATCH 2/1] fsck: do not dereference NULL while checking resolve-undo data

[PATCH] qlogic: qed: fix clang -Wformat warnings
 2022-07-11 23:24 UTC 

[PATCH 1/2] Fix usage of CONFIG_PREBOOT
 2022-07-11 23:23 UTC  (3+ messages)
` [PATCH 2/2] Nokia RX-51: Remove CONFIG_PREBOOT from defconfig

[Cluster-devel] remove iomap_writepage
 2022-07-11 23:22 UTC  (4+ messages)
` [Cluster-devel] [PATCH 2/4] gfs2: remove ->writepage
  `  "

[PATCH v5] brcmfmac: prevent double-free on hardware-reset
 2022-07-11 23:21 UTC 

[Intel-wired-lan] [PATCH net v1 1/2] i40e: Fix ethtool rx-flow-hash setting for X722
 2022-07-11 23:22 UTC  (2+ messages)

[RFC v2 76/96] cl8k: add stats.c
 2022-07-11 23:20 UTC  (2+ messages)

Revert and reset and very damaging Git commands
 2022-07-11 23:20 UTC  (3+ messages)

[RFC v2 67/96] cl8k: add rfic.h
 2022-07-11 23:18 UTC  (2+ messages)

[PATCH] PCI/doc: Convert examples to generic power management
 2022-07-11 23:19 UTC  (2+ messages)

[RFC v2 59/96] cl8k: add rates.h
 2022-07-11 23:17 UTC  (2+ messages)

[PATCH v2 0/9] dt-bindings: msm/dp: cleanup Qualcomm DP and eDP bidndings
 2022-07-11 23:18 UTC  (7+ messages)
` [PATCH v2 8/9] dt-bindings: msm/dp: add missing properties
` [PATCH v2 9/9] dt-bindings: msm/dp: handle DP vs eDP difference

[PATCH v6 1/4] panic: Taint kernel if tests are run
 2022-07-11 23:17 UTC  (8+ messages)
` [PATCH v6 3/4] kunit: Taint the kernel when KUnit "

[RFC v2 50/96] cl8k: add phy.c
 2022-07-11 23:16 UTC  (2+ messages)

[PATCH v10] Preserve the EFI System Resource Table for dom0
 2022-07-11 23:14 UTC 

[PATCH] selftests/proc: Fix proc-pid-vm for vsyscall=xonly
 2022-07-11 23:15 UTC  (9+ messages)

[PATCH v1 0/4] Convert m68k MVME147 WD33C93 SCSI driver to DMA API
 2022-07-11 22:39 UTC  (5+ messages)
` [PATCH v1 1/4] m68k - add MVME147 SCSI base address to mvme147hw.h


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.