messages from 2022-09-21 03:35:08 to 2022-10-03 11:41:00 UTC [more...]
[PATCH V6 00/11] riscv: Add GENERIC_ENTRY support and related features
2022-10-03 11:40 UTC (15+ messages)
` [PATCH V6 01/11] riscv: elf_kexec: Fixup compile warning
` [PATCH V6 02/11] riscv: compat_syscall_table: "
` [PATCH V6 03/11] riscv: ptrace: Remove duplicate operation
` [PATCH V6 04/11] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V6 05/11] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V6 06/11] riscv: convert to generic entry
` [PATCH V6 07/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V6 08/11] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V6 09/11] riscv: Add support for STACKLEAK gcc plugin
` [PATCH V6 10/11] riscv: Add config of thread stack size
` [PATCH V6 11/11] riscv: remove extra level wrappers of trace_hardirqs_{on,off}
[PATCH v2 00/39] Shadowstacks for userspace
2022-10-03 10:36 UTC (51+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 20/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status
` [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
` [PATCH v2 32/39] selftests/x86: Add shadow stack test
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit
` [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support
[PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage
2022-10-03 6:03 UTC (5+ messages)
[PATCH] alpha: Use generic <asm-generic/io.h>
2022-10-02 22:45 UTC (2+ messages)
[GIT PULL] LKMM changes for v6.1
2022-10-02 3:31 UTC
[PATCH 1/2] Input: i8042: Rename i8042-x86ia64io.h to i8042-acpipnpio.h
2022-10-01 22:11 UTC (7+ messages)
` [PATCH 2/2] Input: i8042: Add LoongArch support in i8042-acpipnpio.h
[PATCH v3] ARM: kprobes: move __kretprobe_trampoline to out of line assembler
2022-09-30 21:15 UTC
[PATCH V5 00/11] riscv: Add GENERIC_ENTRY support and related features
2022-09-30 12:27 UTC (20+ messages)
` [PATCH V5 06/11] entry: Prevent DEBUG_PREEMPT warning
` [PATCH V5 07/11] riscv: convert to generic entry
` [PATCH V5 08/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
[GIT PULL] LoongArch fixes for v6.0-final
2022-09-29 15:38 UTC (2+ messages)
[PATCH v3 0/7] kbuild: various cleanups
2022-09-29 15:21 UTC (22+ messages)
` [PATCH v3 1/7] kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.package
` [PATCH v3 2/7] kbuild: list sub-directories in ./Kbuild
` [PATCH v3 3/7] kbuild: move .vmlinux.objs rule to Makefile.modpost
` [PATCH v3 4/7] kbuild: move vmlinux.o rule to the top Makefile
` [PATCH v3 5/7] kbuild: unify two modpost invocations
` [PATCH v3 6/7] kbuild: use obj-y instead extra-y for objects placed at the head
` [PATCH v3 7/7] kbuild: remove head-y syntax
[PATCH V2] LoongArch: Support access filter to /dev/mem interface
2022-09-29 7:22 UTC
[GIT PULL] LoongArch fixes for v5.19-rc4
2022-09-29 2:40 UTC (2+ messages)
[PATCH] LoongArch: Support access filter to /dev/mem interface
2022-09-29 2:12 UTC
[PATCH v6] hyperv: simplify and rename generate_guest_id
2022-09-29 1:18 UTC (4+ messages)
[PATCH v3 0/8] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
2022-09-28 21:04 UTC (13+ messages)
` [PATCH v3 1/8] kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o
` [PATCH v3 2/8] kbuild: rebuild .vmlinux.export.o when its prerequisite is updated
` [PATCH v3 3/8] kbuild: generate KSYMTAB entries by modpost
` [PATCH v3 4/8] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v3 5/8] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v3 6/8] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v3 7/8] modpost: squash report_sec_mismatch() and remove enum mismatch
` [PATCH v3 8/8] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
[PATCH] ARM: kprobes: move __kretprobe_trampoline to out of line assembler
2022-09-28 16:39 UTC (5+ messages)
` [PATCH v2] "
[PATCH v5] hyperv: simplify and rename generate_guest_id
2022-09-27 21:08 UTC (2+ messages)
[PATCH V4] LoongArch: Add ACPI-based generic laptop driver
2022-09-27 14:17 UTC (2+ messages)
[PATCH] a.out: Remove the a.out implementation
2022-09-27 7:52 UTC (3+ messages)
[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
2022-09-27 6:31 UTC (9+ messages)
` [PATCH v2 07/44] cpuidle,psci: Push RCU-idle into driver
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 37/44] arm,omap2: Use WFI for omap2_pm_idle()
[PATCH v3] hyperv: simplify and rename generate_guest_id
2022-09-27 4:54 UTC (6+ messages)
[PATCH v2 0/7] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
2022-09-26 20:36 UTC (8+ messages)
` [PATCH v2 1/7] kbuild: generate KSYMTAB entries by modpost
` [PATCH v2 2/7] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v2 3/7] modpost: merge sym_update_namespace() into sym_add_exported()
` [PATCH v2 4/7] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v2 5/7] modpost: squash report_sec_mismatch() and remove enum mismatch
` [PATCH v2 6/7] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v2 7/7] kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o
Fwd: [RFC PATCH 1/1] Fix __kcrctab+* sections alignment
2022-09-26 9:11 UTC (11+ messages)
` "
[PATCH 1/5] mksysmap: update comment about __crc_*
2022-09-26 9:02 UTC (5+ messages)
` [PATCH 2/5] kbuild: reuse mksysmap output for kallsyms
` [PATCH 3/5] kallsyms: drop duplicated ignore patterns from kallsyms.c
` [PATCH 4/5] kallsyms: take the input file instead of reading stdin
` [PATCH 5/5] kallsyms: ignore __kstrtab_* and __kstrtabns_* symbols
[PATCH] kbuild: suppress warnings for single builds of vmlinux.lds, *.a, etc
2022-09-26 6:34 UTC (2+ messages)
[PATCH v4] hyperv: simplify and rename generate_guest_id
2022-09-26 1:48 UTC
[PATCH v2 0/8] kbuild: various cleanups
2022-09-24 18:05 UTC (8+ messages)
` [PATCH v2 3/8] kbuild: move core-y and drivers-y to ./Kbuild
[arnd-asm-generic:asm-generic] BUILD SUCCESS 28a679ea60d0d16c3556f687bb2040559e92e932
2022-09-24 13:36 UTC
[PATCH V4 0/3] riscv: kexec: Fxiup crash_save percpu and machine_kexec_mask_interrupts
2022-09-24 10:56 UTC (5+ messages)
` [PATCH V4 2/3] riscv: kexec: Fixup crash_smp_send_stop without multi cores
` [PATCH V4 3/3] arch: crash: Remove duplicate declaration in smp.h
[PATCH] locking/memory-barriers.txt: Improve documentation for writel() usage
2022-09-23 18:40 UTC (8+ messages)
[PATCH v2] asm-generic: Remove the parameters of the generate_guest_id function and modify the return type and modify the function name
2022-09-23 11:19 UTC (3+ messages)
[PATCH V4 0/9] riscv: Add GENERIC_ENTRY, irq stack support
2022-09-22 5:55 UTC (15+ messages)
` [PATCH V4 8/8] riscv: Add config of thread stack size
Zwiększenie płynności finansowej
2022-09-21 8:00 UTC
[PATCH V2 0/3] riscv: ftrace: Fixup ftrace detour code
2022-09-21 3:49 UTC (4+ messages)
` [PATCH V2 1/3] riscv: ftrace: Fixup panic by disabling preemption
` [PATCH V2 2/3] riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
` [PATCH V2 3/3] riscv: ftrace: Reduce the detour code size to half
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).