Linux Arch
[Prev Page][Next Page]
- Re: [PATCH V3 13/26] csky: Library functions, (continued)
- [PATCH V3 10/26] csky: IRQ handling, Guo Ren
- [PATCH V3 26/26] irqchip: add C-SKY irqchip drivers, Guo Ren
- [PATCH V3 01/26] csky: Build infrastructure, Guo Ren
- [PATCH V3 24/26] clocksource: add C-SKY SMP timer, Guo Ren
- [PATCH V3 04/26] csky: Exception handling, Guo Ren
- [PATCH V3 08/26] csky: Process management and Signal, Guo Ren
- [PATCH V3 21/26] dt-bindings: interrupt-controller: C-SKY APB intc, Guo Ren
- [PATCH V3 17/26] csky: Misc headers, Guo Ren
- [PATCH V3 06/26] csky: Cache and TLB routines, Guo Ren
- [PATCH V3 03/26] csky: Kernel booting, Guo Ren
- [PATCH V3 07/26] csky: MMU and page table management, Guo Ren
- [PATCH V3 09/26] csky: VDSO and rt_sigreturn, Guo Ren
- Re: [PATCH V3 00/26] C-SKY(csky) Linux Kernel Port, Arnd Bergmann
- Re: [PATCH V3 00/26] C-SKY(csky) Linux Kernel Port, Guenter Roeck
- [PATCH 4.9 096/107] kprobes: Make list and blacklist root user read only, Greg Kroah-Hartman
- [PATCH 4.14 097/165] kprobes/arm64: Fix %p uses in error messages, Greg Kroah-Hartman
- [PATCH 4.18 098/123] kprobes: Make list and blacklist root user read only, Greg Kroah-Hartman
- [PATCH 4.18 095/123] kprobes: Show blacklist addresses as same as kallsyms does, Greg Kroah-Hartman
- [PATCH 4.18 097/123] kprobes/arm: Fix %p uses in error messages, Greg Kroah-Hartman
- [PATCH 4.18 096/123] kprobes: Replace %p with other pointer types, Greg Kroah-Hartman
- [PATCH 4.18 028/123] kprobes/arm64: Fix %p uses in error messages, Greg Kroah-Hartman
- [PATCH 4.14 148/165] kprobes: Make list and blacklist root user read only, Greg Kroah-Hartman
- [PATCH 4.14 147/165] kprobes/arm: Fix %p uses in error messages, Greg Kroah-Hartman
- [PATCH 4.9 057/107] kprobes/arm64: Fix %p uses in error messages, Greg Kroah-Hartman
- [PATCH 4.4 74/80] kprobes: Make list and blacklist root user read only, Greg Kroah-Hartman
- [PATCH 3.18 52/56] kprobes: Make list and blacklist root user read only, Greg Kroah-Hartman
- [PATCH v2 0/6] x86/alternatives: text_poke() fixes,
Nadav Amit
- [PATCH 0/6] x86/alternatives: text_poke() fixes,
Nadav Amit
- [RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [RFC PATCH v3 15/24] mm: Handle THP/HugeTLB shadow stack page fault, Yu-cheng Yu
- [RFC PATCH v3 07/24] x86/cet/shstk: Add Kconfig option for user-mode shadow stack, Yu-cheng Yu
- [RFC PATCH v3 17/24] mm: Introduce do_mmap_locked(), Yu-cheng Yu
- [RFC PATCH v3 13/24] x86/mm: Shadow stack page fault error checking, Yu-cheng Yu
- [RFC PATCH v3 08/24] mm: Introduce VM_SHSTK for shadow stack memory, Yu-cheng Yu
- [RFC PATCH v3 11/24] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [RFC PATCH v3 04/24] x86/fpu/xstate: Add XSAVES system states for shadow stack, Yu-cheng Yu
- [RFC PATCH v3 05/24] Documentation/x86: Add CET description, Yu-cheng Yu
- [RFC PATCH v3 21/24] x86/cet/shstk: ELF header parsing of Shadow Stack, Yu-cheng Yu
- [RFC PATCH v3 24/24] x86/cet/shstk: Add Shadow Stack instructions to opcode map, Yu-cheng Yu
- [RFC PATCH v3 01/24] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [RFC PATCH v3 16/24] mm: Update can_follow_write_pte/pmd for shadow stack, Yu-cheng Yu
- [RFC PATCH v3 06/24] x86/cet: Control protection exception handler, Yu-cheng Yu
- [RFC PATCH v3 22/24] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [RFC PATCH v3 03/24] x86/fpu/xstate: Enable XSAVES system states, Yu-cheng Yu
- [RFC PATCH v3 10/24] x86/mm: Introduce _PAGE_DIRTY_SW, Yu-cheng Yu
- [RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW, Yu-cheng Yu
- [RFC PATCH v3 18/24] x86/cet/shstk: User-mode shadow stack support, Yu-cheng Yu
- [RFC PATCH v3 14/24] mm: Handle shadow stack page fault, Yu-cheng Yu
- [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction, Yu-cheng Yu
- [RFC PATCH v3 09/24] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW, Yu-cheng Yu
- [RFC PATCH v3 23/24] x86/cet/shstk: Add arch_prctl functions for Shadow Stack, Yu-cheng Yu
- [RFC PATCH v3 02/24] x86/fpu/xstate: Change some names to separate XSAVES system and user states, Yu-cheng Yu
- [RFC PATCH v3 20/24] x86/cet/shstk: Signal handling for shadow stack, Yu-cheng Yu
- Re: [RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack, Balbir Singh
- [PATCH v6 00/11] arm64: untag user pointers passed to the kernel,
Andrey Konovalov
- [PATCH v6 10/11] selftests, arm64: add a selftest for passing tagged pointers to kernel, Andrey Konovalov
- [PATCH v6 08/11] usb, arm64: untag user addresses in devio, Andrey Konovalov
- [PATCH v6 05/11] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user, Andrey Konovalov
- [PATCH v6 03/11] arm64: untag user addresses in access_ok and __uaccess_mask_ptr, Andrey Konovalov
- Re: [PATCH v6 00/11] arm64: untag user pointers passed to the kernel, Andrey Konovalov
- [PATCH v6 01/11] arm64: add type casts to untagged_addr macro, Andrey Konovalov
- [PATCH v6 02/11] uaccess: add untagged_addr definition for other arches, Andrey Konovalov
- [PATCH v6 04/11] mm, arm64: untag user addresses in mm/gup.c, Andrey Konovalov
- [PATCH v6 06/11] arm64: untag user address in __do_user_fault, Andrey Konovalov
- [PATCH v6 07/11] fs, arm64: untag user address in copy_mount_options, Andrey Konovalov
- [PATCH v6 09/11] arm64: update Documentation/arm64/tagged-pointers.txt, Andrey Konovalov
- [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse, Andrey Konovalov
- [RFC PATCH v3 0/8] Control Flow Enforcement: Branch Tracking, PTRACE,
Yu-cheng Yu
- [PATCH RFC memory-model 0/7] Memory-model changes,
Paul E. McKenney
- Patch "asm-generic/bitops/lock.h: Rewrite using atomic_fetch_" causes kernel crash,
Eugeniy Paltsev
- [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling,
Arnd Bergmann
- [PATCH v5 00/16] Add support for Hygon Dhyana Family 18h processor,
Pu Wen
- [PATCH v5 01/16] x86/cpu: create Dhyana init file and register new cpu_dev to system, Pu Wen
- [PATCH v5 02/16] x86/cache: get cache size/leaves and setup cache cpumap for Dhyana, Pu Wen
- [PATCH v5 03/16] x86/mtrr: get MTRR number and support TOP_MEM2, Pu Wen
- [PATCH v5 04/16] x86/smpboot: smp init nodelay and no flush caches before sleep, Pu Wen
- [PATCH v5 05/16] x86/pmu: enable Hygon support to PMU infrastructure, Pu Wen
- [PATCH v5 06/16] x86/nops: init ideal_nops for Hygon, Pu Wen
- [PATCH v5 07/16] x86/pci: add Hygon PCI vendor and northbridge support, Pu Wen
- [PATCH v5 08/16] x86/apic: add modern APIC support for Hygon, Pu Wen
- [PATCH v5 09/16] x86/bugs: add lfence mitigation to spectre v2 and no meltdown for Hygon, Pu Wen
- [PATCH v5 10/16] x86/mce: enable Hygon support to MCE infrastructure, Pu Wen
- [PATCH v5 11/16] x86/kvm: enable Hygon support to KVM infrastructure, Pu Wen
- [PATCH v5 12/16] x86/xen: enable Hygon support to Xen, Pu Wen
- [PATCH v5 13/16] driver/acpi: enable Hygon support to ACPI driver, Pu Wen
- [PATCH v5 14/16] driver/cpufreq: enable Hygon support to cpufreq driver, Pu Wen
- [PATCH v5 15/16] driver/edac: enable Hygon support to AMD64 EDAC driver, Pu Wen
- [PATCH v5 16/16] tools/cpupower: enable Hygon support to cpupower tool, Pu Wen
- [RFC PATCH 0/6] x86: text_poke() fixes,
Nadav Amit
- [PATCH] powerpc: disable support for relative ksymtab references,
Ard Biesheuvel
- [PATCH v20 0/6] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
- [PATCH 0/3] mm: dirty/accessed pte optimisations,
Nicholas Piggin
- Re: Oops running iptables -F OUTPUT,
Nicholas Piggin
- [PATCH 00/14] y2038 syscall changes for 4.20,
Arnd Bergmann
- [PATCH 03/14] y2038: Globally rename compat_time to old_time32, Arnd Bergmann
- [PATCH 10/14] y2038: Compile utimes()/futimesat() conditionally, Arnd Bergmann
- [PATCH 14/14] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec, Arnd Bergmann
- [PATCH 13/14] y2038: socket: Change recvmmsg to use __kernel_timespec, Arnd Bergmann
- [PATCH 12/14] y2038: sched: Change sched_rr_get_interval to use __kernel_timespec, Arnd Bergmann
- [PATCH 09/14] y2038: Change sys_utimensat() to use __kernel_timespec, Arnd Bergmann
- [PATCH 11/14] y2038: utimes: Rework #ifdef guards for compat syscalls, Arnd Bergmann
- [PATCH 08/14] asm-generic: Remove empty asm/unistd.h, Arnd Bergmann
- [PATCH 07/14] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro, Arnd Bergmann
- [PATCH 01/14] y2038: Remove unused time interfaces, Arnd Bergmann
- [PATCH 06/14] asm-generic: Move common compat types to asm-generic/compat.h, Arnd Bergmann
- [PATCH 04/14] y2038: Remove newstat family from default syscall set, Arnd Bergmann
- [PATCH 02/14] y2038: Make do_gettimeofday() and get_seconds() inline, Arnd Bergmann
- [PATCH 05/14] y2038: Remove stat64 family from default syscall set, Arnd Bergmann
- Re: [PATCH 00/14] y2038 syscall changes for 4.20, Arnd Bergmann
- [PATCH v2 01/17] asm: simd context helper API,
Jason A. Donenfeld
- [PATCH v3 1/2] kbuild: pass LDFLAGS to recordmcount.pl,
Masahiro Yamada
- [PATCH 4.17 227/324] ARC: Improve cmpxchg syscall implementation, Greg Kroah-Hartman
- [RFC PATCH 0/2] minor mmu_gather patches,
Nicholas Piggin
- [PATCH 4.14 161/217] ARC: Improve cmpxchg syscall implementation, Greg Kroah-Hartman
- [PATCH 4.9 093/130] ARC: Improve cmpxchg syscall implementation, Greg Kroah-Hartman
- Re: Alpha Avanti broken by 9ce8654323d69273b4977f76f11c9e2d345ab130,
Mikulas Patocka
- [PATCH] percpu: cleanup PER_CPU_DEF_ATTRIBUTES macro,
Alexander Pateenok
- [PATCH] x86/mm: Simplify p[g4um]d_page() macros,
Andi Kleen
- [PATCH] locking: Remove an insn from spin and write locks,
Matthew Wilcox
- [PATCH v4 00/16] Add support for Hygon Dhyana Family 18h processor,
Pu Wen
- [PATCH v4 01/16] x86/cpu: create Dhyana init file and register new cpu_dev to system, Pu Wen
- [PATCH v4 02/16] x86/cache: get cache size/leaves and setup cache cpumap for Dhyana, Pu Wen
- [PATCH v4 03/16] x86/mtrr: get MTRR number and support TOP_MEM2, Pu Wen
- [PATCH v4 04/16] x86/smpboot: smp init nodelay and no flush caches before sleep, Pu Wen
- [PATCH v4 05/16] x86/pmu: enable Hygon support to PMU infrastructure, Pu Wen
- [PATCH v4 06/16] x86/nops: init ideal_nops for Hygon, Pu Wen
- [PATCH v4 07/16] x86/pci: add Hygon PCI vendor and northbridge support, Pu Wen
- [PATCH v4 08/16] x86/apic: add modern APIC support for Hygon, Pu Wen
- [PATCH v4 09/16] x86/bugs: add lfence mitigation to spectre v2 and no meltdown for Hygon, Pu Wen
- [PATCH v4 10/16] x86/mce: enable Hygon support to MCE infrastructure, Pu Wen
- [PATCH v4 11/16] x86/kvm: enable Hygon support to KVM infrastructure, Pu Wen
- [PATCH v4 12/16] x86/xen: enable Hygon support to Xen, Pu Wen
- [PATCH v4 13/16] driver/acpi: enable Hygon support to ACPI driver, Pu Wen
- [PATCH v4 14/16] driver/cpufreq: enable Hygon support to cpufreq driver, Pu Wen
- [PATCH v4 15/16] driver/edac: enable Hygon support to AMD64 EDAC driver, Pu Wen
- [PATCH v4 16/16] tools/cpupower: enable Hygon support to cpupower tool, Pu Wen
- [PATCH] export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR(),
Masahiro Yamada
- [PATCH v8 0/2] MIPS: Override barrier_before_unreachable() to fix microMIPS,
Paul Burton
- [PATCH v8 2/2] MIPS: Workaround GCC __builtin_unreachable reordering bug, Paul Burton
[PATCH 3.18 06/15] kprobes/x86: Fix %p uses in error messages, Greg Kroah-Hartman
[PATCH 4.9 025/107] kprobes/x86: Fix %p uses in error messages, Greg Kroah-Hartman
[PATCH 4.14 024/104] kprobes/x86: Fix %p uses in error messages, Greg Kroah-Hartman
[PATCH 4.17 20/97] kprobes/x86: Fix %p uses in error messages, Greg Kroah-Hartman
[PATCH 4.18 03/79] kprobes/x86: Fix %p uses in error messages, Greg Kroah-Hartman
[PATCH 4.4 19/43] kprobes/x86: Fix %p uses in error messages, Greg Kroah-Hartman
[PATCH v3 00/17] Add support for Hygon Dhyana Family 18h processor,
Pu Wen
- [PATCH v3 01/17] x86/cpu: create Dhyana init file and register new cpu_dev to system, Pu Wen
- [PATCH v3 02/17] x86/cache: get cache size/leaves and setup cache cpumap for Dhyana, Pu Wen
- [PATCH v3 03/17] x86/mtrr: get MTRR number and support TOP_MEM2, Pu Wen
- [PATCH v3 04/17] x86/smpboot: smp init nodelay and no flush caches before sleep, Pu Wen
- [PATCH v3 05/17] x86/perfctr: return perf counter and event selection bit offset, Pu Wen
- [PATCH v3 06/17] x86/nops: init ideal_nops for Hygon, Pu Wen
- [PATCH v3 07/17] x86/pci: add Hygon PCI vendor and northbridge support, Pu Wen
- [PATCH v3 08/17] x86/apic: add modern APIC support for Hygon, Pu Wen
- [PATCH v3 09/17] x86/bugs: add lfence mitigation to spectre v2 and no meltdown for Hygon, Pu Wen
- [PATCH v3 10/17] x86/events: enable Hygon support to PMU infrastructure, Pu Wen
- [PATCH v3 11/17] x86/mce: enable Hygon support to MCE infrastructure, Pu Wen
- [PATCH v3 12/17] x86/kvm: enable Hygon support to KVM infrastructure, Pu Wen
- [PATCH v3 13/17] x86/xen: enable Hygon support to Xen, Pu Wen
- [PATCH v3 14/17] driver/acpi: enable Hygon support to ACPI driver, Pu Wen
- [PATCH v3 15/17] driver/cpufreq: enable Hygon support to cpufreq driver, Pu Wen
- [PATCH v3 16/17] driver/edac: enable Hygon support to AMD64 EDAC driver, Pu Wen
- [PATCH v3 17/17] tools/cpupower: enable Hygon support to cpupower tool, Pu Wen
[PATCH v6 0/4] MIPS: Override barrier_before_unreachable() to fix microMIPS,
Paul Burton
[PATCH 0/3] System call table generation support,
Firoz Khan
[PATCH 0/3] System call table generation support, Firoz Khan
[PATCH 0/4] System call table generation support,
Firoz Khan
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]