messages from 2022-12-02 23:32:02 to 2022-12-03 05:16:02 UTC [more...]
[PATCH v2 0/6] Rongpin RP-H6B support (and support for GL850G)
2022-12-03 5:15 UTC (6+ messages)
` [PATCH v2 5/6] dt-bindings: arm: sunxi: add Rongpin RP-H6B board
` [PATCH v2 6/6] arm64: dts: allwinner: h6: add Rongpin RP-H6C SoM and "
linux-next: Tree for Dec 2
2022-12-03 5:04 UTC (3+ messages)
` linux-next: Tree for Dec 2 (drivers/platform/x86/intel/ifs/ifs.h)
` [PATCH] platform/x86/intel/ifs: Add missing documentation entry
[PATCH] net: sched: fix a error path in fw_change()
2022-12-03 4:59 UTC (2+ messages)
[PATCH] net: microchip: sparx5: Fix missing destroy_workqueue of mact_queue
2022-12-03 4:59 UTC (2+ messages)
[syzbot] KASAN: use-after-free Read in gsm_cleanup_mux
2022-12-03 4:57 UTC (2+ messages)
[PATCH net-next] net: microchip: vcap: Remove unneeded semicolons
2022-12-03 4:50 UTC (2+ messages)
Coverity: mt7996_hw_queue_read(): Integer handling issues
2022-12-03 4:40 UTC (2+ messages)
[PATCH v4 3/3] mtd: spi-nor: Add support for IS25LX256 operating in 1S-8S-8S octal read mode
2022-12-03 4:32 UTC (2+ messages)
[PATCH] mce: fix missing stack-dumping in mce_panic()
2022-12-03 4:22 UTC (4+ messages)
[PATCH v1] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
2022-12-03 4:14 UTC (2+ messages)
[PATCH] mm/mempolicy: failed to disable numa balancing
2022-12-03 3:44 UTC (3+ messages)
[PATCH] RDMA/mlx5: no need to kfree NULL pointer
2022-12-03 3:37 UTC
[PATCH v3] mm: Add nodes= arg to memory.reclaim
2022-12-03 3:17 UTC (3+ messages)
[PATCH -next v2] riscv/mm/fault: simplify code for do_page_fault()
2022-12-03 3:08 UTC (2+ messages)
[PATCH] staging: board: Remove control flow from macro
2022-12-03 3:05 UTC
[PATCH 0/5] mm: Stop alaising VM_FAULT_HINDEX_MASK in arch code
2022-12-03 3:03 UTC (6+ messages)
` [PATCH 1/5] mm: Add a leading 0 to the VM_FAULT_* types
` [PATCH 2/5] mm: Add VM_FAULT_ARCH_* codes
` [PATCH 3/5] arm: fault: Convert to "
` [PATCH 4/5] s390: "
` [PATCH 5/5] RISC-V: "
[PATCH v3,1/3] media: dt-bindings: media: mediatek: vcodec: Fix clock num not correctly
2022-12-03 3:02 UTC (4+ messages)
[PATCH bpf-next v3 0/4] bpf: Support kernel function call in 32-bit ARM
2022-12-03 2:58 UTC (6+ messages)
` [PATCH bpf-next v3 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension
[PATCH v4 00/39] Shadow stacks for userspace
2022-12-03 2:57 UTC (70+ messages)
` [PATCH v4 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v4 02/39] x86/shstk: Add Kconfig option for Shadow Stack
` [PATCH v4 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v4 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [PATCH v4 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v4 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v4 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v4 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v4 13/39] x86/mm: Start actually marking _PAGE_COW
` [PATCH v4 14/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v4 15/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v4 16/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v4 17/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v4 18/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v4 19/39] mm: Add guard pages around a shadow stack
` [PATCH v4 20/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v4 21/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v4 22/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v4 23/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v4 24/39] mm: Warn on shadow stack memory in wrong vma
` [PATCH v4 25/39] x86: Introduce userspace API for shadow stack
` [PATCH v4 26/39] x86/shstk: Add user-mode shadow stack support
` [PATCH v4 27/39] x86/shstk: Handle thread shadow stack
` [PATCH v4 28/39] x86/shstk: Introduce routines modifying shstk
` [PATCH v4 29/39] x86/shstk: Handle signals for shadow stack
` [PATCH v4 30/39] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v4 31/39] x86/shstk: Support wrss for userspace
` [PATCH v4 32/39] x86: Expose thread features in /proc/$PID/status
` [PATCH v4 33/39] x86: Prevent 32 bit operations for 64 bit shstk tasks
` [PATCH v4 34/39] x86/shstk: Wire in shadow stack interface
` [PATCH v4 35/39] selftests/x86: Add shadow stack test
` [PATCH v4 36/39] x86/fpu: Add helper for initing features
` [PATCH v4 37/39] x86: Add PTRACE interface for shadow stack
` [PATCH v4 38/39] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v4 39/39] x86/shstk: Add ARCH_SHSTK_STATUS
[PATCH clocksource 1/3] clocksource: Reject bogus watchdog clocksource measurements
2022-12-03 2:51 UTC (11+ messages)
[GIT PULL] DAX and HMAT fixes for v6.1-rc8
2022-12-03 2:48 UTC
[PATCH v3 0/3] Fix two issues about bigalloc feature
2022-12-03 2:59 UTC (4+ messages)
` [PATCH v3 1/3] ext4: fix incorrect calculate 'reserved' in '__es_remove_extent' when enable "
` [PATCH v3 2/3] ext4: record error when detect abnormal 'i_reserved_data_blocks'
` [PATCH v3 3/3] ext4: add check pending tree when evict inode
[PATCH v2 0/3] Fix two issues about bigalloc feature
2022-12-03 2:34 UTC (4+ messages)
` [PATCH v2 1/3] ext4: fix incorrect calculate 'reserved' in '__es_remove_extent' when enable "
[PATCH v3] mm/memfd: MFD_NOEXEC_SEAL and MFD_EXEC
2022-12-03 2:29 UTC (7+ messages)
` [PATCH v3] mm/memfd: add "
` [PATCH v3] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
[tip:x86/apic] BUILD SUCCESS 2833275568755eb937a52c358bf8bfa7125a463e
2022-12-03 2:27 UTC
[PATCH v2] rcu-tasks: Make shrink down to a single callback queue safely
2022-12-03 2:25 UTC
[tip:x86/sgx] BUILD SUCCESS 89e927bbcd45d507e5612ef72fda04182e544a38
2022-12-03 2:18 UTC
Coverity: mt7915_mcu_get_chan_mib_info(): Memory - illegal accesses
2022-12-03 2:17 UTC (5+ messages)
[PATCH bpf-next 0/2] Document some recent core kfunc additions
2022-12-03 2:15 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf/docs: Document struct task_struct * kfuncs
[PATCH v2 1/8] fsdax: introduce page->share for fsdax in reflink mode
2022-12-03 2:07 UTC (4+ messages)
` [PATCH v2.1 "
[Patch V1 0/7] x86/microcode: Some cleanups and fixes for microcode
2022-12-03 1:57 UTC (15+ messages)
` [Patch V1 1/7] x86/microcode/intel: Remove redundant microcode rev pr_info()s
` [Patch V1 2/7] x86/microcode/intel: Remove retries on early microcode load
` [Patch V1 3/7] x86/microcode/core: Move microcode_check() to cpu/microcode/core.c
` [Patch V1 4/7] x86/microcode/core: Take a snapshot before and after applying microcode
[PATCH 0/5] clk: sunxi-ng: Allwinner R528/T113 clock support
2022-12-03 1:52 UTC (10+ messages)
` [PATCH 1/5] clk: sunxi-ng: Remove duplicate ARCH_SUNXI dependencies
` [PATCH 3/5] clk: sunxi-ng: d1: Allow building for R528/T113
` [PATCH 4/5] clk: sunxi-ng: d1: Mark cpux clock as critical
` [PATCH 5/5] clk: sunxi-ng: d1: Add CAN bus gates and resets
[PATCH] iommu/vt-d: Fix buggy QAT device mask
2022-12-03 1:41 UTC (2+ messages)
[GIT PULL] nolibc changes for v6.2
2022-12-03 1:26 UTC
[GIT PULL] KCSAN changes for v6.2
2022-12-03 1:23 UTC
[PATCH] power: supply: Fix refcount leak in rk817_charger_probe
2022-12-03 1:23 UTC (3+ messages)
[PATCH v2 0/8] fsdax,xfs: fix warning messages
2022-12-03 1:21 UTC (2+ messages)
[tip:x86/cleanups] BUILD SUCCESS ff4c85c05333c6f24d3fe0a344c6dacd18a7ee49
2022-12-03 1:19 UTC
[PATCH v2] x86/alternative: fix undefined reference to __ibt_endbr_seal[_end]
2022-12-03 1:20 UTC (3+ messages)
[PATCH] net: vmw_vsock: vmci: Check memcpy_from_msg()
2022-12-03 1:17 UTC (2+ messages)
[GIT PULL] LKMM changes for v6.2
2022-12-03 1:15 UTC
[PATCH V2 00/11] CXL: Process event logs
2022-12-03 1:14 UTC (9+ messages)
` [PATCH V2 03/11] cxl/mem: Implement Clear Event Records command
` [PATCH V2 04/11] cxl/mem: Clear events on driver load
[GIT PULL] RCU changes for v6.2
2022-12-03 1:11 UTC
[PATCH bpf-next v2] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
2022-12-03 1:08 UTC
[PATCH] udf: Increase UDF_MAX_READ_VERSION to 0x0260
2022-12-03 1:07 UTC
[PATCH] random: Include <linux/once.h> in the right header
2022-12-03 1:03 UTC (2+ messages)
[PATCH] power: supply: bq256xx: Remove init ichg/vbat with max value
2022-12-03 1:03 UTC (4+ messages)
[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
2022-12-03 1:00 UTC (3+ messages)
[PATCH v3 0/3] mm: memcg: fix protection of reclaim target memcg
2022-12-03 0:56 UTC (7+ messages)
` [PATCH v3 1/3] mm: memcg: fix stale "
[PATCH] error-injection: Add prompt for function error injection
2022-12-03 0:55 UTC (11+ messages)
[PATCH] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
2022-12-03 0:53 UTC (6+ messages)
[PATCH 0/4] [PULL REQUEST] iommu/vt-d: Fixes for v6.1-rc8
2022-12-03 0:54 UTC (3+ messages)
[PATCH 0/9] platform/surface: aggregator: Improve target/source handling in SSH messages
2022-12-03 0:41 UTC (3+ messages)
` [PATCH 8/9] platform/surface: aggregator: Enforce use of target-ID enum in device ID macros
[PATCH RESEND v9] riscv: add riscv rethook implementation
2022-12-03 0:40 UTC (3+ messages)
[PATCH bpf-next v2] libbpf:Improved usability of the Makefile in libbpf
2022-12-03 0:40 UTC (2+ messages)
[PATCH bpf-next] libbpf: parse usdt args without offset on x86 (e.g. 8@(%rsp))
2022-12-03 0:39 UTC (2+ messages)
[PATCH 0/3] x86/cpu: KVM: Make SGX and VMX depend on FEAT_CTL
2022-12-03 0:37 UTC (4+ messages)
` [PATCH 1/3] x86/cpu: Process all CPUID dependencies after identifying CPU info
` [PATCH 2/3] x86/cpu: Mark SGX and VMX as being dependent on MSR_IA32_FEAT_CTL
` [PATCH 3/3] KVM: VMX: Drop manual checks on X86_FEATURE_MSR_IA32_FEAT_CTL
ld.lld: error: .btf.vmlinux.bin.o: unknown file type
2022-12-03 0:30 UTC
[GIT PULL] pin control fixes for v6.1
2022-12-03 0:30 UTC (2+ messages)
[PATCH] selftests/bpf: add GCC compatible builtins to bpf_legacy.h
2022-12-03 0:30 UTC (3+ messages)
[tip:smp/core] BUILD SUCCESS 6f855b39e4602b6b42a8e5cbcfefb8a1b8b5f0be
2022-12-03 0:25 UTC
[PATCH] io_uring: don't hold uring_lock when calling io_run_task_work*
2022-12-03 0:23 UTC
[PATCH] rcu-tasks: Make shrink down to a single callback queue safely
2022-12-03 0:21 UTC (4+ messages)
[PATCH v2 3/8] fsdax: zero the edges if source is HOLE or UNWRITTEN
2022-12-03 0:19 UTC (3+ messages)
` [PATCH v2.1 "
[GIT PULL] MMC fixes for v6.1-rc7
2022-12-03 0:10 UTC (2+ messages)
[GIT PULL] RISC-V Fixes for 6.1-rc8
2022-12-03 0:10 UTC (2+ messages)
[git pull] IOMMU Fixes for Linux v6.1-rc7
2022-12-03 0:10 UTC (2+ messages)
[PATCH v2] clk: qcom: rpmh: add support for SM6350 rpmh IPA clock
2022-12-02 23:59 UTC (2+ messages)
[PATCH v4 00/11] tracing/user_events: Remote write ABI
2022-12-02 23:51 UTC (12+ messages)
` [PATCH v4 01/11] tracing/user_events: Split header into uapi and kernel
` [PATCH v4 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v4 03/11] tracing/user_events: Use remote writes for event enablement
` [PATCH v4 04/11] tracing/user_events: Fixup enable faults asyncly
` [PATCH v4 05/11] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v4 06/11] tracing/user_events: Update self-tests to write ABI
` [PATCH v4 07/11] tracing/user_events: Add ABI self-test
` [PATCH v4 08/11] tracing/user_events: Use write ABI in example
` [PATCH v4 09/11] tracing/user_events: Update documentation for ABI
` [PATCH v4 10/11] tracing/user_events: Charge event allocs to cgroups
` [PATCH v4 11/11] tracing/user_events: Limit global user_event count
[tip:core/debugobjects] BUILD SUCCESS c4db2d3b70e586c7c856c891f4f7052e8d789a06
2022-12-02 23:47 UTC
[GIT PULL] sound fixes for 6.1-rc8
2022-12-02 23:45 UTC (2+ messages)
[git pull] drm fixes for 6.1-rc8
2022-12-02 23:45 UTC (2+ messages)
[PATCH v2 00/28] Rust core additions
2022-12-02 23:41 UTC (3+ messages)
` [PATCH v2 27/28] rust: types: add `Either` type
[tip:locking/core] BUILD SUCCESS 90d758896787048fa3d4209309d4800f3920e66f
2022-12-02 23:39 UTC
net/mptcp/pm_netlink.c:1169 mptcp_pm_parse_pm_addr_attr() warn: missing error code? 'err'
2022-12-02 23:38 UTC (2+ messages)
[PATCH v2] crypto/caam: Avoid GCC constprop bug warning
2022-12-02 23:36 UTC (6+ messages)
[PATCH v2 0/4] perf use system libtraceevent
2022-12-02 23:36 UTC (8+ messages)
` [PATCH v2 3/4] perf build: Use libtraceevent from the system
[PATCH v3] crypto: caam: blob_gen.c: warn if key is insecure
2022-12-02 23:35 UTC (4+ messages)
[PATCH v4] dt-bindings: input: Convert ti,drv260x to DT schema
2022-12-02 23:31 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox