Linux Arch
[Prev Page][Next Page]
[PATCH] tools/memory-model: Fix smp_mb__after_spinlock() spelling,
Björn Töpel
[RFC]: MIPS: new ftrace implementation,
Huang Pei
[PATCH V2]: MIPS work,
Huang Pei
[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up,
Hector Martin
- [RFT PATCH v3 03/27] dt-bindings: arm: apple: Add bindings for Apple ARM platforms, Hector Martin
- [RFT PATCH v3 04/27] dt-bindings: arm: cpus: Add apple,firestorm & icestorm compatibles, Hector Martin
- [RFT PATCH v3 11/27] arm64: Implement ioremap_np() to map MMIO as nGnRnE, Hector Martin
- [RFT PATCH v3 14/27] arm64: move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h, Hector Martin
- [RFT PATCH v3 07/27] arm64: arch_timer: implement support for interrupt-names, Hector Martin
- [RFT PATCH v3 09/27] docs: driver-api: device-io: Document I/O access functions, Hector Martin
- [RFT PATCH v3 13/27] arm64: Add Apple vendor-specific system registers, Hector Martin
- [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs, Hector Martin
- [RFT PATCH v3 17/27] arm64: Kconfig: Introduce CONFIG_ARCH_APPLE, Hector Martin
- [RFT PATCH v3 15/27] dt-bindings: interrupt-controller: Add DT bindings for apple-aic, Hector Martin
- [RFT PATCH v3 12/27] of/address: Add infrastructure to declare MMIO as non-posted, Hector Martin
- [RFT PATCH v3 18/27] tty: serial: samsung_tty: Separate S3C64XX ops structure, Hector Martin
- [RFT PATCH v3 16/27] irqchip/apple-aic: Add support for the Apple Interrupt Controller, Hector Martin
- [RFT PATCH v3 23/27] dt-bindings: serial: samsung: Add apple,s5l-uart compatible, Hector Martin
- [RFT PATCH v3 20/27] tty: serial: samsung_tty: Add s3c24xx_port_type, Hector Martin
- [RFT PATCH v3 19/27] tty: serial: samsung_tty: Add ucon_mask parameter, Hector Martin
- [RFT PATCH v3 25/27] tty: serial: samsung_tty: Add earlycon support for Apple UARTs, Hector Martin
- [RFT PATCH v3 21/27] tty: serial: samsung_tty: IRQ rework, Hector Martin
- [RFT PATCH v3 27/27] arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree, Hector Martin
- [RFT PATCH v3 22/27] tty: serial: samsung_tty: Use devm_ioremap_resource, Hector Martin
- [RFT PATCH v3 26/27] dt-bindings: display: Add apple,simple-framebuffer, Hector Martin
- [RFT PATCH v3 24/27] tty: serial: samsung_tty: Add support for Apple UARTs, Hector Martin
- [RFT PATCH v3 01/27] arm64: Cope with CPUs stuck in VHE mode, Hector Martin
- [RFT PATCH v3 02/27] dt-bindings: vendor-prefixes: Add apple prefix, Hector Martin
- [RFT PATCH v3 06/27] dt-bindings: timer: arm,arch_timer: Add interrupt-names support, Hector Martin
- [RFT PATCH v3 08/27] asm-generic/io.h: Add a non-posted variant of ioremap(), Hector Martin
- [RFT PATCH v3 05/27] arm64: cputype: Add CPU implementor & types for the Apple M1 cores, Hector Martin
- Re: [RFT PATCH v3 00/27] Apple M1 SoC platform bring-up, Hector Martin
[PATCH] sh: remove duplicate include in tlb.h, menglong8 . dong
[PATCH memory-model 0/3] LKMM updates for v5.13,
Paul E. McKenney
[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [PATCH v18 4/9] set_memory: allow set_direct_map_*_noflush() for multiple pages, Mike Rapoport
- [PATCH v18 7/9] PM: hibernate: disable when there are active secretmem users, Mike Rapoport
- [PATCH v18 1/9] mm: add definition of PMD_PAGE_ORDER, Mike Rapoport
- [PATCH v18 2/9] mmap: make mlock_future_check() global, Mike Rapoport
- [PATCH v18 3/9] riscv/Kconfig: make direct map manipulation options depend on MMU, Mike Rapoport
- [PATCH v18 5/9] set_memory: allow querying whether set_direct_map_*() is actually enabled, Mike Rapoport
- [PATCH v18 6/9] mm: introduce memfd_secret system call to create "secret" memory areas, Mike Rapoport
- [PATCH v18 8/9] arch, mm: wire up memfd_secret system call where relevant, Mike Rapoport
- [PATCH v18 9/9] secretmem: test: add basic selftest for memfd_secret(2), Mike Rapoport
- Re: [PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas, Andrew Morton
[PATCH] module: remove extra spaces in include/asm-generic/tlb.h,
menglong8 . dong
[PATCH v3 00/10] Refactor arch specific Hyper-V code,
Michael Kelley
- [PATCH v3 06/10] Drivers: hv: vmbus: Move handling of VMbus interrupts, Michael Kelley
- [PATCH v3 05/10] Drivers: hv: vmbus: Handle auto EOI quirk inline, Michael Kelley
- [PATCH v3 01/10] Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code, Michael Kelley
- [PATCH v3 07/10] clocksource/drivers/hyper-v: Handle vDSO differences inline, Michael Kelley
- [PATCH v3 03/10] Drivers: hv: Redo Hyper-V synthetic MSR get/set functions, Michael Kelley
- [PATCH v3 02/10] x86/hyper-v: Move hv_message_type to architecture neutral module, Michael Kelley
- [PATCH v3 08/10] clocksource/drivers/hyper-v: Handle sched_clock differences inline, Michael Kelley
- [PATCH v3 10/10] clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts, Michael Kelley
- [PATCH v3 09/10] clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V feature, Michael Kelley
- [PATCH v3 04/10] Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code, Michael Kelley
- Re: [PATCH v3 00/10] Refactor arch specific Hyper-V code, Wei Liu
[PATCH v2 0/7] Improve boot command line handling,
Christophe Leroy
[PATCH 1/4] irqchip: riscv: Using CPUHP_AP_ONLINE_DYN,
guoren
[PATCH v2 00/10] Refactor arch specific Hyper-V code,
Michael Kelley
- [PATCH v2 01/10] Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code, Michael Kelley
- [PATCH v2 04/10] Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code, Michael Kelley
- [PATCH v2 03/10] Drivers: hv: Redo Hyper-V synthetic MSR get/set functions, Michael Kelley
- [PATCH v2 02/10] x86/hyper-v: Move hv_message_type to architecture neutral module, Michael Kelley
- [PATCH v2 05/10] Drivers: hv: vmbus: Handle auto EOI quirk inline, Michael Kelley
- [PATCH v2 06/10] Drivers: hv: vmbus: Move handling of VMbus interrupts, Michael Kelley
- [PATCH v2 08/10] clocksource/drivers/hyper-v: Handle sched_clock differences inline, Michael Kelley
- [PATCH v2 07/10] clocksource/drivers/hyper-v: Handle vDSO differences inline, Michael Kelley
- [PATCH v2 10/10] clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts, Michael Kelley
- [PATCH v2 09/10] clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V feature, Michael Kelley
- Re: [PATCH v2 00/10] Refactor arch specific Hyper-V code, Wei Liu
[PATCH 12/11] pragma once: scripted treewide conversion,
Alexey Dobriyan
[RFC PATCH 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support,
Tianyu Lan
[GIT PULL] csky changes for v5.12-rc1,
guoren
[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size,
Chang S. Bae
Re: [PATCH] ipc/msg: add msgsnd_timed and msgrcv_timed syscall for system V message queue,
Arnd Bergmann
[PATCH] MIPS: loongson64: alloc pglist_data at run time,
Huang Pei
[PATCH] MIPS: replace -pg with CC_FLAGS_FTRACE, Huang Pei
[PATCH V2] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT,
Huang Pei
[PATCH v29 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v29 01/12] landlock: Add object management, Mickaël Salaün
- [PATCH v29 02/12] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v29 03/12] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v29 04/12] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v29 11/12] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v29 12/12] landlock: Add user and kernel documentation, Mickaël Salaün
- [PATCH v29 08/12] landlock: Add syscall implementations, Mickaël Salaün
- [PATCH v29 06/12] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v29 07/12] landlock: Support filesystem access-control, Mickaël Salaün
- [PATCH v29 05/12] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH v29 09/12] arch: Wire up Landlock syscalls, Mickaël Salaün
[PATCH 1/3] PCI: Introduce quirk hook after driver shutdown callback, Kai-Heng Feng
[PATCH 0/4] kbuild: build speed improvment of CONFIG_TRIM_UNUSED_KSYMS,
Masahiro Yamada
[PATCH 0/2] arch: enable GENERIC_FIND_FIRST_BIT for MIPS and ARM64,
Yury Norov
[PATCH 0/3] Move kernel mapping outside the linear mapping,
Alexandre Ghiti
[PATCH RFC 0/4] Add support for synchronous signals on perf events,
Marco Elver
[PATCH mips-fixes] vmlinux.lds.h: catch even more instrumentation symbols into .data,
Alexander Lobakin
[PATCH] asm-generic/ioctl.h: use BUILD_BUG_ON_ZERO() for type check,
Masahiro Yamada
Re: [PATCH 0/4] Kasan improvements and fixes,
Alex Ghiti
Re: [PATCH] MIPS: clean up CONFIG_MIPS_PGD_CONTEXT handling,
kernel test robot
Re: [PATCH] MIPS: loongson64: use 0b011 instead of 0b101 as xphys cached, Jiaxun Yang
[PATCH RFC tools/memory-model] Add access-marking documentation, Paul E. McKenney
[PATCH v3 00/14] lib/find_bit: fast path for small bitmaps,
Yury Norov
- [PATCH 01/14] tools: disable -Wno-type-limits, Yury Norov
- [PATCH 02/14] tools: bitmap: sync function declarations with the kernel, Yury Norov
- [PATCH 03/14] arch: rearrange headers inclusion order in asm/bitops for m68k and sh, Yury Norov
- [PATCH 05/14] tools: sync BITS_MASK macros with the kernel, Yury Norov
- [PATCH 04/14] lib: introduce BITS_{FIRST,LAST} macro, Yury Norov
- [PATCH 06/14] bitsperlong.h: introduce SMALL_CONST() macro, Yury Norov
- [PATCH 07/14] tools: introduce SMALL_CONST() macro, Yury Norov
- [PATCH 08/14] lib/Kconfig: introduce FAST_PATH option, Yury Norov
- [PATCH 09/14] lib: inline _find_next_bit() wrappers, Yury Norov
- [PATCH 10/14] tools: sync find_next_bit implementation, Yury Norov
- [PATCH 11/14] lib: add fast path for find_next_*_bit(), Yury Norov
- [PATCH 13/14] tools: sync lib/find_bit implementation, Yury Norov
- [PATCH 12/14] lib: add fast path for find_first_*_bit() and find_last_bit(), Yury Norov
- [PATCH 14/14] MAINTAINERS: Add entry for the bitmap API, Yury Norov
[PATCH v21 0/7] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v21 01/26] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v21 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v21 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection, Yu-cheng Yu
- [PATCH v21 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions, Yu-cheng Yu
- [PATCH v21 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v21 06/26] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v21 08/26] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v21 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v21 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v21 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v21 10/26] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v21 15/26] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v21 14/26] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v21 12/26] mm: Introduce VM_SHSTK for shadow stack memory, Yu-cheng Yu
- [PATCH v21 16/26] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v21 13/26] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v21 19/26] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v21 20/26] x86/cet/shstk: User-mode shadow stack support, Yu-cheng Yu
- [PATCH v21 18/26] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v21 17/26] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v21 21/26] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v21 22/26] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v21 24/26] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v21 25/26] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h, Yu-cheng Yu
- [PATCH v21 23/26] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v21 26/26] mm: Introduce PROT_SHSTK for shadow stack, Yu-cheng Yu
[PATCH RFC] mm/madvise: introduce MADV_POPULATE to prefault/prealloc memory,
David Hildenbrand
[PATCH] RTIC: selinux: ARM64: Move selinux_state to a separate page,
Preeti Nagar
[PATCH mips-next] vmlinux.lds.h: catch more UBSAN symbols into .data,
Alexander Lobakin
[git pull] saner ELF compat handling,
Al Viro
[PATCH v2 0/3] Introduce the for_each_set_clump macro,
Syed Nayyar Waris
[PATCH] locking/arch: Move qrwlock.h include after qspinlock.h, Paolo Bonzini
[PATCH v20 0/7] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
[PATCH v20 00/25] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v20 01/25] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v20 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v20 08/25] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v20 07/25] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v20 10/25] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v20 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection, Yu-cheng Yu
- [PATCH v20 12/25] mm: Introduce VM_SHSTK for shadow stack memory, Yu-cheng Yu
- [PATCH v20 04/25] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions, Yu-cheng Yu
- [PATCH v20 13/25] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v20 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v20 03/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v20 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v20 15/25] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v20 06/25] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v20 16/25] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v20 14/25] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v20 20/25] x86/cet/shstk: User-mode shadow stack support, Yu-cheng Yu
- [PATCH v20 19/25] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v20 17/25] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v20 22/25] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v20 23/25] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v20 18/25] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v20 24/25] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v20 21/25] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v20 25/25] mm: Introduce PROT_SHSTK for shadow stack, Yu-cheng Yu
[PATCH 0/4] Remove checks for gcc < 4,
Geert Uytterhoeven
[PATCH bpf 0/4] Expose network namespace cookies to user space,
Lorenz Bauer
Re: [x86/signal] dc8df6e85d: kernel-selftests.sigaltstack.sas.fail, Bae, Chang Seok
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]