linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-14 10:08:03 to 2024-10-14 11:32:36 UTC [more...]

[PATCH v5 0/8] TDX host: metadata reading tweaks, bug fix and info dump
 2024-10-14 11:31 UTC  (8+ messages)
` [PATCH v5 1/8] x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better
` [PATCH v5 2/8] x86/virt/tdx: Rework TD_SYSINFO_MAP to support build-time verification
` [PATCH v5 3/8] x86/virt/tdx: Prepare to support reading other global metadata fields
` [PATCH v5 4/8] x86/virt/tdx: Refine a comment to reflect the latest TDX spec
` [PATCH v5 5/8] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH v5 6/8] x86/virt/tdx: Print TDX module version
` [PATCH v5 7/8] x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigation

[PATCH] mm: khugepaged: fix the incorrect statistics when collapsing large file folios
 2024-10-14 11:32 UTC  (2+ messages)

[PATCH v4 1/2] arm64: dts: rockchip: Add rk3588-orangepi-5b device tree and refactor
 2024-10-14 11:29 UTC  (2+ messages)
` [PATCH v4 2/2] dt-bindings: arm: rockchip: Add Orange Pi 5b enum to Orange Pi 5 entry

[PATCH] tools: fix -Wunused-result in linux.c
 2024-10-14 11:30 UTC  (2+ messages)

[PATCH v2] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-14 11:29 UTC  (2+ messages)

[PATCH] mfd: cs42l43: Disable IRQs during suspend
 2024-10-14 11:29 UTC  (2+ messages)

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-14 11:28 UTC  (60+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
  ` [RFC PATCH v1 03/57] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
  ` [RFC PATCH v1 04/57] mm/page_alloc: Make page_frag_cache boot-time page size compatible
  ` [RFC PATCH v1 05/57] mm: Avoid split pmd ptl if pmd level is run-time folded
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 07/57] fs: Introduce MAX_BUF_PER_PAGE_SIZE_MAX for array sizing
  ` [RFC PATCH v1 08/57] fs: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 09/57] fs/nfs: "
  ` [RFC PATCH v1 10/57] fs/ext4: "
  ` [RFC PATCH v1 11/57] fork: Permit boot-time THREAD_SIZE determination
  ` [RFC PATCH v1 12/57] cgroup: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 13/57] bpf: "
  ` [RFC PATCH v1 14/57] pm/hibernate: "
  ` [RFC PATCH v1 15/57] stackdepot: "
  ` [RFC PATCH v1 16/57] perf: "
  ` [RFC PATCH v1 17/57] kvm: "
  ` [RFC PATCH v1 18/57] trace: "
  ` [RFC PATCH v1 19/57] crash: "
  ` [RFC PATCH v1 20/57] crypto: "
  ` [RFC PATCH v1 21/57] sunrpc: "
  ` [RFC PATCH v1 22/57] sound: "
  ` [RFC PATCH v1 23/57] net: "
  ` [RFC PATCH v1 24/57] net: fec: "
  ` [RFC PATCH v1 25/57] net: marvell: "
  ` [RFC PATCH v1 26/57] net: hns3: "
  ` [RFC PATCH v1 27/57] net: e1000: "
  ` [RFC PATCH v1 28/57] net: igbvf: "
  ` [RFC PATCH v1 29/57] net: igb: "
  ` [RFC PATCH v1 30/57] drivers/base: "
  ` [RFC PATCH v1 31/57] edac: "
  ` [RFC PATCH v1 32/57] optee: "
  ` [RFC PATCH v1 33/57] random: "
  ` [RFC PATCH v1 34/57] sata_sil24: "
  ` [RFC PATCH v1 35/57] virtio: "
  ` [RFC PATCH v1 36/57] xen: "
  ` [RFC PATCH v1 37/57] arm64: Fix macros to work in C code in addition to the linker script
  ` [RFC PATCH v1 38/57] arm64: Track early pgtable allocation limit
  ` [RFC PATCH v1 39/57] arm64: Introduce macros required for boot-time page selection
  ` [RFC PATCH v1 40/57] arm64: Refactor early pgtable size calculation macros
  ` [RFC PATCH v1 41/57] arm64: Pass desired page size on command line
  ` [RFC PATCH v1 42/57] arm64: Divorce early init from PAGE_SIZE
  ` [RFC PATCH v1 43/57] arm64: Clean up simple cases of CONFIG_ARM64_*K_PAGES
  ` [RFC PATCH v1 44/57] arm64: Align sections to PAGE_SIZE_MAX
  ` [RFC PATCH v1 45/57] arm64: Rework trampoline rodata mapping
  ` [RFC PATCH v1 46/57] arm64: Generalize fixmap for boot-time page size
  ` [RFC PATCH v1 47/57] arm64: Statically allocate and align for worst-case "
  ` [RFC PATCH v1 48/57] arm64: Convert switch to if for non-const comparison values
  ` [RFC PATCH v1 49/57] arm64: Convert BUILD_BUG_ON to VM_BUG_ON
  ` [RFC PATCH v1 50/57] arm64: Remove PAGE_SZ asm-offset
  ` [RFC PATCH v1 51/57] arm64: Introduce cpu features for page sizes
  ` [RFC PATCH v1 52/57] arm64: Remove PAGE_SIZE from assembly code
  ` [RFC PATCH v1 53/57] arm64: Runtime-fold pmd level
  ` [RFC PATCH v1 54/57] arm64: Support runtime folding in idmap_kpti_install_ng_mappings
  ` [RFC PATCH v1 55/57] arm64: TRAMP_VALIAS is no longer compile-time constant
  ` [RFC PATCH v1 56/57] arm64: Determine THREAD_SIZE at boot-time
  ` [RFC PATCH v1 57/57] arm64: Enable boot-time page size selection

[PATCH] watchdog: Add HAS_IOPORT dependency for SBC8360 and SBC7240
 2024-10-14 11:25 UTC 

[PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-14 11:26 UTC  (2+ messages)

[PATCH v8 0/8] platform/chrome: Introduce DT hardware prober
 2024-10-14 11:25 UTC  (16+ messages)
` [PATCH v8 4/8] i2c: Introduce OF component probe function
` [PATCH v8 6/8] i2c: of-prober: Add GPIO support to simple helpers
` [PATCH v8 7/8] platform/chrome: Introduce device tree hardware prober

[PATCH v2 0/9] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-14 11:25 UTC  (20+ messages)
` [PATCH v2 5/9] dt-bindings: display: bridge: Add ITE IT6263 LVDS to HDMI converter
` [PATCH v2 6/9] drm/bridge: "

[PATCH v3] xfs: Check for delayed allocations before setting extsize
 2024-10-14 11:23 UTC  (6+ messages)

[PATCH 0/3] add support for drop_caches for individual filesystem
 2024-10-14 11:24 UTC  (7+ messages)
` [PATCH 2/3] sysctl: "

[RFC PATCH 0/4] implement lightweight guard pages
 2024-10-14 11:21 UTC  (12+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism

[PATCH 0/2] arm64: dts: qcom: x1e80100: Drop orientation-switch from USB SS[0-1] QMP PHYs
 2024-10-14 11:21 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: x1e80100-slim7x: "
` [PATCH 2/2] arm64: dts: qcom: x1e80100-vivobook-s15: "

[PATCH net-next 0/6] cxgb4: Deadcode removal
 2024-10-14 11:21 UTC  (4+ messages)
` [PATCH net-next 6/6] cxgb4: Remove unused t4_free_ofld_rxqs

[PATCH v6 0/8] iio: add support for the ad3552r AXI DAC IP
 2024-10-14 11:21 UTC  (10+ messages)
` [PATCH v6 1/8] dt-bindings: iio: dac: ad3552r: add iio backend support
` [PATCH v6 2/8] dt-bindings: iio: dac: adi-axi-dac: add ad3552r axi variant
` [PATCH v6 3/8] iio: backend: extend features
` [PATCH v6 4/8] iio: dac: adi-axi-dac: "
` [PATCH v6 5/8] iio: dac: ad3552r: changes to use FIELD_PREP
` [PATCH v6 6/8] iio: dac: ad3552r: extract common code (no changes in behavior intended)
` [PATCH v6 7/8] iio: dac: ad3552r: add high-speed platform driver
` [PATCH v6 8/8] iio: dac: adi-axi-dac: add registering of child fdt node

[PATCH v4 0/9] Add platform supports to MediaTek MT8188 SoC (part 2)
 2024-10-14 11:19 UTC  (11+ messages)
` [PATCH v4 1/9] arm64: dts: mediatek: mt8188: Assign GCE aliases
` [PATCH v4 2/9] arm64: dts: mediatek: mt8188: Add PCIe nodes
` [PATCH v4 3/9] arm64: dts: mediatek: mt8188: Add MIPI DSI nodes
` [PATCH v4 4/9] arm64: dts: mediatek: mt8188: Add video decoder and encoder nodes
` [PATCH v4 5/9] arm64: dts: mediatek: mt8188: Add JPEG "
` [PATCH v4 6/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys0
` [PATCH v4 7/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys1
` [PATCH v4 8/9] arm64: dts: mediatek: mt8188: Add DP-INTF nodes
` [PATCH v4 9/9] arm64: dts: mediatek: mt8188: Add eDP and DP TX nodes

[PATCH net-next 0/2] eth: fbnic: Add devlink dev flash support
 2024-10-14 11:18 UTC  (5+ messages)
` [PATCH net-next 1/2] eth: fbnic: Add mailbox support for PLDM updates
` [PATCH net-next 2/2] eth: fbnic: Add devlink dev flash support

[PATCH] tools/resolve_btfids: Fix 'variable' may be used uninitialized warnings
 2024-10-14 11:17 UTC  (2+ messages)

[PATCH v2 0/2] qcom_tzmem: Enhance Error Handling for shmbridge
 2024-10-14 11:15 UTC  (3+ messages)
` [PATCH v2 1/2] firmware: qcom: scm: Return -EOPNOTSUPP for unsupported SHM bridge enabling
` [PATCH v2 2/2] firmware: qcom: qcom_tzmem: Implement sanity checks

[PATCH net v2 0/2] MAINTAINERS: WWAN subsystem changes
 2024-10-14 11:13 UTC  (8+ messages)
` [PATCH net v2 1/2] MAINTAINERS: Move M Chetan Kumar to CREDITS

[PATCH v2 1/2] riscv: vdso: Prevent gcc from inserting calls to memset()
 2024-10-14 11:12 UTC  (2+ messages)

[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-14 11:10 UTC  (16+ messages)
` [PATCH V13 01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case
` [PATCH V13 02/14] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation
` [PATCH V13 03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
` [PATCH V13 04/14] KVM: selftests: Add guest Intel PT test
` [PATCH V13 05/14] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V13 06/14] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V13 07/14] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V13 08/14] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V13 09/14] perf tools: Add aux-action config term
` [PATCH V13 10/14] perf tools: Parse aux-action
` [PATCH V13 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V13 12/14] perf intel-pt: Improve man page format
` [PATCH V13 13/14] perf intel-pt: Add documentation for pause / resume
` [PATCH V13 14/14] perf intel-pt: Add a test "

[PATCH 0/5] arm64/mm: Drop PXD_TABLE_BIT
 2024-10-14 11:08 UTC  (8+ messages)
` [PATCH 1/5] arm64/mm: Drop pte_mkhuge()
` [PATCH 2/5] arm64/mm: Replace PXD_TABLE_BIT with PXD_TYPE_[MASK|SECT]

[PATCH] gpio: fold the Kconfig prompt into the option type for GPIO CDEV
 2024-10-14 11:07 UTC 

[PATCH] ceph: return result directly from wait_for_completion_killable()
 2024-10-14 11:03 UTC 

[PATCH 0/5] Add support for primary USB controller on QCS615
 2024-10-14 11:02 UTC  (5+ messages)
` [PATCH 4/5] phy: qcom-qusb2: Add support for QCS615
` [PATCH 5/5] phy: qcom: qmp-usbc: Add qmp configuration "

[PATCH 1/1] KVM: nVMX: update VPPR on vmlaunch/vmresume
 2024-10-14 10:57 UTC  (2+ messages)

[PATCH v7 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
 2024-10-14 10:56 UTC  (4+ messages)
` [PATCH v7 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct

[PATCH] ARM: dts: aspeed: Add device tree for Ampere's Mt. Jefferson BMC
 2024-10-14 10:54 UTC  (2+ messages)

[PATCH 09/21] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
 2024-10-14 10:54 UTC  (13+ messages)

[PATCH] firmware: arm_scmi: Skip opp duplicates
 2024-10-14 10:54 UTC  (2+ messages)

[PATCH] locking: Fix warning from missing argument documentation
 2024-10-14 10:53 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: qcs615: Adds SPMI bus, PMIC and peripherals
 2024-10-14 10:53 UTC  (3+ messages)

[PATCH 0/2] net: ethernet: freescale: Use %pa to format resource_size_t
 2024-10-14 10:48 UTC  (3+ messages)
` [PATCH 1/2] net: fec_mpc52xx_phy: "
` [PATCH 2/2] net: ethernet: fs_enet: "

[PATCH 0/2] media: i2c: Cleanup assigned-clocks and endpoint: properties: unevaluatedProperties: false
 2024-10-14 10:46 UTC  (15+ messages)
` [PATCH 1/2] media: dt-bindings: Remove assigned-clock-* from various schema
` [PATCH 2/2] media: dt-bindings: Use additionalProperties: false for endpoint: properties:

[PATCH v1 1/1] iommu/vt-d: Increase buffer size for device name
 2024-10-14 10:45 UTC 

[PATCH v2 1/2] arm64: dts: mediatek: mt8390-genio-700-evk: update regulator names
 2024-10-14 10:45 UTC  (4+ messages)

[PATCH 0/3] Allow use of DVS GPIOs on the RK808 PMIC variant only
 2024-10-14 10:43 UTC  (4+ messages)
` [PATCH 1/3] regulator: rk808: Perform trivial code cleanups
` [PATCH 2/3] regulator: rk808: Use dev_err_probe() in the probe path
` [PATCH 3/3] regulator: rk808: Restrict DVS GPIOs to the RK808 variant only

[PATCH] arm64: dts: mediatek: mt8390-genio-700-evk: enable pcie
 2024-10-14 10:41 UTC  (2+ messages)

[PATCH 1/2] rpmb: Remove usage of the deprecated ida_simple_xx() API
 2024-10-14 10:39 UTC  (4+ messages)
` [PATCH 2/2] rpmb: Remove some useless locking

[PATCH] arm64: dts: mediatek: mt8188: Fix MERGE's alias IDs
 2024-10-14 10:38 UTC  (3+ messages)

[PATCH net-next v1 1/1] tg3: Increase buffer size for IRQ label
 2024-10-14 10:38 UTC 

[PATCH] mm/page_alloc: Let GFP_ATOMIC order-0 allocs access highatomic reserves
 2024-10-14 10:37 UTC  (2+ messages)

[syzbot] [exfat?] KMSAN: uninit-value in __exfat_get_dentry_set
 2024-10-14 10:33 UTC  (2+ messages)

[syzbot] [perf?] KCSAN: data-race in _free_event / perf_pending_task (2)
 2024-10-14 10:30 UTC  (4+ messages)

[PATCH v2 00/13] Add support for AMD hardware feedback interface
 2024-10-14 10:29 UTC  (9+ messages)
` [PATCH v2 06/13] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v2 07/13] platform/x86: hfi: init per-cpu scores for each class
` [PATCH v2 08/13] platform/x86: hfi: add online and offline callback support
` [PATCH v2 09/13] platform/x86: hfi: add power management callback

Linux 6.12-rc3
 2024-10-14 10:29 UTC  (6+ messages)
` Build regressions/improvements in v6.12-rc3

[PATCH] firmware: arm_ffa: Fix warning caused by export_uuid()
 2024-10-14 10:25 UTC  (3+ messages)

drivers/firmware/arm_scmi/raw_mode.c:924:8-24: WARNING: scmi_dbg_raw_mode_reset_fops: .write() has stream semantic; safe to change nonseekable_open -> stream_open. (fwd)
 2024-10-14 10:24 UTC  (2+ messages)

[RFC v3 1/3] fadump: Refactor and prepare fadump_cma_init for late init
 2024-10-14 10:24 UTC  (2+ messages)

[PATCH v4 net-next 0/3] udp: Add 4-tuple hash for connected sockets
 2024-10-14 10:19 UTC  (3+ messages)
` [PATCH v4 net-next 3/3] ipv4/udp: Add 4-tuple hash for connected socket

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-14 10:18 UTC  (5+ messages)
` [PATCH bpf-next 1/2] fs/xattr: bpf: Introduce "

virtio_net: support device stats
 2024-10-14 10:14 UTC  (3+ messages)

[PATCH] LoongArch: Fix cpu hotplug issue
 2024-10-14 10:11 UTC  (10+ messages)

[PATCH v3 0/2] staging: staging: vchiq_arm: Two memory leak fixes
 2024-10-14 10:11 UTC  (2+ messages)

[PATCH net-next 0/2] ethtool: rss: track rss ctx busy from core
 2024-10-14 10:10 UTC  (3+ messages)
` [PATCH net-next 1/2] ethtool: rss: prevent rss ctx deletion when in use

[PATCH v2 0/4] Add support for stm32mp25x RNG
 2024-10-14  8:52 UTC  (5+ messages)
` [PATCH v2 2/4] hwrng: stm32 - implement support for STM32MP25x platforms

[PATCH v3] iio: adc: pac1921: add ACPI support to Microchip pac1921
 2024-10-14 10:08 UTC  (3+ 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).