linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-18 14:33:32 to 2022-02-18 16:44:21 UTC [more...]

[tip:sched/core 27/28] kernel/sched/topology.c:2284:39: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-02-18 16:44 UTC  (3+ messages)

[PATCH] arm64: dts: marvell: armada-37xx: Increase PCIe IO size from 64 KiB to 1 MiB
 2022-02-18 16:43 UTC  (2+ messages)

[PATCH] drm/virtio: Add USE_INTERNAL blob flag
 2022-02-18 16:42 UTC  (2+ messages)

[PATCH][RFC] ipc,fs: use rcu_work to free struct ipc_namespace
 2022-02-18 16:41 UTC  (3+ messages)

[PATCH 0/4] kunit,um: Fix kunit.py build --alltests
 2022-02-18 16:40 UTC  (6+ messages)
` [PATCH 1/4] drm/amdgpu: Fix compilation under UML
` [PATCH 4/4] kunit: tool: Disable broken options for --alltests

[PATCH v8 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-02-18 16:38 UTC  (6+ messages)
` [PATCH v8 net-next 01/10] dt-bindings: net: dsa: dt bindings for microchip lan937x

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-02-18 16:37 UTC  (2+ messages)

[PATCH] arm64 module: remove (NOLOAD)
 2022-02-18 16:34 UTC  (4+ messages)

[PATCH] iova: Remove forward declarations
 2022-02-18 16:28 UTC 

[PATCH] irqchip: nvic: release nvic_base upon failure
 2022-02-18 16:33 UTC 

[PATCH v10 00/15] Function Granular KASLR
 2022-02-18 16:31 UTC  (7+ messages)
` [PATCH v10 02/15] livepatch: avoid position-based search if `-z unique-symbol` is available

[PATCH] nl80211: check return of nla_parse_nested
 2022-02-18 16:30 UTC 

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-18 16:29 UTC  (7+ messages)
` [RFC PATCH 01/13] list: introduce speculative safe list_for_each_entry()
` [RFC PATCH 04/13] vfio/mdev: remove the usage of the list iterator after the loop

[PATCH] drm/amdkfd: Replace one-element array with flexible-array member
 2022-02-18 16:29 UTC  (4+ messages)

[PATCH v3 0/6] kvm: x86: better handling of optional kvm_x86_ops
 2022-02-18 16:29 UTC  (13+ messages)
` [PATCH v3 1/6] KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
` [PATCH v3 2/6] KVM: x86: use static_call_cond for optional callbacks
` [PATCH v3 3/6] KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_ops
` [PATCH v3 4/6] KVM: x86: warn on incorrectly NULL members of kvm_x86_ops
` [PATCH v3 5/6] KVM: x86: make several AVIC callbacks optional
` [PATCH v3 6/6] KVM: x86: allow defining return-0 static calls

[PATCH net v3] net: Force inlining of checksum functions in net/checksum.h
 2022-02-18 16:29 UTC  (12+ messages)

[PATCH] sched/topology: Remove redundant variable and fix incorrect type in build_sched_domains
 2022-02-18 16:27 UTC 

[PATCH v10 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-02-18 16:27 UTC  (5+ messages)
` [PATCH v10 14/27] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v10 15/27] ima: Implement hierarchical processing of file accesses

[PATCH 2/5] selinux: use correct type for context length
 2022-02-18 16:22 UTC  (10+ messages)
` [PATCH 3/5] selinux: use consistent pointer types for boolean arrays
` [PATCH 4/5] selinux: declare data arrays const
` [PATCH 5/5] selinux: drop unnecessary NULL check
` [PATCH 1/5] selinux: drop return statement at end of void functions

[PATCH] x86/mce: work around an erratum on fast string copy instructions
 2022-02-18 16:21 UTC  (6+ messages)
` [PATCH v2] "

[PATCH printk v1 00/13] implement threaded console printing
 2022-02-18 16:20 UTC  (3+ messages)
` [PATCH printk v1 11/13] printk: reimplement console_lock for proper kthread support

[PATCHv3 00/32] TDX Guest: TDX core support
 2022-02-18 16:17 UTC  (33+ messages)
` [PATCHv3 01/32] x86/mm: Fix warning on build with X86_MEM_ENCRYPT=y
` [PATCHv3 02/32] x86/coco: Add API to handle encryption mask
` [PATCHv3 03/32] x86/tdx: Detect running as a TDX guest in early boot
` [PATCHv3 04/32] x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
` [PATCHv3 05/32] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
` [PATCHv3 06/32] x86/tdx: Extend the confidential computing API to support TDX guests
` [PATCHv3 07/32] x86/tdx: Exclude shared bit from __PHYSICAL_MASK
` [PATCHv3 08/32] x86/traps: Add #VE support for TDX guest
` [PATCHv3 09/32] x86/tdx: Add HLT support for TDX guests
` [PATCHv3 10/32] x86/tdx: Add MSR "
` [PATCHv3 11/32] x86/tdx: Handle CPUID via #VE
` [PATCHv3 12/32] x86/tdx: Handle in-kernel MMIO
` [PATCHv3 13/32] x86/tdx: Detect TDX at early kernel decompression time
` [PATCHv3 14/32] x86: Adjust types used in port I/O helpers
` [PATCHv3 15/32] x86: Consolidate "
` [PATCHv3 16/32] x86/boot: Allow to hook up alternative "
` [PATCHv3 17/32] x86/boot/compressed: Support TDX guest port I/O at decompression time
` [PATCHv3 18/32] x86/tdx: Add port I/O emulation
` [PATCHv3 19/32] x86/tdx: Handle early boot port I/O
` [PATCHv3 20/32] x86/tdx: Wire up KVM hypercalls
` [PATCHv3 21/32] x86/boot: Add a trampoline for booting APs via firmware handoff
` [PATCHv3 22/32] x86/acpi, x86/boot: Add multiprocessor wake-up support
` [PATCHv3 23/32] x86/boot: Set CR0.NE early and keep it set during the boot
` [PATCHv3 24/32] x86/boot: Avoid #VE during boot for TDX platforms
` [PATCHv3 25/32] x86/topology: Disable CPU online/offline control for TDX guests
` [PATCHv3 26/32] x86/tdx: Make pages shared in ioremap()
` [PATCHv3 27/32] x86/mm/cpa: Generailize __set_memory_enc_pgtable()
` [PATCHv3 28/32] x86/mm/cpa: Add support for TDX shared memory
` [PATCHv3 29/32] x86/kvm: Use bounce buffers for TD guest
` [PATCHv3 30/32] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCHv3 31/32] ACPICA: Avoid cache flush on TDX guest
` [PATCHv3 32/32] Documentation/x86: Document TDX kernel architecture

[PATCH] kvm/vmx: Make setup/unsetup under the same conditions
 2022-02-18 16:17 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: usb: dwc2: fix compatible of Intel Agilex
 2022-02-18 16:15 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: usb: dwc2: add iommus
` [PATCH 3/4] dt-bindings: usb: dwc2: add disable-over-current
` [PATCH 4/4] arm64: dts: agilex/stratix10: add clock-names to USB DWC2 node

[PATCH] fpga: microsemi-spi: add Microsemi FPGA manager
 2022-02-18 16:05 UTC  (4+ messages)
` [PATCH v4] fpga: microchip-spi: add Microchip "

[PATCH v12 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2022-02-18 16:10 UTC  (3+ messages)
` [PATCH v12 2/2] leds: Add driver for Qualcomm LPG

[PATCH v3 00/10] Coresight: Add support for TPDM and TPDA
 2022-02-18 16:10 UTC  (7+ messages)
` [PATCH v3 03/10] Coresight: Add coresight TPDM source driver
` [PATCH v3 05/10] coresight-tpdm: Add DSB dataset support
` [PATCH v3 10/10] ARM: dts: msm: Add coresight components for SM8250

Do we really need SLOB nowdays?
 2022-02-18 16:10 UTC  (11+ messages)

[PATCH 1/4] x86/kvm: remove a redundant variable
 2022-02-18 16:10 UTC  (2+ messages)

[PATCH RESEND] MAINTAINERS: ARM/WPCM450: Add 'W:' line with wiki
 2022-02-18 16:08 UTC 

[PATCH v2] simplefb: Enable boot time VESA graphic mode selection
 2022-02-18 16:04 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] kvm: correct comment description issue
 2022-02-18 16:04 UTC  (2+ messages)

[PATCH v5 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
 2022-02-17  3:54 UTC  (13+ messages)
` [PATCH v5 01/12] x86/boot: Place kernel_info at a fixed offset
` [PATCH v5 02/12] Documentation/x86: Secure Launch kernel documentation
` [PATCH v5 03/12] x86: Secure Launch Kconfig
` [PATCH v5 04/12] x86: Secure Launch main header file
` [PATCH v5 05/12] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v5 06/12] x86: Secure Launch kernel early boot stub
` [PATCH v5 07/12] x86: Secure Launch kernel late "
` [PATCH v5 08/12] x86: Secure Launch SMP bringup support
` [PATCH v5 09/12] kexec: Secure Launch kexec SEXIT support
` [PATCH v5 10/12] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v5 11/12] x86: Secure Launch late initcall platform module
` [PATCH v5 12/12] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

[PATCH v8 1/3] gpu: drm: separate panel orientation property creating and value setting
 2022-02-18 15:57 UTC  (12+ messages)
` [Intel-gfx] "

[PATCH net-next v3 0/5] Add support for locked bridge ports (for 802.1X)
 2022-02-18 15:51 UTC  (6+ messages)
` [PATCH net-next v3 1/5] net: bridge: Add support for bridge port in locked mode
` [PATCH net-next v3 2/5] net: bridge: Add support for offloading of locked port flag
` [PATCH net-next v3 3/5] net: dsa: Add support for offloaded "
` [PATCH net-next v3 4/5] net: dsa: mv88e6xxx: Add support for bridge port locked mode
` [PATCH net-next v3 5/5] selftests: forwarding: tests of locked port feature

[RFC] uuid_generate_time_safe() without uuidd should always return -1
 2022-02-18 15:52 UTC  (2+ messages)

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-18 15:51 UTC  (2+ messages)

[PATCH] staging: wfx: fix scan with WFM200 and WW regulation
 2022-02-18 15:50 UTC  (4+ messages)

[PATCH v3 00/25] Add initial support for MHI endpoint stack
 2022-02-18 15:47 UTC  (7+ messages)
` [PATCH v3 12/25] bus: mhi: ep: Add support for ring management

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-18 15:45 UTC  (4+ messages)
` [PATCH v2 05/18] x86: remove __range_not_ok()

[PATCH v3 0/4] RSS support for VirtioNet
 2022-02-18 15:43 UTC  (7+ messages)
` [PATCH v3 2/4] drivers/net/virtio_net: Added basic RSS support

[PATCH] SELinux: Always allow FIOCLEX and FIONCLEX
 2022-02-18 15:39 UTC  (16+ messages)

rtl8192e: use BIT macro instead of left shifting
 2022-02-18 15:37 UTC  (2+ messages)

fs: race between vfs_rename and do_linkat (mv and link)
 2022-02-18 15:37 UTC  (11+ messages)
`  "

[PATCH net-next v3 1/1] net: dsa: microchip: ksz9477: export HW stats over stats64 interface
 2022-02-18 15:35 UTC  (2+ messages)

[RFC PATCH 0/6] RLIMIT_NPROC in ucounts fixups
 2022-02-18 15:34 UTC  (4+ messages)
` [PATCH 0/8] ucounts: RLIMIT_NPROC fixes
  ` [PATCH v2 0/5] "
    ` [GIT PULL] ucounts: RLIMIT_NPROC fixes for v5.17

[REGRESSION] 5-10% increase in IO latencies with nohz balance patch
 2022-02-18 15:34 UTC  (11+ messages)

rtl8192e: use BIT macro instead of left shifting
 2022-02-18 15:32 UTC 

[PATCH 1/2] selftests/lkdtm: add config and turn off CFI_FORWARD_PROTO
 2022-02-18 15:32 UTC  (4+ messages)
` [PATCH 2/2] selftests/lkdtm: add config

[PATCH] Correct documentation comments for x86 csum_and_copy_...user()
 2022-02-18 15:31 UTC  (2+ messages)

[PATCH V8 00/44] PKS/PMEM: Add Stray Write Protection
 2022-02-18 15:28 UTC  (5+ messages)
` [PATCH V8 19/44] mm/pkeys: PKS Testing, add pks_mk_*() tests

[PATCH v1 0/7] Add Intel OFS support for DFL driver
 2022-02-18 15:27 UTC  (13+ messages)
` [PATCH v1 3/7] fpga: dfl: Allow for ports with no local bar space
` [PATCH v1 4/7] fpga: dfl: fix VF creation when ports have no local BAR space
` [PATCH v1 7/7] fpga: dfl: pci: Add generic OFS PCI PID

[PATCH 0/7] hwrnd: atmel - add runtime pm support
 2022-02-18 15:24 UTC  (2+ messages)

[PATCH] sched: Fix stale try_invoke_on_locked_down_task comment
 2022-02-18 15:23 UTC  (2+ messages)

[PATCH core] perf data: Adding error message if perf_data__create_dir fails
 2022-02-18 15:23 UTC  (2+ messages)
` [PATCH urgent] perf data: Fix double free in perf_session__delete

[PATCH v2] nbd: Don't use workqueue to handle recv work
 2022-02-18 15:20 UTC  (10+ messages)

[PATCH -next] spi: clean up some inconsistent indenting
 2022-02-18 15:18 UTC  (2+ messages)

[PATCH v2 00/14] rtc: pcf2127: add PCF2131 driver
 2022-02-18 15:17 UTC  (4+ messages)
` [PATCH v2 14/14] dt-bindings: rtc: pcf2127: add PCF2131

[PATCH] tracing/osnoise: Make osnoise_main to sleep for microseconds
 2022-02-18 15:17 UTC 

[PATCH v7 0/1] s390x: KVM: CPU Topology
 2022-02-18 15:10 UTC  (5+ messages)
` [PATCH v7 1/1] s390x: KVM: guest support for topology function

[PATCH v5 1/2] dt-bindings: hwmon: add tmp464.yaml
 2022-02-18 15:09 UTC  (2+ messages)
` [PATCH v5 2/2] hwmon: Add driver for Texas Instruments TMP464 and TMP468

[PATCH mm] kasan: print virtual mapping info in reports
 2022-02-18 15:07 UTC  (3+ messages)

[PATCH v4 1/2] dt-bindings: hwmon: add tmp464.yaml
 2022-02-18 15:07 UTC  (6+ messages)
` [PATCH v4 2/2] hwmon: Add driver for Texas Instruments TMP464 and TMP468

[PATCH v3 0/4] Add V4L stateless video decoder API support to NVIDIA Tegra driver
 2022-02-18 15:04 UTC  (4+ messages)
` [PATCH v3 1/4] media: v4l2-ctrls: Add new V4L2_H264_DECODE_PARAM_FLAG_P/BFRAME flags

[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
 2022-02-18 15:01 UTC  (2+ messages)

[PATCH 0/4] spi-mem: Allow specifying the byte order in DTR mode
 2022-02-18 14:59 UTC  (5+ messages)
` [PATCH 1/4] spi: "
` [PATCH 2/4] mtd: spi-nor: core: "
` [PATCH 3/4] mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT
` [PATCH 4/4] mtd: spi-nor: core: Introduce SPI_NOR_DTR_BSWAP16 no_sfdp_flag

[PATCH v5 1/2] dt-bindings: iio: frequency: Add ADMV4420 doc
 2022-02-18 15:07 UTC  (2+ messages)
` [PATCH v5 2/2] iio: frequency: admv4420.c: Add support for ADMV4420

[PATCH v8 0/19] drm/mediatek: Add mt8195 DisplayPort driver
 2022-02-18 14:54 UTC  (20+ messages)
` [PATCH v8 01/19] dt-bindings: mediatek,dpi: Add DP_INTF compatible
` [PATCH v8 02/19] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH v8 03/19] drm/edid: Add cea_sad helpers for freq/length
` [PATCH v8 04/19] video/hdmi: Add audio_infoframe packing for DP
` [PATCH v8 05/19] drm/mediatek: dpi: move dpi limits to board config
` [PATCH v8 06/19] drm/mediatek: dpi: implement a CK/DE pol toggle in "
` [PATCH v8 07/19] drm/mediatek: dpi: implement a swap_input "
` [PATCH v8 08/19] drm/mediatek: dpi: move dimension mask to "
` [PATCH v8 09/19] drm/mediatek: dpi: move dimension_mask "
` [PATCH v8 10/19] drm/mediatek: dpi: move swap_shift "
` [PATCH v8 11/19] drm/mediatek: dpi: move the yuv422_en_bit "
` [PATCH v8 12/19] drm/mediatek: dpi: move the csc_enable bit "
` [PATCH v8 13/19] drm/mediatek: dpi: Add dpintf support
` [PATCH v8 14/19] phy: phy-mtk-dp: Add driver for DP phy
` [PATCH v8 15/19] drm/mediatek: Add mt8195 Embedded DisplayPort driver
` [PATCH v8 16/19] drm/mediatek: Add mt8195 External DisplayPort support
` [PATCH v8 17/19] drm/mediatek: add hpd debounce
` [PATCH v8 18/19] drm/mediatek: change the aux retries times when receiving AUX_DEFER
` [PATCH v8 19/19] drm/mediatek: DP audio support for mt8195

[PATCH v4 0/5] Add support for the eDP panel on sc7280 CRD
 2022-02-18 14:56 UTC  (4+ messages)
` [PATCH v4 2/5] arm64: dts: qcom: sc7280: Add support for eDP panel on CRD

[v2 00/17] ASoC: mediatek: Add support for MT8186 SoC
 2022-02-18 14:54 UTC  (25+ messages)
` [v2 01/17] ASoC: mediatek: mt6366: add codec driver
` [v2 03/17] ASoC: mediatek: mt8186: support adda in platform driver
` [v2 04/17] ASoC: mediatek: mt8186: support hostless "
` [v2 05/17] ASoC: mediatek: mt8186: support hw gain "
` [v2 06/17] ASoC: mediatek: mt8186: support i2s "
` [v2 07/17] ASoC: mediatek: mt8186: support pcm "
` [v2 08/17] ASoC: mediatek: mt8186: support src "
` [v2 09/17] ASoC: mediatek: mt8186: support tdm "
` [v2 10/17] ASoC: mediatek: mt8186: support audio clock control "
` [v2 11/17] ASoC: mediatek: mt8186: support gpio "
` [v2 12/17] ASoC: mediatek: mt8186: add "
` [v2 14/17] ASoC: mediatek: mt8186: add machine driver with mt6366, da7219 and max98357

[PATCH] media: cedrus: h264: Fix neighbour info buffer size
 2022-02-18 14:53 UTC  (2+ messages)

[PATCH v4 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-02-18 14:48 UTC  (3+ messages)

[PATCH v2 1/2] staging: wfx: fix an error handling in wfx_init_common()
 2022-02-18 14:43 UTC  (2+ messages)

[GIT PULL] mtd: Fixes for v5.17-rc5
 2022-02-18 14:36 UTC 

[PATCH net v3] gso: do not skip outer ip header in case of ipip and net_failover
 2022-02-18 14:35 UTC 

[PATCH v3 1/4] dt-binding: mtd: nand: Document the wp-gpios property
 2022-02-18 14:33 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).