All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-12 23:11:36 to 2023-06-13 00:32:39 UTC [more...]

[kvm-unit-tests PATCH v2 00/16] x86: cleanups, fixes and new tests
 2023-06-13  0:32 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 06/16] x86/run_in_user: Change type of code label

[PATCH] sdl2: Check if window exists before updating it
 2023-06-13  0:28 UTC  (3+ messages)

[PATCH bpf-next v5 0/4] verify scalar ids mapping in regsafe()
 2023-06-13  0:28 UTC  (6+ messages)
` [PATCH bpf-next v5 3/4] bpf: verify scalar ids mapping in regsafe() using check_ids()

[linux-nvme:nvme-6.5 26/26] drivers/nvme/host/core.c:2999:41: error: incompatible integer to pointer conversion passing 'unsigned long' to parameter of type 'const volatile unsigned long *'; take the address with &
 2023-06-13  0:27 UTC 

[PATCH 1/1] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
 2023-06-13  0:26 UTC  (8+ messages)

[PATCH] crypto: Replace strlcpy with strscpy
 2023-06-13  0:22 UTC 

[PATCH v2 00/22]drm/msm/dpu: another catalog rework
 2023-06-13  0:14 UTC  (54+ messages)
` [PATCH v2 01/22] drm/msm/dpu: fix sc7280 and sc7180 PINGPONG done interrupts
` [PATCH v2 02/22] drm/msm/dpu: correct MERGE_3D length
` [PATCH v2 03/22] drm/msm/dpu: remove unused INTF_NONE interfaces
` [PATCH v2 04/22] drm/msm: enumerate DSI interfaces
` [PATCH v2 05/22] drm/msm/dpu: always use MSM_DP/DSI_CONTROLLER_n
` [PATCH v2 06/22] drm/msm/dpu: simplify peer LM handling
` [PATCH v2 07/22] drm/msm/dpu: drop dpu_mdss_cfg::mdp_count field
` [PATCH v2 08/22] drm/msm/dpu: drop enum dpu_mdp and MDP_TOP value
` [PATCH v2 09/22] drm/msm/dpu: expand .clk_ctrls definitions
` [PATCH v2 10/22] drm/msm/dpu: drop zero features from dpu_mdp_cfg data
` [PATCH v2 11/22] drm/msm/dpu: drop zero features from dpu_ctl_cfg data
` [PATCH v2 12/22] drm/msm/dpu: correct indentation for CTL definitions
` [PATCH v2 13/22] drm/msm/dpu: inline SSPP_BLK macros
` [PATCH v2 14/22] drm/msm/dpu: inline DSPP_BLK macros
` [PATCH v2 15/22] drm/msm/dpu: inline LM_BLK macros
` [PATCH v2 16/22] drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros
` [PATCH v2 16/21] drm/msm/dpu: inline DSC_BLK macros
` [PATCH v2 17/22] drm/msm/dpu: inline MERGE_3D_BLK macros
` [PATCH v2 20/22] drm/msm/dpu: inline INTF_BLK and INTF_BLK_DSI_TE macros
  ` [PATCH v2 21/22] drm/msm/dpu: drop empty features mask MERGE_3D_SM8150_MASK
  ` [PATCH v2 22/22] drm/msm/dpu: drop empty features mask INTF_SDM845_MASK
` [PATCH v2 18/22] drm/msm/dpu: inline various PP_BLK_* macros
` [PATCH v2 19/22] drm/msm/dpu: inline WB_BLK macros

[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-13  0:11 UTC  (48+ messages)
` [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
` [PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
` [PATCH v9 03/42] mm: Make pte_mkwrite() take a VMA
` [PATCH v9 04/42] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v9 05/42] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v9 06/42] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v9 07/42] x86/traps: Move control protection handler to separate file
` [PATCH v9 08/42] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v9 09/42] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v9 10/42] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v9 11/42] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v9 12/42] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v9 13/42] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v9 14/42] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v9 15/42] x86/mm: Check shadow stack page fault errors
` [PATCH v9 16/42] mm: Add guard pages around a shadow stack
` [PATCH v9 17/42] mm: Warn on shadow stack memory in wrong vma
` [PATCH v9 18/42] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v9 19/42] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v9 20/42] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v9 21/42] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v9 22/42] mm: Don't allow write GUPs to shadow "
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
` [PATCH v9 24/42] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v9 25/42] x86/fpu: Add helper for modifying xstate
` [PATCH v9 26/42] x86: Introduce userspace API for shadow stack
` [PATCH v9 27/42] x86/shstk: Add user control-protection fault handler
` [PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support
` [PATCH v9 29/42] x86/shstk: Handle thread shadow stack
` [PATCH v9 30/42] x86/shstk: Introduce routines modifying shstk
` [PATCH v9 31/42] x86/shstk: Handle signals for shadow stack
` [PATCH v9 32/42] x86/shstk: Check that SSP is aligned on sigreturn
` [PATCH v9 33/42] x86/shstk: Check that signal frame is shadow stack mem
` [PATCH v9 34/42] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v9 35/42] x86/shstk: Support WRSS for userspace
` [PATCH v9 36/42] x86: Expose thread features in /proc/$PID/status
` [PATCH v9 37/42] x86/shstk: Wire in shadow stack interface
` [PATCH v9 38/42] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v9 39/42] selftests/x86: Add shadow stack test
` [PATCH v9 40/42] x86: Add PTRACE interface for shadow stack
` [PATCH v9 41/42] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v9 42/42] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH net-next v7 0/3] net: flower: add cfm support
 2023-06-13  0:20 UTC  (2+ messages)

新規事業としての結婚相談所 説明会
 2023-06-13  0:01 UTC 

M+ & H bugs with Milestone Movements WW23
 2023-06-13  0:18 UTC 

[linux-nvme:nvme-6.5 26/26] drivers/nvme/host/core.c:2999:41: error: incompatible integer to pointer conversion passing 'unsigned long' to parameter of type 'const volatile unsigned long *'; take the address with &
 2023-06-13  0:17 UTC 

[krzk-github:n/audio-wsa884x-on-top-of-wip-sm8450-audio-on-next-fsa4480-ucsi-debug 44/44] include/linux/kern_levels.h:5:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long unsigned int'
 2023-06-13  0:17 UTC 

Enhancements/Bugs closed WW23!
 2023-06-13  0:16 UTC 

[PATCH 00/27] MediaTek Helio X10 - Mailbox, Display, MMC/SD/SDIO
 2023-06-13  0:12 UTC  (5+ messages)
` [PATCH 03/27] dt-bindings: display: mediatek: dpi: Add compatible for MediaTek MT6795

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-12 21:03 UTC  (3+ messages)
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking

[dpdk-dev] [PATCH] Remove printf from signal handler
 2023-06-13  0:11 UTC  (2+ messages)
` [PATCH] app: do not call printf in signal handlers

[PATCH v2 0/2] Fix 64 bit issues in common clock framework
 2023-06-13  0:10 UTC  (3+ messages)
` [PATCH v2 1/2] clk: composite: Fix handling of high clock rates

[PATCH bpf-next v5] selftests/bpf: Add benchmark for bpf memory allocator
 2023-06-13  0:10 UTC  (7+ messages)

[PATCH 0/2] ASoC: add N cpus to M codecs dai link support
 2023-06-13  0:05 UTC  (3+ messages)
` [PATCH 1/2] "

Current high bug count owners for Yocto Project 4.3
 2023-06-13  0:05 UTC 

[PATCH v2 0/3] Add metric value validation test
 2023-06-13  0:04 UTC  (2+ messages)

[PATCH v2 3/3] repository: move 'repository_format_worktree_config' to repo scope
 2023-06-13  0:03 UTC  (3+ messages)
` [PATCH] setup: copy repository_format using helper

[PATCH] MAINTAINERS: Add source tree entry for kunit
 2023-06-13  0:01 UTC  (3+ messages)

[PATCH net v2 0/2] fixes for Q-USGMII speeds and autoneg
 2023-06-13  0:00 UTC  (2+ messages)

[PATCH net 01/17] selftests: mptcp: lib: skip if not below kernel version
 2023-06-13  0:00 UTC  (2+ messages)

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext2_fill_super (2)
 2023-06-12 23:58 UTC 

[PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
 2023-06-12 23:56 UTC  (2+ messages)

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-12 23:55 UTC  (5+ messages)
` [PATCH v14 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module

[dpdk-dev] [PATCH] devtools: add cppcheck wrapper
 2023-06-12 23:55 UTC  (2+ messages)
`  "

[PATCH] perf annotate: Allow whitespace between insn operands
 2023-06-12 23:55 UTC  (2+ messages)

[PATCH] drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime
 2023-06-12 23:53 UTC  (2+ messages)

[syzbot] [kvm?] WARNING in kvm_arch_vcpu_ioctl_run (5)
 2023-06-12 23:52 UTC  (2+ messages)

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2023-06-12 23:50 UTC 

[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-12 23:49 UTC  (9+ messages)
` [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V4 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V4 10/37] x86/smpboot: Get rid of cpu_init_secondary()

[Intel-wired-lan] [RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-12 23:49 UTC  (7+ messages)
` [Intel-wired-lan] [RFC PATCH v8 01/10] dpll: documentation on DPLL subsystem interface
    `  "
` [Intel-wired-lan] [RFC PATCH v8 03/10] dpll: core: Add DPLL framework base functions
    `  "

[PATCH] wifi: mwifiex: Replace RX workqueues with kthreads
 2023-06-12 23:47 UTC  (4+ messages)

[PATCH v4 01/11] documentation: Block Device Filtering Mechanism
 2023-06-12 23:43 UTC  (3+ messages)
` [PATCH v4 11/11] blksnap: Kconfig and Makefile

[PATCH 0/7] docs: Move Documentation/arm under Documentation/arch
 2023-06-12 23:40 UTC  (4+ messages)
` [PATCH 4/7] mips: update a reference to a moved Arm Document

[PATCH 1/2] perf dwarf-aux: Fix off-by-one in die_get_varname()
 2023-06-12 23:41 UTC  (2+ messages)
` [PATCH 2/2] perf dwarf-aux: Allow unnamed struct/union/enum

[PATCH] drm/msm/dsi: Enable BURST_MODE for command mode for DSI 6G v1.3+
 2023-06-12 23:37 UTC  (2+ messages)

[PATCH] fbdev/media: Use GPIO descriptors for VIA GPIO
 2023-06-12 23:36 UTC  (3+ messages)

[PATCH] drm/panel: move some dsi commands from unprepare to disable
 2023-06-12 23:36 UTC  (2+ messages)

[PATCH v1] rust: error: integrate Rust error type with `errname`
 2023-06-12 23:36 UTC  (4+ messages)

[PATCH v2 0/9] convert hugetlb_cgroup helper functions to folios
 2023-06-12 23:34 UTC  (4+ messages)
` [PATCH v2 5/9] mm/hugetlb: convert isolate_or_dissolve_huge_page "

[PATCH] drm/bridge: ps8640: Drop the ability of ps8640 to fetch the EDID
 2023-06-12 23:32 UTC  (3+ messages)

[PATCH] tracing: Add a debug_trace_printk() function
 2023-06-12 23:33 UTC 

[6.5-rc5 regression] core dump hangs (was Re: [Bug report] fstests generic/051 (on xfs) hang on latest linux v6.5-rc5+)
 2023-06-12 23:33 UTC  (11+ messages)

[f2fs-dev] [PATCH] f2fs: check zone write pointer points to the end of zone
 2023-06-12 23:32 UTC  (2+ messages)
`  "

[PATCH bpf-next 0/2] Fix missing synack in BPF cgroup_skb filters
 2023-06-12 23:31 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Verify that the cgroup_skb filters receive expected packets

[PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs
 2023-06-12 23:31 UTC  (9+ messages)

[PATCH v11 00/20] TDX host kernel support
 2023-06-12 23:31 UTC  (7+ messages)
` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum

linux-next: Signed-off-by missing for commit in the vhost tree
 2023-06-12 23:29 UTC 

[PATCH v2 1/2] sched: don't account throttle time for empty groups
 2023-06-12 23:27 UTC  (4+ messages)
` [PATCH v2 2/2] sched: add throttled time stat for throttled children

linux-next: bad rebase of the kvms390 tree
 2023-06-12 23:27 UTC 

[PATCH] cfg80211: cfg80211: strlcpy withreturn
 2023-06-12 23:23 UTC 

[GIT PULL] hotfixes for 6.4-rc7
 2023-06-12 23:21 UTC  (2+ messages)

[PATCH] drm/amdgpu/sdma4: set align mask to 255
 2023-06-12 23:20 UTC  (2+ messages)

[GIT PULL]: tools/power/x86/intel-speed-select pull request for 6.5-rc1
 2023-06-12 23:18 UTC 

[linux-nvme:nvme-6.5 26/26] drivers/nvme/host/core.c:2999:52: warning: passing argument 2 of 'const_test_bit' makes pointer from integer without a cast
 2023-06-12 23:15 UTC 

[PATCH] [RFC] http: reauthenticate on 401 Unauthorized
 2023-06-12 23:12 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v7 00/15] Introduce Intel IDPF driver
 2023-06-12 23:10 UTC  (10+ messages)
` [Intel-wired-lan] [PATCH iwl-next v7 03/15] idpf: add controlq init and reset checks
` [Intel-wired-lan] [PATCH iwl-next v7 05/15] idpf: add create vport and netdev configuration
` [Intel-wired-lan] [PATCH iwl-next v7 09/15] idpf: initialize interrupts and enable vport
` [Intel-wired-lan] [PATCH iwl-next v7 10/15] idpf: add splitq start_xmit
` [Intel-wired-lan] [PATCH iwl-next v7 11/15] idpf: add TX splitq napi poll support
` [Intel-wired-lan] [PATCH iwl-next v7 12/15] idpf: add RX "
` [Intel-wired-lan] [PATCH iwl-next v7 13/15] idpf: add singleq start_xmit and napi poll
` [Intel-wired-lan] [PATCH iwl-next v7 14/15] idpf: add ethtool callbacks
` [Intel-wired-lan] [PATCH iwl-next v7 15/15] idpf: configure SRIOV and add other ndo_ops

[PATCH 1/2] drm/msm/dpu: do not enable color-management if DSPPs are not available
 2023-06-12 23:11 UTC  (4+ messages)
` [PATCH 2/2] drm/msm/dpu/catalog: define DSPP blocks found on sdm845


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.