LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-26 22:07:07 to 2024-01-27 00:05:14 UTC [more...]

[PATCH 00/11] Provide SEV-SNP support for running under an SVSM
 2024-01-27  0:05 UTC  (13+ messages)
` [PATCH 01/11] x86/sev: Rename snp_init() in the boot/compressed/sev.c file
` [PATCH 02/11] x86/sev: Make the VMPL0 checking function more generic
` [PATCH 03/11] x86/sev: Check for the presence of an SVSM in the SNP Secrets page
` [PATCH 04/11] x86/sev: Use kernel provided SVSM Calling Areas
` [PATCH 05/11] x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0
` [PATCH 06/11] x86/sev: Use the SVSM to create a vCPU when not in VMPL0
` [PATCH 07/11] x86/sev: Provide SVSM discovery support
` [PATCH 08/11] x86/sev: Provide guest VMPL level to userspace
` [PATCH 09/11] virt: sev-guest: Choose the VMPCK key based on executing VMPL
` [PATCH 10/11] x86/sev: Extend the config-fs attestation support for an SVSM
` [PATCH 11/11] x86/sev: Allow non-VMPL0 execution when an SVSM is present

[PATCH 5.10 000/286] 5.10.209-rc1 review
 2024-01-27  0:03 UTC  (9+ messages)

[RFC v2 0/4] overlayfs: Optimize override/revert creds
 2024-01-27  0:02 UTC  (3+ messages)

[Linux Kernel Bug] UBSAN: array-index-out-of-bounds in rds_cmsg_recv
 2024-01-27  0:00 UTC  (5+ messages)

[PATCH 00/46] Dynamic allocation of reserved_mem array
 2024-01-26 23:54 UTC  (47+ messages)
` [PATCH 01/46] of: reserved_mem: Change the order that reserved_mem regions are stored
` [PATCH 02/46] of: reserved_mem: Introduce new early reserved memory scan function
` [PATCH 03/46] ARC: reserved_mem: Implement the new processing order for reserved memory
` [PATCH 04/46] ARM: "
` [PATCH 05/46] arm64: "
` [PATCH 06/46] csky: "
` [PATCH 07/46] Loongarch: "
` [PATCH 08/46] microblaze: "
` [PATCH 09/46] mips: "
` [PATCH 10/46] nios2: "
` [PATCH 11/46] openrisc: "
` [PATCH 12/46] powerpc: "
` [PATCH 13/46] riscv: "
` [PATCH 14/46] sh: "
` [PATCH 15/46] um: "
` [PATCH 16/46] xtensa: "
` [PATCH 17/46] of: reserved_mem: Delete the early_init_fdt_scan_reserved_mem() function
` [PATCH 18/46] of: reserved_mem: Add code to dynamically allocate reserved_mem array
` [PATCH 19/46] ARC: resrved_mem: Move fdt_init_reserved_mem() below unflatten_device_tree()
` [PATCH 20/46] ARM: "
` [PATCH 21/46] arm64: "
` [PATCH 22/46] csky: "
` [PATCH 23/46] microblaze: "
` [PATCH 24/46] mips: "
` [PATCH 25/46] nios2: "
` [PATCH 26/46] powerpc: "
` [PATCH 27/46] riscv: "
` [PATCH 28/46] um: "
` [PATCH 29/46] xtensa: "
` [PATCH 30/46] of: reserved_mem: Add code to use unflattened DT for reserved_mem nodes
` [PATCH 31/46] of: reserved_mem: Rename fdt_* functions to refelct use of unflattened devicetree APIs
` [PATCH 32/46] ARC: reserved_mem: Switch fdt_init_reserved_mem() to dt_init_reserved_mem()
` [PATCH 33/46] ARM: "
` [PATCH 34/46] arm64: "
` [PATCH 35/46] csky: "
` [PATCH 36/46] loongarch: reserved_mem: Switch fdt_init_reserved_mem to dt_init_reserved_mem
` [PATCH 37/46] microblaze: "
` [PATCH 38/46] mips: reserved_mem: Switch fdt_init_reserved_mem() to dt_init_reserved_mem()
` [PATCH 39/46] nios2: "
` [PATCH 40/46] openrisc: reserved_mem: Switch fdt_init_reserved_mem to dt_init_reserved_mem
` [PATCH 41/46] powerpc: reserved_mem: Switch fdt_init_reserved_mem() to dt_init_reserved_mem()
` [PATCH 42/46] riscv: "
` [PATCH 43/46] sh: "
` [PATCH 44/46] um: "
` [PATCH 45/46] xtensa: "
` [PATCH 46/46] of: reserved_mem: Delete the fdt_init_reserved_mem() function

[PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-26 23:54 UTC  (6+ messages)
` [PATCH v2 11/25] x86/sev: Adjust directmap to avoid inadvertant RMP faults

[PATCH v2 1/1] mm/madvise: add MADV_F_COLLAPSE_LIGHT to process_madvise()
 2024-01-26 23:46 UTC  (14+ messages)

[PATCH] softirq: fix memory corruption when freeing tasklet_struct
 2024-01-26 23:43 UTC  (3+ messages)

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-01-26 23:42 UTC  (16+ messages)
` [PATCH 01/15] x86/irq: Move posted interrupt descriptor out of vmx code
` [PATCH 02/15] x86/irq: Unionize PID.PIR for 64bit access w/o casting
` [PATCH 03/15] x86/irq: Use bitfields exclusively in posted interrupt descriptor
` [PATCH 04/15] x86/irq: Add a Kconfig option for posted MSI
` [PATCH 05/15] x86/irq: Reserve a per CPU IDT vector for posted MSIs
` [PATCH 06/15] x86/irq: Set up per host CPU posted interrupt descriptors
` [PATCH 07/15] x86/irq: Add accessors for "
` [PATCH 08/15] x86/irq: Factor out calling ISR from common_interrupt
` [PATCH 09/15] x86/irq: Install posted MSI notification handler
` [PATCH 10/15] x86/irq: Factor out common code for checking pending interrupts
` [PATCH 11/15] x86/irq: Extend checks for pending vectors to posted interrupts
` [PATCH 12/15] iommu/vt-d: Make posted MSI an opt-in cmdline option
` [PATCH 13/15] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH 14/15] iommu/vt-d: Add a helper to retrieve PID address
` [PATCH 15/15] iommu/vt-d: Enable posted mode for device MSIs

drivers/irqchip/irq-stm32-exti.c:870:1-6: WARNING: invalid free of devm_ allocated data
 2024-01-26 23:30 UTC 

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-01-26 23:32 UTC  (16+ messages)
` [PATCH RFC 07/13] x86/irq: Add helpers for checking Intel PID
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler
` [PATCH RFC 11/13] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address

[GIT PULL] bcachefs fixes for 6.8-rc2
 2024-01-26 23:23 UTC 

[PATCH net-next 1/2] dt-bindings: net: snps,dwmac: Time Based Scheduling
 2024-01-26 23:22 UTC  (2+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2024-01-26 23:22 UTC  (8+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
  ` [PATCH RFC 1/6] arm64: mm: swap: support THP_SWAP on hardware with MTE
  ` [PATCH RFC 2/6] mm: swap: introduce swap_nr_free() for batched swap_free()
  ` [PATCH RFC 3/6] mm: swap: make should_try_to_free_swap() support large-folio

[GIT PULL] Power management fixes for v6.8-rc2
 2024-01-26 23:22 UTC  (2+ messages)

[GIT PULL] Thermal control update for v6.8-rc2
 2024-01-26 23:22 UTC  (2+ messages)

[GIT PULL] Documentation fixes
 2024-01-26 23:22 UTC  (2+ messages)

[PATCH v1 0/2] leds: aw200xx: support for hw pattern controllers
 2024-01-26 23:21 UTC  (4+ messages)
` [PATCH v1 1/2] "

[PATCH 0/4] Fixing live video input in ZynqMP DPSUB
 2024-01-26 23:18 UTC  (5+ messages)
    `  "

[PATCH] eventfs: Have inodes have unique inode numbers
 2024-01-26 23:17 UTC  (17+ messages)

[PATCH 00/17] media: kerneldoc warnings
 2024-01-26 23:16 UTC  (18+ messages)
` [PATCH 01/17] media: mediatek: vcodec: Fix "
` [PATCH 02/17] media: videodev2.h: Fix kerneldoc
` [PATCH 03/17] media: media-entity.h: "
` [PATCH 04/17] media: cec.h: "
` [PATCH 05/17] media: pci: dt315.h: "
` [PATCH 06/17] media: i2c: css-quirk.h: "
` [PATCH 07/17] media: i2c: adv748: "
` [PATCH 08/17] media: mediatek: jpeg: "
` [PATCH 09/17] media: mediatek: vcodec: "
` [PATCH 10/17] media: verisilicon: "
` [PATCH 11/17] media: qcom: venus: "
` [PATCH 12/17] media: samsung: exynos4-is: "
` [PATCH 13/17] media: samsung: s5p-mfc: "
` [PATCH 14/17] media: dvb-usb: "
` [PATCH 15/17] media: ipu3: "
` [PATCH 16/17] media: staging: meson: "
` [PATCH 17/17] linux: v4l2-vp9.h: "

[Linux Kernel Bug][ipv6/udp] memory leak in __ip6_append_data
 2024-01-26 23:14 UTC 

[PATCH net-next v2 0/8] netconsole: Add userdata append support
 2024-01-26 23:13 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net: netconsole: cleanup formatting lints
` [PATCH net-next v2 2/8] net: netconsole: move netconsole_target config_item to config_group
` [PATCH net-next v2 3/8] net: netconsole: move newline trimming to function
` [PATCH net-next v2 4/8] net: netconsole: add docs for appending netconsole user data
` [PATCH net-next v2 5/8] net: netconsole: add a userdata config_group member to netconsole_target
` [PATCH net-next v2 6/8] net: netconsole: cache userdata formatted string in netconsole_target
` [PATCH net-next v2 7/8] net: netconsole: append userdata to netconsole messages
` [PATCH net-next v2 8/8] net: netconsole: append userdata to fragmented "

[RFC PATCH] nvmem: u-boot-env: improve error checking
 2024-01-26 23:10 UTC 

[PATCH bpf-next v2] selftests/bpf: Include runner extras for install target
 2024-01-26 23:10 UTC  (2+ messages)

[PATCH v2] f2fs: fix max open zone constraints
 2024-01-26 23:08 UTC  (2+ messages)

[PATCH 2/9] soc: samsung: exynos-pmu: Add exynos_pmu_update/read/write APIs and SoC quirks
 2024-01-26 23:07 UTC  (2+ messages)

[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
 2024-01-26 22:57 UTC  (4+ messages)
` [PATCH 01/82] overflow: Expand check_add_overflow() for pointer addition

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2024-01-26 22:51 UTC  (10+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH v13 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2024-01-26 22:38 UTC  (10+ messages)
` [PATCH v14 "
  ` [PATCH v14 1/8] x86/resctrl: Prepare for new domain scope
  ` [PATCH v14 2/8] x86/resctrl: Prepare to split rdt_domain structure
  ` [PATCH v14 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
  ` [PATCH v14 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
  ` [PATCH v14 5/8] x86/resctrl: Add node-scope to the options for feature scope
  ` [PATCH v14 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
  ` [PATCH v14 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v14 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH] irqchip/sifive-plic: enable interrupt if needed before EOI
 2024-01-26 22:38 UTC 

[PATCH] usb: ulpi: Fix debugfs directory leak
 2024-01-26 22:38 UTC 

[GIT PULL] Enable -Wstringop-overflow globally
 2024-01-26 22:36 UTC  (5+ messages)

[PATCH] drm/amd/display: add panel_power_savings sysfs entry to eDP connectors
 2024-01-26 22:34 UTC  (2+ messages)

[PATCH] wifi: brcmfmac: Adjust n_channels usage for __counted_by
 2024-01-26 22:31 UTC 

[PATCH v2 00/18] Staging: rtl8192e: 18 Additional checkpatch fixes for rtllib_softmac.c
 2024-01-26 22:31 UTC  (19+ messages)
` [PATCH v2 01/18] Staging: rtl8192e: Rename variable FirstIe_InScan
` [PATCH v2 02/18] Staging: rtl8192e: Rename function rtllib_rx_ADDBARsp()
` [PATCH v2 03/18] Staging: rtl8192e: Rename variable LPSAwakeIntvl_tmp
` [PATCH v2 04/18] Staging: rtl8192e: Rename variable LPSDelayCnt
` [PATCH v2 05/18] Staging: rtl8192e: Rename function pointer SetHwRegHandler()
` [PATCH v2 06/18] Staging: rtl8192e: Rename function MgntQuery_TxRateExcludeCCKRates()
` [PATCH v2 07/18] Staging: rtl8192e: Rename variable PeerHTCapBuf
` [PATCH v2 08/18] Staging: rtl8192e: Rename variable PeerHTInfoBuf
` [PATCH v2 09/18] Staging: rtl8192e: Rename variable LPSAwakeIntvl
` [PATCH v2 10/18] Staging: rtl8192e: Rename variable SelfHTCap
` [PATCH v2 11/18] Staging: rtl8192e: Fix paren alignment for rtllib_disable_net_monitor_mode()
` [PATCH v2 12/18] Staging: rtl8192e: Fixup if statement broken across multiple lines
` [PATCH v2 13/18] Staging: rtl8192e: Remove unnecessary blank line
` [PATCH v2 14/18] Staging: rtl8192e: Fix if statement alignment with open parenthesis
` [PATCH v2 15/18] Staging: rtl8192e: Rename variable Octet
` [PATCH v2 16/18] Staging: rtl8192e: Rename variable LpsIdleCount
` [PATCH v2 17/18] Staging: rtl8192e: Rename variable NumRecvBcnInPeriod
` [PATCH v2 18/18] Staging: rtl8192e: Rename variable bForcedBgMode

[PATCH net] net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
 2024-01-26 22:30 UTC  (2+ messages)

[PATCH] x86/sme: Fix memory encryption if enabled by default and not overridden
 2024-01-26 22:26 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2024-01-26 22:25 UTC 

[syzbot] [net?] [v9fs?] WARNING: refcount bug in p9_req_put (3)
 2024-01-26 22:23 UTC  (2+ messages)

[PATCH v5 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-26 22:23 UTC  (3+ messages)
` [PATCH v5 3/7] padata: dispatch works on different nodes

[PATCH] dt-bindings: iio: afe: voltage-divider: Add io-channel-cells
 2024-01-26 22:16 UTC  (7+ messages)

[RESEND PATCH v2 4/4] genirq/irq_sim: shrink code by using cleanup helpers
 2024-01-26 22:15 UTC  (4+ messages)
` [tip: irq/core] genirq/irq_sim: Shrink "

[KTAP V2 PATCH v2] ktap_v2: add test metadata
 2024-01-26 22:14 UTC 

[PATCH 0/3] perf/arm-cmn: Add support for tertiary match group
 2024-01-26 22:12 UTC  (4+ messages)
` [PATCH 1/3] perf/arm-cmn: Decouple wp_config registers from filter group number
` [PATCH 2/3] perf/arm-cmn: Add support for model specific parameters
` [PATCH 3/3] perf/arm-cmn: Enable support for tertiary match group

[PATCH v7 00/16] Add Secure TSC support for SNP guests
 2024-01-26 22:11 UTC  (3+ messages)
` [PATCH v7 06/16] virt: sev-guest: Move SNP Guest command mutex

[PATCH net] net/smc: fix incorrect SMC-D link group matching logic
 2024-01-26 22:10 UTC  (2+ messages)

[PATCH net] bnxt_en: Make PTP timestamp HWRM more silent
 2024-01-26 22:10 UTC  (2+ messages)

[PATCH 1/5] mean and variance: Promote to lib/math
 2024-01-26 22:06 UTC  (3+ messages)
` [PATCH 4/5] time_stats: Promote to lib/
` [PATCH 5/5] bcache: Convert to lib/time_stats


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 read-only IMAP folder(s) and NNTP newsgroup(s).