linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-27 21:37:01 to 2023-01-28 01:15:20 UTC [more...]

Latest RC causing web browser crash
 2023-01-28  1:14 UTC 

[syzbot] possible deadlock in pppoe_device_event
 2023-01-28  1:13 UTC 

[PATCH] iommufd: Add top-level bounds check on kernel buffer size
 2023-01-28  1:13 UTC  (4+ messages)

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-01-28  1:13 UTC  (14+ messages)
` [PATCH v2 02/11] KVM: nSVM: clean up the copying of V_INTR bits from vmcb02 to vmcb12
` [PATCH v2 03/11] KVM: nSVM: explicitly raise KVM_REQ_EVENT on nested VM exit if L1 doesn't intercept interrupts
` [PATCH v2 04/11] KVM: SVM: drop the SVM specific H_FLAGS
` [PATCH v2 05/11] KVM: x86: emulator: stop using raw host flags
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface
` [PATCH v2 10/11] KVM: SVM: implement support for vNMI

[PATCH 0/2] Fixes for hugetlb mapcount at most 1 for shared PMDs
 2023-01-28  1:12 UTC  (5+ messages)
` [PATCH 1/2] mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps

[tip:x86/fpu] BUILD SUCCESS cb3ea4b7671b7cfbac3ee609976b790aebd0bbda
 2023-01-28  1:12 UTC 

[PATCH 1/7] kbuild: do not put .scmversion into the source tarball
 2023-01-28  1:11 UTC  (3+ messages)

[RFC v3 00/12] DRM scheduling cgroup controller
 2023-01-28  1:11 UTC  (3+ messages)
` [RFC 10/12] cgroup/drm: Introduce weight based drm cgroup control

[tip:x86/mm] BUILD SUCCESS ebd3ad60a688131de7df1dd05fd2d7c57f542268
 2023-01-28  1:05 UTC 

[PATCH v6] tracing/probe: add a char type to show the character value of traced arguments
 2023-01-28  1:05 UTC  (3+ messages)

[PATCH v2 0/3] dt-bindings: serial/mtd/mc/ata: use MC peripheral props
 2023-01-28  0:54 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: reference MC peripheral properties in relevant devices

[PATCH] regulator: s5m8767: Bounds check id indexing into arrays
 2023-01-28  0:53 UTC 

[PATCH] Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
 2023-01-28  0:51 UTC 

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-28  0:51 UTC  (13+ messages)
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk

[PATCH mm-unstable v2 0/6] Convert various mempolicy.c functions
 2023-01-28  0:48 UTC  (8+ messages)
` [PATCH mm-unstable v2 1/6] mm: Add folio_estimated_mapcount()

[PATCH] x86/hotplug: Remove incorrect comment about mwait_play_dead()
 2023-01-28  0:37 UTC 

[PATCH v4 0/4] Improve dirty ring warning report
 2023-01-28  0:18 UTC  (7+ messages)
` [PATCH v4 1/4] KVM: arm64: Include kvm_mmu.h from vgic.h
` [PATCH v4 2/4] KVM: arm64: Add helper vgic_write_guest_lock()
` [PATCH v4 3/4] KVM: arm64: Allow no running vcpu on restoring VGICv3 LPI pending status
` [PATCH v4 4/4] KVM: arm64: Allow no running vcpu on saving VGICv3 pending table

[GIT PULL] kernel hardening fixes for v6.2-rc6
 2023-01-28  0:20 UTC  (2+ messages)

[PATCH] scripts/dtc: Replace 0-length arrays with flexible arrays
 2023-01-28  0:24 UTC  (4+ messages)

[PATCH v1 0/2] two suggested iouring op audit updates
 2023-01-28  0:19 UTC  (27+ messages)
` [PATCH v1 1/2] io_uring,audit: audit IORING_OP_FADVISE but not IORING_OP_MADVISE
` [PATCH v1 2/2] io_uring,audit: do not log IORING_OP_*GETXATTR

[PATCHSET v2] sched: Implement BPF extensible scheduler class
 2023-01-28  0:16 UTC  (31+ messages)
` [PATCH 01/30] cgroup: Implement cgroup_show_cftypes()
` [PATCH 02/30] sched: Encapsulate task attribute change sequence into a helper macro
` [PATCH 03/30] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 04/30] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 05/30] sched: Add sched_class->reweight_task()
` [PATCH 06/30] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 07/30] sched: Factor out cgroup weight conversion functions
` [PATCH 08/30] sched: Expose css_tg(), __setscheduler_prio() and SCHED_CHANGE_BLOCK()
` [PATCH 09/30] sched: Enumerate CPU cgroup file types
` [PATCH 10/30] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 11/30] sched: Add normal_policy()
` [PATCH 12/30] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 13/30] sched_ext: Implement BPF "
` [PATCH 14/30] sched_ext: Add scx_example_dummy and scx_example_qmap example schedulers
` [PATCH 15/30] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 16/30] sched_ext: Implement runnable task stall watchdog
` [PATCH 17/30] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 18/30] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext
` [PATCH 19/30] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
` [PATCH 20/30] sched_ext: Make watchdog handle ops.dispatch() looping stall
` [PATCH 21/30] sched_ext: Add task state tracking operations
` [PATCH 22/30] sched_ext: Implement tickless support
` [PATCH 23/30] sched_ext: Add cgroup support
` [PATCH 24/30] sched_ext: Implement SCX_KICK_WAIT
` [PATCH 25/30] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
` [PATCH 26/30] sched_ext: Implement sched_ext_ops.cpu_online/offline()
` [PATCH 27/30] sched_ext: Implement core-sched support
` [PATCH 28/30] sched_ext: Documentation: scheduler: Document extensible scheduler class
` [PATCH 29/30] sched_ext: Add a basic, userland vruntime scheduler
` [PATCH 30/30] sched_ext: Add a rust userspace hybrid example scheduler

[PATCH] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
 2023-01-28  0:14 UTC 

[PATCH] cxl/mbox: Add debug messages for supported mailbox commands
 2023-01-28  0:12 UTC  (5+ messages)

[PATCH 0/7] KVM: VMX: Handle NMI VM-Exits in noinstr section
 2023-01-28  0:07 UTC  (2+ messages)

[PATCH 0/6] KVM: x86/pmu: Misc PMU MSR fixes
 2023-01-28  0:07 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Drop event_type and rename "struct kvm_event_hw_type_mapping"
 2023-01-28  0:07 UTC  (2+ messages)

[PATCH linux-next] KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()
 2023-01-28  0:05 UTC  (2+ messages)

[PATCH v4 0/4] x86/crash: Fix double NMI shootdown bug
 2023-01-28  0:05 UTC  (2+ messages)

[PATCH] scsi: aacraid: Allocate cmd_priv with scsicmd
 2023-01-28  0:04 UTC 

[PATCH v2 00/33] Per-VMA locks
 2023-01-28  0:00 UTC  (4+ messages)

[PATCH] net: dsa: microchip: ptp: add one more PTP dependency
 2023-01-27 23:58 UTC  (2+ messages)

[PATCH 0/4] iommu: Reject drivers with broken_unmanaged_domain
 2023-01-27 23:54 UTC  (8+ messages)
` [PATCH 1/4] iommu: Add a broken_unmanaged_domain flag in iommu_ops
` [PATCH 2/4] iommu/dma: Do not init domain if broken_unmanaged_domain

[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
 2023-01-27 23:50 UTC  (11+ messages)

general protection fault in efivar_lock
 2023-01-27 23:49 UTC 

[PATCH] docs: add workload-tracing document to admin-guide
 2023-01-27 23:49 UTC  (4+ messages)

[PATCH v2] docs: add workload-tracing document to admin-guide
 2023-01-27 23:46 UTC 

[PATCH 00/37] nvmem: patches for 6.3
 2023-01-27 23:39 UTC  (3+ messages)
` [PATCH 04/37] dt-bindings: nvmem: qfprom: add sdm670 compatible

[PATCH v3 0/4] Improve dirty ring warning report
 2023-01-27 23:37 UTC  (7+ messages)
` [PATCH v3 2/4] KVM: arm64: Add helper vgic_write_guest_lock()
` [PATCH v3 4/4] KVM: arm64: Allow no running vcpu on saving vgic3 pending table

[PATCH V2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
 2023-01-27 23:36 UTC  (2+ messages)

[PATCH v6 0/4] Migrate MT8195 VPPSYS 0/1 to mtk-mmsys driver
 2023-01-27 23:20 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: arm: mediatek: migrate MT8195 vppsys0/1 "
` [PATCH v6 3/4] clk: mediatek: remove MT8195 vppsys/0/1 simple_probe

[PATCH v2] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-01-27 23:19 UTC  (3+ messages)

[PATCH] Remove a number of duplicate includes
 2023-01-27 23:19 UTC 

[PATCH] gpu: host1x: fix uninitialized variable use
 2023-01-27 23:18 UTC  (2+ messages)

[PATCH v5 0/3] add support for clocks on MT7981 SoC
 2023-01-27 23:17 UTC  (7+ messages)
` [PATCH v5 1/3] dt-bindings: clock: Add compatibles for MT7981
` [PATCH v5 2/3] dt-bindings: clock: mediatek: add mt7981 clock IDs
` [PATCH v5 3/3] clk: mediatek: add MT7981 clock support

Failure during Stack Depot allocating hash table of 1048576 entries with kvcalloc
 2023-01-27 23:16 UTC  (2+ messages)

[PATCH] mm/highmem: Align-down to page the address for kunmap_flush_on_unmap()
 2023-01-27 23:13 UTC  (13+ messages)

[PATCH] coresight: tmc-etr: Don't enable ETR when it's not ready
 2023-01-27 23:10 UTC  (2+ messages)
` [PATCH v2] coresight: tmc: Don't enable TMC "

[PATCH 0/4] perf intel-pt: Fix the pipe mode (v1)
 2023-01-27 23:08 UTC  (5+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-27 23:01 UTC  (10+ messages)
` [PATCH 03/35] Documentation: block: correct spelling
` [PATCH 11/35] Documentation: i2c: "
` [PATCH 31/35] Documentation: trace: "

[PATCH 0/8] dt-bindings: phy/samsung: move MIPI and DP phys under PMU
 2023-01-27 22:54 UTC  (7+ messages)
  ` [PATCH 8/8] arm64: dts: exynos: move MIPI phy to PMU node in Exynos5433
  ` [PATCH 7/8] ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5250
  ` [PATCH 6/8] ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5420

[PATCH] highmem: Round down the address passed to kunmap_flush_on_unmap()
 2023-01-27 22:53 UTC  (2+ messages)

[PATCH v3 00/14] KVM perf support
 2023-01-27 22:53 UTC  (3+ messages)
` [PATCH v3 03/14] RISC-V: Improve SBI PMU extension related definitions

[PATCH] Input: ipaq-micro-ts - fix DEFINE_SIMPLE_DEV_PM_OPS typo
 2023-01-27 22:52 UTC  (2+ messages)

[PATCH] regulator: max77802: Bounds check regulator id against opmode
 2023-01-27 22:52 UTC 

[RFT PATCH 1/2] drm/bridge: tc358762: Set pre_enable_prev_first
 2023-01-27 22:51 UTC  (5+ messages)
` [RFT PATCH 2/2] drm/msm/dsi: Stop unconditionally powering up DSI hosts at modeset
  ` [Freedreno] "

[PATCH RFC 3/8] KVM: SVM: write back corrected CPUID page
 2023-01-27 22:46 UTC  (2+ messages)

[PATCH v5 0/5] CXL Poison List Retrieval & Tracing
 2023-01-27 22:46 UTC  (12+ messages)
` [PATCH v5 3/5] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v5 5/5] tools/testing/cxl: Mock support for Get Poison List
` (no subject)
  ` 

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-27 22:46 UTC  (20+ messages)
` [PATCH v2 06/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL for guest Arch LBR
` [PATCH v2 08/15] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list
` [PATCH v2 09/15] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v2 10/15] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v2 11/15] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v2 12/15] KVM: x86/vmx: Disable Arch LBREn bit in #DB and warm reset
` [PATCH v2 13/15] KVM: x86/vmx: Save/Restore guest Arch LBR Ctrl msr at SMM entry/exit
` [PATCH v2 14/15] KVM: x86: Add Arch LBR data MSR access interface
` [PATCH v2 15/15] KVM: x86/cpuid: Advertise Arch LBR feature in CPUID

[PATCH] ASoC: kirkwood: Iterate over array indexes instead of using pointer math
 2023-01-27 22:41 UTC 

[PATCH] net: sched: sch: Bounds check priority
 2023-01-27 22:40 UTC 

[PATCH] coda: Avoid partial allocation of sig_inputArgs
 2023-01-27 22:39 UTC 

[PATCH] net: ethernet: mtk_eth_soc: Avoid truncating allocation
 2023-01-27 22:38 UTC 

[PATCH] lm85: Bounds check to_sensor_dev_attr()->index usage
 2023-01-27 22:37 UTC 

[PATCH] dt-bindings: input: azoteq: Fix differing types
 2023-01-27 22:37 UTC  (4+ messages)

[PATCH] dmaengine: dw-axi-dmac: Do not dereference NULL structure
 2023-01-27 22:36 UTC 

[bug-report] possible s64 overflow in max_vruntime()
 2023-01-27 22:29 UTC  (9+ messages)

[PATCH v9 0/5] thermal: mediatek: Add support for MT8365 SoC
 2023-01-27 22:23 UTC  (8+ messages)
` [PATCH v9 2/5] thermal: mediatek: control buffer enablement tweaks
` [PATCH v9 4/5] thermal: mediatek: add callback for raw to mcelsius conversion

[PATCH v2 0/3] Allwinner D1 power domain support
 2023-01-27 22:17 UTC  (3+ messages)
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add power controller node

[PATCH v5 00/11] riscv: Allwinner D1/D1s platform support
 2023-01-27 22:16 UTC  (2+ messages)

[PATCH] [v2] accel: fix CONFIG_DRM dependencies
 2023-01-27 22:14 UTC 

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-27 22:11 UTC  (8+ messages)

[PATCH v11 2/6] dt-bindings/thermal/mediatek: Add LVTS thermal controllers dt-binding definition
 2023-01-27 22:10 UTC  (3+ messages)
` [PATCH v12 2/6] dt-bindings: thermal: mediatek: "

[PATCH] locking/atomic: atomic: Use arch_atomic_{read,set} in generic atomic ops
 2023-01-27 22:09 UTC  (5+ messages)

[PATCH] ath10k: snoc: enable threaded napi on WCN3990
 2023-01-27 22:08 UTC  (5+ messages)

[PATCH] HID: quirks: Add quirk for Logitech G923 Xbox steering wheel
 2023-01-27 22:06 UTC  (2+ messages)

[GIT PULL] tracing: Updates for 6.2
 2023-01-27 22:04 UTC  (3+ messages)

[PATCH] selftests: net: udpgso_bench_tx: Introduce exponential back-off retries
 2023-01-27 22:03 UTC  (2+ messages)

[RFT PATCH v3 1/4] ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos5250
 2023-01-27 22:02 UTC  (6+ messages)
    ` [RFT PATCH v3 2/4] ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos54xx
    ` [RFT PATCH v3 3/4] arm64: dts: exynos: add unit address to DWC3 node wrapper in Exynos5433

[GIT PULL] overlayfs fixes for 6.2-rc6
 2023-01-27 21:58 UTC  (2+ messages)

[PULL REQUEST] i2c-for-6.2-rc6
 2023-01-27 21:58 UTC  (2+ messages)

[GIT PULL] regulator fixes for v6.2-rc5
 2023-01-27 21:58 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.2-rc6
 2023-01-27 21:58 UTC  (2+ messages)

[PATCH v2] kbuild: do not automatically add -w option to modpost
 2023-01-27 21:56 UTC  (2+ messages)

[PATCH] ARM: Allow pre-ARMv5 builds with ld.lld 16.0.0 and newer
 2023-01-27 21:56 UTC  (2+ messages)

[PATCH] fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c
 2023-01-27 21:54 UTC 

[PATCH] arm64: dts: renesas: r9a07g044: Add Cortex-A55 PMU node
 2023-01-27 21:48 UTC  (4+ messages)

[syzbot] KASAN: vmalloc-out-of-bounds Write in tpg_fill_plane_buffer (2)
 2023-01-27 21:45 UTC  (2+ messages)

[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-01-27 21:44 UTC  (3+ messages)
` [RFC PATCH 14/19] mm: Introduce a cgroup for "

[PATCH v1] Revert "mm: kmemleak: alloc gray object for reserved region with direct map"
 2023-01-27 21:40 UTC  (3+ messages)

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-27 21:36 UTC  (5+ messages)
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE


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).