All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-17 14:25:28 to 2022-11-17 15:11:01 UTC [more...]

[patch 12/39] genirq/msi: Add bus token to struct msi_domain_info
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 10/39] genirq/msi: Make __msi_domain_free_irqs() static
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

RTT-PROBE: lore-subspace-rtt
 2022-11-17 15:10 UTC 

[patch 13/39] PCI/MSI: Use msi_domain_info::bus_token
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] PCI/MSI: Use msi_domain_info:: Bus_token

[patch 15/39] PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 14/39] PCI/MSI: Let the MSI core free descriptors
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[patch 16/39] genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v1] dt-bindings: display: Convert fsl,imx-fb.txt to dt-schema
 2022-11-17 15:09 UTC  (3+ messages)
  ` [PATCH v1] dt-bindings: display: Convert fsl, imx-fb.txt "

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

[patch 18/39] PCI/MSI: Move mask and unmask helpers to msi.h
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

Fixes for scheduler hang when killing a process
 2022-11-17 15:09 UTC  (11+ messages)
` [PATCH 12/13] drm/scheduler: rework entity flush, kill and fini

[patch 17/39] PCI/MSI: Get rid of externs in msi.h
 2022-11-17 15:08 UTC  (2+ messages)
` [tip: irq/core] "

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

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

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

[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 v1 0/2] kexec: Add new toogle to disable kexec_reboot
 2022-11-17 15:06 UTC  (4+ messages)
` [PATCH v1 2/2] kexec: Introduce kexec_reboot_disabled

[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 v1 0/8] Renesas V4H DSI & DP output support
 2022-11-17 15:08 UTC  (9+ messages)
` [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 v1 6/8] drm: rcar-du: Add r8a779g0 support

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

[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  (6+ messages)
` [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  (2+ messages)

PROBLEM: Lenovo ALS sensor disguised under custom usage
 2022-11-17 15:05 UTC  (3+ messages)
` [PATCH 1/3] HID: hid-sensor-custom: More custom iio sensors

[PATCH net-next] net: microchip: sparx5: prevent uninitialized variable
 2022-11-17 15:03 UTC  (2+ messages)

[PATCH 0/2] receive-pack: use advertised reference tips to inform connectivity check
 2022-11-17 15:03 UTC  (3+ messages)
` [PATCH v6 0/7] receive-pack: only use visible refs for "

[PATCH v3 0/2] pack-bitmap.c: avoid exposing absolute paths
 2022-11-17 15:03 UTC  (3+ messages)

✅ PASS (27/383 SKIPPED): Test report for master (6.1.0-rc5, mainline.kernel.org-clang, cc675d22)
 2022-11-17 15:01 UTC 

[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 3/4] soundwire: debugfs: Switch to sdw_read_no_pm

[PATCH v1 1/1] app/testpmd: add valid check to verify multi mempool feature
 2022-11-17 15:00 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] efi: random: remove extraneous dmesg notice
 2022-11-17 15:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-11-17 15:00 UTC 

[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

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

[PATCH net-next] NFC: nci: Extend virtual NCI deinit test
 2022-11-17 14:58 UTC  (4+ messages)

[PATCH] of: property: fix unbalanced of node refcount in of_fwnode_get_reference_args()
 2022-11-17 14:56 UTC 

[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

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

[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

[Buildroot] [PATCH 1/1] package/systemd: bump to version 252
 2022-11-17 14:56 UTC  (2+ messages)

[PATCH v10 00/19] drm: Analog TV Improvements
 2022-11-17 14:53 UTC  (11+ messages)
` [PATCH v10 05/19] drm/connector: Add TV standard property
    ` [Intel-gfx] "
      ` [Nouveau] "

[PATCH] btrfs: do not try to handle a ticket for FLUSH_EMERGENCY
 2022-11-17 14:54 UTC 

[PATCH] mdadm: fix compilation failure on the x32 ABI
 2022-11-17 14:51 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-11-17 14:50 UTC 

[Intel-gfx] [PATCH 1/1] drm/i915: use the original Wa_14010685332 for PCH_ADP
 2022-11-17 14:50 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/1] "

[PATCH] blktrace: ask for python3 specifically
 2022-11-17 14:49 UTC  (5+ messages)
` [OE-core] "

[PATCH] Revert "drm/amd/display: fix dpms_off issue when disabling bios mode"
 2022-11-17 14:49 UTC 

next/master baseline: 601 runs, 21 regressions (next-20221117)
 2022-11-17 14:49 UTC 

[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 bpf-next v2 1/1] docs: BPF_MAP_TYPE_XSKMAP
 2022-11-17 15:44 UTC 

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

[yiliu1765-iommufd:wip/vfio_device_cdev-1107 10/19] drivers/vfio/group.c:519:18: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 2022-11-17 14:46 UTC 

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-17 14:45 UTC  (20+ 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 v5 0/4] add support for CB_RECALL_ANY and the delegation reaper
 2022-11-17 14:45 UTC  (8+ messages)
` [PATCH v5 1/4] NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker
` [PATCH v5 3/4] NFSD: add delegation reaper to react to low memory condition
` [PATCH v5 4/4] NFSD: add CB_RECALL_ANY tracepoints

[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  (4+ messages)

[PATCH v2] capstone: use <capstone/capstone.h> instead of <capstone.h>
 2022-11-17 14:43 UTC  (4+ messages)

[oe][meta-filesystems][dunfell][PATCH] ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3
 2022-11-17 14:44 UTC  (2+ messages)

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

[PATCH] xfs: fix incorrect usage of xfs_btree_check_block
 2022-11-17 14:55 UTC  (2+ messages)
` friendly ping

[PATCH] cifs: Fix OOB read in parse_server_interfaces()
 2022-11-17 15:45 UTC 

[PATCH] net/mlx5: fix modify field operation validation
 2022-11-17 14:41 UTC 

[oe][meta-oe][dunfell][PATCH] flatbuffers: adapt for cross-compilation environments
 2022-11-17 14:41 UTC  (2+ messages)

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

[PATCH] ci: replace x86_64 macos-11 with aarch64 macos-12
 2022-11-17 14:39 UTC  (2+ messages)

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

[PATCHv2 3/3] rcu: coordinate tick dependency during concurrent offlining
 2022-11-17 14:39 UTC  (10+ messages)

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

RTT-PROBE: lore-subspace-rtt
 2022-11-17 14:40 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  (3+ messages)
` [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 0/4] ARM: dts: imx6ull-dhcom: Add DH electronics DHCOM i.MX6ULL SoM support
 2022-11-17 14:38 UTC  (5+ messages)
` [PATCH 2/4] ARM: dts: imx6ull-dhcom: Add DH electronics DHCOM i.MX6ULL SoM and PDK2 board

[PATCH 1/2] net/mlx5: fix port private max_lro_msg_size
 2022-11-17 14:39 UTC  (2+ messages)
` [PATCH 2/2] doc: update MLX5 LRO limitation

[PATCH v4 0/2] xfs: shutdown UAF fixes
 2022-11-17 14:50 UTC  (3+ messages)
` [PATCH v4 1/2] xfs: wait xlog ioend workqueue drained before tearing down AIL
` [PATCH v4 2/2] xfs: fix super block buf log item UAF during force shutdown

[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

[f2fs-dev] [PATCH] f2fs: introduce discard_urgent_util sysfs node
 2022-11-17 14:35 UTC  (2+ messages)
`  "

[PATCH V2 0/3] DSI host and peripheral initialisation ordering
 2022-11-17 14:35 UTC  (10+ messages)

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

[OE-core][dunfell][PATCH v2] libx11: fix CVE-2022-3555 memory leak in _XFreeX11XCBStructure() of xcb_disp.c
 2022-11-17 14:33 UTC  (3+ messages)

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

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

[PATCH net] net: sparx5: fix error handling in sparx5_port_open()
 2022-11-17 14:29 UTC  (4+ messages)

[PATCH v2] fscache: Fix oops due to race with cookie_lru and use_cookie
 2022-11-17 14:29 UTC 

[PATCH net-next] net: ethernet: mtk_eth_soc: fix RSTCTRL_PPE{0,1} definitions
 2022-11-17 14:29 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-11-17 14:30 UTC 

[Intel-gfx] [PATCH 1/4] drm/i915/hti: abstract hti handling
 2022-11-17 14:30 UTC  (3+ 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  (2+ messages)

[igt-dev] [PATCH i-g-t v2] tests/i915/gem_exec_fence: Replacing custom spinner with igt_spin
 2022-11-17 14:30 UTC  (2+ messages)

[PATCH] Input: stmfts - retry commands after timeout
 2022-11-17 14:28 UTC  (2+ messages)

[PATCH] target/ppc: Fix build warnings when building with 'disable-tcg'
 2022-11-17 14:27 UTC  (4+ messages)

[PATCH 0/2] image specific configuration with oeqa runtime tests
 2022-11-17 14:28 UTC  (3+ messages)
` [OE-core] "

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

[PATCH v3] trace: Relocate event helper files
 2022-11-17 14:27 UTC 

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

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

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

Welcome to kernelci@lists.linux.dev
 2022-11-17 14:25 UTC 


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.