linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-10 00:04:45 to 2023-11-10 17:43:07 UTC [more...]

[PATCH] drm/amd: Document device reset methods
 2023-11-10 17:01 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: watchdog: mediatek,mtk-wdt: add MT7988 watchdog and toprgu
 2023-11-10 15:13 UTC  (12+ messages)
` [PATCH 2/2] watchdog: mediatek: mt7988: add wdt support

[PATCH v3] perf report: Add s390 raw data interpretation for PAI counters
 2023-11-10 13:33 UTC  (4+ messages)

[PATCH] MAINTAINERS: net: Update reviewers for TI's Ethernet drivers
 2023-11-10 16:21 UTC  (4+ messages)

[POC 0/7] livepatch: Make livepatch states, callbacks, and shadow variables work together
 2023-11-10 17:04 UTC  (8+ messages)
` [POC 1/7] livepatch: Add callbacks for introducing and removing states
` [POC 2/7] livepatch: Allow to handle lifetime of shadow variables using the livepatch state
` [POC 3/7] livepatch: Use per-state callbacks in state API tests
` [POC 4/7] livepatch: Do not use callbacks when testing sysfs interface
` [POC 5/7] livepatch: Convert klp module callbacks tests into livepatch module tests
` [POC 6/7] livepatch: Remove the obsolete per-object callbacks
` [POC 7/7] livepatching: Remove per-state version

[PATCH net v2] ncsi: Revert NCSI link loss/gain commit
 2023-11-10 17:31 UTC  (2+ messages)

[PATCH v2 1/2] tg3: Move the [rt]x_dropped counters to tg3_napi
 2023-11-10 15:13 UTC  (3+ messages)
` [PATCH v2 2/2] tg3: Increment tx_dropped in tg3_tso_bug()

drivers/usb/gadget/function/f_fs.c:2857:32: sparse: sparse: incorrect type in assignment (different base types)
 2023-11-10 16:23 UTC 

[PATCH 0/2] Perf lock improvements
 2023-11-10 17:01 UTC  (4+ messages)
` [PATCH 1/2] perf lock report: Restore aggregation by caller by default

[RFC 0/4] Introduce unbalance proactive reclaim
 2023-11-10  3:48 UTC  (15+ messages)

[PATCH v6 00/20] Proxy Execution: A generalized form of Priority Inheritance v6
 2023-11-10  3:45 UTC  (6+ messages)
` [PATCH v6 18/20] sched: Handle blocked-waiter migration (and return migration)

[PATCH v3 0/4] bus: mhi: host: Add lock to avoid race when ringing channel DB
 2023-11-10  3:42 UTC  (7+ messages)
` [PATCH v3 3/4] bus: mhi: host: Avoid processing buffer and event of a disable channel
` [PATCH v3 4/4] bus: mhi: host: Take irqsave lock after TRE is generated

[PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
 2023-11-10  3:40 UTC  (3+ messages)

[PATCH v3 3/4] bus: mhi: host: Avoid processing buffer and event of a disable channel
 2023-11-10  3:40 UTC  (2+ messages)

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-10  3:37 UTC  (9+ messages)
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()

[PATCH v2 0/7] mm: remove page idle and young wrapper
 2023-11-10  3:33 UTC  (8+ messages)
` [PATCH v2 1/7] fs/proc/page: remove unneeded PageTail && PageSlab check
` [PATCH v2 2/7] fs/proc/page: use a folio in stable_page_flags()
` [PATCH v2 3/7] fs/proc/page: respect folio head-page flag placement
` [PATCH v2 4/7] mm: huge_memory: use more folio api in __split_huge_page_tail()
` [PATCH v2 5/7] mm: task_mmu: use a folio in smaps_account()
` [PATCH v2 6/7] mm: task_mmu: use a folio in clear_refs_pte_range()
` [PATCH v2 7/7] page_idle: kill page idle and young wrapper

[PATCHv3] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
 2023-11-10  3:30 UTC  (2+ messages)

[PATCH v2] erofs: simplify erofs_read_inode()
 2023-11-10  3:26 UTC  (2+ messages)

[PATCH v8 00/26] KVM: x86/pmu: selftests: Fixes and new tests
 2023-11-10  3:22 UTC  (29+ messages)
` [PATCH v8 01/26] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v8 02/26] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v8 03/26] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v8 04/26] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v8 05/26] KVM: x86/pmu: Get eventsel for fixed counters from perf
` [PATCH v8 06/26] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
` [PATCH v8 07/26] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
` [PATCH v8 08/26] KVM: x86/pmu: Disallow "fast" RDPMC for architectural "
` [PATCH v8 09/26] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v8 10/26] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v8 11/26] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v8 12/26] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v8 13/26] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v8 14/26] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v8 15/26] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v8 16/26] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v8 17/26] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v8 18/26] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v8 19/26] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v8 20/26] KVM: selftests: Add helpers to read integer module params
` [PATCH v8 21/26] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v8 22/26] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v8 23/26] KVM: selftests: Test PMC virtualization with forced emulation
` [PATCH v8 24/26] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
` [PATCH v8 25/26] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
` [PATCH v8 26/26] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR

[PATCH v2] exit: dump thread info on global init exit
 2023-11-10  3:20 UTC 

[PATCH v2] exit: dump thread info on global init exit
 2023-11-10  3:15 UTC 

[v3 0/3] Reduce TLB flushes under some specific conditions
 2023-11-10  3:13 UTC  (8+ messages)
` [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration

[RFC PATCH v2 00/31] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-10  3:09 UTC  (5+ messages)
` [RFC PATCH v2 12/31] function_graph: Have the instances use their own ftrace_ops for filtering

[PATCH v2 1/4] phy: core: add notify_connect and notify_disconnect callback
 2023-11-10  2:58 UTC  (4+ messages)
` [PATCH v2 2/4] phy: realtek: usb: add new driver for the Realtek RTD SoC USB 2.0 PHY

[RFC PATCH v3 00/12] Device Memory TCP
 2023-11-10  2:59 UTC  (4+ messages)
` [RFC PATCH v3 04/12] netdev: support binding dma-buf to netdevice

[PATCH] hwmon: Add a new macro sensor_sysfs_attr
 2023-11-10  2:50 UTC  (4+ messages)

[PATCH v1] usb: dwc3: add device put function to decrement the ref-counted reference
 2023-11-10  2:43 UTC  (3+ messages)

[PATCH] PCI: pciehp: Prevent child devices from doing RPM on PCIe Link Down
 2023-11-10  2:41 UTC  (9+ messages)

[PATCH 0/8] generic command line v6
 2023-11-10  2:40 UTC  (12+ messages)
` [PATCH 1/8] CMDLINE: add generic builtin command line
` [PATCH 2/8] scripts: insert-sys-cert: add command line insert capability
` [PATCH 3/8] scripts: insert-sys-cert: change name to insert-symbol
` [PATCH 4/8] CMDLINE: mips: convert to generic builtin command line
` [PATCH 5/8] drivers: firmware: efi: libstub: enable generic commandline
` [PATCH 6/8] CMDLINE: x86: convert to generic builtin command line
` [PATCH 7/8] of: replace command line handling
` [PATCH 8/8] CMDLINE: arm64: convert to generic builtin command line

[PATCH] usb: dwc3: core: enable CCI support
 2023-11-10  2:37 UTC  (4+ messages)

[PATCH] boning: use a read-write lock in bonding_show_bonds()
 2023-11-10  2:35 UTC  (5+ messages)

[RFC PATCH v1 3/3] SPI: Add virtio SPI driver (V4 draft specification)
 2023-11-10  2:34 UTC 

[RFC v1 0/8] vhost-vdpa: add support for iommufd
 2023-11-10  2:31 UTC  (8+ messages)
` [RFC v1 3/8] vhost: Add 3 new uapi to support iommufd

[PATCH 00/10] KVM: x86/pmu: Optimize triggering of emulated events
 2023-11-10  2:28 UTC  (11+ messages)
` [PATCH 01/10] KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled
` [PATCH 02/10] KVM: x86/pmu: Add common define to capture fixed counters offset
` [PATCH 03/10] KVM: x86/pmu: Move pmc_idx => pmc translation helper to common code
` [PATCH 04/10] KVM: x86/pmu: Snapshot and clear reprogramming bitmap before reprogramming
` [PATCH 05/10] KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmap
` [PATCH 06/10] KVM: x86/pmu: Process only enabled PMCs when emulating events in software
` [PATCH 07/10] KVM: x86/pmu: Snapshot event selectors that KVM emulates "
` [PATCH 08/10] KVM: x86/pmu: Expand the comment about what bits are check emulating events
` [PATCH 09/10] KVM: x86/pmu: Check eventsel first when emulating (branch) insns retired
` [PATCH 10/10] KVM: x86/pmu: Avoid CPL lookup if PMC enabline for USER and KERNEL is the same

[PATCH] exit: dump thread info on global init exit
 2023-11-10  2:27 UTC  (2+ messages)

[PATCH v15 00/23] TDX host kernel support
 2023-11-10  2:23 UTC  (4+ messages)
` [PATCH v15 09/23] x86/virt/tdx: Get module global metadata for module initialization

[PATCH] lib/find: optimize find_*_bit_wrap
 2023-11-10  2:21 UTC  (2+ messages)

[PATCH v2 0/1] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-11-10  2:13 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v3] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-11-10  2:08 UTC 

[PATCH v2] arm64: dts: qcom: Add definition for three LEDs
 2023-11-10  2:06 UTC 

[PATCH v6 0/3] rockchip: add GATE_LINK
 2023-11-10  2:03 UTC  (4+ messages)
` [PATCH v6 1/3] clk: gate: export clk_gate_endisable
` [PATCH v6 2/3] clk: rockchip: add support for gate link
` [PATCH v6 3/3] clk: rockchip: rk3588: Adjust the GATE_LINK parameter

[PATCH 0/1] Fix access violation in mtk_drm_crtc_dma_dev_get
 2023-11-10  2:00 UTC  (3+ messages)
` [PATCH 1/1] drm/mediatek: "

[Question]: major faults are still triggered after mlockall when numa balancing
 2023-11-10  1:57 UTC  (3+ messages)

[PATCH] ARM: dts: qcom: Add LPG LED device description
 2023-11-10  1:55 UTC  (3+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-10  1:53 UTC  (3+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH 1/2] clk: samsung: Fix kernel-doc comments
 2023-11-10  1:53 UTC  (3+ messages)

[PATCH RESEND] Bluetooth: Fix deadlock in vhci_send_frame
 2023-11-10  1:46 UTC 

[PATCH -next V2] erofs: code clean up for function erofs_read_inode()
 2023-11-10  1:41 UTC  (5+ messages)

[PATCH v5 0/4] rockchip: add GATE_LINK
 2023-11-10  1:23 UTC  (10+ messages)
` [PATCH v5 3/4] dt-bindings: clock: rk3588: export PCLK_VO1GRF clk id

[PATCH v2] scsi: ufs: core: Process abort completed command in MCQ mode
 2023-11-10  1:36 UTC 

[v4 0/3] Reduce TLB flushes under some specific conditions
 2023-11-10  1:32 UTC  (8+ messages)
` [v4 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration

[GIT PULL] Crypto Fixes for 5.19
 2023-11-10  1:30 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 6.1
    ` [GIT PULL] Crypto Fixes for 6.2
      ` [GIT PULL] Crypto Fixes for 6.3
        ` [GIT PULL] Crypto Fixes for 6.4
            ` [GIT PULL] Crypto Fixes for 6.5
                ` [GIT PULL] Crypto Fixes for 6.6
                  ` [GIT PULL] Crypto Fixes for 6.7

[GIT PULL] Networking for v6.7-rc1
 2023-11-10  1:30 UTC  (2+ messages)

[PATCH v9 0/3] [PATCH v9 0/3] Introduce provisioning primitives
 2023-11-10  1:27 UTC  (6+ messages)
` [PATCH v9 1/3] block: "
` [PATCH v9 2/3] dm: Add block provisioning support
` [PATCH v9 3/3] loop: Add support for provision requests
` [PATCH] loop/010: Add test for mode 0 fallocate() on loop devices

[syzbot] linux-next build error (16)
 2023-11-10  1:28 UTC  (2+ messages)

[PATCH v2 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-11-10  1:24 UTC  (3+ messages)

[PATCH drm-misc-next v6] drm/sched: implement dynamic job-flow control
 2023-11-10  1:25 UTC  (3+ messages)

[PATCH 0/1] KVM: x86/vPMU: Speed up vmexit for AMD Zen 4 CPUs
 2023-11-10  1:14 UTC  (11+ messages)
` KVM: x86/vPMU/AMD: Can we detect PMU is off for a VM?

[syzbot] [net?] [nfc?] KASAN: slab-use-after-free Read in nfc_alloc_send_skb
 2023-11-10  1:12 UTC 

linux-next: Tree for Nov 10
 2023-11-10  1:08 UTC 

[PATCH v5 0/6] media: qcom: camss: Add sc8280xp support
 2023-11-10  1:04 UTC  (7+ messages)
` [PATCH v5 1/6] media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding
` [PATCH v5 2/6] media: qcom: camss: Add CAMSS_SC8280XP enum
` [PATCH v5 3/6] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 two-phase MIPI CSI-2 DPHY init
` [PATCH v5 4/6] media: qcom: camss: Add sc8280xp resource details
` [PATCH v5 5/6] media: qcom: camss: Add sc8280xp support
` [PATCH v5 6/6] media: qcom: camss: vfe-17x: Rename camss-vfe-170 to camss-vfe-17x

fs/bcachefs/journal_io.c:1839 bch2_journal_write_pick_flush() warn: inconsistent indenting
 2023-11-10  1:03 UTC 

[PATCH] pata_isapnp: Add check for devm_ioport_map
 2023-11-10  1:01 UTC  (2+ messages)

[RFC v5 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2023-11-10  0:58 UTC  (4+ messages)
` [RFC v5 5/5] dt-bindings: firmware: arm,scmi: Add support for pinctrl protocol

[PATCH] x86/sgx: Charge proper mem_cgroup for usage due to EPC reclamation by cgroups
 2023-11-10  0:56 UTC 

[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-10  0:56 UTC  (14+ messages)
` [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
  ` [RFC PATCH 85/86] treewide: drivers: "

[syzbot] [net?] [nfc?] KASAN: slab-use-after-free Read in nfc_alloc_send_skb
 2023-11-10  0:52 UTC  (2+ messages)
` [syzbot] [PATCH] test aea6bf908d73

Build fail in drivers/gpu/drm/i915/display/intel_tc.c
 2023-11-10  0:51 UTC  (3+ messages)

[PATCH net-next v4] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-10  0:43 UTC  (3+ messages)

[tip: x86/core] x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
 2023-11-10  0:36 UTC  (5+ messages)
` [PATCH] x86/retpoline,kprobes: Fix "Fix position of thunk sections with CONFIG_LTO_CLANG"

BUG in drm_kms_helper_poll_enable() fixed by reverting "drm/ast: report connection status on Display Port."
 2023-11-10  0:30 UTC 

[PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer configurable
 2023-11-10  0:29 UTC  (6+ messages)
` KVM: X86: Make bus clock frequency for vapic timer (bus lock -> bus clock) (was Re: [PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer) configurable

drivers/usb/gadget/function/f_fs.c:2857:32: sparse: sparse: incorrect type in assignment (different base types)
 2023-11-10  0:24 UTC 

[syzbot] [net?] BUG: unable to handle kernel paging request in nsim_bpf
 2023-11-10  0:21 UTC  (2+ messages)

[PATCH v6 0/5] Add a few panels and use correct modes
 2023-11-10  0:19 UTC  (11+ messages)
` [PATCH v6 1/5] drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing
` [PATCH v6 2/5] drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name
` [PATCH v6 3/5] drm/panel-edp: drm/panel-edp: Add several generic edp panels
` [PATCH v6 4/5] drm/panel-edp: Add override_edid_mode quirk for generic edp

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-10  0:18 UTC  (12+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls

[net-next RFC PATCH v6 1/4] net: phy: aquantia: move to separate directory
 2023-11-10  0:16 UTC  (4+ messages)
` [net-next RFC PATCH v6 3/4] net: phy: aquantia: add firmware load support

fs/proc/base.c:1980:25: sparse: sparse: cast to restricted fmode_t
 2023-11-09 23:53 UTC 

[syzbot] kernel BUG in ext4_do_writepages
 2023-11-10  0:05 UTC  (2+ messages)

[PATCH RFC 0/7] x86/head/64: Build the head code as PIE
 2023-11-10  0:03 UTC  (8+ messages)
` [PATCH RFC 1/7] x86/head/64: Mark startup_gdt and startup_gdt_descr as __initdata

[PATCH v2] drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy
 2023-11-10  0:02 UTC 

[RFC 00/52] perf tools: Introduce data type profiling (v2)
 2023-11-10  0:00 UTC  (5+ messages)
` [PATCH 49/52] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 50/52] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 51/52] perf annotate-data: Add stack canary type
` [PATCH 52/52] perf annotate-data: Add debug message


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).