Linux Arch
[Prev Page][Next Page]
- Re: [RFC 30/32] /dev/port: don't compile file operations without CONFIG_DEVPORT, (continued)
- [RFC 05/32] char: impi, tpm: depend on HAS_IOPORT, Niklas Schnelle
- [RFC 12/32] iio: adc: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 17/32] net: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 31/32] usb: handle HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 27/32] PCI/sysfs: make I/O resource depend on HAS_IOPORT, Niklas Schnelle
- [RFC 22/32] video: handle HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 21/32] power: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 32/32] asm-generic/io.h: drop inb() etc for HAS_IOPORT=n, Niklas Schnelle
- [RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI, Niklas Schnelle
- [RFC 09/32] sound: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 20/32] pnp: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 18/32] pcmcia: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 23/32] rtc: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 13/32] hwmon: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 25/32] watchdog: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 06/32] speakup: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary, Niklas Schnelle
- Re: [RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options, John Garry
- [GIT PULL] asm-generic: cleanups for 5.17,
Arnd Bergmann
- [PATCH v9 00/15] Function Granular KASLR,
Alexander Lobakin
- [PATCH v9 01/15] modpost: fix removing numeric suffixes, Alexander Lobakin
- [PATCH v9 05/15] x86: support ASM function sections, Alexander Lobakin
- [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search, Alexander Lobakin
- [PATCH v9 06/15] x86: decouple ORC table sorting into a separate file, Alexander Lobakin
- [PATCH v9 08/15] x86/tools: Add relative relocs for randomized functions, Alexander Lobakin
- [PATCH v9 09/15] x86: Add support for function granular KASLR, Alexander Lobakin
- [PATCH v9 07/15] Makefile: Add build and config option for CONFIG_FG_KASLR, Alexander Lobakin
- [PATCH v9 10/15] FG-KASLR: use a scripted approach to handle .text.* sections, Alexander Lobakin
- [PATCH v9 11/15] x86/boot: allow FG-KASLR to be selected, Alexander Lobakin
- [PATCH v9 03/15] kallsyms: Hide layout, Alexander Lobakin
- [PATCH v9 13/15] module: use a scripted approach for FG-KASLR, Alexander Lobakin
- [PATCH v9 14/15] Documentation: add documentation for FG-KASLR, Alexander Lobakin
- [PATCH v9 04/15] arch: introduce ASM function sections, Alexander Lobakin
- [PATCH v9 15/15] maintainers: add MAINTAINERS entry for FG-KASLR, Alexander Lobakin
- [PATCH v9 12/15] module: Reorder functions, Alexander Lobakin
- Re: [PATCH v9 00/15] Function Granular KASLR, Alexander Lobakin
- Re: [PATCH v9 00/15] Function Granular KASLR, Christoph Hellwig
- [PATCH v2] asm-generic: introduce io_stop_wc() and add implementation for ARM64,
Xiongfeng Wang
- [PATCH/RFC v2 0/3] tlb: mmu_gather: use batched table free if possible,
Nikita Yushchenko
- [PATCH v5 1/6] powercap/drivers/dtpm: Move dtpm table from init to data section,
Daniel Lezcano
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 733e417518a69b71061c3bafc2bf106109565eee, kernel test robot
- [PATCH v7 0/2] PCI: hv: Hyper-V vPCI for arm64,
Sunil Muthuswamy
- [PATCH] asm-generic: introduce io_stop_wc() and add implementation for ARM64,
Xiongfeng Wang
- [PATCH/RFC] mm: add and use batched version of __tlb_remove_table(),
Nikita Yushchenko
[arnd-asm-generic:asm-generic] BUILD SUCCESS 49501fb98653158cf7ba2473c6ee3fbc8bff047c, kernel test robot
[PATCH v2] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall,
Florian Weimer
[PATCH 00/43] Add KernelMemorySanitizer infrastructure,
Alexander Potapenko
- [PATCH 02/43] stackdepot: reserve 5 extra bits in depot_stack_handle_t, Alexander Potapenko
- [PATCH 03/43] kasan: common: adapt to the new prototype of __stack_depot_save(), Alexander Potapenko
- [PATCH 04/43] instrumented.h: allow instrumenting both sides of copy_from_user(), Alexander Potapenko
- [PATCH 05/43] asm: x86: instrument usercopy in get_user() and __put_user_size(), Alexander Potapenko
- [PATCH 06/43] asm-generic: instrument usercopy in cacheflush.h, Alexander Potapenko
- [PATCH 08/43] kmsan: add ReST documentation, Alexander Potapenko
- [PATCH 07/43] compiler_attributes.h: add __disable_sanitizer_instrumentation, Alexander Potapenko
- [PATCH 09/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks, Alexander Potapenko
- [PATCH 10/43] kmsan: pgtable: reduce vmalloc space, Alexander Potapenko
- [PATCH 11/43] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE, Alexander Potapenko
- [PATCH 12/43] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN, Alexander Potapenko
- [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code, Alexander Potapenko
- [PATCH 14/43] MAINTAINERS: add entry for KMSAN, Alexander Potapenko
- [PATCH 13/43] kmsan: add KMSAN runtime core, Alexander Potapenko
[PATCH 15/43] kmsan: mm: maintain KMSAN metadata for page operations, Alexander Potapenko
[PATCH 17/43] kmsan: handle task creation and exiting, Alexander Potapenko
[PATCH 18/43] kmsan: unpoison @tlb in arch_tlb_gather_mmu(), Alexander Potapenko
[PATCH 19/43] kmsan: init: call KMSAN initialization routines, Alexander Potapenko
[PATCH 20/43] instrumented.h: add KMSAN support, Alexander Potapenko
[PATCH 01/43] arch/x86: add missing include to sparsemem.h, Alexander Potapenko
[PATCH 21/43] kmsan: mark noinstr as __no_sanitize_memory, Alexander Potapenko
[PATCH 22/43] kmsan: initialize the output of READ_ONCE_NOCHECK(), Alexander Potapenko
[PATCH 23/43] kmsan: make READ_ONCE_TASK_STACK() return initialized values, Alexander Potapenko
[PATCH 24/43] kmsan: disable KMSAN instrumentation for certain kernel parts, Alexander Potapenko
[PATCH 25/43] kmsan: skip shadow checks in files doing context switches, Alexander Potapenko
[PATCH 26/43] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg(), Alexander Potapenko
[PATCH 27/43] x86: kmsan: add iomem support, Alexander Potapenko
[PATCH 28/43] kmsan: dma: unpoison DMA mappings, Alexander Potapenko
[PATCH 29/43] kmsan: handle memory sent to/from USB, Alexander Potapenko
[PATCH 32/43] crypto: kmsan: disable accelerated configs under KMSAN, Alexander Potapenko
[PATCH 33/43] kmsan: disable physical page merging in biovec, Alexander Potapenko
[PATCH 31/43] kmsan: disable strscpy() optimization under KMSAN, Alexander Potapenko
[PATCH 30/43] kmsan: add tests for KMSAN, Alexander Potapenko
[PATCH 34/43] kmsan: block: skip bio block merging logic for KMSAN, Alexander Potapenko
[PATCH 35/43] x86: kmsan: use __msan_ string functions where possible., Alexander Potapenko
[PATCH 37/43] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN, Alexander Potapenko
[PATCH 36/43] x86: kmsan: sync metadata pages on page fault, Alexander Potapenko
[PATCH 38/43] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS, Alexander Potapenko
[PATCH 39/43] x86: kmsan: handle register passing from uninstrumented code, Alexander Potapenko
[PATCH 40/43] kmsan: kcov: unpoison area->list in kcov_remote_area_put(), Alexander Potapenko
[PATCH 41/43] security: kmsan: fix interoperability with auto-initialization, Alexander Potapenko
[PATCH 42/43] objtool: kmsan: list KMSAN API functions as uaccess-safe, Alexander Potapenko
[PATCH 43/43] x86: kmsan: enable KMSAN builds for x86, Alexander Potapenko
Re: [PATCH 00/43] Add KernelMemorySanitizer infrastructure, Greg Kroah-Hartman
[PATCH] locks: cleanup double word in comment, trix
[PATCH v2 00/11] kbuild: do not quote string values in Makefile,
Masahiro Yamada
- [PATCH v2 01/11] certs: use $< and $@ to simplify the key generation rule, Masahiro Yamada
- [PATCH v2 06/11] kbuild: stop using config_filename in scripts/Makefile.modsign, Masahiro Yamada
- [PATCH v2 07/11] certs: simplify $(srctree)/ handling and remove config_filename macro, Masahiro Yamada
- [PATCH v2 09/11] kbuild: do not quote string values in include/config/auto.conf, Masahiro Yamada
- [PATCH v2 04/11] certs: refactor file cleaning, Masahiro Yamada
- [PATCH v2 05/11] certs: remove misleading comments about GCC PR, Masahiro Yamada
- [PATCH v2 03/11] certs: remove unneeded -I$(srctree) option for system_certificates.o, Masahiro Yamada
- [PATCH v2 10/11] certs: move scripts/extract-cert to certs/, Masahiro Yamada
- [PATCH v2 02/11] certs: unify duplicated cmd_extract_certs and improve the log, Masahiro Yamada
- [PATCH v2 08/11] kbuild: do not include include/config/auto.conf from shell scripts, Masahiro Yamada
- [PATCH v2 11/11] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV}, Masahiro Yamada
- Re: [PATCH v2 00/11] kbuild: do not quote string values in Makefile, Masahiro Yamada
[PATCH V7 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part),
Tianyu Lan
[PATCH 00/10] kbuild: do not quote string values in Makefile,
Masahiro Yamada
- [PATCH 07/10] certs: simplify $(srctree)/ handling and remove config_filename macro, Masahiro Yamada
- [PATCH 09/10] kbuild: do not quote string values in include/config/auto.conf, Masahiro Yamada
- [PATCH 02/10] certs: unify duplicated cmd_extract_certs and improve the log, Masahiro Yamada
- [PATCH 08/10] kbuild: do not include include/config/auto.conf from shell scripts, Masahiro Yamada
- [PATCH 01/10] certs: use $@ to simplify the key generation rule, Masahiro Yamada
- [PATCH 03/10] certs: remove unneeded -I$(srctree) option for system_certificates.o, Masahiro Yamada
- [PATCH 04/10] certs: refactor file cleaning, Masahiro Yamada
- [PATCH 10/10] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV}, Masahiro Yamada
- [PATCH 06/10] kbuild: stop using config_filename in scripts/Makefile.modsign, Masahiro Yamada
- [PATCH 05/10] certs: remove misleading comments about GCC PR, Masahiro Yamada
[GIT PULL] csky fixes for v5.16-rc5,
guoren
[PATCH 00/10] Removal of most do_exit calls,
Eric W. Biederman
- [PATCH 01/10] exit/s390: Remove dead reference to do_exit from copy_thread, Eric W. Biederman
- [PATCH 02/10] exit: Add and use make_task_dead., Eric W. Biederman
- [PATCH 03/10] exit: Move oops specific logic from do_exit into make_task_dead, Eric W. Biederman
- [PATCH 04/10] exit: Stop poorly open coding do_task_dead in make_task_dead, Eric W. Biederman
- [PATCH 05/10] exit: Stop exporting do_exit, Eric W. Biederman
- [PATCH 06/10] exit: Implement kthread_exit, Eric W. Biederman
- [PATCH 07/10] exit: Rename module_put_and_exit to module_put_and_kthread_exit, Eric W. Biederman
- [PATCH 08/10] exit: Rename complete_and_exit to kthread_complete_and_exit, Eric W. Biederman
- [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads, Eric W. Biederman
- [PATCH 10/10] exit/kthread: Move the exit code for kernel threads into struct kthread, Eric W. Biederman
- [PATCH 0/8] signal: Cleanup of the signal->flags, Eric W. Biederman
- [PATCH 00/17] exit: Making task exiting a first class concept, Eric W. Biederman
- [PATCH 01/17] exit: Remove profile_task_exit & profile_munmap, Eric W. Biederman
- [PATCH 02/17] exit: Coredumps reach do_group_exit, Eric W. Biederman
- [PATCH 03/17] exit: Fix the exit_code for wait_task_zombie, Eric W. Biederman
- [PATCH 04/17] exit: Use the correct exit_code in /proc/<pid>/stat, Eric W. Biederman
- [PATCH 06/17] ptrace: Remove second setting of PT_SEIZED in ptrace_attach, Eric W. Biederman
- [PATCH 05/17] taskstats: Cleanup the use of task->exit_code, Eric W. Biederman
- [PATCH 07/17] ptrace: Remove unused regs argument from ptrace_report_syscall, Eric W. Biederman
- [PATCH 08/17] ptrace/m68k: Stop open coding ptrace_report_syscall, Eric W. Biederman
- [PATCH 09/17] ptrace: Move setting/clearing ptrace_message into ptrace_stop, Eric W. Biederman
- [PATCH 10/17] ptrace: Return the signal to continue with from ptrace_stop, Eric W. Biederman
- [PATCH 11/17] ptrace: Separate task->ptrace_code out from task->exit_code, Eric W. Biederman
- [PATCH 12/17] signal: Compute the process exit_code in get_signal, Eric W. Biederman
- [PATCH 13/17] signal: Make individual tasks exiting a first class concept, Eric W. Biederman
- [PATCH 14/17] signal: Remove zap_other_threads, Eric W. Biederman
- [PATCH 16/17] signal: Record the exit_code when an exit is scheduled, Eric W. Biederman
- [PATCH 15/17] signal: Add JOBCTL_WILL_EXIT to mark exiting tasks, Eric W. Biederman
- [PATCH 17/17] signal: Always set SIGNAL_GROUP_EXIT on process exit, Eric W. Biederman
- [PATCH 00/13] Removing tracehook.h, Eric W. Biederman
- [PATCH 1/8] signal: Make SIGKILL during coredumps an explicit special case, Eric W. Biederman
[PATCH 2/8] signal: Drop signals received after a fatal signal has been processed, Eric W. Biederman
[PATCH 3/8] signal: Have the oom killer detect coredumps using signal->core_state, Eric W. Biederman
[PATCH 4/8] signal: During coredumps set SIGNAL_GROUP_EXIT in zap_process, Eric W. Biederman
[PATCH 6/8] coredump: Stop setting signal->group_exit_task, Eric W. Biederman
[PATCH 5/8] signal: Remove SIGNAL_GROUP_COREDUMP, Eric W. Biederman
[PATCH 7/8] signal: Rename group_exit_task group_exec_task, Eric W. Biederman
[PATCH 8/8] signal: Remove the helper signal_group_exit, Eric W. Biederman
[PATCH v3 0/8] KVM: x86: Hyper-V hypercall fix and cleanups,
Sean Christopherson
- [PATCH v3 1/8] KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req, Sean Christopherson
- [PATCH v3 2/8] KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field, Sean Christopherson
- [PATCH v3 5/8] KVM: x86: Don't bother reading sparse banks that end up being ignored, Sean Christopherson
- [PATCH v3 6/8] KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask(), Sean Christopherson
- [PATCH v3 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields, Sean Christopherson
- [PATCH v3 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt", Sean Christopherson
- [PATCH v3 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation, Sean Christopherson
- [PATCH v3 4/8] KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushes, Sean Christopherson
- Re: [PATCH v3 0/8] KVM: x86: Hyper-V hypercall fix and cleanups, Paolo Bonzini
[PATCH 2/2] [BONUS PATCH] mm: move tlb_flush_pending inline helpers to mm_inline.h, Arnd Bergmann
[PATCH V6 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part),
Tianyu Lan
[PATCH V5 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part),
Tianyu Lan
[PATCH v3 00/13] Introduce sv48 support without relocatable kernel,
Alexandre Ghiti
- [PATCH v3 01/13] riscv: Move KASAN mapping next to the kernel mapping, Alexandre Ghiti
- [PATCH v3 02/13] riscv: Split early kasan mapping to prepare sv48 introduction, Alexandre Ghiti
- [PATCH v3 03/13] riscv: Introduce functions to switch pt_ops, Alexandre Ghiti
- [PATCH v3 04/13] riscv: Allow to dynamically define VA_BITS, Alexandre Ghiti
- [PATCH v3 05/13] riscv: Get rid of MAXPHYSMEM configs, Alexandre Ghiti
- [PATCH v3 06/13] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free, Alexandre Ghiti
- [PATCH v3 07/13] riscv: Implement sv48 support, Alexandre Ghiti
- [PATCH v3 08/13] riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo, Alexandre Ghiti
- [PATCH v3 09/13] riscv: Explicit comment about user virtual address space size, Alexandre Ghiti
- [PATCH v3 10/13] riscv: Improve virtual kernel memory layout dump, Alexandre Ghiti
- [PATCH v3 11/13] Documentation: riscv: Add sv48 description to VM layout, Alexandre Ghiti
- [PATCH v3 12/13] riscv: Initialize thread pointer before calling C functions, Alexandre Ghiti
- [PATCH v3 13/13] riscv: Allow user to downgrade to sv39 when hw supports sv48 if !KASAN, Alexandre Ghiti
- Re: [PATCH v3 00/13] Introduce sv48 support without relocatable kernel, Alexandre ghiti
- Re: [PATCH v3 00/13] Introduce sv48 support without relocatable kernel, Palmer Dabbelt
[PATCH V4 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part),
Tianyu Lan
[PATCH] futex: Fix additional regressions, Arnd Bergmann
[PATCH v8 00/14] Function Granular KASLR,
Alexander Lobakin
- [PATCH v8 01/14] x86: Makefile: Add build and config option for CONFIG_FG_KASLR, Alexander Lobakin
- [PATCH v8 02/14] x86/tools: Add relative relocs for randomized functions, Alexander Lobakin
- [PATCH v8 03/14] x86: Add support for function granular KASLR, Alexander Lobakin
- [PATCH v8 04/14] linkage: add macros for putting ASM functions into own sections, Alexander Lobakin
- [PATCH v8 07/14] kallsyms: Hide layout, Alexander Lobakin
- [PATCH v8 08/14] livepatch: only match unique symbols when using FG-KASLR, Alexander Lobakin
- [PATCH v8 06/14] FG-KASLR: use a scripted approach to handle .text.* sections, Alexander Lobakin
- [PATCH v8 09/14] x86/boot: allow FG-KASLR to be selected, Alexander Lobakin
- [PATCH v8 10/14] arm64/crypto: conditionally place ASM functions into separate sections, Alexander Lobakin
- [PATCH v8 12/14] module: use a scripted approach for FG-KASLR, Alexander Lobakin
- [PATCH v8 13/14] Documentation: add documentation for FG-KASLR, Alexander Lobakin
- [PATCH v8 14/14] maintainers: add MAINTAINERS entry for FG-KASLR, Alexander Lobakin
- [PATCH v8 11/14] module: Reorder functions, Alexander Lobakin
- Message not available
Re: [PATCH v8 00/14] Function Granular KASLR, Peter Zijlstra
[RFD] Clear virtual machine memory when virtual machine is turned off,
fei luo
[PATCH memory-model 0/3] LKMM updates for v5.17,
Paul E. McKenney
[PATCH V3 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part),
Tianyu Lan
[PATCH v3 00/25] kcsan: Support detecting a subset of missing memory barriers,
Marco Elver
- [PATCH v3 01/25] kcsan: Refactor reading of instrumented memory, Marco Elver
- [PATCH v3 02/25] kcsan: Remove redundant zero-initialization of globals, Marco Elver
- [PATCH v3 03/25] kcsan: Avoid checking scoped accesses from nested contexts, Marco Elver
- [PATCH v3 05/25] kcsan: Add core memory barrier instrumentation functions, Marco Elver
- [PATCH v3 04/25] kcsan: Add core support for a subset of weak memory modeling, Marco Elver
- [PATCH v3 06/25] kcsan, kbuild: Add option for barrier instrumentation only, Marco Elver
- [PATCH v3 09/25] kcsan: Document modeling of weak memory, Marco Elver
- [PATCH v3 08/25] kcsan: Show location access was reordered to, Marco Elver
- [PATCH v3 07/25] kcsan: Call scoped accesses reordered in reports, Marco Elver
- [PATCH v3 10/25] kcsan: test: Match reordered or normal accesses, Marco Elver
- [PATCH v3 11/25] kcsan: test: Add test cases for memory barrier instrumentation, Marco Elver
- [PATCH v3 12/25] kcsan: Ignore GCC 11+ warnings about TSan runtime support, Marco Elver
- [PATCH v3 13/25] kcsan: selftest: Add test case to check memory barrier instrumentation, Marco Elver
- [PATCH v3 14/25] locking/barriers, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH v3 15/25] locking/barriers, kcsan: Support generic instrumentation, Marco Elver
- [PATCH v3 16/25] locking/atomics, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH v3 17/25] asm-generic/bitops, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH v3 18/25] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers, Marco Elver
- [PATCH v3 20/25] mm, kcsan: Enable barrier instrumentation, Marco Elver
- [PATCH v3 21/25] sched, kcsan: Enable memory barrier instrumentation, Marco Elver
- [PATCH v3 22/25] objtool, kcsan: Add memory barrier instrumentation to whitelist, Marco Elver
- [PATCH v3 24/25] compiler_attributes.h: Add __disable_sanitizer_instrumentation, Marco Elver
- [PATCH v3 25/25] kcsan: Support WEAK_MEMORY with Clang where no objtool support exists, Marco Elver
- [PATCH v3 19/25] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock(), Marco Elver
- [PATCH v3 23/25] objtool, kcsan: Remove memory barrier instrumentation from noinstr, Marco Elver
[PATCH] x86: Implement arch_prctl(ARCH_VSYSCALL_LOCKOUT) to disable vsyscall,
Florian Weimer
[PATCH] futex: Fix sparc32/m68k/nds32 build regression,
Arnd Bergmann
[PATCH 4.9] hugetlbfs: flush TLBs correctly after huge_pmd_unshare,
Nadav Amit
[arnd-asm-generic:asm-generic] BUILD SUCCESS a0eb2da92b715d0c97b96b09979689ea09faefe6, kernel test robot
[GIT PULL] asm-generic: syscall table updates,
Arnd Bergmann
[PATCH V3]: bugfix,
Huang Pei
[PATCH 1/2] hamradio: fix macro redefine warning,
Huang Pei
[PATCH V2]: bugfix,
Huang Pei
[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace,
Cyril Hrubis
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]