linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-17 13:06:31 to 2022-11-17 15:09:48 UTC [more...]

[patch 23/39] PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.c
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 24/39] PCI/MSI: Move pci_irq_vector() to api.c
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 25/39] PCI/MSI: Move pci_free_irq_vectors() to api.c
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 26/39] PCI/MSI: Move pci_msix_vec_count() to api.c
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 27/39] PCI/MSI: Move pci_disable_msix() to api.c
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 28/39] PCI/MSI: Move pci_irq_get_affinity() to api.c
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 29/39] PCI/MSI: Move pci_msi_enabled() to api.c
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 30/39] PCI/MSI: Move pci_msi_restore_state() to api.c
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 31/39] Documentation: PCI: Add reference to PCI/MSI device driver APIs
 2022-11-17 15:07 UTC  (2+ messages)
` [tip: irq/core] "

[patch 32/39] PCI/MSI: Reorder functions in msi.c
 2022-11-17 15:07 UTC  (2+ messages)
` [tip: irq/core] "

[patch 33/39] PCI/MSI: Sanitize MSI-X checks
 2022-11-17 15:07 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v1 0/2] kexec: Add new toogle to disable kexec_reboot
 2022-11-17 15:06 UTC  (3+ messages)
` [PATCH v1 2/2] kexec: Introduce kexec_reboot_disabled

[patch 34/39] PCI/MSI: Reject multi-MSI early
 2022-11-17 15:07 UTC  (2+ messages)
` [tip: irq/core] "

[patch 35/39] PCI/MSI: Reject MSI-X early
 2022-11-17 15:07 UTC  (2+ messages)
` [tip: irq/core] "

[patch 36/39] PCI/MSI: Validate MSIX contiguous restriction early
 2022-11-17 15:07 UTC  (2+ messages)
` [tip: irq/core] PCI/MSI: Validate MSI-X "

[patch 37/39] PCI/MSI: Remove redundant msi_check() callback
 2022-11-17 15:07 UTC  (2+ messages)
` [tip: irq/core] "

[patch 38/39] genirq/msi: Remove msi_domain_ops::msi_check()
 2022-11-17 15:07 UTC  (2+ messages)
` [tip: irq/core] genirq/msi: Remove msi_domain_ops:: Msi_check()

[patch 00/39] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 1 cleanups
 2022-11-17 15:07 UTC  (9+ messages)
` [patch 01/39] PCI/MSI: Check for MSI enabled in __pci_msix_enable()
` [patch 39/39] x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORS
  ` [tip: irq/core] "

[PATCH 1/2] torture: use for_each_present() loop in torture_online_all()
 2022-11-17 15:06 UTC  (6+ messages)

[PATCH v2] cgroup/cpuset: Improve cpuset_css_alloc() description
 2022-11-17 15:03 UTC  (3+ messages)

[PATCH v1 0/8] Renesas V4H DSI & DP output support
 2022-11-17 15:05 UTC  (11+ messages)
` [PATCH v1 1/8] dt-bindings: display: renesas,du: Provide bindings for r8a779g0
` [PATCH v1 2/8] dt-bindings: display: bridge: renesas,dsi-csi2-tx: Add r8a779g0
` [PATCH v1 3/8] clk: renesas: r8a779g0: Add display related clocks
` [PATCH v1 4/8] arm64: dts: renesas: r8a779g0: Add display related data
` [PATCH v1 5/8] arm64: dts: renesas: white-hawk-cpu: Add DP output support

[PATCH v2 0/4] Minor SoundWire clean ups
 2022-11-17 14:44 UTC  (7+ messages)
` [PATCH v2 1/4] soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions
` [PATCH v2 2/4] soundwire: Provide build stubs for common functions
` [PATCH v2 3/4] soundwire: debugfs: Switch to sdw_read_no_pm
` [PATCH v2 4/4] soundwire: stream: Move remaining register accesses over to no_pm

[PATCH 0/3] Fix SPICC and ILI9486 drivers
 2022-11-17 14:59 UTC  (8+ messages)
` [PATCH 2/3] drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
` [PATCH 3/3] spi: meson-spicc: Lower CS between bursts

[RFC PATCH 0/9] dt-bindings: cleanup titles
 2022-11-17 14:58 UTC  (5+ messages)
` [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings

[PATCH] [WAR] hwmon: (ina3221) Apply software WAR to offset shunt voltage
 2022-11-17 14:57 UTC  (3+ messages)

[PATCH v2 00/13] arm64: dts: qcom: Add support for SM8450 SoC and QRD board
 2022-11-17 14:57 UTC  (10+ messages)
` [PATCH v2 10/13] arm64: dts: qcom: sm8450: add spmi node

[RFC PATCH 0/4] iov_iter: Add extraction helpers
 2022-11-17 14:55 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: Move FOLL_* defs to mm_types.h
` [RFC PATCH 2/4] iov_iter: Add a function to extract a page list from an iterator
` [RFC PATCH 3/4] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [RFC PATCH 4/4] netfs: Add a function to extract an iterator into a scatterlist

[linux-next-v2 1/5] arm64: dts: rockchip: Fix gmac phy mode to rgmii on Rock 3A SBC
 2022-11-17 14:55 UTC  (8+ messages)
` [linux-next-v2 5/5] arm64: dts: rockchip: Add missing of ethernet-phy-id to reset the phy "

[PATCH v10 05/19] drm/connector: Add TV standard property
 2022-11-17 14:53 UTC  (2+ messages)

[PATCH v10 RESEND] misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os
 2022-11-17 14:48 UTC 

[PATCH] arm64: dts: qcom: msm8916-samsung-grandmax: Add properties function and color for keyled
 2022-11-17 14:48 UTC 

[PATCH v4 1/2] gpio: loongson: add dts and acpi support
 2022-11-17 14:46 UTC  (2+ messages)

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-17 14:45 UTC  (10+ messages)
` [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI

[PATCH 0/6] soc: qcom: add support for the I2C Master Hub
 2022-11-17 14:44 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: qcom: geni-se: document I2C Master Hub wrapper variant
` [PATCH 2/6] dt-bindings: i2c: qcom-geni: document I2C Master Hub serial I2C engine

[PATCH v3 0/8] perf: Arm SPEv1.2 support
 2022-11-17 14:43 UTC  (2+ messages)

[PATCHv2] mmc: core: Fix ambiguous TRIM and DISCARD arg
 2022-11-17 14:42 UTC 

[PATCH 00/46] gcc-LTO support for the kernel
 2022-11-17 14:40 UTC  (9+ messages)

[PATCH 1/9] arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY
 2022-11-17 14:39 UTC  (5+ messages)
` [PATCH 5/9] dt-bindings: PCI: qcom: alphabetically sort compatibles
` [PATCH 6/9] dt-bindings: PCI: qcom: document IPQ8074 Gen3 port

BUG: unable to handle kernel NULL pointer dereference in posix_get_monotonic_timespec
 2022-11-17 14:38 UTC 

[PATCH 00/13] SVM: vNMI (with my fixes)
 2022-11-17 14:37 UTC  (15+ messages)
` [PATCH 01/13] KVM: nSVM: don't sync back tlb_ctl on nested VM exit
` [PATCH 02/13] KVM: nSVM: don't call nested_sync_control_from_vmcb02 on each "
` [PATCH 03/13] KVM: nSVM: rename nested_sync_control_from_vmcb02 to nested_sync_int_ctl_from_vmcb02
` [PATCH 04/13] KVM: nSVM: clean up copying of int_ctl fields back to vmcb01/vmcb12
` [PATCH 05/13] x86/cpu: Add CPUID feature bit for VNMI
` [PATCH 06/13] KVM: SVM: Add VNMI bit definition
` [PATCH 07/13] KVM: SVM: Add VNMI support in get/set_nmi_mask
` [PATCH 08/13] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI
` [PATCH 09/13] KVM: SVM: allow NMI window with vNMI
` [PATCH 10/13] KVM: SVM: Add VNMI support in inject_nmi
` [PATCH 11/13] KVM: nSVM: implement nested VNMI
` [PATCH 12/13] KVM: nSVM: emulate VMEXIT_INVALID case for "
` [PATCH 13/13] KVM: SVM: Enable VNMI feature

[PATCH v4 0/2] Qualcomm Ramp Controller and MSM8976 config
 2022-11-17 14:37 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: soc: qcom: Add bindings for Qualcomm Ramp Controller
` [PATCH v4 2/2] soc: qcom: Add Qualcomm Ramp Controller driver

[PATCH v2 0/4] Migrate i8255 GPIO drivers to regmap API
 2022-11-17 14:36 UTC  (7+ messages)
` [PATCH v2 1/4] gpio: regmap: Always set gpio_chip get_direction

[PATCH v2 00/11] intel-m10-bmc: Split BMC to core and SPI parts & add PMCI+N6000 support
 2022-11-17 14:35 UTC  (4+ messages)
` [PATCH v2 07/11] regmap: indirect: Add indirect regmap support

[PATCH] f2fs: introduce discard_urgent_util sysfs node
 2022-11-17 14:35 UTC 

WARNING: CPU: 0 PID: 0 at arch/x86/include/asm/kfence.h:46 kfence_protect
 2022-11-17 14:34 UTC  (3+ messages)

[PATCH] xen-pciback: Consider MSI-X enabled only when MASKALL bit is cleared
 2022-11-17 14:32 UTC  (8+ messages)

[PATCH] dt-bindings: thermal: qcom-tsens: simplify if:then: clauses
 2022-11-17 14:28 UTC  (2+ messages)

[syzbot] memory leak in virtual_ncidev_write
 2022-11-17 14:29 UTC 

[syzbot] possible deadlock in nilfs_bmap_clear
 2022-11-17 14:29 UTC 

[PATCH] Input: stmfts - retry commands after timeout
 2022-11-17 14:28 UTC 

[PATCH] hwmon: (ina3221): tighten attribute sysfs permissions
 2022-11-17 14:27 UTC  (2+ messages)

[PATCH v7 0/6] rcu: Add RCU stall diagnosis information
 2022-11-17 14:26 UTC  (7+ messages)
` [PATCH v7 4/6] "

BUG: unable to handle kernel paging request in ip6_pol_route
 2022-11-17 14:25 UTC 

[PATCH] mmc: core: Fix ambiguous TRIM and DISCARD arg
 2022-11-17 14:26 UTC  (2+ messages)

drivers/perf/thunderx2_pmu.c:556:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-11-17 14:25 UTC 

[PATCH 1/2] pwm: mediatek: Add support for MT7986
 2022-11-17 14:23 UTC  (4+ messages)

[RFC PATCH v3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-11-17 14:22 UTC 

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-17 14:16 UTC  (16+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[patch net-next] net: microchip: sparx5: remove useless code in sparx5_qos_init()
 2022-11-17 14:58 UTC  (3+ messages)

[PATCH] srcu: Add detection of boot CPU srcu_data structure's->srcu_cblist
 2022-11-17 14:20 UTC  (2+ messages)

[PATCH V5] virt: sev: Prevent IV reuse in SNP guest driver
 2022-11-17 14:19 UTC  (3+ messages)

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-17 14:17 UTC  (12+ messages)
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET

[PATCH] arm64: dts: qcom: sm8450-nagara: Add gpio line names for TLMM
 2022-11-17 14:16 UTC 

[PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
 2022-11-17 14:15 UTC  (2+ messages)
`  "

[PATCH] zram: remove unused stats fields
 2022-11-17 14:13 UTC 

[PATCH] mtd: lpddr: Added literal suffix
 2022-11-17 14:11 UTC  (2+ messages)

[RFC v3 0/4] Make it easier to measure % in HW sleep state
 2022-11-17 14:10 UTC  (2+ messages)

[patch 00/15] timers: Provide timer_shutdown[_sync]()
 2022-11-17 14:10 UTC  (2+ messages)

[PATCH RESEND] can: j1939: do not wait 250ms if the same addr was already claimed
 2022-11-17 14:08 UTC  (10+ messages)

[PATCH] platform/x86/amd: pmc: Add a workaround for an s0i3 issue on Cezanne
 2022-11-17 14:05 UTC  (2+ messages)

[PATCH v4 0/9] Implement AMD Pstate EPP Driver
 2022-11-17 14:02 UTC  (3+ messages)
` [PATCH v4 4/9] cpufreq: amd_pstate: implement Pstate EPP support for the AMD processors

[PATCH 0/9] Extend Intel On Demand (SDSi) support
 2022-11-17 14:01 UTC  (20+ messages)
` [PATCH 1/9] platform/x86/intel/sdsi: Add Intel On Demand text
` [PATCH 2/9] platform/x86/intel/sdsi: Hide attributes if hardware doesn't support
` [PATCH 3/9] platform/x86/intel/sdsi: Support different GUIDs
` [PATCH 4/9] platform/x86/intel/sdsi: Add meter certificate support
` [PATCH 5/9] tools/arch/x86: intel_sdsi: Add support for reading state certificates
` [PATCH 6/9] tools/arch/x86: intel_sdsi: Add Intel On Demand text
` [PATCH 7/9] tools/arch/x86: intel_sdsi: Read more On Demand registers
` [PATCH 8/9] tools/arch/x86: intel_sdsi: Add support for new GUID
` [PATCH 9/9] tools/arch/x86: intel_sdsi: Add support for reading meter certificates

[patch net] net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets()
 2022-11-17 15:07 UTC 

[PATCH v5 0/4] partition parser for U-Boot's uImage.FIT
 2022-11-17 13:59 UTC  (6+ messages)
` [PATCH v5 3/4] partitions/efi: add support for uImage.FIT sub-partitions

[PATCH 0/4] pwm: Some refactoring of pwmchip_add()
 2022-11-17 14:00 UTC  (4+ messages)
` [PATCH 2/4] pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()

[PATCH 04/47] LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()
 2022-11-17 13:59 UTC  (2+ messages)

[PATCH net v2] net: mdio-ipq4019: fix possible invalid pointer dereference
 2022-11-17 13:57 UTC  (2+ messages)

[PATCH v2 1/2] pwm: core: Refactor pwmchip_add() to avoid extra checks
 2022-11-17 13:54 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: selftests: Fixes for single-step test
 2022-11-17 13:52 UTC  (2+ messages)

[GIT PULL] interconnect fix for 6.1-rc
 2022-11-17 13:51 UTC 

[PATCH] mmc: sh_mmcif: Add check for NULL for host->chan_yx and host->chan_rx in sh_mmcif_end_cmd
 2022-11-17 13:50 UTC  (2+ messages)

[PATCH 0/2] vc04_services: vchiq-mmal: Drop bool usage
 2022-11-17 13:50 UTC  (9+ messages)
` [PATCH 1/2] staging: vc04_services: mmal-vchiq: Do not assign bool to u32
` [PATCH 2/2] staging: vc04_services: mmal-common: Do not use bool in structures

KMSAN broken with lockdep again?
 2022-11-17 13:46 UTC  (2+ messages)

[PATCH 0/4] Allow osnoise tracer to run without workload
 2022-11-17 13:46 UTC  (5+ messages)
` [PATCH 1/4] tracing/osnoise: Fix duration type
` [PATCH 2/4] tracing/osnoise: Add osnoise/options file
` [PATCH 3/4] tracing/osnoise: Add OSNOISE_WORKLOAD option
` [PATCH 4/4] Documentation/osnoise: Add osnoise/options documentation

[PATCH 1/1] usb: gadget: f_hid: Conduct proper refcounting on shared f_hidg pointer
 2022-11-17 13:46 UTC  (5+ messages)

[PATCH v2] rcu/kfree: Do not request RCU when not needed
 2022-11-17 13:43 UTC  (5+ messages)

[PATCH v2] drm/gem-shmem: When drm_gem_object_init failed, should release object
 2022-11-17 13:42 UTC  (2+ messages)

[PATCH net-next v2 00/11] net: pcs: Add support for devices probed in the "usual" manner
 2022-11-17 13:38 UTC  (11+ messages)

[PATCH] perf: Fix sys_perf_event_open() race against self
 2022-11-17 13:38 UTC  (8+ messages)

[PATCH v2 00/12] Enable Display for SM8350
 2022-11-17 13:37 UTC  (3+ messages)
` [PATCH v2 03/12] drm/msm/dpu: Refactor sc7280_pp location
  ` [Freedreno] "

[PATCH v1 1/1] ASoC: SOF: probes: Check ops before memory allocation
 2022-11-17 13:37 UTC  (2+ messages)

[PATCH] namespace: Added pointer check in copy_mnt_ns()
 2022-11-17 13:34 UTC  (2+ messages)

[RFC 0/1] BPF tracing for arm64 using fprobe
 2022-11-17 13:33 UTC  (4+ messages)

[patch 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2022-11-17 13:33 UTC  (5+ messages)
` [patch 19/33] genirq/msi: Provide msi_desc::msi_data

[PATCH v2] scsi/cxgbi/libcxgbi: make sure sg is present before calling sg_next()
 2022-11-17 13:30 UTC  (3+ messages)

[PATCH v9 7/8] KVM: Handle page fault for private memory
 2022-11-17 13:25 UTC  (4+ messages)

[PATCH 0/5] pwm: jz4740: Fixes and some light changes
 2022-11-17 13:29 UTC  (5+ messages)
` [PATCH 1/5] pwm: jz4740: Fix pin level of disabled TCU2 channels, part 1

[PATCH] proc/meminfo: fix spacing in SecPageTables
 2022-11-17 13:27 UTC  (2+ messages)

[PATCH v3 0/2] Qualcomm Ramp Controller and MSM8976 config
 2022-11-17 13:25 UTC  (4+ messages)
` [PATCH v3 2/2] soc: qcom: Add Qualcomm Ramp Controller driver

[PATCH net-next] net: microchip: sparx5: kunit test: Fix compile warnings
 2022-11-17 13:28 UTC 

[PATCH v7 0/4] qcom-cpufreq-hw: Add CPU clock provider support
 2022-11-17 13:23 UTC  (8+ messages)

[PATCH] staging: wlan-ng: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-11-17 13:20 UTC  (3+ messages)

[RFC PATCH v2 0/7] On-Demand Paging on SoftRoCE
 2022-11-17 13:20 UTC  (3+ messages)
` [RFC PATCH v2 1/7] IB/mlx5: Change ib_umem_odp_map_dma_single_page() to retain umem_mutex

[PATCH v7 06/17] dt-bindings: mfd: amd,pensando-elbasr: Add AMD Pensando Elba System Resource chip
 2022-11-17 13:14 UTC  (5+ messages)
` [PATCH v8 "

[PATCH v5] sched/fair: Introduce priority load balance for CFS
 2022-11-17 13:12 UTC 

[PATCH v2 0/2] arm64: allwinner: h6: Add second IOMMU reference to Cedrus
 2022-11-17 13:13 UTC  (3+ messages)
` [PATCH v2 1/2] media: dt-bindings: allwinner: video-engine: Fix number of IOMMU channels

[RESEND][PATCH 0/3] dmaengine: at_xdmac: add support for runtime pm
 2022-11-17 13:15 UTC  (4+ messages)
` [RESEND][PATCH 1/3] dmaengine: at_xdmac: add runtime pm support
` [RESEND][PATCH 2/3] dmaengine: at_xdmac: align properly function members
` [RESEND][PATCH 3/3] dmaengine: at_xdmac: remove empty line

Building perf with BUILD_BPF_SKEL=1
 2022-11-17 13:11 UTC 

Questions about kprobe handler
 2022-11-17 13:09 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm-smmu: Add SM6350 GPU SMMUv2
 2022-11-17 13:07 UTC  (3+ 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).