linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-03 19:07:37 to 2022-06-04 04:38:31 UTC [more...]

[GIT PULL] hte: New subsystem for v5.19-rc1
 2022-06-04  4:37 UTC  (2+ messages)

[PATCH v5 00/17] perf c2c: Support data source and display for Arm64
 2022-06-04  4:28 UTC  (18+ messages)
` [PATCH v5 01/17] perf: Add SNOOP_PEER flag to perf mem data struct
` [PATCH v5 02/17] perf tools: sync addition of PERF_MEM_SNOOPX_PEER
` [PATCH v5 03/17] perf mem: Print snoop peer flag
` [PATCH v5 04/17] perf arm-spe: Don't set data source if it's not a memory operation
` [PATCH v5 05/17] perf arm-spe: Use SPE data source for neoverse cores
` [PATCH v5 06/17] perf mem: Add statistics for peer snooping
` [PATCH v5 07/17] perf c2c: Output "
` [PATCH v5 08/17] perf c2c: Add dimensions for peer load operations
` [PATCH v5 09/17] perf c2c: Add dimensions of peer metrics for cache line view
` [PATCH v5 10/17] perf c2c: Add mean dimensions for peer operations
` [PATCH v5 11/17] perf c2c: Use explicit names for display macros
` [PATCH v5 12/17] perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'
` [PATCH v5 13/17] perf c2c: Refactor node header
` [PATCH v5 14/17] perf c2c: Refactor display string
` [PATCH v5 15/17] perf c2c: Sort on peer snooping for load operations
` [PATCH v5 16/17] perf c2c: Use 'peer' as default display for Arm64
` [PATCH v5 17/17] perf c2c: Update documentation for new display option 'peer'

[PATCH] regmap: cache: Fix syntax errors in comments
 2022-06-04  4:16 UTC 

[PATCH] ACPI, APEI, Fix syntax errors in comments
 2022-06-04  4:12 UTC 

[PATCH] WAN: Fix syntax errors in comments
 2022-06-04  4:09 UTC 

[PATCH] iio: accel: sca3000: Fix syntax errors in comments
 2022-06-04  4:05 UTC 

[PATCH v6 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-06-04  3:58 UTC  (8+ messages)
` [PATCH v6 1/3] blk-cgroup: Correctly free percpu iostat_cpu in blkg on error exit
` [PATCH v6 2/3] blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path
` [PATCH v6 3/3] blk-cgroup: Optimize blkcg_rstat_flush()

[PATCH 2/2] SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt
 2022-06-04  3:28 UTC 

[syzbot] kernel BUG in __skb_gso_segment
 2022-06-04  3:26 UTC  (2+ messages)

[PATCH v4 0/2] x86: Add the feature Virtual SPEC_CTRL
 2022-06-04  3:11 UTC  (3+ messages)
` [PATCH v4 2/2] KVM: SVM: Add support for "

[PATCH 1/2] rcu/kvfree: Remove useless monitor_todo flag
 2022-06-04  3:07 UTC  (8+ messages)
` [PATCH 2/2] rcu/kvfree: Introduce KFREE_DRAIN_JIFFIES_[MAX/MIN] interval

[GIT PULL] regulator fixes for v5.19-rc0
 2022-06-04  3:06 UTC  (2+ messages)

[GIT PULL] gpio: updates for v5.19-rc1
 2022-06-04  3:05 UTC  (2+ messages)

[RFC PATCH 0/2] dt-bindings: input: gpio-keys: rework matching children
 2022-06-04  3:04 UTC  (3+ messages)
` [RFC PATCH 1/2] dt-bindings: input: gpio-keys: enforce node names to match all properties

[PATCH v2 0/4] mm: kmemleak: store objects allocated with physical address separately and check when scan
 2022-06-04  3:01 UTC  (3+ messages)

[PATCH] mm: memcontrol: separate {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
 2022-06-04  2:48 UTC  (4+ messages)

[PATCH v11 1/4] trace: Add trace any kernel object
 2022-06-04  2:19 UTC  (5+ messages)

[PATCH] kprobes: Rollback kprobe flags on failed arm_kprobe
 2022-06-04  2:16 UTC  (3+ messages)

[PATCH v2 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions
 2022-06-04  2:14 UTC  (3+ messages)

[PATCH v4] HID: uclogic: properly format kernel-doc comment for hid_dbg() wrappers
 2022-06-04  2:07 UTC 

[PATCH v2] leds: Add leds-qcom-lpg entry to documentation table of contents
 2022-06-04  1:57 UTC 

[PATCH v4 00/12] perf c2c: Support display for Arm64
 2022-06-04  1:40 UTC  (3+ messages)

[PATCH 1/1] nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
 2022-06-04  1:33 UTC  (2+ messages)

[RFC PATCH 0/3] Add PUD and kernel PTE level pagetable account
 2022-06-04  1:32 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: Factor out the pagetable pages account into new helper function
` [RFC PATCH 2/3] mm: Add PUD level pagetable account
` [RFC PATCH 3/3] mm: Add kernel PTE level pagetable pages account

[PATCH] leds: Add leds-qcom-lpg entry to documentation table of contents
 2022-06-04  1:31 UTC  (4+ messages)

[PATCH 00/42] KVM: selftests: Overhaul Part II - CPUID
 2022-06-04  1:20 UTC  (43+ messages)
` [PATCH 01/42] KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
` [PATCH 02/42] KVM: sefltests: Use CPUID_XSAVE and CPUID_OSXAVE instead of X86_FEATURE_*
` [PATCH 03/42] KVM: selftests: Add framework to query KVM CPUID bits
` [PATCH 04/42] KVM: selftests: Use kvm_cpu_has() in the SEV migration test
` [PATCH 05/42] KVM: selftests: Use kvm_cpu_has() for nested SVM checks
` [PATCH 06/42] KVM: selftests: Use kvm_cpu_has() for nested VMX checks
` [PATCH 07/42] KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftest
` [PATCH 08/42] KVM: selftests: Drop redundant vcpu_set_cpuid() from "
` [PATCH 09/42] KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR test
` [PATCH 10/42] KVM: selftests: Check for _both_ XTILE data and cfg in AMX test
` [PATCH 11/42] KVM: selftests: Use kvm_cpu_has() "
` [PATCH 12/42] KVM: selftests: Use kvm_cpu_has() for XSAVE in cr4_cpuid_sync_test
` [PATCH 13/42] KVM: selftests: Remove the obsolete/dead MMU role test
` [PATCH 14/42] KVM: selftests: Use kvm_cpu_has() for KVM's PV steal time
` [PATCH 15/42] KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection test
` [PATCH 16/42] KVM: selftests: Verify that kvm_cpuid2.entries layout is unchanged by KVM
` [PATCH 17/42] KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()
` [PATCH 18/42] KVM: selftests: Cache CPUID in struct kvm_vcpu
` [PATCH 19/42] KVM: selftests: Don't use a static local in vcpu_get_supported_hv_cpuid()
` [PATCH 20/42] KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()
` [PATCH 21/42] KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()
` [PATCH 22/42] KVM: selftests: Add helpers to get and modify a vCPU's CPUID entries
` [PATCH 23/42] KVM: selftests: Use vm->pa_bits to generate reserved PA bits
` [PATCH 24/42] KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddr
` [PATCH 25/42] KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)
` [PATCH 26/42] KVM: selftests: Use vCPU's CPUID directly in Hyper-V test
` [PATCH 27/42] KVM: selftests: Use vcpu_get_cpuid_entry() in CPUID test
` [PATCH 28/42] KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state test
` [PATCH 29/42] KVM: selftests: Use vcpu_clear_cpuid_feature() to clear x2APIC
` [PATCH 30/42] KVM: selftests: Make get_supported_cpuid() returns "const"
` [PATCH 31/42] KVM: selftests: Set input function/index in raw CPUID helper(s)
` [PATCH 32/42] KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()
` [PATCH 33/42] KVM: selftests: Use this_cpu_has() in CR4/CPUID sync test
` [PATCH 34/42] KVM: selftests: Use this_cpu_has() to detect SVM support in L1
` [PATCH 35/42] KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()
` [PATCH 36/42] KVM: selftests: Rename kvm_get_supported_cpuid_index() to __..._entry()
` [PATCH 37/42] KVM: selftests: Inline "get max CPUID leaf" helpers
` [PATCH 38/42] KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFD
` [PATCH 39/42] KVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_PERM isn't supported
` [PATCH 40/42] KVM: selftests: Clean up requirements for XFD-aware XSAVE features
` [PATCH 41/42] KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()
` [PATCH 42/42] KVM: selftests: Drop unused SVM_CPUID_FUNC macro

[congwang:sk_data_ready 7/9] drivers/nvme/target/tcp.c:1421:26: error: incompatible function pointer types assigning to 'int (*)(struct sock *)' from 'void (*)(struct sock *)'
 2022-06-04  1:19 UTC 

linux-next: manual merge of the extcon tree with the usb tree
 2022-06-04  1:18 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the drm tree
 2022-06-04  1:12 UTC  (4+ messages)

[PATCH v2] module: Add support for default value for module async_probe
 2022-06-04  1:01 UTC 

[PATCH] Documentation/security-bugs: overhaul
 2022-06-04  0:43 UTC  (3+ messages)

[PATCH 5.15 00/66] 5.15.45-rc1 review
 2022-06-04  0:34 UTC  (2+ messages)

arch/powerpc/kvm/book3s_hv_rm_xics.c:482:15: error: no previous prototype for 'xics_rm_h_xirr_x'
 2022-06-04  0:18 UTC 

[PATCH 0/8] interconnect: support i.MX8MP
 2022-06-04  0:14 UTC  (3+ messages)
` [PATCH 3/8] interconnect: imx: fix max_node_id

[GIT PULL] ntfs3: bugfixes for 5.19
 2022-06-04  0:06 UTC  (2+ messages)

[PATCH] PCI/AER: Iterate over error counters instead of error
 2022-06-03 23:58 UTC  (3+ messages)

[PATCHSET 0/5] perf lock: New lock contention tracepoints support (v2)
 2022-06-03 23:56 UTC  (6+ messages)
` [PATCH 1/5] perf lock: Print wait times with unit
` [PATCH 2/5] perf lock: Add lock contention tracepoints record support
` [PATCH 3/5] perf lock: Handle lock contention tracepoints
` [PATCH 4/5] perf record: Allow to specify max stack depth of fp callchain
` [PATCH 5/5] perf lock: Look up callchain for the contended locks

[GIT PULL] kthread cleanups for v5.19
 2022-06-03 23:25 UTC  (3+ messages)
` [GIT PULL v2] "

[GIT PULL] ipc: per namespace ipc sysctl changes for v5.19
 2022-06-03 23:25 UTC  (3+ messages)

[GIT PULL]
 2022-06-03 23:25 UTC  (3+ messages)
` [GIT PULL] ptrace_stop cleanups for v5.19

[PATCH v1] module: Add support for default value for module async_probe
 2022-06-03 23:16 UTC  (3+ messages)

[PATCH 5.18 00/67] 5.18.2-rc1 review
 2022-06-03 23:00 UTC  (2+ messages)

[PATCH v4 0/2] Add nvmem support for dynamic partitions
 2022-06-03 22:57 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: mtd: partitions: Document new dynamic-partition nodes

[PATCH 5.17 00/75] 5.17.13-rc1 review
 2022-06-03 22:57 UTC  (3+ messages)

[PATCH] Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_level_irq
 2022-06-03 22:33 UTC  (2+ messages)

[GIT PULL] perf tools changes for v5.19: 3rd batch
 2022-06-03 22:31 UTC 

[GIT PULL] Driver core changes for 5.19-rc1
 2022-06-03 22:23 UTC  (4+ messages)

[PATCH] pinctrl: sunxi: a83t: Fix NAND function name for some pins
 2022-06-03 22:22 UTC  (2+ messages)

[PATCH 0/7] pinctrl/arm: dt-bindings: deprecate header with register constants
 2022-06-03 22:20 UTC  (3+ messages)
` [PATCH 7/7] dt-bindings: pinctrl: "

[PATCH] dt-bindings: watchdog: faraday: Fix typo in example 'timeout-sec' property
 2022-06-03 22:17 UTC  (2+ messages)

arch/x86/entry/entry: RFC on recent kernels building error with llvm 11.0.2 internal assembler
 2022-06-03 22:13 UTC  (8+ messages)

[PATCH] ARM: integrator: Fix refcount leak in intcp_init_of
 2022-06-03 22:08 UTC  (2+ messages)

[PATCH v4 3/4] drm/mipi-dsi: Introduce mipi_dsi_dcs_write_seq macro
 2022-06-03 22:03 UTC  (4+ messages)
` [PATCH v4 4/4] drm/panel: introduce ebbg,ft8719 panel

[PATCH bpf-next 0/3] bpf: Fix cookie values for kprobe multi
 2022-06-03 21:56 UTC  (10+ messages)
` [PATCH bpf-next 2/3] ftrace: Keep address offset in ftrace_lookup_symbols
` [PATCH bpf-next 3/3] bpf: Force cookies array to follow symbols sorting

[RFC PATCH 0/2] Ability to allocate DMAable pages using unpopulated-alloc
 2022-06-03 21:52 UTC  (5+ messages)
` [RFC PATCH 1/2] xen/unpopulated-alloc: Introduce helpers for DMA allocations
` [RFC PATCH 2/2] xen/grant-table: Use unpopulated DMAable pages instead of real RAM ones

[GIT PULL] arm64 fixes for 5.19-rc1
 2022-06-03 21:49 UTC  (2+ messages)

[GIT PULL] more s390 updates for 5.19 merge window
 2022-06-03 21:49 UTC  (2+ messages)

[GIT PULL] UML updates for v5.19-rc1
 2022-06-03 21:49 UTC  (2+ messages)

[GIT PULL] JFFS2, UBI and UBIFS updates for v5.19-rc1
 2022-06-03 21:49 UTC  (2+ messages)

[GIT PULL] Add partial Loongarch architecture code
 2022-06-03 21:49 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for the 5.19 Merge Window, Part 2
 2022-06-03 21:49 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.19, part 1
 2022-06-03 21:49 UTC  (2+ messages)

[PATCH v3 00/11] Bug fixes for mdadm tests
 2022-06-03 21:47 UTC  (4+ messages)
` [PATCH v3 04/11] md/raid5-cache: Take mddev_lock in r5c_journal_mode_show()

[PATCH v4] drm/msm/dp: force link training for display resolution change
 2022-06-03 21:31 UTC  (2+ messages)

[PATCH v1 0/2] Fix NOC fatal error if msm_drm_init() failed
 2022-06-03 21:28 UTC  (3+ messages)
` [PATCH v1 1/2] drm/msm: enable msm irq after all initializations are done successfully at msm_drm_init()
` [PATCH v1 2/2] drm/msm/dp: check core_initialized before disable interrupts at dp_display_unbind()

(RISC-V KVM) Re: [PATCH] RISC-V: fix typos in comments
 2022-06-03 21:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] Support riscv jit to provide
 2022-06-03 21:05 UTC  (6+ messages)
` [PATCH bpf-next v3 4/6] libbpf: Unify memory address casting operation style
` [PATCH bpf-next v3 6/6] selftests/bpf: Remove the casting about jited_ksyms and jited_linfo

[PATCH] soc: qcom: smem: use correct format characters
 2022-06-03 21:03 UTC  (3+ messages)

[PATCH v2 0/9] bpf: Per-operation map permissions
 2022-06-03 21:00 UTC  (8+ messages)
` [PATCH v2 1/9] libbpf: Introduce bpf_map_get_fd_by_id_flags()
` [PATCH v2 2/9] libbpf: Introduce bpf_obj_get_flags()
` [PATCH v2 9/9] selftests/bpf: Add map access tests

[PATCH] perf/test: perf test 83 fails on s390
 2022-06-03 20:59 UTC  (2+ messages)

[PATCH] mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages
 2022-06-03 20:57 UTC 

[PATCH 0/3] staging: r8188eu: some minor cleanups
 2022-06-03 20:52 UTC  (2+ messages)

[PATCH] hwmon: (lm75) Replace kernel.h with the necessary inclusions
 2022-06-03 20:51 UTC 

[PATCH 0/3] Add support for lan966x flexcom chip-select configuration
 2022-06-03 20:36 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: mfd: atmel,flexcom: Convert to json-schema
` [PATCH 2/3] dt-bindings: mfd: atmel,flexcom: Add new compatible string for lan966x

[PATCH 5.18 00/67] 5.18.2-rc1 review
 2022-06-03 20:33 UTC 

[PATCH v3 0/6] OPE support on Tegra210 and later
 2022-06-03 20:30 UTC  (3+ messages)
` [PATCH v3 1/6] ASoC: tegra: Add binding doc for OPE module

[PATCH v2 0/4] of: add of_property_alloc/free() and of_node_alloc()
 2022-06-03 20:24 UTC  (5+ messages)
` [PATCH v2 1/4] of: constify of_property_check_flags() prop argument
` [PATCH v2 4/4] powerpc/pseries: use of_property_alloc/free() and of_node_alloc()

[PATCH] ASoC: topology: Avoid card NULL deref in snd_soc_tplg_component_remove()
 2022-06-03 20:14 UTC 

[PATCH] dt-bindings: msm: update maintainers list with proper id
 2022-06-03 20:09 UTC 

[RELEASE] LTTng-UST 2.13.3 and 2.12.5 (Linux user-space tracer)
 2022-06-03 20:09 UTC 

[PATCH 1/3] Documentation: kunit: remove duplicate kunit-tool.rst
 2022-06-03 19:56 UTC  (3+ messages)
` [PATCH 2/3] Documentation: kunit: move mention of --jobs flag lower
` [PATCH 3/3] Documentation: kunit: rewrite section on .kunitconfig

[PATCH] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev_alloc_frag
 2022-06-03 19:55 UTC  (6+ messages)
` [PATCH v2] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag

[PATCH v1 1/1] xarray: Replace kernel.h with the necessary inclusions
 2022-06-03 19:54 UTC  (3+ messages)

[PATCH bpf-next v1 0/5] bpf: rstat: cgroup hierarchical stats
 2022-06-03 19:52 UTC  (6+ messages)
` [PATCH bpf-next v1 5/5] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH v1 1/1] kernel.h: Move sysfs related macro to sysfs.h
 2022-06-03 19:52 UTC  (3+ messages)

[GIT PULL] Bitmap patches for v5.19-rc1
 2022-06-03 19:46 UTC 

[PATCH v2 1/2] perf vendor events intel: Add metrics for Sapphirerapids
 2022-06-03 19:46 UTC  (3+ messages)

[PATCH 1/7] perf list: Add IBM z16 event description for s390
 2022-06-03 19:38 UTC  (2+ messages)

[PATCH 1/2] perf list: Add IBM z16 event description for s390
 2022-06-03 19:36 UTC  (3+ messages)

[RELEASE] LTTng-modules 2.13.4 and 2.12.9 (Linux kernel tracer)
 2022-06-03 19:30 UTC 

[V4] serial: core: Do stop_rx in suspend path for console if console_suspend is disabled
 2022-06-03 19:28 UTC  (8+ messages)

[PATCHSET 0/5] perf lock: New lock contention tracepoints support (v1)
 2022-06-03 19:28 UTC  (3+ messages)
` [PATCH 1/5] perf lock: Change to synthesize task events

[PATCH v1 1/1] rbtree: Replace kernel.h with the necessary inclusions
 2022-06-03 19:26 UTC  (3+ messages)

[PATCH v5 1/8] perf record ibs: Warn about sampling period skew
 2022-06-03 19:25 UTC  (4+ messages)

[PATCH v2] perf: Fix segbase for ld.lld linked objects
 2022-06-03 19:24 UTC  (3+ messages)

[PATCH v2 1/2] nvme-pci: move nvme_should_reset() to core code
 2022-06-03 19:23 UTC  (3+ messages)
` [PATCH v2 2/2] nvme: handle persistent internal error AER from NVMe controller

[PATCH] rethook: Reject getting a rethook if RCU is not watching
 2022-06-03 19:21 UTC  (8+ messages)

[PATCH] perf test arm-spe: Check if perf-record hangs when recording workload with forks
 2022-06-03 19:19 UTC  (4+ messages)

[PATCH] perf docs: Correct typo of event_sources
 2022-06-03 19:16 UTC  (3+ messages)

[syzbot] possible deadlock in j1939_sk_queue_drop_all
 2022-06-03 19:14 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).