All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-07 15:59:15 to 2023-08-07 16:28:29 UTC [more...]

[PATCH v9 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-08-07 16:27 UTC  (14+ messages)
` [PATCH v9 01/23] x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
` [PATCH v9 02/23] x86/head_64: Store boot_params pointer in callee save register
` [PATCH v9 03/23] x86/efistub: Branch straight to kernel entry point from C code
` [PATCH v9 04/23] x86/efistub: Simplify and clean up handover entry code
` [PATCH v9 05/23] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
` [PATCH v9 06/23] x86/efistub: Clear BSS in EFI handover protocol entrypoint
` [PATCH v9 07/23] x86/decompressor: Store boot_params pointer in callee save register
` [PATCH v9 08/23] x86/decompressor: Assign paging related global variables earlier
` [PATCH v9 09/23] x86/decompressor: Call trampoline as a normal function
` [PATCH v9 10/23] x86/decompressor: Use standard calling convention for trampoline
` [PATCH v9 11/23] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
` [PATCH v9 12/23] x86/decompressor: Call trampoline directly from C code
` [PATCH v9 13/23] x86/decompressor: Only call the trampoline when changing paging levels

[PATCH 1/2] linux-yocto: extract generic kernel CVE_STATUS
 2023-08-07 16:28 UTC  (2+ messages)
` [PATCH 2/2] linux-yocto: add script to generate kernel CVE_STATUS entries

[PATCH] drm/amd/pm: Clean up errors in fiji_baco.c
 2023-08-07 16:28 UTC  (3+ messages)

[PATCH v3 0/5] Complete i.MX6UL and i.MX7 processor for bare metal application
 2023-08-07 16:27 UTC  (7+ messages)
` [PATCH v3 1/5] Refactor i.MX6UL processor code
` [PATCH v3 3/5] Refactor i.MX7 "
` [PATCH v3 5/5] Add i.MX7 SRC device implementation

cip/linux-4.4.y-cip baseline-nfs: 13 runs, 1 regressions (v4.4.302-cip72-638-gbfc57fcad0ac)
 2023-08-07 16:27 UTC 

cip/linux-4.4.y-cip baseline: 56 runs, 3 regressions (v4.4.302-cip72-638-gbfc57fcad0ac)
 2023-08-07 16:27 UTC 

[PATCH] drm/amd/pm: Clean up errors in smu10_hwmgr.c
 2023-08-07 16:26 UTC  (4+ messages)

[PATCH v2 0/5] Make PDX compression optional
 2023-08-07 16:26 UTC  (11+ messages)
` [PATCH v2 2/5] mm: Factor out the pdx compression logic in ma/va converters
` [PATCH v2 5/5] pdx: Add CONFIG_HAS_PDX_COMPRESSION as a common Kconfig option

[PATCH] drm/amd/pm/powerplay/hwmgr/ppevvmath: Clean up errors in ppevvmath.h
 2023-08-07 16:26 UTC  (4+ messages)

[PATCH] ls-tree: default <tree-ish> to HEAD
 2023-08-07 16:25 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in vega12_hwmgr.c
 2023-08-07 16:25 UTC  (4+ messages)

[PATCH] drm/amd/pm: Clean up errors in vega10_baco.c
 2023-08-07 16:24 UTC  (4+ messages)

[PATCH V2] Input: xpad - Add HyperX Clutch Gladiate Support
 2023-08-07 16:24 UTC  (3+ messages)

[PATCH v2] arm64: dts: ti: k3-am62a7: Add MCU MCAN nodes
 2023-08-07 16:24 UTC  (3+ messages)

[PATCH] drm/amd/pm: Clean up errors in amd_powerplay.c
 2023-08-07 16:24 UTC  (4+ messages)

[PATCH] drm/amd/pm: Clean up errors in amdgpu_smu.c
 2023-08-07 16:23 UTC  (4+ messages)

[PATCH] arm: dma-mapping: fix potential endless loop in __dma_page_dev_to_cpu()
 2023-08-07 16:23 UTC  (3+ messages)

[PATCH] drm/amd: Clean up errors in smu_v13_0_5_ppt.c
 2023-08-07 16:22 UTC  (4+ messages)

What's cooking in git.git (Aug 2023, #01; Wed, 2)
 2023-08-07 16:22 UTC  (4+ messages)

[PATCH v1 0/7] ACPI: thermal: Use trip point table to register thermal zones
 2023-08-07 16:23 UTC  (7+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 04/10] thermal: core: Add thermal_zone_update_trip_temp() helper routine

[PATCH v8 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-07 16:22 UTC  (24+ messages)
` [PATCH v8 01/11] KVM: arm64: Allow userspace to get the writable masks for feature ID registers
` [PATCH v8 02/11] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v8 03/11] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v8 04/11] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v8 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v8 06/11] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v8 07/11] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v8 08/11] KVM: arm64: Refactor helper Macros for idreg desc
` [PATCH v8 09/11] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v8 10/11] KVM: arm64: selftests: Import automatic system register definition generation from kernel
` [PATCH v8 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH 0/4] xen/ppc: Add PowerNV bare metal support
 2023-08-07 16:22 UTC  (7+ messages)
` [PATCH 1/4] xen/ppc: Switch to medium PIC code model
` [PATCH 4/4] xen/ppc: Implement early serial console on PowerNV

[PATCH] drm/amd/pm: Clean up errors in smu_v13_0_5_ppt.c
 2023-08-07 16:22 UTC  (4+ messages)

[PATCH 0/5] QEMU RISC-V IOMMU Support
 2023-08-07 16:21 UTC  (7+ messages)
` [PATCH 1/5] hw/riscv: Introduction of RISC-V IOMMU device
` [PATCH 5/5] hw/riscv: virt: support for RISC-V IOMMU platform device

[linux-stable-rc:linux-5.4.y 5527/24285] arch/powerpc/xmon/xmon.c:489:13: error: variable 'cmd' might be clobbered by 'longjmp' or 'vfork'
 2023-08-07 16:22 UTC 

[PATCH] drm/amd/pm: Clean up errors in smu_v13_0_6_ppt.c
 2023-08-07 16:21 UTC  (4+ messages)

[PATCH] drm/amd/pm: Clean up errors in aldebaran_ppt.c
 2023-08-07 16:20 UTC  (4+ messages)

[PATCH] scripts/LinuxManBook/gropdf: use symlink instead of hard coded groff version
 2023-08-07 16:21 UTC  (5+ messages)
` No 6.05/.01 pdf book available

[PATCH v9 0/3] dwc general suspend/resume functionality
 2023-08-07 16:20 UTC  (3+ messages)

[PATCH] drm/amd/pm: Clean up errors in smu_v13_0.c
 2023-08-07 16:20 UTC  (4+ messages)

[PATCH v6 0/8] x86/resctrl: Miscellaneous resctrl features
 2023-08-07 16:19 UTC  (4+ messages)
` [PATCH v6 5/8] x86/resctrl: Unwind the errors inside rdt_enable_ctx

[stable:linux-4.14.y 4459/9999] lib/mpi/mpih-div.c:142:20: error: invalid use of a cast in a inline asm context requiring an lvalue: remove the cast or build with -fheinous-gnu-extensions
 2023-08-07 16:19 UTC  (5+ messages)

[PATCH] drm/amd/pm: Clean up errors in smu_v13_0_7_ppt.c
 2023-08-07 16:19 UTC  (3+ messages)

[PATCH 1/3] loongarch: remove unneeded #include <asm/export.h>
 2023-08-07 16:18 UTC  (4+ messages)
` [PATCH 3/3] loongarch: remove <asm/export.h>

[PATCH v8 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-08-07 16:18 UTC  (9+ messages)

[RFC PATCH v3 0/5] Rework & improve riscv cmpxchg.h and atomic.h
 2023-08-07 16:17 UTC  (7+ messages)
` [RFC PATCH v3 4/5] riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2

[Intel-xe] [PATCH] drm/xe/vm: uncombine the combined_links.destroy
 2023-08-07 16:16 UTC  (6+ messages)

Fwd: CFI violation when reading amd_pstate/status
 2023-08-07 16:17 UTC  (6+ messages)

[PATCH] drm/amd/pm: Clean up errors in smu_v11_0.h
 2023-08-07 16:17 UTC  (3+ messages)

[PATCH 00/13] Another round of K3 DTSI disables
 2023-08-07 16:16 UTC  (7+ messages)
` [PATCH 10/13] arm64: dts: ti: k3-j7200: Enable GPIO nodes at the board level

[PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
 2023-08-07 16:17 UTC  (2+ messages)
` [tip: x86/urgent] x86/sev: Do not try to parse for the CC blob on non-AMD hardware

cip/linux-4.4.y-st baseline-nfs: 11 runs, 1 regressions (v4.4-st20-1447-g64a295c810065)
 2023-08-07 16:16 UTC 

[PATCH] rebase --skip: fix commit message clean up when skipping squash
 2023-08-07 16:16 UTC  (4+ messages)

[Bug 217122] New: Regression in xhci driver since 6.1 "Transfer event TRB DMA ptr not part of current TD"
 2023-08-07 16:15 UTC  (2+ messages)
` [Bug 217122] "

+ mm-mm_init-use-helper-macro-bits_per_long-and-bits_per_byte.patch added to mm-unstable branch
 2023-08-07 16:15 UTC 

[PATCH 1/2] target/s390x: Define TARGET_HAS_PRECISE_SMC
 2023-08-07 16:14 UTC  (4+ messages)

+ x86-kernel-increase-kcov-coverage-under-arch-x86-kernel-folder.patch added to mm-nonmm-unstable branch
 2023-08-07 16:14 UTC 

Git Commit Notes (fetching/pushing)
 2023-08-07 16:14 UTC  (6+ messages)

[PATCH 0/3] linux-user, configure: fix CPU canonicalization
 2023-08-07 16:13 UTC  (2+ messages)

[PATCH 0/9] ppc: Enable full Xen build
 2023-08-07 16:13 UTC  (3+ messages)
` [PATCH 3/9] xen/ppc: Implement atomic.h

[PATCH] locking/arch: Rewrite local_add_unless as static inline function
 2023-08-07 16:13 UTC  (2+ messages)

[Bug 217765] New: CFI violation when reading amd_pstate/status
 2023-08-07 16:13 UTC  (2+ messages)
` [Bug 217765] "

[PATCH v3 00/10] btrfs: zoned: write-time activation of metadata block group
 2023-08-07 16:12 UTC  (11+ messages)
` [PATCH v3 01/10] btrfs: introduce struct to consolidate extent buffer write context
` [PATCH v3 02/10] btrfs: zoned: introduce block group context to btrfs_eb_write_context
` [PATCH v3 03/10] btrfs: zoned: return int from btrfs_check_meta_write_pointer
` [PATCH v3 04/10] btrfs: zoned: defer advancing meta_write_pointer
` [PATCH v3 05/10] btrfs: zoned: update meta_write_pointer on zone finish
` [PATCH v3 06/10] btrfs: zoned: reserve zones for an active metadata/system block group
` [PATCH v3 07/10] btrfs: zoned: activate metadata block group on write time
` [PATCH v3 08/10] btrfs: zoned: no longer count fresh BG region as zone unusable
` [PATCH v3 09/10] btrfs: zoned: don't activate non-DATA BG on allocation
` [PATCH v3 10/10] btrfs: zoned: re-enable metadata over-commit for zoned mode

[PATCH 1/2] drm/amd/pm: correct the way for checking custom OD settings
 2023-08-07 16:11 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/pm: correct the logics for retreiving SMU13 OD setting limits

[PATCH net-next] net: stmmac: xgmac: RX queue routing configuration
 2023-08-07 16:09 UTC  (2+ messages)

[PATCH -next v2] drm/amdgpu: Remove a lot of unnecessary ternary operators
 2023-08-07 16:08 UTC  (3+ messages)

+ mm-remove-redundant-k-macro-definition-fix.patch added to mm-unstable branch
 2023-08-07 16:08 UTC 

[PATCH iproute2 1/2] tc/taprio: don't print netlink attributes which weren't reported by the kernel
 2023-08-07 16:08 UTC  (2+ messages)
` [PATCH iproute2 2/2] tc/taprio: fix JSON output when TCA_TAPRIO_ATTR_ADMIN_SCHED is present

[PATCH v5 net-next 0/2] update stmmac fix_mac_speed
 2023-08-07 16:07 UTC  (9+ messages)
` [PATCH v5 net-next 1/2] net: stmmac: add new mode parameter for fix_mac_speed
` [PATCH v5 net-next 2/2] net: stmmac: dwmac-imx: pause the TXC clock in fixed-link

[patch 00/53] x86/topology: The final installment
 2023-08-07 16:07 UTC  (5+ messages)
` [patch 09/53] x86/mpparse: Rename default_find_smp_config()
` [patch 14/53] x86/platform/intel-mid: Prepare for separate mpparse callbacks

[PATCH] drm/amd/display: Return value of function
 2023-08-07 16:06 UTC  (4+ messages)

[PATCH] cpufreq: amd-pstate: fix global sysfs attribute type
 2023-08-07 16:06 UTC  (2+ messages)

[PATCH 0/3] Add initial support for Xiaomi Mi 11 Ultra
 2023-08-07 16:05 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: Add device tree "

+ mm-compaction-skip-the-memory-hole-rapidly-when-isolating-free-pages-fix.patch added to mm-unstable branch
 2023-08-07 16:05 UTC 

FAILED: load BTF from vmlinux: Invalid argument
 2023-08-07 16:05 UTC  (8+ messages)

[PATCH -next] block: remove init_mutex in blk_iolatency_try_init
 2023-08-07 16:05 UTC  (3+ messages)

[PATCH v9 0/7] arm64: Add debug IPI for backtraces / kgdb; try to use NMI for it
 2023-08-07 16:04 UTC  (6+ messages)
` [PATCH v9 7/7] arm64: kgdb: Roundup cpus using the debug IPI

[PATCH v2 0/5] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
 2023-08-07 16:04 UTC  (5+ messages)
` [PATCH v2 4/5] perf vendor events arm64: Update N2-r0p3 "

[PATCH v7 1/3] dt-bindings: arm: fsl: Add VAR-SOM-MX6 SoM with Custom Board
 2023-08-07 16:03 UTC  (4+ messages)

[PATCH] configure: Fix linux-user host detection for riscv64
 2023-08-07 16:04 UTC  (5+ messages)

[PATCH 28/29] drm/amdkfd: Refactor migrate init to support partition switch
 2023-08-07 16:04 UTC  (15+ messages)

[Intel-wired-lan] [PATCH iwl-next v3 0/3] ice: split ice_aq_wait_for_event() func into two
 2023-08-07 15:58 UTC  (8+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next v3 1/3] ice: ice_aq_check_events: fix off-by-one check when filling buffer
  `  "
` [Intel-wired-lan] [PATCH iwl-next v3 2/3] ice: embed &ice_rq_event_info event into struct ice_aq_task
  `  "
` [Intel-wired-lan] [PATCH iwl-next v3 3/3] ice: split ice_aq_wait_for_event() func into two
  `  "

[PATCH for-8.2] configure: fix container_hosts misspellings and duplications
 2023-08-07 16:02 UTC  (2+ messages)

[PATCHv3 bpf-next 0/3] bpf: Support bpf_get_func_ip helper in uprobes
 2023-08-07 16:02 UTC  (5+ messages)
` [PATCHv3 bpf-next 2/3] selftests/bpf: Add bpf_get_func_ip tests for uprobe on function entry
` [PATCHv3 bpf-next 3/3] selftests/bpf: Add bpf_get_func_ip test for uprobe inside function

[PATCH 00/24] ALSA: Generic PCM copy ops using sockptr_t
 2023-08-07 16:00 UTC  (8+ messages)

[PATCH v10 00/10] tpm: Support boot measurements
 2023-08-07 16:00 UTC  (3+ messages)
` [PATCH v10 09/10] test/py: only run 'tpm2 autostart' to init the tpm

[PATCH v4 1/1] bpf, docs: Formalize type notation and function semantics in ISA standard
 2023-08-07 16:00 UTC  (4+ messages)
` [Bpf] "

[PATCH 1/2] scsi: ppa: Fix compilation with PPA_DEBUG=1
 2023-08-07 15:52 UTC  (2+ messages)
` [PATCH 2/2] scsi: ppa: Add a module parameter for the transfer mode

[PATCH 0/3] Refactor and clean up codes of mst
 2023-08-07 15:59 UTC  (6+ messages)
` [PATCH 3/3] drm/mst: adjust the function drm_dp_remove_payload_part2()

[igt-dev] [PATCH] tests/msm: Add submitoverhead benchmark
 2023-08-07 15:59 UTC  (3+ messages)

[PATCH 0/9] Replace remaining target_ulong in system-mode accel
 2023-08-07 15:57 UTC  (4+ messages)
` [PATCH v2 3/9] target: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
` [PATCH v2 4/9] target: Use vaddr for hvf_arch_[insert|remove]_hw_breakpoint
` [PATCH v2 8/9] accel/tcg: Widen address arg. in tlb_compare_set()


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.