All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-07 02:05:27 to 2023-03-07 03:07:44 UTC [more...]

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-07  2:39 UTC  (32+ messages)
` [PATCH v5 01/34] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v5 02/34] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v5 03/34] x86/traps: add install_system_interrupt_handler()
` [PATCH v5 04/34] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v5 05/34] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [PATCH v5 06/34] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v5 07/34] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v5 08/34] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v5 09/34] x86/cpu: add X86_CR4_FRED macro
` [PATCH v5 10/34] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v5 11/34] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v5 12/34] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v5 13/34] x86/fred: header file for event types
` [PATCH v5 14/34] x86/fred: header file with FRED definitions
` [PATCH v5 15/34] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v5 16/34] x86/fred: reserve space for the FRED stack frame
` [PATCH v5 17/34] x86/fred: add a page fault entry stub for FRED
` [PATCH v5 18/34] x86/fred: add a debug "
` [PATCH v5 19/34] x86/fred: add a NMI "
` [PATCH v5 20/34] x86/fred: add a machine check "
` [PATCH v5 21/34] x86/fred: FRED entry/exit and dispatch code
` [PATCH v5 22/34] x86/fred: FRED initialization code
` [PATCH v5 23/34] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v5 24/34] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v5 25/34] x86/fred: disallow the swapgs instruction "
` [PATCH v5 26/34] x86/fred: no ESPFIX needed "
` [PATCH v5 27/34] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v5 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v5 29/34] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v5 30/34] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v5 32/34] x86/fred: disable FRED by default in its early stage

[PATCH v3] target/arm: Add Neoverse-N1 registers
 2023-03-07  3:05 UTC  (4+ messages)

[PATCH] checkpatch: Error out if deprecated RCU API used
 2023-03-07  3:04 UTC 

What's the usage of md-autodetect.c
 2023-03-07  3:04 UTC 

[PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2023-03-07  2:28 UTC  (3+ messages)
` [PATCH 1/4] cxl: Add function to count regblocks of a given type

[PATCH 00/10] lpfc: Update lpfc to revision 14.2.0.11
 2023-03-07  3:04 UTC  (2+ messages)

[PATCH] scsi: message: fusion: avoid flush_scheduled_work() usage
 2023-03-07  3:03 UTC  (2+ messages)

[peterz-queue:sched/eevdf] [sched/fair] b0da167cb8: phoronix-test-suite.schbench.4.32.usec,_99.9th_latency_percentile -83.7% improvement
 2023-03-07  3:03 UTC 

[PATCH] scsi: message: fusion: remove unused sas_persist_task work
 2023-03-07  3:03 UTC  (2+ messages)

[PATCH 1/2] mpt3sas: Reload SBR without rebooting HBA
 2023-03-07  3:03 UTC  (2+ messages)

[PATCH v6 00/14] Hexagon: COF overrides, new generator, test/bug update
 2023-03-07  2:58 UTC  (15+ messages)
` [PATCH v6 01/14] Hexagon (target/hexagon) Add overrides for jumpr31 instructions
` [PATCH v6 02/14] Hexagon (target/hexagon) Add overrides for callr
` [PATCH v6 03/14] Hexagon (target/hexagon) Add overrides for endloop1/endloop01
` [PATCH v6 04/14] Hexagon (target/hexagon) Add overrides for dealloc-return instructions
` [PATCH v6 05/14] Hexagon (target/hexagon) Analyze packet before generating TCG
` [PATCH v6 06/14] Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not needed
` [PATCH v6 07/14] Hexagon (target/hexagon) Analyze packet for HVX
` [PATCH v6 08/14] Hexagon (tests/tcg/hexagon) Update preg_alias.c
` [PATCH v6 09/14] Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather
` [PATCH v6 10/14] Hexagon (tests/tcg/hexagon) Enable HVX tests
` [PATCH v6 11/14] Hexagon (target/hexagon) Change subtract from zero to change sign
` [PATCH v6 12/14] Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]
` [PATCH v6 13/14] Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
` [PATCH v6 14/14] Hexagon (target/hexagon) Improve code gen for predicated HVX instructions

[PATCH v5 00/11] Adjust the dma-ranges for MTK IOMMU
 2023-03-07  2:35 UTC  (24+ messages)
` [PATCH v5 01/11] dt-bindings: media: mediatek,vcodec: Remove dma-ranges property
` [PATCH v5 02/11] dt-bindings: media: mediatek,jpeg: "
` [PATCH v5 03/11] iommu/mediatek: Improve comment for the current region/bank
` [PATCH v5 04/11] iommu/mediatek: Get regionid from larb/port id
` [PATCH v5 05/11] iommu/mediatek: mt8192: Add iova_region_larb_msk
` [PATCH v5 06/11] iommu/mediatek: mt8195: "
` [PATCH v5 07/11] iommu/mediatek: mt8186: "
` [PATCH v5 08/11] iommu/mediatek: Add a gap for the iova regions
` [PATCH v5 09/11] arm64: dts: mt8195: Add dma-ranges for the parent "soc" node
` [PATCH v5 10/11] arm64: dts: mt8195: Remove the unnecessary dma-ranges
` [PATCH v5 11/11] arm64: dts: mt8186: Add dma-ranges for the parent "soc" node

[PATCH] scsi: ufs: ufs-qcom: remove impossible check
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH v4 00/14] vfio/migration: Device dirty page tracking
 2023-03-07  2:57 UTC  (8+ messages)
` [PATCH v4 05/14] vfio/common: Add helper to validate iova/end against hostwin
` [PATCH v4 06/14] vfio/common: Consolidate skip/invalid section into helper
` [PATCH v4 07/14] vfio/common: Add helper to consolidate iova/end calculation
` [PATCH v4 08/14] vfio/common: Record DMA mapped IOVA ranges
` [PATCH v4 13/14] vfio/migration: Query device dirty page tracking support

[PATCH v3] docs: describe how to quickly build a trimmed kernel
 2023-03-07  2:57 UTC  (6+ messages)

[PATCH] scsi: hisi_sas: add a check of devm_add_action
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH v2 1/1] ufs: mcq: qcom: Fix passing zero to PTR_ERR
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH] scsi: ufs: add soft dependency on governor_simpleondemand
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH 0/6] This patchset contains critical Bug fixes
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH REPOST] scsi: sd: Fix wrong zone_write_granularity value at revalidate
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH] target: iscsi: fix an error message in iscsi_check_key()
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH] scsi: lpfc: avoid usage of list iterator variable after loop
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH v2 1/1] scsi: lpfc: add null check of kzalloc in lpfc_sli4_cgn_params_read
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH] qla2xxx: Add option to disable FC2 Target support
 2023-03-07  2:57 UTC  (2+ messages)

[PATCH 0/3] Driver version update to 07.725.01.00-rc1
 2023-03-07  2:57 UTC  (2+ messages)

RISC-V Linux kernel not booting up with KASAN enabled
 2023-03-07  2:57 UTC  (7+ messages)

[PATCH v13 0/3] Add kernel seccomp support for m68k
 2023-03-07  2:57 UTC  (3+ messages)

[PATCH 00/81] Constify most SCSI host templates
 2023-03-07  2:57 UTC  (8+ messages)
` [PATCH 04/81] ata: Declare SCSI host templates const
` [PATCH 48/81] scsi: iscsi: Declare SCSI host template const

[PATCH] scsi: core: Add BLIST_NO_ASK_VPD_SIZE for some VDASD
 2023-03-07  2:54 UTC  (4+ messages)

[meta-multimedia][PATCH 1/2] dav1d: add recipe
 2023-03-07  2:52 UTC  (4+ messages)
` [meta-multimedia][PATCH 2/2] libavif: "
` [oe] [meta-multimedia][PATCH 1/2] dav1d: "

[meta-multimedia][PATCH] dav1d: add recipe
 2023-03-07  2:51 UTC 

[PATCH] specification sched-capacity.rst
 2023-03-07  2:52 UTC 

[PATCH bpf-next v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-07  2:50 UTC  (9+ messages)
` [PATCH bpf-next v1 1/2] "

[RFC][nvdimm][crash] pmem memmap dump support
 2023-03-07  2:49 UTC  (4+ messages)

[PATCH v3 00/29] Add KVM LoongArch support
 2023-03-07  2:49 UTC  (5+ messages)
` [PATCH v3 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v3 19/29] LoongArch: KVM: Implement kvm mmu operations

[PATCH] mm: remove redundant check in handle_mm_fault
 2023-03-07  2:48 UTC  (4+ messages)

[PATCH v3] dma-buf: cma_heap: Check for device max segment size when attaching
 2023-03-07  2:48 UTC  (3+ messages)

[PATCH] yq: Drop {LINKSHARED}
 2023-03-07  2:48 UTC 

linux-next: Tree for Mar 7
 2023-03-07  2:47 UTC 

[PATCH v5 0/2] StarFive's SDIO/eMMC driver support
 2023-03-07  2:46 UTC  (6+ messages)
` [PATCH v5 1/2] dt-bindings: syscon: Add StarFive syscon doc
` [PATCH v5 2/2] mmc: starfive: Add initialization of prev_err

[PATCH v3 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-07  2:45 UTC  (6+ messages)
` [PATCH v3 5/5] try_to_unmap_one: batched remove rmap, update folio refcount

[PATCH v3 0/7] Documentation/security-bugs: overhaul
 2023-03-07  2:44 UTC  (3+ messages)
` [PATCH v3 1/7] Documentation/security-bugs: move from admin-guide/ to process/

[PATCH v4 0/5] Deprecate system emulation support for 32-bit x86 and arm hosts
 2023-03-07  2:43 UTC  (3+ messages)
` [PATCH v4 4/5] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation

[PATCH] media: ipu3-cio2: support multiple sensors and VCMs with HID name
 2023-03-07  2:43 UTC  (5+ messages)

linux-next: runtime warning after merge of the driver-core tree
 2023-03-07  2:43 UTC 

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-07  2:42 UTC  (15+ messages)
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 09/14] iommufd: Add iommufd_device_replace()

[PATCH net] bnxt_en: reset PHC frequency in free-running mode
 2023-03-07  2:40 UTC  (2+ messages)

Question about f_uac1 gadget
 2023-03-07  2:41 UTC  (2+ messages)

[PATCH] kbuild: Disallow DTB overlays to built from .dts named source files
 2023-03-07  2:36 UTC  (3+ messages)

[PATCH] wifi: ath11k_pci: add a soft dependency on qrtr-mhi
 2023-03-07  2:35 UTC  (3+ messages)

[Intel-gfx] [PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-07  2:35 UTC  (13+ messages)
` [Intel-gfx] [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
                `  "

[PATCH v1 1/1] script: modpost: emit warning when description is missing
 2023-03-07  2:34 UTC  (2+ messages)

[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
 2023-03-07  2:33 UTC  (15+ messages)

[PATCH qemu] linux-user: Emulate /proc/cpuinfo output for riscv
 2023-03-07  2:34 UTC  (2+ messages)

[PATCH] iommufd/selftest: Catch overflow of uptr and length
 2023-03-07  2:32 UTC  (2+ messages)

[geert-renesas-devel:next] BUILD SUCCESS f8f70cfd66498277779fd34bd2266ea83ce3944b
 2023-03-07  2:29 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev.2023.02.27a 107/108] arch/x86/kernel/nmi.c:441:6: warning: no previous prototype for function 'set_nmi_torture'
 2023-03-07  2:30 UTC 

[intel-tdx:guest-debug 2/4] vmlinux.o: warning: objtool: __halt+0x28: call to __trace_tdx_hypercall() leaves .noinstr.text section
 2023-03-07  2:30 UTC 

stable-rc/queue/6.1 build: 166 builds: 1 failed, 165 passed, 4 errors, 18 warnings (v6.1.15-782-g0dcd2816cbbf)
 2023-03-07  2:28 UTC 

[PATCH v6] net/i40e: rework maximum frame size configuration
 2023-03-07  2:27 UTC  (3+ messages)
` [PATCH v7] net/i40e: fix max "

[PATCH v2 -next 0/3] Minor cleanup in PAT
 2023-03-07  2:26 UTC  (4+ messages)
` [PATCH v2 -next 1/3] x86/mm/pat: Move follow_phys to pat-related file
` [PATCH v2 -next 2/3] x86/mm/pat: Cleanup unused parameter in follow_phys
` [PATCH v2 -next 3/3] x86/mm/pat: Remove WARN_ON_ONCE if follow_phys fails

[PATCH v17 RESEND 0/3] Add MediaTek MT6370 PMIC support
 2023-03-07  2:23 UTC  (5+ messages)
` [PATCH v17 RESEND 1/3] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-03-07  2:18 UTC  (3+ messages)

[PATCH v2 0/5] Devicetree support for Loongson-1 GPIO
 2023-03-07  2:25 UTC  (4+ messages)
` [PATCH v2 1/5] gpio: loongson1: Convert to SPDX identifier

[PATCH] selftests: net: devlink_port_split.py: skip test if no suitable device available
 2023-03-07  2:24 UTC  (3+ messages)

[PATCH 00/70] tcg: Remove tcg_const_*
 2023-03-07  2:24 UTC  (4+ messages)
` [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable

[Outreachy Announce] Welcome Applicants!
 2023-03-07  2:24 UTC  (3+ messages)
` Khadija Introduction Outreachy Applicant

[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
 2023-03-07  2:23 UTC  (4+ messages)
` [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr

[PATCH] drm/amdgpu: Fix the warning info when removing amdgpu device
 2023-03-07  2:23 UTC  (2+ messages)

[PATCH v10 10/15] spi: dw: Add support for AMD Pensando Elba SoC
 2023-03-07  2:20 UTC  (3+ messages)

M+ & H bugs with Milestone Movements WW09
 2023-03-07  2:22 UTC 

[RFC 0/2] RISC-V: enable rust
 2023-03-07  2:20 UTC  (5+ messages)

[PATCH v10 05/15] dt-bindings: soc: amd: amd,pensando-elbasr: Add AMD Pensando SoC System Controller
 2023-03-07  2:18 UTC  (3+ messages)

Enhancements/Bugs closed WW09!
 2023-03-07  2:20 UTC 

[PATCH] tools/perf: Add basic support for LoongArch
 2023-03-07  2:18 UTC 

[PATCH 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-03-07  2:15 UTC  (6+ messages)
` [PATCH 1/4] iommu/vt-d: Implement set device pasid op for default domain

[PATCH v2] sched/fair: sanitize vruntime of entity being migrated
 2023-03-07  2:16 UTC  (2+ messages)

[PATCH v10 05/15] dt-bindings: soc: amd: amd,pensando-elbasr: Add AMD Pensando SoC System Controller
 2023-03-07  2:16 UTC  (3+ messages)

[PATCH bpf-next v3 0/8] Transit between BPF TCP congestion controls
 2023-03-07  2:17 UTC  (5+ messages)
` [PATCH bpf-next v3 2/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v3 3/8] net: Update an existing TCP congestion control algorithm

[PATCH v5 00/12] Add Ethernet driver for StarFive JH7110 SoC
 2023-03-07  2:16 UTC  (7+ messages)
` [PATCH v5 08/12] net: stmmac: starfive_dmac: Add phy interface settings

[PATCH v10 03/15] dt-bindings: spi: cdns: Add compatible for AMD Pensando Elba SoC
 2023-03-07  2:13 UTC  (3+ messages)

Current high bug count owners for Yocto Project 4.2
 2023-03-07  2:15 UTC 

[geert-m68k:master] BUILD SUCCESS 513138a14063760ef611f18ba76c5c7915ff8cdd
 2023-03-07  2:11 UTC 

[geert-m68k:for-v6.3] BUILD SUCCESS e36a82bebbf7da814530d5a179bef9df5934b717
 2023-03-07  2:11 UTC 

[syzbot] [hfs?] kernel BUG in __block_write_full_page
 2023-03-07  2:13 UTC 

[PATCH v10 02/15] dt-bindings: mmc: cdns: Add AMD Pensando Elba SoC
 2023-03-07  2:11 UTC  (3+ messages)

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2023-03-07  2:12 UTC 

[dm-devel] [PATCH] dm crypt: initialize tasklet in crypt_io_init()
 2023-03-07  2:12 UTC  (4+ messages)
` [dm-devel] "
    `  "

[PATCH 00/41] rtc: Convert to platform remove callback returning void
 2023-03-07  2:09 UTC  (5+ messages)
` [PATCH 11/41] rtc: ds1685: "


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.