linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-18 13:51:08 to 2022-02-18 16:23:11 UTC [more...]

[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

[PATCH v3 0/6] kvm: x86: better handling of optional kvm_x86_ops
 2022-02-18 16:18 UTC  (9+ 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

[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] drm/amdkfd: Replace one-element array with flexible-array member
 2022-02-18 16:15 UTC  (3+ messages)

[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][RFC] ipc,fs: use rcu_work to free struct ipc_namespace
 2022-02-18 16:08 UTC  (2+ messages)

[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] drm/virtio: Add USE_INTERNAL blob flag
 2022-02-18 15:57 UTC 

[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  (17+ messages)
` [PATCH v1 2/7] fpga: dfl: check feature type before parse irq info
` [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 

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-18 15:12 UTC  (3+ messages)
` [RFC PATCH 04/13] vfio/mdev: remove the usage of the list iterator after the loop

[PATCH v7 0/1] s390x: KVM: CPU Topology
 2022-02-18 15:10 UTC  (6+ 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] kunit,um: Fix kunit.py build --alltests
 2022-02-18 15:01 UTC  (3+ messages)
` [PATCH 4/4] kunit: tool: Disable broken options for --alltests

[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  (4+ messages)
` [PATCH v2 2/2] staging: wfx: check the return value of devm_kmalloc()

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

[PATCH v2] mtd: rawnand: pl353: Set the nand chip node as the flash node
 2022-02-18 14:33 UTC  (2+ messages)

[PATCH v3 2/4] mtd: rawnand: stm32_fmc2: Add NAND Write Protect support
 2022-02-18 14:33 UTC  (2+ messages)

[PATCH 7/9] mtd: spear_smi: use GFP_KERNEL
 2022-02-18 14:32 UTC  (2+ messages)

[PATCH v3] dt-bindings: mtd: drop mtd/cortina,gemini-flash.txt
 2022-02-18 14:32 UTC  (2+ messages)

[PATCH] mtd: parsers: trx: allow to use on MediaTek MIPS SoCs
 2022-02-18 14:32 UTC  (2+ messages)

[PATCH 0/1] sound: add quirk for Huawei D15
 2022-02-18 14:28 UTC  (2+ messages)

[PATCH 1/3] docs: pdfdocs: Pull LaTeX preamble part out of conf.py
 2022-02-18 14:26 UTC  (3+ messages)
` [PATCH 2/3] docs: kerneldoc-preamble.sty: Expand comments in LaTeX code
` [PATCH 3/3] Reword note on missing CJK fonts

[PATCHv2 0/3] perf/bpf: Replace deprecated code
 2022-02-18 14:22 UTC  (6+ messages)
` [PATCH 3/3] perf tools: Rework prologue generation code

[PATCH v1 1/1] i2c: robotfuzz-osif: Propagate parent device to I2C core
 2022-02-18 14:22 UTC  (2+ messages)

[PATCH v2 00/18] Multiple addition to ipq8064 dtsi
 2022-02-18 14:11 UTC  (3+ messages)
` [PATCH v2 16/18] ARM: dts: qcom: remove redundant binding from ipq8064 rb3011 dts

[GIT PULL] : spi-mem/ecc changes for 5.18
 2022-02-18 14:10 UTC 

[PATCH v3] tee: make tee_shm_register_kernel_buf vmalloc supported
 2022-02-18 14:10 UTC 

[PATCH] riscv: mm: remove the BUG_ON check of mapping the last 4K bytes of memory
 2022-02-18 14:00 UTC  (2+ messages)

[PATCH RFC] staging: r8188eu: comment about the chip's packet format
 2022-02-18 13:56 UTC  (3+ messages)

[PATCH 0/4] staging: r8188eu: use ieee80211 defines and helpers
 2022-02-18 13:50 UTC  (2+ messages)
` [PATCH 4/4] staging: r8188eu: use ieee80211 helper for qos bit


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