public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-02 16:20:06 to 2023-11-02 18:30:00 UTC [more...]

[PATCH v3 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-11-02 18:29 UTC  (13+ messages)
` [PATCH v3 1/4] PCI: layerscape: Add function pointer for exit_from_l2()
` [PATCH v3 2/4] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v3 3/4] PCI: layerscape: Rename pf_* as pf_lut_*
` [PATCH v3 4/4] PCI: layerscape: Add suspend/resume for ls1043a

[PATCH v9 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-11-02 18:27 UTC  (4+ messages)
` [PATCH v9 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()
` [PATCH v9 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v9 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

[PATCH v6 00/25] Enable CET Virtualization
 2023-11-02 18:26 UTC  (18+ messages)
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
` [PATCH v6 09/25] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers

[PATCH] perf vendor events riscv: add StarFive Dubhe-80 JSON file
 2023-11-02 18:24 UTC  (2+ messages)

[PATCH] net/mlx5: Fix reserved at offset in mlx5_ifc_fte_match_set_lyr_2_4_bits
 2023-11-02 18:14 UTC 

[PATCH] net/mlx5: Fix reserved at offset in mlx5_ifc_fte_match_set_lyr_2_4_bits
 2023-11-02 18:17 UTC  (2+ messages)

[PATCH net-next V2] ptp: fix corrupted list in ptp_open
 2023-11-02 18:16 UTC 

[PATCH 0/3] Use new wrappers to copy userspace arrays
 2023-11-02 18:15 UTC  (4+ messages)
` [PATCH 1/3] arch/x86/kvm: copy user-array with overflow-check
` [PATCH 2/3] arch/s390/kvm: copy userspace-array safely
` [PATCH 3/3] virt/kvm: "

[PATCH 0/9] SVM guest shadow stack support
 2023-11-02 18:14 UTC  (25+ messages)
` [PATCH 1/9] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH 2/9] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [PATCH 3/9] KVM: x86: SVM: Pass through shadow stack MSRs
` [PATCH 4/9] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [PATCH 5/9] KVM: SVM: Save shadow stack host state on VMRUN
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [PATCH 7/9] x86/sev-es: Include XSS value in GHCB CPUID request
` [PATCH 8/9] KVM: SVM: Use KVM-governed features to track SHSTK
` [PATCH 9/9] KVM: SVM: Add CET features to supported_xss

[PATCH v5 0/1] mm: report per-page metadata information
 2023-11-02 18:13 UTC  (15+ messages)
` [PATCH v5 1/1] "

[PATCH v4 00/53] Improvements to memory use
 2023-11-02 17:57 UTC  (54+ messages)
` [PATCH v4 01/53] perf comm: Use regular mutex
` [PATCH v4 02/53] perf record: Lazy load kernel symbols
` [PATCH v4 03/53] libperf: Lazily allocate mmap event copy
` [PATCH v4 04/53] perf mmap: Lazily initialize zstd streams
` [PATCH v4 05/53] perf machine thread: Remove exited threads by default
` [PATCH v4 06/53] tools api fs: Switch filename__read_str to use io.h
` [PATCH v4 07/53] tools api fs: Avoid reading whole file for a 1 byte bool
` [PATCH v4 08/53] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v4 09/53] perf maps: Switch modules tree walk to io_dir__readdir
` [PATCH v4 10/53] perf record: Be lazier in allocating lost samples buffer
` [PATCH v4 11/53] perf pmu: Switch to io_dir__readdir
` [PATCH v4 12/53] perf bpf: Don't synthesize BPF events when disabled
` [PATCH v4 13/53] perf header: Switch mem topology to io_dir__readdir
` [PATCH v4 14/53] perf events: Remove scandir in thread synthesis
` [PATCH v4 15/53] perf map: Simplify map_ip/unmap_ip and make map size smaller
` [PATCH v4 16/53] perf maps: Move symbol maps functions to maps.c
` [PATCH v4 17/53] perf thread: Add missing RC_CHK_EQUAL
` [PATCH v4 18/53] perf maps: Add maps__for_each_map to call a function on each entry
` [PATCH v4 19/53] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v4 20/53] perf debug: Expose debug file
` [PATCH v4 21/53] perf maps: Refactor maps__fixup_overlappings
` [PATCH v4 22/53] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v4 23/53] perf maps: Rename clone to copy from
` [PATCH v4 24/53] perf maps: Add maps__load_first
` [PATCH v4 25/53] perf maps: Add find next entry to give entry after the given map
` [PATCH v4 26/53] perf maps: Reduce scope of map_rb_node and maps internals
` [PATCH v4 27/53] perf maps: Fix up overlaps during fixup_end
` [PATCH v4 28/53] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v4 29/53] perf maps: Get map before returning in maps__find
` [PATCH v4 30/53] perf maps: Get map before returning in maps__find_by_name
` [PATCH v4 31/53] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v4 32/53] perf maps: Hide maps internals
` [PATCH v4 33/53] perf maps: Locking tidy up of nr_maps
` [PATCH v4 34/53] perf dso: Reorder variables to save space in struct dso
` [PATCH v4 35/53] perf report: Sort child tasks by tid
` [PATCH v4 36/53] perf trace: Ignore thread hashing in summary
` [PATCH v4 37/53] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v4 38/53] perf threads: Move threads to its own files
` [PATCH v4 39/53] perf threads: Switch from rbtree to hashmap
` [PATCH v4 40/53] perf threads: Reduce table size from 256 to 8
` [PATCH v4 41/53] perf dsos: Attempt to better abstract dsos internals
` [PATCH v4 42/53] perf dsos: Tidy reference counting and locking
` [PATCH v4 43/53] perf dsos: Add dsos__for_each_dso
` [PATCH v4 44/53] perf dso: Move dso functions out of dsos
` [PATCH v4 45/53] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v4 46/53] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v4 47/53] perf dsos: Remove __dsos__addnew
` [PATCH v4 48/53] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v4 49/53] perf dsos: Switch hand code to bsearch
` [PATCH v4 50/53] perf dso: Add reference count checking and accessor functions
` [PATCH v4 51/53] perf dso: Reference counting related fixes
` [PATCH v4 52/53] perf dso: Use container_of to avoid a pointer in dso_data
` [PATCH v4 53/53] perf env: Avoid recursively taking env->bpf_progs.lock

[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
 2023-11-02 18:11 UTC  (13+ messages)
` [PATCH v7 01/11] KVM: pfncache: add a map helper function
` [PATCH v7 02/11] KVM: pfncache: add a mark-dirty helper
` [PATCH v7 04/11] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v7 05/11] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA

[syzbot] [net?] KMSAN: uninit-value in xfrm_state_find (2)
 2023-11-02 18:11 UTC 

[PATCH v2] cgroup/cpuset: Change nr_deadline_tasks to an atomic_t value
 2023-11-02 18:08 UTC  (6+ messages)

[PATCH drm-misc-next v8 00/12] [RFC] DRM GPUVM features
 2023-11-02 18:04 UTC  (7+ messages)
` [PATCH drm-misc-next v8 09/12] drm/gpuvm: reference count drm_gpuvm structures
` [PATCH drm-misc-next v8 10/12] drm/gpuvm: add an abstraction for a VM / BO combination

[PATCH v2 0/5] Add RC-to-EP doorbell with platform MSI controller
 2023-11-02 17:58 UTC  (8+ messages)
` [PATCH v2 4/5] misc: pci_endpoint_test: Add doorbell test case

[PATCH 00/24] selftests/resctrl: CAT test improvements & generalized test framework
 2023-11-02 17:57 UTC  (27+ messages)
` [PATCH 01/24] selftests/resctrl: Split fill_buf to allow tests finer-grained control
` [PATCH 03/24] selftests/resctrl: Refactor get_cbm_mask()
` [PATCH 05/24] selftests/resctrl: Create cache_size() helper
` [PATCH 06/24] selftests/resctrl: Exclude shareable bits from schemata in CAT test
` [PATCH 07/24] selftests/resctrl: Split measure_cache_vals() function
` [PATCH 08/24] selftests/resctrl: Split show_cache_info() to test specific and generic parts
` [PATCH 09/24] selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
` [PATCH 10/24] selftests/resctrl: Remove nested calls in perf event handling
` [PATCH 16/24] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
` [PATCH 17/24] selftests/resctrl: Create struct for input parameter
` [PATCH 18/24] selftests/resctrl: Introduce generalized test framework
` [PATCH 23/24] selftests/resctrl: Add L2 CAT test
` [PATCH 24/24] selftests/resctrl: Ignore failures from L2 CAT test with <= 2 bits

[PATCH v4 0/4] vduse: add support for networking devices
 2023-11-02 17:56 UTC  (8+ messages)
` [PATCH v4 4/4] vduse: Add LSM hooks to check Virtio device type

[PATCH][V2] x86/lib: Fix overflow of variable m when val >= 1410065408
 2023-11-02 17:49 UTC 

[Patch 0/2] Enable topdown slots event in vPMU
 2023-11-02 17:45 UTC  (9+ messages)
` [Patch 1/2] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event

drivers/pinctrl/nxp/pinctrl-s32cc.c:830:62: warning: '%u' directive output may be truncated writing between 1 and 10 bytes into a region of size 5
 2023-11-02 17:44 UTC 

fs/bcachefs/mean_and_variance.c:78: warning: Function parameter or member 's1' not described in 'mean_and_variance_get_variance'
 2023-11-02 17:44 UTC 

[net-next RFC PATCH v3 1/4] net: phy: aquantia: move to separate directory
 2023-11-02 17:41 UTC  (6+ messages)
` [net-next RFC PATCH v3 2/4] net: phy: aquantia: move MMD_VEND define to header
` [net-next RFC PATCH v3 3/4] net: phy: aquantia: add firmware load support

[PATCH bpf-next v5 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-11-02 17:41 UTC  (6+ messages)
` [PATCH bpf-next v5 1/3] arm64: patching: Add aarch64_insn_copy()
` [PATCH bpf-next v5 2/3] arm64: patching: Add aarch64_insn_set()

[rft, PATCH v3 00/15] drm/i915/dsi: 2nd attempt to get rid of IOSF GPIO
 2023-11-02 17:40 UTC  (7+ messages)
` [PATCH v3 01/15] drm/i915/dsi: assume BXT gpio works for non-native GPIO
  ` [Intel-gfx] "
` [PATCH v3 14/15] drm/i915/dsi: Replace poking of CHV GPIOs behind the driver's back

[PATCH 08/12] maple_tree: Separate ma_state node from status
 2023-11-02 17:39 UTC  (3+ messages)

[ANNOUNCE] Git v2.43.0-rc0
 2023-11-02 17:36 UTC 

[ANNOUNCE] Git v2.42.1
 2023-11-02 17:36 UTC 

[RFC PATCH 0/6] sched: uclamp sum aggregation
 2023-11-02 17:37 UTC  (3+ messages)
` [RFC PATCH 4/6] sched/fair: Rewrite util_fits_cpu()

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-02 17:37 UTC  (11+ messages)
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[GIT PULL] asm-generic updates for v6.7
 2023-11-02 17:36 UTC  (4+ messages)

[PATCH v3 0/3] Add a test to catch unprobed Devicetree devices
 2023-11-02 17:36 UTC  (5+ messages)
` [PATCH v3 3/3] kselftest: Add new test for detecting "

[PATCH] fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctl
 2023-11-02 17:33 UTC 

[GIT PULL] KVM changes for Linux 6.7 merge window
 2023-11-02 17:29 UTC 

[PATCH 2/2] PCI: Ignore PCIe ports used for tunneling in pcie_bandwidth_available()
 2023-11-02 17:28 UTC  (8+ messages)

[PATCH 1/3] cpufreq: fix broken buffer overflow detection in trans_stats
 2023-11-02 17:26 UTC  (3+ messages)
` [PATCH 2/3] PM / devfreq: Fix buffer overflow in trans_stat_show

[PATCH] x86/lib: Fix overflow of variable m when val >= 1410065408
 2023-11-02 17:25 UTC  (3+ messages)

[PATCH v2 0/2] tg3: Fix the TX ring stall
 2023-11-02 17:25 UTC  (3+ messages)
` [PATCH v2 1/2] tg3: Increment tx_dropped in tg3_tso_bug()
` [PATCH v2 2/2] tg3: Fix the TX ring stall

[PATCH] RISC-V: Probe misaligned access speed in parallel
 2023-11-02 17:07 UTC  (5+ messages)

mm/memfd.c:271:1: sparse: sparse: Using plain integer as NULL pointer
 2023-11-02 17:16 UTC 

drivers/remoteproc/stm32_rproc.c:122:12: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-11-02 17:16 UTC 

[PATCH v4 1/2] dt-bindings: rtc: max31335: add max31335 bindings
 2023-11-02 17:17 UTC  (6+ messages)
` [PATCH v4 2/2] rtc: max31335: add driver support

[PATCH v10 0/4] Misc SCM driver changes
 2023-11-02 17:14 UTC  (5+ messages)
` [PATCH v10 1/4] firmware: qcom: scm: provide a read-modify-write function
` [PATCH v10 2/4] firmware: qcom: scm: Modify only the download bits in TCSR register
` [PATCH v10 3/4] firmware: qcom: scm: Rework dload mode availability check
` [PATCH v10 4/4] pinctrl: qcom: Use qcom_scm_io_rmw() function

[PATCH 0/2] ima: IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY cleanup
 2023-11-02 17:06 UTC  (3+ messages)
` [PATCH 1/2] ima: Add machine keyring reference to IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY
` [PATCH 2/2] ima: Remove EXPERIMENTAL from IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY

[PATCH v13 5/8] media: chips-media: wave5: Add the v4l2 layer
 2023-11-02 17:07 UTC  (3+ messages)

mainline build failure due to 7966f319c66d ("drm/amd/display: Introduce DML2")
 2023-11-02 17:07 UTC  (3+ messages)

[PATCH v8] rtc: tps6594: Add driver for TPS6594 RTC
 2023-11-02 17:04 UTC  (7+ messages)

[RFC 0/8] Enable runtime suspend resume for QCOM devices
 2023-11-02 17:02 UTC  (4+ messages)
` [RFC 1/8] dt-bindings: usb: qcom,dwc3: Add bindings to enable runtime

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-11-02 16:59 UTC  (3+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[PATCH 0/3] Add a few panels and use correct modes
 2023-11-02 16:56 UTC  (5+ messages)
` [PATCH 1/3] drm/panel-edp: Add several generic edp panels
` [PATCH 2/3] drm/panel-edp: Add override_edid_mode quirk for generic edp

fs/hfsplus/wrapper.c:49: warning: Function parameter or member 'opf' not described in 'hfsplus_submit_bio'
 2023-11-02 16:55 UTC 

drivers/dma/dw-edma/dw-edma-v0-debugfs.c:250:50: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 8
 2023-11-02 16:55 UTC 

[PATCH] drivers/regulator: Notify sysfs about status changes
 2023-11-02 16:50 UTC  (8+ messages)

[PATCH v1 0/3] gpio: mmio: Make driver agnostic
 2023-11-02 16:47 UTC  (7+ messages)
` [PATCH v1 1/3] device property: Implement device_is_big_endian()

[PATCH RFC RESEND 0/4] Documentation: Web fonts for kernel documentation
 2023-11-02 16:45 UTC  (3+ messages)

[PATCH v3 0/5] K3 R5F & DSP IPC-only mode support
 2023-11-02 16:43 UTC  (5+ messages)
` [PATCH v3 3/5] remoteproc: k3-r5: Add support for IPC-only mode for all R5Fs

[PATCH RFC 0/4] Documentation: Web fonts for kernel documentation
 2023-11-02 16:41 UTC  (2+ messages)

mainline build failure due to 9c66dc94b62a ("bpf: Introduce css_task open-coded iterator kfuncs")
 2023-11-02 16:40 UTC  (5+ messages)

[PATCH] soc: mediatek: mmsys: Add support for MT8188 VPPSYS
 2023-11-02 16:38 UTC 

[PATCH v3 0/1] ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1
 2023-11-02 16:37 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v1 0/3] arm64: qcom: sa8775p: add cache coherency support for SA8775P
 2023-11-02 16:36 UTC  (4+ messages)
` [PATCH v1 1/3] PCI: qcom: Enable cache coherency for SA8775P RC

[RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
 2023-11-02 15:51 UTC  (9+ messages)
` [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
` [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
` [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation
` [RFC PATCH v1 4/8] KVM : selftests : Adapt selftest cases to kernel canonical linear address
` [RFC PATCH v1 5/8] KVM: selftests: x86: Prepare setup for user mode support
` [RFC PATCH v1 6/8] KVM: selftests: x86: Allow user to access user-mode address and I/O address space
` [RFC PATCH v1 7/8] KVM: selftests: x86: Support vcpu run in user mode
` [RFC PATCH v1 8/8] KVM: selftests: x86: Add KVM forced emulation prefix capability

[PATCH net 0/7] There are some bugfix for the HNS3 ethernet driver
 2023-11-02 16:24 UTC  (5+ messages)
` [PATCH net 6/7] net: hns3: fix VF reset fail issue

[GIT PULL] printk for 6.7
 2023-11-02 16:22 UTC 

[PATCH] perf test: Remove atomics from test_loop to avoid test failures
 2023-11-02 16:22 UTC 

[PATCH v5] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-02 16:21 UTC 

kernel/bpf/helpers.c:1905:19: warning: no previous declaration for 'bpf_percpu_obj_new_impl'
 2023-11-02 16:19 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox