All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-13 00:10:45 to 2023-06-13 01:31:32 UTC [more...]

[PATCH] clk: clk-loongson2: Zero init clk_init_data
 2023-06-13  1:31 UTC  (2+ messages)

[PATCH] firmware: scmi: return a right errno for SCMI status code
 2023-06-13  1:30 UTC 

[PATCH] wifi: rtlwifi: remove misused flag from HAL data
 2023-06-13  1:30 UTC  (5+ messages)
` [PATCH 1/4] [v2] wifi: rtlwifi: remove unused timer and related code
  ` [PATCH 2/4] [v2] wifi: rtlwifi: remove unused dualmac control leftovers

[PATCH v3 0/8] Create large folios in iomap buffered write path
 2023-06-13  1:30 UTC  (5+ messages)
` [PATCH v3 6/8] filemap: Allow __filemap_get_folio to allocate large folios

Out of space loop: skip_balance not working
 2023-06-13  1:29 UTC  (6+ messages)

[PATCH] clk: mediatek: fix of_iomap memory leak
 2023-06-13  1:28 UTC  (3+ messages)

Massive variations of execution time on x86
 2023-06-13  1:26 UTC  (4+ messages)

[RESEND] Input: support pre-stored effects
 2023-06-13  1:25 UTC  (2+ messages)

[PATCH] LoongArch/rethook: Replace kretprobe with rethook on loongarch
 2023-06-13  1:14 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/2] Add infra_ao reset support for MT8188 Soc
 2023-06-13  1:23 UTC  (7+ messages)
` [PATCH v4 1/2] dt-bindings: reset: mt8188: add thermal reset control bit
` [PATCH v4 2/2] clk: mediatek: reset: add infra_ao reset support for MT8188

[PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs
 2023-06-13  1:22 UTC  (8+ messages)

[PATCH v4 00/19] Fixes, cleanups and unit test for mballoc
 2023-06-13  1:22 UTC  (6+ messages)
` [PATCH v4 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple

[f2fs-dev] [PATCH] f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
 2023-06-13  1:22 UTC  (2+ messages)

[PATCH v2 0/2] clk/mediatek: Adjustments for MSDC rate accuracy
 2023-06-13  1:20 UTC  (7+ messages)
` [PATCH v2 1/2] clk: mediatek: mux: Stop forcing CLK_SET_RATE_PARENT flag
` [PATCH v2 2/2] clk: mediatek: Remove CLK_SET_PARENT from all MSDC core clocks

[meta-ti][master/kirkstone][RFC] ti-extras: Add support for extra kernel/u-boot features
 2023-06-13  1:20 UTC  (3+ messages)

[PATCH v2 0/3] board: toradex: add verdin am62 support
 2023-06-12 20:54 UTC  (2+ messages)
` [PATCH v2 3/3] "

[PATCH v2] tee: optee: Use kmemdup() to replace kmalloc + memcpy
 2023-06-13  1:19 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] igt_core: Show the end of each subtest in dmesg
 2023-06-13  1:18 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[f2fs-dev] [PATCH v2] f2fs: do more sanity check on inode
 2023-06-13  1:17 UTC  (4+ messages)
    `  "

[PATCH] clk: si521xx: Switch i2c driver back to use .probe()
 2023-06-13  1:16 UTC  (2+ messages)

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

[PATCH] drm/amdgpu/sdma4: set align mask to 255
 2023-06-13  1:14 UTC  (3+ messages)

[PATCH] clk: mediatek: mt8365: Fix inverted topclk operations
 2023-06-13  1:13 UTC  (8+ messages)

[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] ASoC: tlv320aic32x4: pll: Remove impossible condition in clk_aic32x4_pll_determine_rate()
 2023-06-13  1:12 UTC 

[f2fs-dev] [PATCH] f2fs: compress tmp files given extension
 2023-06-13  1:11 UTC  (5+ messages)

[PATCHSET RFC 0/6] Add io_uring support for futex wait/wake
 2023-06-13  1:09 UTC  (6+ messages)
` [PATCH 5/6] io_uring: add support for futex wake and wait

[PATCH] mm: compaction: skip memory hole rapidly when isolating migratable pages
 2023-06-13  1:08 UTC  (4+ messages)

[PATCH 13/15] wifi: iwlwifi: pass ESR parameters to the firmware
 2023-06-13  1:08 UTC  (2+ messages)

Asking for help to debug xen efi on Kunpeng machine
 2023-06-13  1:07 UTC  (8+ messages)

[PATCH] ceph: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
 2023-06-13  1:06 UTC  (3+ messages)

[clk:clk-determine-rate 66/68] sound/soc/codecs/tlv320aic32x4-clk.c:219 clk_aic32x4_pll_determine_rate() warn: unsigned 'rate' is never less than zero
 2023-06-13  1:06 UTC  (3+ messages)

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-13  1:06 UTC  (3+ messages)

inconsistence in mprotect_fixup mlock_fixup madvise_update_vma
 2023-06-13  1:04 UTC 

[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-12 23:49 UTC  (8+ 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()

[PATCH xtables-addons] xt_ipp2p: change text-search algo to KMP
 2023-06-13  1:03 UTC  (2+ messages)

[PATCH v23 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-06-12 21:07 UTC  (2+ messages)
` [PATCH v23 5/8] x86/crash: add x86 crash hotplug support

[PATCH v13 00/10] Introduce Nuvoton ma35d1 SoC
 2023-06-13  1:02 UTC  (4+ messages)
` [PATCH v13 08/10] clk: nuvoton: Add clock driver for ma35d1 clock controller

[RFC PATCH 0/4] nvme-tcp: fix hung issues for deleting
 2023-06-13  1:01 UTC  (8+ messages)

[PATCH] docs/RCU: Add the missing rcu_read_unlock()
 2023-06-13  0:59 UTC  (3+ messages)

[PATCH 0/2] nvme: fix two kinds of IO hang from removing NSs
 2023-06-13  0:58 UTC  (3+ messages)
` [PATCH 1/2] nvme: core: unquiesce io queues when removing namespaces
` [PATCH 2/2] nvme: don't freeze/unfreeze queues from different contexts

[PATCH v2 0/2] Add support for Azoteq IQS7210A/7211A/E
 2023-06-13  0:58 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: input: Add bindings "

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-12 21:04 UTC  (13+ messages)
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() to use ptdescs
` [PATCH v4 14/34] powerpc: Convert various functions "
` [PATCH v4 16/34] s390: Convert various gmap "

[PATCH v2] docs/RCU: Add the missing rcu_read_unlock()
 2023-06-13  0:57 UTC 

[linux-linus test] 181392: regressions - trouble: broken/fail/pass
 2023-06-13  0:56 UTC 

[PATCH] block: set reasonable default for discard max
 2023-06-13  0:55 UTC  (4+ messages)

[PATCH net-next 5/8] net: ethernet: mtk_eth_soc: add MTK_NETSYS_V3 capability bit
 2023-06-12 22:16 UTC  (3+ messages)

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

[PATCH] drm/amd/display: don't free stolen console memory during suspend
 2023-06-13  0:54 UTC  (2+ messages)

[PATCH v11 00/20] TDX host kernel support
 2023-06-13  0:51 UTC  (8+ messages)
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot

[PATCH v2 0/4] rpmb subsystem, uapi and virtio-rpmb driver
 2023-06-13  0:49 UTC  (8+ messages)

[PATCH 5.15 00/91] 5.15.117-rc1 review
 2023-06-13  0:48 UTC  (2+ messages)

[PATCH 6.1 000/132] 6.1.34-rc1 review
 2023-06-13  0:47 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: set zstd default compression level to 3
 2023-06-13  0:45 UTC  (4+ messages)
` [f2fs-dev] [PATCH] f2fs: set zstd default compression level to ZSTD_CLEVEL_DEFAULT

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

[PATCH v6 0/8] Support limits below the page size
 2023-06-13  0:44 UTC  (4+ messages)
` [PATCH v6 8/8] null_blk: Support configuring the maximum segment size

linux-next: build failure after merge of the arm-soc tree
 2023-06-13  0:43 UTC  (2+ messages)

[PATCH bpf v5 0/2] bpf: fix NULL dereference during extable search
 2023-06-13  0:44 UTC  (3+ messages)
` [PATCH bpf v5 1/2] bpf: ensure main program has an extable
` [PATCH bpf v5 2/2] selftests/bpf: add a test for subprogram extables

[PATCH] usbip: usbip_host: Replace strlcpy with strscpy
 2023-06-13  0:44 UTC 

[PATCH] usb: gadget: function: printer: Replace strlcpy with strscpy
 2023-06-13  0:43 UTC 

[PATCH v1 0/3] Sync PolarFire SoC dts with Linux
 2023-06-13  0:41 UTC  (3+ messages)
` [PATCH v1 1/3] riscv: dts: drop microchip from dts filenames

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

[PATCH] tracing/boot: Replace strlcpy with strscpy
 2023-06-13  0:41 UTC 

❌ FAIL: Test report for master (6.4.0-rc6, mainline.kernel.org-clang, fb054096)
 2023-06-13  0:41 UTC 

[PATCH] SUNRPC: Replace strlcpy with strscpy
 2023-06-13  0:40 UTC 

[PATCH] elf2dmp: Don't abandon when Prcb is set to 0
 2023-06-13  0:39 UTC  (3+ messages)

[PATCH] net/iavf: fix VLAN offload with AVX512
 2023-06-13  0:38 UTC  (5+ messages)

[PATCH] net/mediatek: strlcpy withreturn
 2023-06-13  0:34 UTC  (2+ messages)

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

[PATCH] netfilter: ipset: Replace strlcpy with strscpy
 2023-06-13  0:34 UTC 

[PATCH] mac80211: Replace strlcpy with strscpy
 2023-06-13  0:34 UTC 

[PATCH] ieee802154: Replace strlcpy with strscpy
 2023-06-13  0:33 UTC 

[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  (23+ messages)
` [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/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 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 

[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


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.