Linux Arch
[Prev Page][Next Page]
- [PATCH 06/16] cpumask: use find_first_and_bit(), (continued)
- [PATCH 06/16] cpumask: use find_first_and_bit(), Yury Norov
- [PATCH 05/16] lib: add find_first_and_bit(), Yury Norov
- [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate, Yury Norov
- [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely, Yury Norov
- [PATCH 08/16] tools: sync tools/bitmap with mother linux, Yury Norov
- [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate, Yury Norov
- [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h, Yury Norov
- [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit(), Yury Norov
- [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate, Yury Norov
- [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated(), Yury Norov
- [PATCH 14/16] bitmap: unify find_bit operations, Yury Norov
- [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf, Yury Norov
- [PATCH 16/16] vsprintf: rework bitmap_list_string, Yury Norov
- Re: [PATCH RESEND 2 00/16] Resend bitmap patches, Stephen Rothwell
- Re: [PATCH] tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU,
Boqun Feng
- [PATCH V6 0/8] x86/Hyper-V: Add Hyper-V Isolation VM support(First part),
Tianyu Lan
- [PATCH v3 1/4] mm: Create a new system state and fix core_kernel_text(),
Christophe Leroy
- [PATCH v4 00/11] sections: Unify kernel sections range check and use,
Kefeng Wang
- [PATCH v4 02/11] kallsyms: Fix address-checks for kernel related range, Kefeng Wang
- [PATCH v4 03/11] sections: Move and rename core_kernel_data() to is_kernel_core_data(), Kefeng Wang
- [PATCH v4 08/11] extable: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 11/11] alpha: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 04/11] sections: Move is_kernel_inittext() into sections.h, Kefeng Wang
- [PATCH v4 07/11] mm: kasan: Use is_kernel() helper, Kefeng Wang
- [PATCH v4 10/11] microblaze: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 01/11] kallsyms: Remove arch specific text and data check, Kefeng Wang
- [PATCH v4 09/11] powerpc/mm: Use core_kernel_text() helper, Kefeng Wang
- [PATCH v4 06/11] sections: Provide internal __is_kernel() and __is_kernel_text() helper, Kefeng Wang
- [PATCH v4 05/11] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text(), Kefeng Wang
- [PATCH v5 0/3] riscv: optimized mem* functions,
Matteo Croce
- [PATCH v2 00/10] Introduce sv48 support without relocatable kernel,
Alexandre Ghiti
- [PATCH v2 01/10] riscv: Allow to dynamically define VA_BITS, Alexandre Ghiti
- [PATCH v2 02/10] riscv: Get rid of MAXPHYSMEM configs, Alexandre Ghiti
- [PATCH v2 03/10] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free, Alexandre Ghiti
- [PATCH v2 04/10] riscv: Implement sv48 support, Alexandre Ghiti
- [PATCH v2 05/10] riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo, Alexandre Ghiti
- [PATCH v2 06/10] riscv: Explicit comment about user virtual address space size, Alexandre Ghiti
- [PATCH v2 07/10] riscv: Improve virtual kernel memory layout dump, Alexandre Ghiti
- [PATCH v2 08/10] Documentation: riscv: Add sv48 description to VM layout, Alexandre Ghiti
- [PATCH v2 09/10] riscv: Initialize thread pointer before calling C functions, Alexandre Ghiti
- [PATCH v2 10/10] riscv: Allow user to downgrade to sv39 when hw supports sv48, Alexandre Ghiti
- Re: [PATCH v2 00/10] Introduce sv48 support without relocatable kernel, Heiko Stübner
- [RFC PATCH] LKMM: Add ctrl_dep() macro for control dependency,
Mathieu Desnoyers
- [RESEND PATCH] aio: Add support for the POLLFREE,
Ramji Jiyani
- [PATCH v2 1/4] mm: Create a new system state and fix core_kernel_text(),
Christophe Leroy
- [PATCH V4 00/22] arch: Add basic LoongArch support,
Huacai Chen
- [PATCH V4 01/22] Documentation: LoongArch: Add basic documentations, Huacai Chen
- [PATCH V4 02/22] Documentation/zh_CN: Add basic LoongArch documentations, Huacai Chen
- [PATCH V4 03/22] LoongArch: Add elf-related definitions, Huacai Chen
- [PATCH V4 04/22] LoongArch: Add writecombine support for drm, Huacai Chen
- [PATCH V4 05/22] LoongArch: Add build infrastructure, Huacai Chen
- [PATCH V4 06/22] LoongArch: Add CPU definition headers, Huacai Chen
- [PATCH V4 07/22] LoongArch: Add atomic/locking headers, Huacai Chen
- [PATCH V4 08/22] LoongArch: Add other common headers, Huacai Chen
- [PATCH V4 09/22] LoongArch: Add boot and setup routines, Huacai Chen
- [PATCH V4 10/22] LoongArch: Add exception/interrupt handling, Huacai Chen
- [PATCH V4 11/22] LoongArch: Add process management, Huacai Chen
- [PATCH V4 12/22] LoongArch: Add memory management, Huacai Chen
- [PATCH V4 13/22] LoongArch: Add system call support, Huacai Chen
- [PATCH V4 14/22] LoongArch: Add signal handling support, Huacai Chen
- [PATCH V4 15/22] LoongArch: Add elf and module support, Huacai Chen
- [PATCH V4 16/22] LoongArch: Add misc common routines, Huacai Chen
- [PATCH V4 17/22] LoongArch: Add some library functions, Huacai Chen
- [PATCH V4 18/22] LoongArch: Add PCI controller support, Huacai Chen
- [PATCH V4 19/22] LoongArch: Add VDSO and VSYSCALL support, Huacai Chen
- [PATCH V4 20/22] LoongArch: Add multi-processor (SMP) support, Huacai Chen
- [PATCH V4 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support, Huacai Chen
- [PATCH V4 22/22] LoongArch: Add Loongson-3 default config file, Huacai Chen
- [PATCH v3 0/9] sections: Unify kernel sections range check and use,
Kefeng Wang
- [PATCH 1/3] mm: Make generic arch_is_kernel_initmem_freed() do what it says,
Christophe Leroy
- Re: Linux 5.15-rc2,
Linus Torvalds
- [PATCH v4 0/3] riscv: optimized mem* functions,
Matteo Croce
- Odd pci_iounmap() declaration rules..,
Linus Torvalds
- [PATCH V3 00/22] arch: Add basic LoongArch support,
Huacai Chen
- [PATCH V3 01/22] Documentation: LoongArch: Add basic documentations, Huacai Chen
- [PATCH V3 02/22] Documentation/zh_CN: Add basic LoongArch documentations, Huacai Chen
- [PATCH V3 03/22] LoongArch: Add elf-related definitions, Huacai Chen
- [PATCH V3 04/22] LoongArch: Add writecombine support for drm, Huacai Chen
- [PATCH V3 05/22] LoongArch: Add build infrastructure, Huacai Chen
- [PATCH V3 06/22] LoongArch: Add CPU definition headers, Huacai Chen
- [PATCH V3 07/22] LoongArch: Add atomic/locking headers, Huacai Chen
- [PATCH V3 08/22] LoongArch: Add other common headers, Huacai Chen
- [PATCH V3 09/22] LoongArch: Add boot and setup routines, Huacai Chen
- [PATCH V3 10/22] LoongArch: Add exception/interrupt handling, Huacai Chen
- [PATCH V3 11/22] LoongArch: Add process management, Huacai Chen
- [PATCH V3 13/22] LoongArch: Add system call support, Huacai Chen
- [PATCH V3 14/22] LoongArch: Add signal handling support, Huacai Chen
- [PATCH V3 15/22] LoongArch: Add elf and module support, Huacai Chen
- [PATCH V3 12/22] LoongArch: Add memory management, Huacai Chen
- [PATCH V3 16/22] LoongArch: Add misc common routines, Huacai Chen
- [PATCH V3 17/22] LoongArch: Add some library functions, Huacai Chen
- [PATCH V3 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support, Huacai Chen
- [PATCH V3 19/22] LoongArch: Add VDSO and VSYSCALL support, Huacai Chen
- [PATCH V3 22/22] LoongArch: Add Loongson-3 default config file, Huacai Chen
- [PATCH V3 18/22] LoongArch: Add PCI controller support, Huacai Chen
- [PATCH V3 20/22] LoongArch: Add multi-processor (SMP) support, Huacai Chen
- Re: [PATCH V3 00/22] arch: Add basic LoongArch support, Arnd Bergmann
- [arnd-asm-generic:master] BUILD SUCCESS 7962c2eddbfe7cce879acb06f9b4f205789e57b7, kernel test robot
- [arnd-asm-generic:asm-generic-fixes] BUILD SUCCESS 6e53d67c63e088c6966e53280479da959c13685c, kernel test robot
- [PATCH v6 0/4] arm64: Enable BTI for the executable as well as the interpreter,
Mark Brown
- [PATCH] include/asm-generic/error-injection.h: fix a spelling mistake, and a coding style issue, Wasin Thonkaew
- [PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support,
Tianyu Lan
- [PATCH V5 01/12] x86/hyperv: Initialize GHCB page in Isolation VM, Tianyu Lan
- [PATCH V5 02/12] x86/hyperv: Initialize shared memory boundary in the Isolation VM., Tianyu Lan
- [PATCH V5 03/12] x86/hyperv: Add new hvcall guest address host visibility support, Tianyu Lan
- [PATCH V5 04/12] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM, Tianyu Lan
- [PATCH V5 06/12] x86/hyperv: Add ghcb hvcall support for SNP VM, Tianyu Lan
- [PATCH V5 05/12] x86/hyperv: Add Write/Read MSR registers via ghcb page, Tianyu Lan
- [PATCH V5 07/12] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message, Tianyu Lan
- [PATCH V5 08/12] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM, Tianyu Lan
- [PATCH V5 09/12] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM, Tianyu Lan
- [PATCH V5 10/12] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM, Tianyu Lan
- [PATCH V5 11/12] scsi: storvsc: Add Isolation VM support for storvsc driver, Tianyu Lan
- [PATCH V5 12/12] net: netvsc: Add Isolation VM support for netvsc driver, Tianyu Lan
- [PATCH v2 0/2] MIPS: convert to generic entry,
Feiyang Chen
- [PATCH] arch: remove unused function syscall_set_arguments(),
Peter Collingbourne
- [RFC PATCH 00/13] x86 User Interrupts support,
Sohil Mehta
- [RFC PATCH 01/13] x86/uintr/man-page: Include man pages draft for reference, Sohil Mehta
- [RFC PATCH 02/13] Documentation/x86: Add documentation for User Interrupts, Sohil Mehta
- [RFC PATCH 03/13] x86/cpu: Enumerate User Interrupts support, Sohil Mehta
- [RFC PATCH 04/13] x86/fpu/xstate: Enumerate User Interrupts supervisor state, Sohil Mehta
- [RFC PATCH 06/13] x86/uintr: Introduce uintr receiver syscalls, Sohil Mehta
- [RFC PATCH 12/13] x86/uintr: Wire up the user interrupt syscalls, Sohil Mehta
- [RFC PATCH 05/13] x86/irq: Reserve a user IPI notification vector, Sohil Mehta
- [RFC PATCH 07/13] x86/process/64: Add uintr task context switch support, Sohil Mehta
- [RFC PATCH 09/13] x86/uintr: Introduce vector registration and uintr_fd syscall, Sohil Mehta
- [RFC PATCH 08/13] x86/process/64: Clean up uintr task fork and exit paths, Sohil Mehta
- [RFC PATCH 13/13] selftests/x86: Add basic tests for User IPI, Sohil Mehta
- [RFC PATCH 10/13] x86/uintr: Introduce user IPI sender syscalls, Sohil Mehta
- [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall, Sohil Mehta
- Re: [RFC PATCH 00/13] x86 User Interrupts support, Dave Hansen
- Re: [RFC PATCH 00/13] x86 User Interrupts support, Jens Axboe
- Re: [RFC PATCH 00/13] x86 User Interrupts support, Andy Lutomirski
- Re: [RFC PATCH 00/13] x86 User Interrupts support, Stefan Hajnoczi
- Re: [RFC PATCH 00/13] x86 User Interrupts support, Pavel Machek
- Re: [RFC PATCH 00/13] x86 User Interrupts support, Prakash Sangappa
- Re: [RFC PATCH 00/13] x86 User Interrupts support, Chrisma Pakha
- [PATCH] aio: Add support for the POLLFREE,
Ramji Jiyani
- [PATCH] asm-generic/io.h: give stub iounmap() on !MMU same prototype as elsewhere,
Adam Borowski
- [PATCH v2 1/2] asm-generic/hyperv: provide cpumask_to_vpset_noself,
Wei Liu
- [PATCH 0/1] Arch use of pci_dev_is_added(),
Niklas Schnelle
- [PATCH 1/2] asm-generic/hyperv: provide cpumask_to_vpset_noself,
Wei Liu
- [PATCH v4 0/7] ARM: support THREAD_INFO_IN_TASK,
Keith Packard
- [PATCH 0/2] mips: convert to generic entry,
FreeFlyingSheep
- Re: [PATCH] MIPS: fix local_t operation on MIPS64,
Maciej W. Rozycki
<Possible follow-ups>
Re: [PATCH] MIPS: fix local_t operation on MIPS64, kernel test robot
[PATCH V2 00/22] arch: Add basic LoongArch support,
Huacai Chen
- [PATCH V2 01/22] Documentation: LoongArch: Add basic documentations, Huacai Chen
- [PATCH V2 02/22] Documentation/zh_CN: Add basic LoongArch documentations, Huacai Chen
- [PATCH V2 03/22] LoongArch: Add elf-related definitions, Huacai Chen
- [PATCH V2 04/22] LoongArch: Add writecombine support for drm, Huacai Chen
- [PATCH V2 05/22] LoongArch: Add build infrastructure, Huacai Chen
- [PATCH V2 06/22] LoongArch: Add CPU definition headers, Huacai Chen
- [PATCH V2 07/22] LoongArch: Add atomic/locking headers, Huacai Chen
- [PATCH V2 08/22] LoongArch: Add other common headers, Huacai Chen
- [PATCH V2 09/22] LoongArch: Add boot and setup routines, Huacai Chen
- [PATCH V2 10/22] LoongArch: Add exception/interrupt handling, Huacai Chen
- [PATCH V2 11/22] LoongArch: Add process management, Huacai Chen
- [PATCH V2 12/22] LoongArch: Add memory management, Huacai Chen
- [PATCH V2 13/22] LoongArch: Add system call support, Huacai Chen
- [PATCH V2 14/22] LoongArch: Add signal handling support, Huacai Chen
- [PATCH V2 15/22] LoongArch: Add elf and module support, Huacai Chen
- [PATCH V2 16/22] LoongArch: Add misc common routines, Huacai Chen
- [PATCH V2 17/22] LoongArch: Add some library functions, Huacai Chen
- [PATCH V2 18/22] LoongArch: Add PCI controller support, Huacai Chen
- [PATCH V2 19/22] LoongArch: Add VDSO and VSYSCALL support, Huacai Chen
- [PATCH V2 20/22] LoongArch: Add multi-processor (SMP) support, Huacai Chen
- [PATCH V2 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support, Huacai Chen
- [PATCH V2 22/22] LoongArch: Add Loongson-3 default config file, Huacai Chen
[PATCH 0/4] Fix ro_after_init vs static_call,
Kees Cook
[GIT PULL] asm-generic changes for 5.15,
Arnd Bergmann
[PATCH 1/1] mm/early_ioremap.c: remove redundant early_ioremap_shutdown(),
Weizhao Ouyang
[PATCH v6 kspp-next 00/22] Function Granular KASLR,
Alexander Lobakin
- [PATCH v6 kspp-next 01/22] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG, Alexander Lobakin
- [PATCH v6 kspp-next 02/22] kbuild: merge vmlinux_link() between the ordinary link and Clang LTO, Alexander Lobakin
- [PATCH v6 kspp-next 03/22] kbuild: do not remove 'linux' link in scripts/link-vmlinux.sh, Alexander Lobakin
- [PATCH v6 kspp-next 05/22] x86: tools/relocs: Support >64K section headers, Alexander Lobakin
- [PATCH v6 kspp-next 07/22] x86: Makefile: Add build and config option for CONFIG_FG_KASLR, Alexander Lobakin
- [PATCH v6 kspp-next 06/22] x86/boot: Allow a "silent" kaslr random byte fetch, Alexander Lobakin
- [PATCH v6 kspp-next 09/22] x86/tools: Add relative relocs for randomized functions, Alexander Lobakin
- [PATCH v6 kspp-next 10/22] x86/boot/compressed: Avoid duplicate malloc() implementations, Alexander Lobakin
- [PATCH v6 kspp-next 08/22] Make sure ORC lookup covers the entire _etext - _stext, Alexander Lobakin
- [PATCH v6 kspp-next 04/22] kbuild: merge vmlinux_link() between ARCH=um and other architectures, Alexander Lobakin
- [PATCH v6 kspp-next 12/22] linkage: add macros for putting ASM functions into own sections, Alexander Lobakin
- [PATCH v6 kspp-next 11/22] x86: Add support for function granular KASLR, Alexander Lobakin
- [PATCH v6 kspp-next 14/22] FG-KASLR: use a scripted approach to handle .text.* sections, Alexander Lobakin
- [PATCH v6 kspp-next 15/22] kallsyms: Hide layout, Alexander Lobakin
- [PATCH v6 kspp-next 16/22] livepatch: only match unique symbols when using fgkaslr, Alexander Lobakin
- [PATCH v6 kspp-next 19/22] module: Reorder functions, Alexander Lobakin
- [PATCH v6 kspp-next 21/22] Documentation: add a documentation for FG-KASLR, Alexander Lobakin
- [PATCH v6 kspp-next 17/22] x86/boot: allow FG-KASLR to be selected, Alexander Lobakin
- [PATCH v6 kspp-next 18/22] arm64/crypto: conditionally place ASM functions into separate sections, Alexander Lobakin
- [PATCH v6 kspp-next 20/22] module: use a scripted approach for FG-KASLR, Alexander Lobakin
- [PATCH v6 kspp-next 22/22] maintainers: add MAINTAINERS entry for FG-KASLR, Alexander Lobakin
- Re: [PATCH v6 kspp-next 00/22] Function Granular KASLR, Kees Cook
[PATCH v30 00/10] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
- [PATCH v30 01/10] x86/cet/ibt: Add Kconfig option for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v30 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support, Yu-cheng Yu
- [PATCH v30 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v30 04/10] x86/cet/ibt: Disable IBT for ia32, Yu-cheng Yu
- [PATCH v30 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO, Yu-cheng Yu
- [PATCH v30 08/10] x86/vdso: Introduce ENDBR macro, Yu-cheng Yu
- [PATCH v30 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point, Yu-cheng Yu
- [PATCH v30 06/10] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v30 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v30 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave, Yu-cheng Yu
[PATCH v30 00/32] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v30 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v30 06/32] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v30 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v30 09/32] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v30 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Yu-cheng Yu
- [PATCH v30 11/32] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v30 16/32] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v30 15/32] x86/mm: Check Shadow Stack page fault errors, Yu-cheng Yu
- [PATCH v30 20/32] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v30 22/32] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v30 21/32] mm/mprotect: Exclude shadow stack from preserve_write, Yu-cheng Yu
- [PATCH v30 23/32] x86/cet/shstk: Add user-mode shadow stack support, Yu-cheng Yu
- [PATCH v30 19/32] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v30 18/32] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v30 17/32] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v30 25/32] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v30 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size', Yu-cheng Yu
- [PATCH v30 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Yu-cheng Yu
- [PATCH v30 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v30 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v30 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines, Yu-cheng Yu
- [PATCH v30 28/32] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v30 27/32] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v30 01/32] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v30 08/32] x86/mm: Move pmd_write(), pud_write() up in the file, Yu-cheng Yu
- [PATCH v30 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v30 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET, Yu-cheng Yu
- [PATCH v30 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack, Yu-cheng Yu
- [PATCH v30 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v30 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h, Yu-cheng Yu
- [PATCH v30 31/32] mm: Update arch_validate_flags() to test vma anonymous, Yu-cheng Yu
- [PATCH v30 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack, Yu-cheng Yu
[PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support,
Tianyu Lan
- [PATCH V4 01/13] x86/hyperv: Initialize GHCB page in Isolation VM, Tianyu Lan
- [PATCH V4 02/13] x86/hyperv: Initialize shared memory boundary in the Isolation VM., Tianyu Lan
- [PATCH V4 03/13] x86/hyperv: Add new hvcall guest address host visibility support, Tianyu Lan
- [PATCH V4 07/13] hyperv/Vmbus: Add SNP support for VMbus channel initiate message, Tianyu Lan
- [PATCH V4 08/13] hyperv/vmbus: Initialize VMbus ring buffer for Isolation VM, Tianyu Lan
- [PATCH V4 06/13] hyperv: Add ghcb hvcall support for SNP VM, Tianyu Lan
- [PATCH V4 05/13] hyperv: Add Write/Read MSR registers via ghcb page, Tianyu Lan
- [PATCH V4 04/13] hyperv: Mark vmbus ring buffer visible to host in Isolation VM, Tianyu Lan
- [PATCH V4 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function, Tianyu Lan
- [PATCH V4 11/13] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM, Tianyu Lan
- [PATCH V4 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM, Tianyu Lan
- [PATCH V4 12/13] hv_netvsc: Add Isolation VM support for netvsc driver, Tianyu Lan
- [PATCH V4 13/13] hv_storvsc: Add Isolation VM support for storvsc driver, Tianyu Lan
- Re: [PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support, Christoph Hellwig
[RFC PATCH v1] aio: Add support for the POLLFREE, Ramji Jiyani
[PATCH v29 00/10] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
- [PATCH v29 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v29 04/10] x86/cet/ibt: Disable IBT for ia32, Yu-cheng Yu
- [PATCH v29 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v29 06/10] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v29 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO, Yu-cheng Yu
- [PATCH v29 08/10] x86/vdso: Introduce ENDBR macro, Yu-cheng Yu
- [PATCH v29 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point, Yu-cheng Yu
- [PATCH v29 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave, Yu-cheng Yu
- [PATCH v29 01/10] x86/cet/ibt: Add Kconfig option for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v29 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support, Yu-cheng Yu
[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v29 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack, Yu-cheng Yu
- [PATCH v29 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v29 01/32] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v29 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v29 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET, Yu-cheng Yu
- [PATCH v29 06/32] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v29 08/32] x86/mm: Move pmd_write(), pud_write() up in the file, Yu-cheng Yu
- [PATCH v29 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v29 09/32] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v29 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v29 11/32] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v29 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v29 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Yu-cheng Yu
- [PATCH v29 15/32] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v29 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Yu-cheng Yu
- [PATCH v29 16/32] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v29 17/32] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v29 18/32] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v29 19/32] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v29 20/32] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v29 21/32] mm/mprotect: Exclude shadow stack from preserve_write, Yu-cheng Yu
- [PATCH v29 22/32] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]