linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-11 12:29:12 to 2023-01-11 14:37:13 UTC [more...]

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-11 14:32 UTC  (16+ messages)
` [PATCH RFC v7 39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v7 49/64] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs

scripts/decode_stacktrace.sh doesn't show the file name and line num?
 2023-01-11 14:32 UTC 

[PATCH v5 0/9] iov_iter: Add extraction helpers
 2023-01-11 14:28 UTC  (10+ messages)
` [PATCH v5 1/9] iov_iter: Change the direction macros into an enum
` [PATCH v5 2/9] iov_iter: Use the direction in the iterator functions
` [PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v5 5/9] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v5 6/9] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v5 7/9] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v5 8/9] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v5 9/9] bio: Fix bio_flagged() so that it can be combined

[PATCH] net: ena: initialize dim_sample
 2023-01-11 14:29 UTC  (6+ messages)

[PATCH v5 0/5] x86: Enable LKGS instruction
 2023-01-11 14:30 UTC  (5+ messages)
` [PATCH v5 1/5] x86/cpufeature: add the cpu feature bit for LKGS
` [PATCH v5 5/5] x86/gsseg: use the LKGS instruction if available for load_gs_index()

mm/kmsan/instrumentation.c:41:26: warning: no previous prototype for function '__msan_metadata_ptr_for_load_n'
 2023-01-11 14:29 UTC  (4+ messages)

[PATCH] selftests/arm64: bump timeout to 15 minutes
 2023-01-11 14:29 UTC 

[PATCH 0/2] media: amphion: decoder add support to RealMedia
 2023-01-11 14:28 UTC  (3+ messages)
` [PATCH 1/2] media: add RealMedia format

[PATCH v2] security: Restore passing final prot to ima_file_mmap()
 2023-01-11 14:25 UTC  (4+ messages)

[PATCH 0/9] drm/vc4: hdmi: Broadcast RGB, BT601, BT2020
 2023-01-11 14:17 UTC  (10+ messages)
` [PATCH 1/9] drm/vc4: hdmi: Update all the planes if the TV margins are changed
` [PATCH 2/9] drm/vc4: hdmi: Constify container_of wrappers
` [PATCH 3/9] drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range
` [PATCH 4/9] drm/vc4: hdmi: Rename full range helper

[PATCH v3 00/13] tty/serial: bool conversions and cleanups
 2023-01-11 14:23 UTC  (14+ messages)
` [PATCH v3 01/13] tty: Cleanup tty_port_set_initialized() bool parameter
` [PATCH v3 02/13] tty: Cleamup tty_port_set_suspended() "
` [PATCH v3 03/13] tty: Cleanup tty_port_set_active() "
` [PATCH v3 04/13] tty: moxa: Make local var storing tty_port_initialized() bool
` [PATCH v3 05/13] serial: Convert uart_{,port_}startup() init_hw param to bool
` [PATCH v3 06/13] tty: Convert ->carrier_raised() and callchains "
` [PATCH v3 07/13] tty: Convert ->dtr_rts() to take bool argument
` [PATCH v3 08/13] tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
` [PATCH v3 09/13] serial: Make uart_handle_cts_change() status param "
` [PATCH v3 10/13] tty: Return bool from tty_termios_hw_change()
` [PATCH v3 11/13] tty/serial: Call ->dtr_rts() parameter active consistently
` [PATCH v3 12/13] tty: moxa: Rename dtr/rts parameters/variables to active
` [PATCH v3 13/13] usb/serial: "

[RFC PATCH 0/2] mm: multi-gen LRU: working set extensions
 2023-01-11 14:19 UTC  (4+ messages)
` [RFC PATCH 2/2] mm: multi-gen LRU: cgroup working set stats

[PATCH] memory: omap-gpmc: fix multi-device handling on the same CS
 2023-01-11 14:13 UTC 

[PATCH] arm64: dts: qcom: sc8280xp-x13s: enable eDP display
 2023-01-11 14:19 UTC  (2+ messages)

[PATCH 6.1 000/159] 6.1.5-rc1 review
 2023-01-11 14:18 UTC  (4+ messages)

[RFC PATCH tip] rseq: Fix: Increase AT_VECTOR_SIZE_BASE to match rseq auxvec entries
 2023-01-11 14:15 UTC  (3+ messages)

[PATCHv14 00/17] Linear Address Masking enabling
 2023-01-11 14:14 UTC  (19+ messages)
` [PATCHv14 01/17] x86/mm: Rework address range check in get_user() and put_user()
` [PATCHv14 02/17] x86: Allow atomic MM_CONTEXT flags setting
` [PATCHv14 03/17] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv14 04/17] x86/mm: Handle LAM on context switch
` [PATCHv14 05/17] mm: Introduce untagged_addr_remote()
` [PATCHv14 06/17] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv14 07/17] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv14 08/17] x86/mm: Reduce untagged_addr() overhead until the first LAM user
` [PATCHv14 09/17] mm: Expose untagging mask in /proc/$PID/status
` [PATCHv14 10/17] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
` [PATCHv14 11/17] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
` [PATCHv14 12/17] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv14 13/17] selftests/x86/lam: Add mmap and SYSCALL "
` [PATCHv14 14/17] selftests/x86/lam: Add io_uring "
` [PATCHv14 15/17] selftests/x86/lam: Add inherit "
` [PATCHv14 16/17] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA "
` [PATCHv14 17/17] selftests/x86/lam: Add test cases for LAM vs thread creation

[PATCH v2 1/3] dt-bindings: vendor-prefixes: add thwc
 2023-01-11 14:13 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: qcom: Document msm8916-thwc-uf896 and ufi001c
` [PATCH v2 3/3] arm64: dts: qcom: msm8916-thwc: Add initial device tree for Tong Heng Wei Chuang Wifi/LTE dongle UFI-001C and uf896

[PATCH v2 0/3] Support for MSM8916-based UFi ufi001c and uf896
 2023-01-11 14:13 UTC 

[PATCH tip] selftests/rseq: Revert "selftests/rseq: Add mm_numa_cid to test script"
 2023-01-11 14:14 UTC  (3+ messages)

[PATCH 01/19] ASoC: amd: ps: create platform devices based on acp config
 2023-01-11 14:16 UTC  (9+ messages)
` [PATCH 02/19] soundwire: amd: Add support for AMD Master driver
` [PATCH 08/19] ASoC: amd: ps: add soundwire dma driver dma ops

[PATCH 0/6 v2] Discard __GFP_ATOMIC
 2023-01-11 14:12 UTC  (7+ messages)
` [PATCH 4/7] mm/page_alloc: Explicitly define what alloc flags deplete min reserves
` [PATCH 5/7] mm/page_alloc.c: Allow __GFP_NOFAIL requests deeper access to reserves
` [PATCH 6/7] mm/page_alloc: Give GFP_ATOMIC and non-blocking allocations "

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2023-01-11 14:12 UTC  (3+ messages)
` [PATCH v2 10/13] riscv: alternative: patch alternatives in the vDSO

[GIT PULL resend] SCSI fixes for 6.1-rc3
 2023-01-11 14:10 UTC 

[PATCH v2] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-01-11 14:13 UTC  (3+ messages)

[PATCH 0/3] Add the Renesas IDT821034 codec support
 2023-01-11 14:09 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: sound: Add Renesas IDT821034 codec
` [PATCH 2/3] ASoC: codecs: Add support for the "
` [PATCH 3/3] MAINTAINERS: add the Renesas IDT821034 codec entry

[PATCH v2] lpfc: Handle gracefully failed FLOGI attempts in devloss callback
 2023-01-11 14:08 UTC  (2+ messages)

[PATCH] arm64: dts: mediatek: mt8173-elm: Move display to ps8640 auxiliary bus
 2023-01-11 14:07 UTC 

[PATCH 1/4] f2fs: reset iostat_count in f2fs_reset_iostat()
 2023-01-11 14:06 UTC  (3+ messages)

[PATCH -next V6 0/7] riscv: Optimize function trace
 2023-01-11 14:03 UTC  (6+ messages)
` [PATCH -next V6 1/7] riscv: ftrace: Fixup panic by disabling preemption

[RFC PATCH v1 0/4] Introduce merge identical pages mechanism
 2023-01-11 14:00 UTC  (10+ messages)

[PATCH v2 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-11 13:58 UTC  (5+ messages)
` [PATCH v2 02/10] soc: fsl: qe: Add support for TSA
` [PATCH v2 06/10] soc: fsl: qe: Add support for QMC

[PATCH v3] f2fs: introduce discard_io_aware_gran sysfs node
 2023-01-11 13:55 UTC  (2+ messages)

[PATCH v2] maple_tree: fix comment of mte_destroy_walk
 2023-01-11 13:53 UTC 

[PATCH 0/5] virtio_ring: per virtqueue DMA device
 2023-01-11 13:52 UTC  (5+ messages)
` [PATCH 1/5] virtio_ring: per virtqueue dma device

[PATCH 6.0 000/148] 6.0.19-rc1 review
 2023-01-11 13:52 UTC  (8+ messages)

[PATCH] arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC unit address
 2023-01-11 13:52 UTC  (3+ messages)

Dhrystone -- userland version
 2023-01-11 13:52 UTC  (8+ messages)

[PATCH v2 00/16] driver core: make more things const!
 2023-01-11 13:32 UTC  (10+ messages)
` [PATCH v2 02/16] i3c: move dev_to_i3cdev() to use container_of_const()
` [PATCH v2 03/16] platform/surface: aggregator: move to_ssam_device() "
` [PATCH v2 05/16] driver core: make struct device_type.uevent() take a const *

[PATCH v1 0/7] MPFS system controller/mailbox fixes
 2023-01-11 13:45 UTC  (8+ messages)
` [PATCH v1 1/7] mailbox: mpfs: fix an incorrect mask width
` [PATCH v1 2/7] mailbox: mpfs: switch to txdone_poll
` [PATCH v1 3/7] mailbox: mpfs: ditch a useless busy check
` [PATCH v1 4/7] soc: microchip: mpfs: fix some horrible alignment
` [PATCH v1 5/7] soc: microchip: mpfs: use a consistent completion timeout
` [PATCH v1 6/7] soc: microchip: mpfs: simplify error handling in mpfs_blocking_transaction()
` [PATCH v1 7/7] soc: microchip: mpfs: handle timeouts and failed services differently

[syzbot] [ext4?] INFO: task hung in ext4_evict_ea_inode
 2023-01-11 13:40 UTC 

[PATCH v8 00/26] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2023-01-11 13:39 UTC  (3+ messages)
` [PATCH v8 24/26] PCI: dwc: Set coherent DMA-mask on MSI-address allocation

[PATCH] USB: disable all RNDIS protocol drivers
 2023-01-11 13:38 UTC  (2+ messages)

[PATCH net-next v1 00/13] net: wwan: tmi: PCIe driver for MediaTek M.2 modem
 2023-01-11 13:37 UTC  (11+ messages)
` [PATCH net-next v1 01/13] net: wwan: tmi: Add PCIe core
` [PATCH net-next v1 02/13] net: wwan: tmi: Add buffer management

[PATCH] f2fs: convert discard_wake and gc_wake to bool type
 2023-01-11 13:37 UTC  (2+ messages)

[PATCH v2 0/2] docs/mm: start filling out new structure
 2023-01-11 13:36 UTC  (5+ messages)
` [PATCH v2 2/2] docs/mm: Physical Memory: add structure, introduction and nodes description

[PATCH] f2fs: convert to use MIN_DISCARD_GRANULARITY macro
 2023-01-11 13:34 UTC  (2+ messages)

[PATCH] mm/khugepaged: Fix ->anon_vma race
 2023-01-11 13:33 UTC 

[PATCH net-next] r8152: add vendor/device ID pair for Microsoft Devkit
 2023-01-11 13:32 UTC 

[PATCH v3] f2fs: merge f2fs_show_injection_info() into time_to_inject()
 2023-01-11 13:30 UTC  (2+ messages)

[PATCH] f2fs: update comment about f2fs_issue_discard_timeout()
 2023-01-11 13:30 UTC  (2+ messages)

[PATCH v8 1/5] dt-bindings: soc: qcom: cpr3: Add bindings for CPR3 driver
 2023-01-11 13:30 UTC  (4+ messages)

[PATCH V3 00/10] Fix XPU violation during modem metadata authentication
 2023-01-11 13:29 UTC  (8+ messages)
` [PATCH V3 03/10] dt-bindings: remoteproc: qcom,sc7180-mss-pil: Update memory-region
` [PATCH V3 04/10] dt-bindings: remoteproc: qcom,sc7280-mss-pil: "
` [PATCH V3 05/10] remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headers

[PATCH v4 0/6] Add Toshiba Visconti Video Input Interface driver
 2023-01-11 13:28 UTC  (5+ messages)
` [PATCH v4 1/6] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface bindings

[PATCH] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-11 13:28 UTC  (4+ messages)

[PATCH] f2fs: add a f2fs_ prefix to punch_hole() and expand_inode_data()
 2023-01-11 13:26 UTC  (2+ messages)

[PATCH] f2fs: drop useless initializer and unneeded local variable
 2023-01-11 13:25 UTC  (2+ messages)

[PATCH v7 0/4] arm64: dts: qcom: sc8280xp: Enable display
 2023-01-11 13:24 UTC  (5+ messages)
` [PATCH v7 1/4] arm64: dts: qcom: sc8280xp: Define some of the display blocks
` [PATCH v7 2/4] arm64: dts: qcom: sc8280xp-crd: Enable EDP

[PATCH v3 0/3] Improve K3-am625-sk support (USB, MMC)
 2023-01-11 13:23 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: dts: ti: k3-am62-main: Update OTAP and ITAP delay select
` [PATCH v3 2/3] arm64: dts: ti: k3-am62-main: Add support for USB
` [PATCH v3 3/3] arm64: dts: ti: k3-am625-sk: "

[PATCH v2] mm/mmap: fix comment of unmapped_area{_topdown}
 2023-01-11 13:20 UTC 

[PATCH v1] perf script flamegraph: Avoid d3-flame-graph package dependency
 2023-01-11 13:18 UTC  (5+ messages)

[PATCH] net: remove redundant config PCI dependency for some network driver configs
 2023-01-11 13:16 UTC  (2+ messages)

[PATCH] perf auxtrace: Fix address filter duplicate symbol selection
 2023-01-11 13:16 UTC  (2+ messages)

[PATCH v4 0/2] Input: cap11xx add support for cap1203, cap1293 and cap1298
 2023-01-11 13:14 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: input: microchip,cap11xx: add "
` [PATCH v4 2/2] Input: cap11xx - add support for "

[PATCH] rcu: Fix the start_poll_synchronize_rcu_expedited() be invoked very early
 2023-01-11 13:14 UTC 

[PATCH 5.15 000/290] 5.15.87-rc1 review
 2023-01-11 13:11 UTC  (3+ messages)

[regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled
 2023-01-11 13:08 UTC  (10+ messages)

[PATCH net-next v1 0/3] add dts for yt8521 and yt8531s, add driver for yt8531
 2023-01-11 13:07 UTC  (7+ messages)
` [PATCH net-next v1 1/3] dt-bindings: net: Add Motorcomm yt8xxx ethernet phy Driver bindings

[PATCH] f2fs: mark f2fs_init_compress_mempool w/ __init
 2023-01-11 13:05 UTC  (2+ messages)

[PATCH] dmaengine: dw-edma: remove redundant config PCI dependency for some Synopsys DesignWare eDMA driver configs
 2023-01-11 13:04 UTC  (2+ messages)

[PATCH] f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONED
 2023-01-11 13:03 UTC  (2+ messages)

[PATCH v8 26/26] PCI: dwc: Add DW eDMA engine support
 2023-01-11 13:03 UTC  (3+ messages)

[PATCH] pstore/ram: Rework logic for detecting ramoops
 2023-01-11 13:01 UTC  (2+ messages)

Wake-up from suspend to RAM broken under `retbleed=stuff`
 2023-01-11 12:59 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add f2fs's patchwork
 2023-01-11 12:59 UTC  (2+ messages)

[PATCH] f2fs: retry to update the inode page given EIO
 2023-01-11 12:57 UTC  (3+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[PATCH 1/3] perf/core: Change the layout of perf_sample_data
 2023-01-11 12:54 UTC  (6+ messages)
` [PATCH 2/3] perf/core: Set data->sample_flags in perf_prepare_sample()

[PATCH v5 0/6] Add Toshiba Visconti Video Input Interface driver
 2023-01-11 12:48 UTC  (4+ messages)
` [PATCH v5 1/6] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface bindings

[PATCH v5 0/3] cachestat: a new syscall for page cache state of files
 2023-01-11 12:53 UTC  (5+ messages)
` [PATCH v5 2/3] cachestat: implement cachestat syscall

[PATCH] maple_tree: fix comment of mte_destroy_walk
 2023-01-11 12:52 UTC  (3+ messages)

[PATCH v3] x86/bugs: Explicitly clear speculative MSR bits
 2023-01-11 12:51 UTC  (2+ messages)

[PATCH v7 0/4] workqueue: destroy_worker() vs isolated CPUs
 2023-01-11 12:49 UTC  (4+ messages)
` [PATCH v7 4/4] workqueue: Unbind kworkers before sending them to exit()

[PATCH] mm/mmap: fix comment of unmapped_area{_topdown}
 2023-01-11 12:47 UTC  (3+ messages)

[PATCH] x86/setup: Move duplicate variable definition out of the if/else block
 2023-01-11 12:46 UTC  (2+ messages)
` [tip: x86/cleanups] x86/setup: Move duplicate boot_cpu_data definition out of the ifdeffery

[PATCH] x86/boot/e820: fix typo in e820.c comment
 2023-01-11 12:46 UTC  (2+ messages)
` [tip: x86/cleanups] x86/boot/e820: Fix "

[PATCH 5/5] vdpa: mlx5: support per virtqueue dma device
 2023-01-11 12:38 UTC  (2+ messages)

[PATCH 0/9] Add and update some driver nodes for MT8186 SoC
 2023-01-11 12:37 UTC  (10+ messages)
` [PATCH 1/9] arm64: dts: mediatek: mt8186: Add MTU3 nodes
` [PATCH 2/9] dt-bindings: spmi: spmi-mtk-pmif: Document mediatek,mt8195-spmi as fallback of mediatek,mt8186-spmi
` [PATCH 3/9] arm64: dts: mediatek: mt8186: Add SPMI node
` [PATCH 4/9] arm64: dts: mediatek: mt8186: Add ADSP mailbox nodes
` [PATCH 5/9] arm64: dts: mediatek: mt8186: Add ADSP node
` [PATCH 6/9] arm64: dts: mediatek: mt8186: Add audio controller node
` [PATCH 7/9] arm64: dts: mediatek: mt8186: Add DPI node
` [PATCH 8/9] dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr
` [PATCH 9/9] arm64: dts: mediatek: mt8186: Add display nodes

[PATCH] media:cec:fix double free and uaf issue when cancel data during noblocking
 2023-01-11 12:37 UTC 

[PATCH v3] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-11 12:35 UTC  (6+ messages)
      ` [External] "

[PATCH clocksource 0/6] Clocksource watchdog updates for v6.3
 2023-01-11 12:31 UTC  (4+ messages)
` [PATCH clocksource 5/6] clocksource: Suspend the watchdog temporarily when high read latency detected

[RFC PATCH 0/7] Introduce STM32 system bus
 2023-01-11 12:32 UTC  (9+ messages)
` [RFC PATCH 3/7] dt-bindings: bus: add STM32MP15 ETZPC firewall bus bindings

[PATCH 1/2] dt-bindings: PCI: qcom: Allow both GIC-ITS and internal MSI controller
 2023-01-11 12:30 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8450: "

next-20230110: arm64: defconfig+kselftest config boot failed - Unable to handle kernel paging request at virtual address fffffffffffffff8
 2023-01-11 12:28 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).