Linux Arch
[Prev Page][Next Page]
[arnd-asm-generic:asm-generic] BUILD SUCCESS WITH WARNING 2e21c1575208786f667cb66d8cf87a52160b81db, kernel test robot
[PATCH] LoongArch: Mark __xchg() and __cmpxchg() as __always_inline,
Huacai Chen
[PATCH v4] locking/memory-barriers.txt: Improve documentation for writel() example,
Parav Pandit
[PATCH v3 04/11] mm: ioremap: allow ARCH to have its own ioremap definition, Baoquan He
[PATCH v3 03/11] mm/ioremap: change the return value of io[re|un]map_allowed and rename,
Baoquan He
[PATCH 0/4] docs/memory-barriers.txt: Fix nits and update Korean translation,
SeongJae Park
[PATCH] arch, drivers: Add HAVE_IOREMAP_CACHE,
Palmer Dabbelt
[arnd-asm-generic:asm-generic] BUILD REGRESSION e19d4ebc536dadb607fe305fdaf48218d3e32d7c, kernel test robot
[arnd-asm-generic:master 9/9] arch/alpha/kernel/core_marvel.c:807:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'marvel_ioread8', kernel test robot
[GIT PULL] asm-generic updates for 6.1,
Arnd Bergmann
[PATCH v3] locking/memory-barriers.txt: Improve documentation for writel() example,
Parav Pandit
[PATCH v2] locking/memory-barriers.txt: Improve documentation for writel() example,
Parav Pandit
[arnd-asm-generic:asm-generic] BUILD REGRESSION 52c747bd814f599ada7a6cdb38e282090629e64e, kernel test robot
[RFC PATCH 3/3] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option, Nicholas Piggin
[RFC UKL 00/10] Unikernel Linux (UKL),
Ali Raza
- [RFC UKL 01/10] kbuild: Add sections and symbols to linker script for UKL support, Ali Raza
- [RFC UKL 03/10] sched: Add task_struct tracking of kernel or application execution, Ali Raza
- [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs, Ali Raza
- [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls, Ali Raza
- [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware, Ali Raza
- [RFC UKL 06/10] x86/fault: Skip checking kernel mode access to user address space for UKL, Ali Raza
- [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame, Ali Raza
- [RFC UKL 08/10] exec: Make exec path for starting UKL application, Ali Raza
- [RFC UKL 09/10] exec: Give userspace a method for starting UKL process, Ali Raza
- [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL, Ali Raza
- Re: [RFC UKL 00/10] Unikernel Linux (UKL), H. Peter Anvin
[arnd-asm-generic:master 9/9] arch/alpha/include/asm/core_t2.h:587:23: warning: no previous prototype for 't2_ioread64', kernel test robot
[PATCH] alpha: Fix ioread64/iowrite64 helpers,
Linus Walleij
[GIT PULL] LKMM changes for v6.1,
Paul E. McKenney
[PATCH V6 00/11] riscv: Add GENERIC_ENTRY support and related features,
guoren
- [PATCH V6 01/11] riscv: elf_kexec: Fixup compile warning, guoren
- [PATCH V6 02/11] riscv: compat_syscall_table: Fixup compile warning, guoren
- [PATCH V6 03/11] riscv: ptrace: Remove duplicate operation, guoren
- [PATCH V6 04/11] compiler_types.h: Add __noinstr_section() for noinstr, guoren
- [PATCH V6 05/11] riscv: traps: Add noinstr to prevent instrumentation inserted, guoren
- [PATCH V6 07/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK, guoren
- [PATCH V6 06/11] riscv: convert to generic entry, guoren
- [PATCH V6 08/11] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK, guoren
- [PATCH V6 09/11] riscv: Add support for STACKLEAK gcc plugin, guoren
- [PATCH V6 10/11] riscv: Add config of thread stack size, guoren
- [PATCH V6 11/11] riscv: remove extra level wrappers of trace_hardirqs_{on,off}, guoren
[PATCH v3] ARM: kprobes: move __kretprobe_trampoline to out of line assembler,
Nick Desaulniers
[PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage,
Parav Pandit
[PATCH v2 00/39] Shadowstacks for userspace,
Rick Edgecombe
- [PATCH v2 01/39] Documentation/x86: Add CET description, Rick Edgecombe
- [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack, Rick Edgecombe
- [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks, Rick Edgecombe
- [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack, Rick Edgecombe
- [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate, Rick Edgecombe
- [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Rick Edgecombe
- [PATCH v2 07/39] x86/cet: Add user control-protection fault handler, Rick Edgecombe
- [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Rick Edgecombe
- [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file, Rick Edgecombe
- [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW, Rick Edgecombe
- [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly, Rick Edgecombe
- [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors, Rick Edgecombe
- [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack, Rick Edgecombe
- [PATCH v2 18/39] mm: Add guard pages around a shadow stack., Rick Edgecombe
- [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting, Rick Edgecombe
- [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Rick Edgecombe
- [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap(), Rick Edgecombe
- [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Rick Edgecombe
- [PATCH v2 20/39] mm/mprotect: Exclude shadow stack from preserve_write, Rick Edgecombe
- [PATCH v2 11/39] x86/mm: Update pte_modify for _PAGE_COW, Rick Edgecombe
- [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory, Rick Edgecombe
- [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Rick Edgecombe
- [PATCH v2 23/39] x86: Introduce userspace API for CET enabling, Rick Edgecombe
- [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support, Rick Edgecombe
- [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack, Rick Edgecombe
- [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall, Rick Edgecombe
- [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack, Rick Edgecombe
- [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace, Rick Edgecombe
- [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk, Rick Edgecombe
- [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs, Rick Edgecombe
- [PATCH v2 32/39] selftests/x86: Add shadow stack test, Rick Edgecombe
- [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK, Rick Edgecombe
- [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface, Rick Edgecombe
- [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support, Rick Edgecombe
- [OPTIONAL/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit, Rick Edgecombe
- [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features, Rick Edgecombe
- [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays, Rick Edgecombe
- [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status, Rick Edgecombe
- [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET, Rick Edgecombe
- Re: [PATCH v2 00/39] Shadowstacks for userspace, Kees Cook
[PATCH V2] LoongArch: Support access filter to /dev/mem interface, Huacai Chen
[GIT PULL] LoongArch fixes for v6.0-final,
Huacai Chen
[PATCH] LoongArch: Support access filter to /dev/mem interface, Huacai Chen
[PATCH v3 0/8] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS,
Masahiro Yamada
[PATCH v3 5/8] modpost: squash sym_update_namespace() into sym_add_exported(), Masahiro Yamada
[PATCH v3 3/8] kbuild: generate KSYMTAB entries by modpost, Masahiro Yamada
[PATCH v3 4/8] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*, Masahiro Yamada
[PATCH v3 1/8] kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o, Masahiro Yamada
[PATCH v3 6/8] modpost: use null string instead of NULL pointer for default namespace, Masahiro Yamada
[PATCH v3 8/8] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion, Masahiro Yamada
[PATCH v3 7/8] modpost: squash report_sec_mismatch() and remove enum mismatch, Masahiro Yamada
Re: [PATCH v3 0/8] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS, Masahiro Yamada
[PATCH v6] hyperv: simplify and rename generate_guest_id,
Li kunyu
[PATCH v5] hyperv: simplify and rename generate_guest_id,
Li kunyu
[PATCH] a.out: Remove the a.out implementation,
Eric W. Biederman
[PATCH v2 0/7] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS,
Masahiro Yamada
[PATCH] ARM: kprobes: move __kretprobe_trampoline to out of line assembler,
Nick Desaulniers
[PATCH 1/5] mksysmap: update comment about __crc_*,
Masahiro Yamada
[PATCH v4] hyperv: simplify and rename generate_guest_id, Li kunyu
[PATCH] kbuild: suppress warnings for single builds of vmlinux.lds, *.a, etc.,
Masahiro Yamada
[PATCH v3 0/7] kbuild: various cleanups,
Masahiro Yamada
[arnd-asm-generic:asm-generic] BUILD SUCCESS 28a679ea60d0d16c3556f687bb2040559e92e932, kernel test robot
[PATCH v3] hyperv: simplify and rename generate_guest_id,
Li kunyu
[PATCH V2 0/3] riscv: ftrace: Fixup ftrace detour code,
guoren
[PATCH V4 0/3] riscv: kexec: Fxiup crash_save percpu and machine_kexec_mask_interrupts,
guoren
[PATCH v2] asm-generic: Remove the parameters of the generate_guest_id function and modify the return type and modify the function name,
Li kunyu
[PATCH] asm-generic: Remove the parameters of the generate_guest_id function and modify the return type and modify the function name, Li kunyu
Re: [PATCH 09/23] asm-generic: compat: Support BE for long long args in 32-bit ABIs, Nicholas Piggin
[PATCH v2 00/44] cpuidle,rcu: Clean up the mess,
Peter Zijlstra
- [PATCH v2 15/44] acpi_idle: Remove tracing, Peter Zijlstra
- [PATCH v2 11/44] cpuidle,omap4: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 04/44] cpuidle: Move IRQ state validation, Peter Zijlstra
- [PATCH v2 05/44] cpuidle,riscv: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 02/44] x86/idle: Replace x86_idle with a static_call, Peter Zijlstra
- [PATCH v2 09/44] cpuidle,omap3: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}(), Peter Zijlstra
- [PATCH v2 13/44] cpuidle: Fix ct_idle_*() usage, Peter Zijlstra
- [PATCH v2 03/44] cpuidle/poll: Ensure IRQ state is invariant, Peter Zijlstra
- [PATCH v2 19/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE, Peter Zijlstra
- [PATCH v2 25/44] printk: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v2 26/44] time/tick-broadcast: Remove RCU_NONIDLE usage, Peter Zijlstra
- [PATCH v2 17/44] objtool/idle: Validate __cpuidle code as noinstr, Peter Zijlstra
- [PATCH v2 24/44] arm64,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v2 37/44] arm,omap2: Use WFI for omap2_pm_idle(), Peter Zijlstra
- [PATCH v2 08/44] cpuidle,imx6: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 10/44] cpuidle,armada: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 27/44] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}, Peter Zijlstra
- [PATCH v2 01/44] x86/perf/amd: Remove tracing from perf_lopwr_cb(), Peter Zijlstra
- [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v2 33/44] ftrace: WARN on rcuidle, Peter Zijlstra
- [PATCH v2 16/44] cpuidle: Annotate poll_idle(), Peter Zijlstra
- [PATCH v2 36/44] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower(), Peter Zijlstra
- [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle(), Peter Zijlstra
- [PATCH v2 42/44] entry,kasan,x86: Disallow overriding mem*() functions, Peter Zijlstra
- [PATCH v2 28/44] cpuidle,mwait: Make noinstr clean, Peter Zijlstra
- [PATCH v2 40/44] ubsan: Fix objtool UACCESS warns, Peter Zijlstra
- [PATCH v2 18/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*, Peter Zijlstra
- [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour, Peter Zijlstra
- [PATCH v2 39/44] cpuidle,clk: Remove trace_.*_rcuidle(), Peter Zijlstra
- [PATCH v2 44/44] arm64,riscv,perf: Remove RCU_NONIDLE() usage, Peter Zijlstra
- [PATCH v2 06/44] cpuidle,tegra: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 07/44] cpuidle,psci: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 43/44] sched: Always inline __this_cpu_preempt_check(), Peter Zijlstra
- [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 22/44] x86/tdx: Remove TDX_HCALL_ISSUE_STI, Peter Zijlstra
- [PATCH v2 31/44] cpuidle,nospec: Make noinstr clean, Peter Zijlstra
- [PATCH v2 29/44] cpuidle,tdx: Make tdx noinstr clean, Peter Zijlstra
- [PATCH v2 32/44] cpuidle,acpi: Make noinstr clean, Peter Zijlstra
- [PATCH v2 20/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS, Peter Zijlstra
- [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean, Peter Zijlstra
- [PATCH v2 34/44] cpuidle,omap3: Use WFI for omap3_pm_idle(), Peter Zijlstra
- [PATCH v2 35/44] cpuidle,omap3: Push RCU-idle into omap_sram_idle(), Peter Zijlstra
- [PATCH v2 41/44] intel_idle: Add force_irq_on module param, Peter Zijlstra
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Rafael J. Wysocki
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Frederic Weisbecker
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Peter Zijlstra
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Tony Lindgren
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Ulf Hansson
[PATCH V4] LoongArch: Add ACPI-based generic laptop driver,
Huacai Chen
[PATCH V2] LoongArch: Refactor cache probe and flush methods, Huacai Chen
[PATCH] asm-generic: Remove unnecessary ‘0’ values from guest_id,
Li zeming
[PATCH V5 00/11] riscv: Add GENERIC_ENTRY support and related features,
guoren
- [PATCH V5 01/11] riscv: elf_kexec: Fixup compile warning, guoren
- [PATCH V5 02/11] riscv: compat_syscall_table: Fixup compile warning, guoren
- [PATCH V5 05/11] riscv: traps: Add noinstr to prevent instrumentation inserted, guoren
- [PATCH V5 04/11] compiler_types.h: Add __noinstr_section() for noinstr, guoren
- [PATCH V5 06/11] entry: Prevent DEBUG_PREEMPT warning, guoren
- [PATCH V5 03/11] riscv: ptrace: Remove duplicate operation, guoren
- [PATCH V5 09/11] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK, guoren
- [PATCH V5 08/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK, guoren
- [PATCH V5 07/11] riscv: convert to generic entry, guoren
- [PATCH V5 10/11] riscv: Add config of thread stack size, guoren
- [PATCH V5 11/11] riscv: Add support for STACKLEAK gcc plugin, guoren
[PATCH v4] riscv: Fix permissions for all mm's during mm init,
Vladimir Isaev
[PATCH] LoongArch: Refactor cache probe and flush methods,
Huacai Chen
[PATCH V3] LoongArch: Add ACPI-based generic laptop driver,
Huacai Chen
[PATCH 1/2] Input: i8042: Rename i8042-x86ia64io.h to i8042-acpipnpio.h,
Huacai Chen
[PATCH 0/3] x86/dumpstack: Inline copy_from_user_nmi(),
Kees Cook
[PATCH 0/3] riscv: ftrace: Fixup ftrace detour code,
guoren
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]