linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 14:02:18 to 2024-02-26 15:07:41 UTC [more...]

[PATCH net-next 0/2] doc: sfp-phylink: update the porting guide
 2024-02-26 15:07 UTC  (7+ messages)
` [PATCH net-next 1/2] doc: sfp-phylink: drop the mention to phylink_config->pcs_poll
` [PATCH net-next 2/2] doc: sfp-phylink: mention the mac_capabilities and supported_interfaces

CVE-2023-52451: powerpc/pseries/memhp: Fix access beyond end of drmem array
 2024-02-26 15:06 UTC  (2+ messages)

[PATCH v1] net: sfp: add quirks for ODI DFP-34X-2C2
 2024-02-26 15:06 UTC  (6+ messages)

[PATCH 1/3] platform/x86/intel/vsec: Remove nuisance message
 2024-02-26 15:03 UTC  (6+ messages)
` [PATCH 2/3] platform/x86/intel/pmc/lnl: Remove SSRAM support
` [PATCH 3/3] platform/x86/intel/pmc/arl: Put GNA device in D3

[tip: x86/apic] smp: Provide 'setup_max_cpus' definition on UP too
 2024-02-26 15:02 UTC  (2+ messages)

[PATCH] dt-bindings: firmware: arm,scmi: support system power protocol
 2024-02-26 15:02 UTC  (3+ messages)

[PATCH v6 0/8] kvm/coresight: Support exclude guest and exclude host
 2024-02-26 15:01 UTC  (3+ messages)
` [PATCH v6 6/8] arm64: KVM: Add interface to set guest value for TRFCR register

[PATCH] riscv: deprecate CONFIG_MMU=n
 2024-02-26 15:01 UTC  (4+ messages)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-02-26 15:00 UTC  (4+ messages)
` [RFC PATCH 02/20] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage

[syzbot] [ntfs3?] possible deadlock in ntfs_set_state (2)
 2024-02-26 15:00 UTC  (2+ messages)

[PATCH 1/8] sysctl: introduce sysctl SYSCTL_U8_MAX and SYSCTL_LONG_S32_MAX
 2024-02-26 14:59 UTC  (3+ messages)

[PATCH 01/12] drm/i915: Indicate which pipe failed the fastset check overall
 2024-02-26 14:57 UTC  (2+ messages)

[PATCH] platform/mellanox: mlxreg-hotplug: Check pointer for NULL before dereferencing it
 2024-02-26 14:54 UTC 

[PATCH v4 00/16] UNI-T UTi260B support
 2024-02-26 14:55 UTC  (3+ messages)
` [PATCH v4 06/16] dt-bindings: lcdif: Do not require power-domains for i.MX6ULL

[PATCH v15 1/3] dt-bindings: adc: add AD7173
 2024-02-26 14:55 UTC  (3+ messages)

[PATCH 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-02-26 14:54 UTC  (14+ messages)
` [PATCH 07/18] ASoC: mediatek: mt8365: Add ADDA DAI support
` [PATCH 08/18] ASoC: mediatek: mt8365: Add DMIC "
` [PATCH 09/18] ASoC: mediatek: mt8365: Add PCM "
` [PATCH 10/18] ASoc: mediatek: mt8365: Add a specific soundcard for EVK
` [PATCH 11/18] ASoC: mediatek: mt8365: Add platform driver
` [PATCH 12/18] ASoC: codecs: mt6357: add MT6357 codec
` [PATCH 13/18] mfd: mt6397-core: register mt6357 sound codec
` [PATCH 14/18] ASoC: mediatek: Add MT8365 support
` [PATCH 15/18] arm64: defconfig: enable mt8365 sound
` [PATCH 16/18] arm64: dts: mediatek: add mt6357 audio codec support
` [PATCH 17/18] arm64: dts: mediatek: add afe support for mt8365 SoC
` [PATCH 18/18] arm64: dts: mediatek: add audio support for mt8365-evk

[PATCH] vfio: amba: Rename pl330_ids[] to vfio_amba_ids[]
 2024-02-26 14:54 UTC  (2+ messages)

[PATCH] platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc()
 2024-02-26 14:53 UTC  (2+ messages)

[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
 2024-02-26 14:49 UTC  (75+ messages)
` [RFC PATCH 01/73] KVM: Documentation: Add the specification for PVM
` [RFC PATCH 02/73] x86/ABI/PVM: Add PVM-specific ABI header file
` [RFC PATCH 03/73] x86/entry: Implement switcher for PVM VM enter/exit
` [RFC PATCH 04/73] x86/entry: Implement direct switching for the switcher
` [RFC PATCH 05/73] KVM: x86: Set 'vcpu->arch.exception.injected' as true before vendor callback
` [RFC PATCH 06/73] KVM: x86: Move VMX interrupt/nmi handling into kvm.ko
` [RFC PATCH 07/73] KVM: x86/mmu: Adapt shadow MMU for PVM
` [RFC PATCH 08/73] KVM: x86: Allow hypercall handling to not skip the instruction
` [RFC PATCH 09/73] KVM: x86: Add PVM virtual MSRs into emulated_msrs_all[]
` [RFC PATCH 10/73] KVM: x86: Introduce vendor feature to expose vendor-specific CPUID
` [RFC PATCH 11/73] KVM: x86: Implement gpc refresh for guest usage
` [RFC PATCH 12/73] KVM: x86: Add NR_VCPU_SREG in SREG enum
` [RFC PATCH 13/73] KVM: x86/emulator: Reinject #GP if instruction emulation failed for PVM
` [RFC PATCH 14/73] KVM: x86: Create stubs for PVM module as a new vendor
` [RFC PATCH 15/73] mm/vmalloc: Add a helper to reserve a contiguous and aligned kernel virtual area
` [RFC PATCH 16/73] KVM: x86/PVM: Implement host mmu initialization
` [RFC PATCH 17/73] KVM: x86/PVM: Implement module initialization related callbacks
` [RFC PATCH 18/73] KVM: x86/PVM: Implement VM/VCPU "
` [RFC PATCH 19/73] x86/entry: Export 32-bit ignore syscall entry and __ia32_enabled variable
` [RFC PATCH 20/73] KVM: x86/PVM: Implement vcpu_load()/vcpu_put() related callbacks
` [RFC PATCH 21/73] KVM: x86/PVM: Implement vcpu_run() callbacks
` [RFC PATCH 22/73] KVM: x86/PVM: Handle some VM exits before enable interrupts
` [RFC PATCH 23/73] KVM: x86/PVM: Handle event handling related MSR read/write operation
` [RFC PATCH 24/73] KVM: x86/PVM: Introduce PVM mode switching
` [RFC PATCH 25/73] KVM: x86/PVM: Implement APIC emulation related callbacks
` [RFC PATCH 26/73] KVM: x86/PVM: Implement event delivery flags "
` [RFC PATCH 27/73] KVM: x86/PVM: Implement event injection "
` [RFC PATCH 28/73] KVM: x86/PVM: Handle syscall from user mode
` [RFC PATCH 29/73] KVM: x86/PVM: Implement allowed range checking for #PF
` [RFC PATCH 30/73] KVM: x86/PVM: Implement segment related callbacks
` [RFC PATCH 31/73] KVM: x86/PVM: Implement instruction emulation for #UD and #GP
` [RFC PATCH 32/73] KVM: x86/PVM: Enable guest debugging functions
` [RFC PATCH 33/73] KVM: x86/PVM: Handle VM-exit due to hardware exceptions
` [RFC PATCH 34/73] KVM: x86/PVM: Handle ERETU/ERETS synthetic instruction
` [RFC PATCH 35/73] KVM: x86/PVM: Handle PVM_SYNTHETIC_CPUID "
` [RFC PATCH 36/73] KVM: x86/PVM: Handle KVM hypercall
` [RFC PATCH 37/73] KVM: x86/PVM: Use host PCID to reduce guest TLB flushing
` [RFC PATCH 38/73] KVM: x86/PVM: Handle hypercalls for privilege instruction emulation
` [RFC PATCH 39/73] KVM: x86/PVM: Handle hypercall for CR3 switching
` [RFC PATCH 40/73] KVM: x86/PVM: Handle hypercall for loading GS selector
` [RFC PATCH 41/73] KVM: x86/PVM: Allow to load guest TLS in host GDT
` [RFC PATCH 42/73] KVM: x86/PVM: Support for kvm_exit() tracepoint
` [RFC PATCH 43/73] KVM: x86/PVM: Enable direct switching
` [RFC PATCH 44/73] KVM: x86/PVM: Implement TSC related callbacks
` [RFC PATCH 45/73] KVM: x86/PVM: Add dummy PMU "
` [RFC PATCH 46/73] KVM: x86/PVM: Support for CPUID faulting
` [RFC PATCH 47/73] KVM: x86/PVM: Handle the left supported MSRs in msrs_to_save_base[]
` [RFC PATCH 48/73] KVM: x86/PVM: Implement system registers setting callbacks
` [RFC PATCH 49/73] KVM: x86/PVM: Implement emulation for non-PVM mode
` [RFC PATCH 50/73] x86/tools/relocs: Cleanup cmdline options
` [RFC PATCH 51/73] x86/tools/relocs: Append relocations into input file
` [RFC PATCH 52/73] x86/boot: Allow to do relocation for uncompressed kernel
` [RFC PATCH 53/73] x86/pvm: Add Kconfig option and the CPU feature bit for PVM guest
` [RFC PATCH 54/73] x86/pvm: Detect PVM hypervisor support
` [RFC PATCH 55/73] x86/pvm: Relocate kernel image to specific virtual address range
` [RFC PATCH 56/73] x86/pvm: Relocate kernel image early in PVH entry
` [RFC PATCH 57/73] x86/pvm: Make cpu entry area and vmalloc area variable
` [RFC PATCH 58/73] x86/pvm: Relocate kernel address space layout
` [RFC PATCH 59/73] x86/pti: Force enabling KPTI for PVM guest
` [RFC PATCH 60/73] x86/pvm: Add event entry/exit and dispatch code
` [RFC PATCH 61/73] x86/pvm: Allow to install a system interrupt handler
` [RFC PATCH 62/73] x86/pvm: Add early kernel event entry and dispatch code
` [RFC PATCH 63/73] x86/pvm: Add hypercall support
` [RFC PATCH 64/73] x86/pvm: Enable PVM event delivery
` [RFC PATCH 65/73] x86/kvm: Patch KVM hypercall as PVM hypercall
` [RFC PATCH 66/73] x86/pvm: Use new cpu feature to describe XENPV and PVM
` [RFC PATCH 67/73] x86/pvm: Implement cpu related PVOPS
` [RFC PATCH 68/73] x86/pvm: Implement irq "
` [RFC PATCH 69/73] x86/pvm: Implement mmu "
` [RFC PATCH 70/73] x86/pvm: Don't use SWAPGS for gsbase read/write
` [RFC PATCH 71/73] x86/pvm: Adapt pushf/popf in this_cpu_cmpxchg16b_emu()
` [RFC PATCH 72/73] x86/pvm: Use RDTSCP as default in vdso_read_cpunode()
` [RFC PATCH 73/73] x86/pvm: Disable some unsupported syscalls and features

[PATCH net-next] bnxt_en: fix accessing vnic_info before allocating it
 2024-02-26 14:49 UTC 

[PATCH 00/13] enable bs > ps in XFS
 2024-02-26 14:49 UTC  (7+ messages)
` [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
` [PATCH 04/13] filemap: use mapping_min_order while allocating folios
` [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order

[PATCH 0/4] Fix defines in rf69.h
 2024-02-26 14:47 UTC  (7+ messages)
` [PATCH 1/4] staging: pi433: Remove a duplicated F_OSC define
` [PATCH 3/4] staging: pi433: Remove a duplicated FIFO_SIZE define
` [PATCH 4/4] staging: pi433: Move FIFO_THRESHOLD define to source file

[PATCH md-6.9 00/10] md/raid1: refactor read_balance() and some minor fix
 2024-02-26 14:44 UTC  (5+ messages)
` [PATCH md-6.9 06/10] md/raid1: factor out read_first_rdev() from read_balance()
` [PATCH md-6.9 07/10] md/raid1: factor out choose_slow_rdev() "

[PATCH v3] dt-bindings: timer: Add support for cadence TTC PWM
 2024-02-26 14:44 UTC  (2+ messages)

[PATCH] dm vdo: Fix a use-after-free in load_index_save()
 2024-02-26 14:41 UTC 

[PATCH V2] thermal/drivers/qoriq: fix getting tmu range
 2024-02-26 14:43 UTC  (2+ messages)

[PATCH v8 00/38] ep93xx device tree conversion
 2024-02-26 14:42 UTC  (3+ messages)
` [PATCH v8 23/38] input: keypad: ep93xx: add DT support for Cirrus EP93xx

[PATCH 00/11] Provide SEV-SNP support for running under an SVSM
 2024-02-26 14:42 UTC  (8+ messages)
` [PATCH 10/11] x86/sev: Extend the config-fs attestation support for "

[PATCH v2 0/6] RCU tasks fixes for v6.9
 2024-02-26 14:37 UTC  (7+ messages)

[PATCH 1/2] iio: adc: ti-ads1298: Fix error code in probe()
 2024-02-26 14:37 UTC  (4+ messages)

[PATCH] clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()
 2024-02-26 14:35 UTC  (6+ messages)
` [PATCH] clk: imx: scu: Use common error handling code "
    `  "

[PATCH v3 0/8] usb: cdns: fix suspend on J7200 by assuming reset-on-resume
 2024-02-26 14:35 UTC  (6+ messages)
` [PATCH v3 1/8] dt-bindings: usb: ti,j721e-usb: drop useless compatible list

[tip:x86/fred] [x86/fred] 65c9cc9e2c: WARNING:kernel_stack
 2024-02-26 14:34 UTC 

[PATCH v2] hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init()
 2024-02-26 14:35 UTC  (2+ messages)

[PATCH v2 1/1] leds: expresswire: Don't use "proxy" headers
 2024-02-26 14:34 UTC  (6+ messages)

[PATCH net-next v3 0/3] net: stmmac: Allow driver-specific AXI configuration
 2024-02-26 14:33 UTC  (6+ messages)
` [PATCH net-next v3 3/3] net: stmmac: Configure AXI on Tegra234 MGBE

Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
 2024-02-26 14:33 UTC  (11+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-02-26 14:32 UTC  (3+ messages)
` [PATCH v19 004/130] x86/virt/tdx: Support global metadata read for all element sizes

[PATCH v4 00/36] Memory allocation profiling
 2024-02-26 14:31 UTC  (5+ messages)
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline

[PATCH] ARM: dts: aspeed: ahe50dc: Update lm25066 regulator name
 2024-02-26 14:31 UTC  (2+ messages)

[PATCH v3 0/9] auxdisplay: linedisp: Clean up and add new driver
 2024-02-26 14:30 UTC  (4+ messages)

[PATCH v6 00/10] x86: Confine early 1:1 mapped startup code
 2024-02-26 14:30 UTC  (11+ messages)
` [PATCH v6 01/10] x86/startup_64: Simplify CR4 handling in "
` [PATCH v6 02/10] x86/startup_64: Defer assignment of 5-level paging global variables
` [PATCH v6 03/10] x86/startup_64: Simplify calculation of initial page table address
` [PATCH v6 04/10] x86/startup_64: Simplify virtual switch on primary boot
` [PATCH v6 05/10] x86/sme: Avoid SME/SVE related checks on non-SME/SVE platforms
` [PATCH v6 06/10] efi/libstub: Add generic support for parsing mem_encrypt=
` [PATCH v6 07/10] x86/boot: Move mem_encrypt= parsing to the decompressor
` [PATCH v6 08/10] x86/sme: Move early SME kernel encryption handling into .head.text
` [PATCH v6 09/10] x86/sev: Move early startup code into .head.text section
` [PATCH v6 10/10] x86/startup_64: Drop global variables keeping track of LA57 state

[PATCH] MAINTAINERS: Drop myself as maintainer of TYPEC port controller drivers
 2024-02-26 14:30 UTC  (3+ messages)

[RCF 0/1] mm/mempolicy: weighted interleave system default weights
 2024-02-26 14:29 UTC  (6+ messages)
` [RFC 1/1] mm/mempolicy: introduce system default interleave weights

intel i225 NIC loses PCIe link, network becomes unusable)
 2024-02-26 14:10 UTC  (2+ messages)

[PATCH v2 2/4] gpio: cdev: use correct pointer accessors with SRCU
 2024-02-26 14:27 UTC  (2+ messages)

[PATCH v2 00/14] serial: Add a helper to parse device properties and more
 2024-02-26 14:19 UTC  (15+ messages)
` [PATCH v2 01/14] serial: core: Move struct uart_port::quirks closer to possible values
` [PATCH v2 02/14] serial: core: Add UPIO_UNKNOWN constant for unknown port type
` [PATCH v2 03/14] serial: port: Introduce a common helper to read properties
` [PATCH v2 04/14] serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()
` [PATCH v2 05/14] serial: 8250_bcm2835aux: "
` [PATCH v2 06/14] serial: 8250_bcm7271: "
` [PATCH v2 07/14] serial: 8250_dw: "
` [PATCH v2 08/14] serial: 8250_ingenic: "
` [PATCH v2 09/14] serial: 8250_lpc18xx: "
` [PATCH v2 10/14] serial: 8250_of: "
` [PATCH v2 11/14] serial: 8250_omap: "
` [PATCH v2 12/14] serial: 8250_pxa: "
` [PATCH v2 13/14] serial: 8250_tegra: "
` [PATCH v2 14/14] serial: 8250_uniphier: "

[PATCH v15 01/10] irqchip/riscv-intc: Fix low-level interrupt handler setup for AIA
 2024-02-26 14:21 UTC  (2+ messages)
` [tip: irq/msi] "

[rft, PATCH v1 00/14] serial: Add a helper to parse device properties and more
 2024-02-26 14:17 UTC  (7+ messages)
` [PATCH v1 02/14] serial: core: Add UPIO_UNSET constant for unset port type

[PATCH v3 0/2] riscv: pwm: sophgo: add pwm support for CV1800
 2024-02-26 14:02 UTC  (3+ messages)
` [PATCH v3 2/2] pwm: sophgo: add pwm support for Sophgo CV1800 SoC

[PATCH v3 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-02-26 14:14 UTC  (3+ messages)
` [PATCH v3 5/9] drm/vkms: Re-introduce line-per-line composition algorithm

[PATCH v2 0/2] mm: remove total_mapcount()
 2024-02-26 14:13 UTC  (3+ messages)
` [PATCH v2 1/2] mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()
` [PATCH v2 2/2] mm: remove total_mapcount()

[PATCH v4 1/2] dt-bindings: interrupt-controller: Add starfive,jh8100-intc
 2024-02-26 14:13 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v4 2/2] irqchip: Add StarFive external interrupt controller
 2024-02-26 14:13 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v7 0/5] Support for Avago APDS9306 Ambient Light Sensor
 2024-02-26 14:12 UTC  (3+ messages)
` [PATCH v7 5/5] iio: light: Add support for APDS9306 "

[PATCH] ARM: mvebu: Add check in coherency.c to prevent null pointer dereference
 2024-02-26 14:08 UTC  (3+ messages)

[PATCH v2 for-next 0/2] RDMA/hns: Support configuring congestion control algorithm with QP granularity
 2024-02-26 14:06 UTC  (5+ messages)
` [PATCH v2 for-next 2/2] RDMA/hns: Support userspace "

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-02-26 14:05 UTC  (8+ messages)
` [PATCH v2 1/7] mm/damon: refactor DAMOS_PAGEOUT with migration_mode
` [PATCH v2 2/7] mm: make alloc_demote_folio externally invokable for migration
` [PATCH v2 3/7] mm/damon: introduce DAMOS_DEMOTE action for demotion
` [PATCH v2 4/7] mm/memory-tiers: add next_promotion_node to find promotion target
` [PATCH v2 5/7] mm/damon: introduce DAMOS_PROMOTE action for promotion
` [PATCH v2 6/7] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [PATCH v2 7/7] mm/damon/sysfs-schemes: apply target_nid for promote and demote actions

[PATCH] ext4: remove unused parameter biop in ext4_issue_discard()
 2024-02-26 14:06 UTC  (2+ messages)

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-02-26 14:04 UTC  (12+ messages)
` [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()

[PATCH 0/5] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-02-26 14:04 UTC  (3+ messages)
` [PATCH 4/5] firmware: imx: support BBM module

[PATCH v3] PM / core: conditionally skip system pm in device/driver model
 2024-02-26 14:02 UTC  (4+ 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).