Linux Arch
[Prev Page][Next Page]
- Re: [PATCH v7 01/22] sched: Favour predetermined active CPU as migration destination, (continued)
- [PATCH v7 02/22] arm64: cpuinfo: Split AArch32 registers out into a separate struct, Will Deacon
- [PATCH v7 03/22] arm64: Allow mismatched 32-bit EL0 support, Will Deacon
- [PATCH v7 04/22] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support, Will Deacon
- [PATCH v7 05/22] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs, Will Deacon
- [PATCH v7 06/22] arm64: Advertise CPUs capable of running 32-bit applications in sysfs, Will Deacon
- [PATCH v7 07/22] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection, Will Deacon
- [PATCH v7 08/22] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1, Will Deacon
- [PATCH v7 09/22] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus(), Will Deacon
- [PATCH v7 10/22] sched: Reject CPU affinity changes based on task_cpu_possible_mask(), Will Deacon
- [PATCH v7 11/22] sched: Introduce task_struct::user_cpus_ptr to track requested affinity, Will Deacon
- [PATCH v7 12/22] sched: Split the guts of sched_setaffinity() into a helper function, Will Deacon
- [PATCH v7 13/22] sched: Allow task CPU affinity to be restricted on asymmetric systems, Will Deacon
- [PATCH v7 14/22] sched: Introduce task_cpus_dl_admissible() to check proposed affinity, Will Deacon
- [PATCH v7 15/22] freezer: Add frozen_or_skipped() helper function, Will Deacon
- [PATCH v7 16/22] sched: Defer wakeup in ttwu() for unschedulable frozen tasks, Will Deacon
- [PATCH v7 17/22] arm64: Implement task_cpu_possible_mask(), Will Deacon
- [PATCH v7 18/22] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0, Will Deacon
- [PATCH v7 19/22] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system, Will Deacon
- [PATCH v7 20/22] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0, Will Deacon
- [PATCH v7 21/22] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores, Will Deacon
- [PATCH v7 22/22] Documentation: arm64: describe asymmetric 32-bit support, Will Deacon
- [PATCH 0/1] mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests(),
Gerald Schaefer
- [PATCH V3 0/2] riscv: Fixup asid_allocator remaining issues,
guoren
- [PATCH] arch: Cleanup unused functions,
guoren
- [PATCH V2 0/2] riscv: Fixup asid_allocator remaining issues,
guoren
- [PATCH v2] LOCKDEP: reduce LOCKDEP dependency list,
Randy Dunlap
- [PATCH 1/3] riscv: Fixup _PAGE_GLOBAL in _PAGE_KERNEL,
guoren
- [PATCH] fix typo of documentation., hitzhangjie
- [asm-generic:master] BUILD SUCCESS 14462376858e35b83932f94616effc2f49fd8494, kernel test robot
- [PATCH] microblaze: Remove unused functions,
guoren
- [PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
- [PATCH v27 01/10] x86/cet/ibt: Add Kconfig option for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v27 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support, Yu-cheng Yu
- [PATCH v27 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v27 04/10] x86/cet/ibt: Disable IBT for ia32, Yu-cheng Yu
- [PATCH v27 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v27 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO, Yu-cheng Yu
- [PATCH v27 08/10] x86/vdso: Introduce ENDBR macro, Yu-cheng Yu
- [PATCH v27 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point, Yu-cheng Yu
- [PATCH v27 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave, Yu-cheng Yu
- [PATCH v27 00/31] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v27 02/31] x86/cet/shstk: Add Kconfig option for Shadow Stack, Yu-cheng Yu
- [PATCH v27 01/31] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v27 03/31] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v27 04/31] x86/cpufeatures: Introduce CPU setup and option parsing for CET, Yu-cheng Yu
- [PATCH v27 05/31] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v27 06/31] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v27 07/31] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v27 08/31] x86/mm: Move pmd_write(), pud_write() up in the file, Yu-cheng Yu
- [PATCH v27 09/31] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v27 10/31] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v27 11/31] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v27 12/31] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v27 19/31] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v27 20/31] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v27 13/31] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Yu-cheng Yu
- [PATCH v27 21/31] mm/mprotect: Exclude shadow stack from preserve_write, Yu-cheng Yu
- [PATCH v27 22/31] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v27 14/31] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Yu-cheng Yu
- [PATCH v27 15/31] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v27 23/31] x86/cet/shstk: Add user-mode shadow stack support, Yu-cheng Yu
- [PATCH v27 16/31] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v27 25/31] x86/cet/shstk: Introduce shadow stack token setup/verify routines, Yu-cheng Yu
- [PATCH v27 17/31] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v27 18/31] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v27 26/31] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v27 27/31] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v27 28/31] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v27 29/31] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h, Yu-cheng Yu
- [PATCH v27 30/31] mm: Update arch_validate_flags() to test vma anonymous, Yu-cheng Yu
- [PATCH v27 31/31] mm: Introduce PROT_SHADOW_STACK for shadow stack, Yu-cheng Yu
- [PATCH v1 0/2] arm64: Enable BTI for the executable as well as the interpreter,
Mark Brown
- [asm-generic:compat-alloc-user-space-9 6/41] net/ethtool/ioctl.c:815:9: error: implicit declaration of function 'in_ia32_syscall'; did you mean 'in_compat_syscall'?,
kernel test robot
- [PATCH RFC 0/3] riscv: Add DMA_COHERENT support,
guoren
- [asm-generic:asm-generic-compat-syscall] BUILD SUCCESS 3967cc93c536b9e7e8e3a62178d1c647c3f92904, kernel test robot
- [PATCH v9 0/6] Improve Minimum Alternate Stack Size,
Chang S. Bae
- [asm-generic:compat-alloc-user-space-9] BUILD SUCCESS c20b182ddc8032c63c381bf868f99222bab89537, kernel test robot
- [PATCH v6 00/21] Add support for 32-bit tasks on asymmetric AArch32 systems,
Will Deacon
- [PATCH v6 01/21] arm64: cpuinfo: Split AArch32 registers out into a separate struct, Will Deacon
- [PATCH v6 02/21] arm64: Allow mismatched 32-bit EL0 support, Will Deacon
- [PATCH v6 03/21] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support, Will Deacon
- [PATCH v6 04/21] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs, Will Deacon
- [PATCH v6 05/21] arm64: Advertise CPUs capable of running 32-bit applications in sysfs, Will Deacon
- [PATCH v6 06/21] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection, Will Deacon
- [PATCH v6 07/21] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1, Will Deacon
- [PATCH v6 08/21] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus(), Will Deacon
- [PATCH v6 09/21] sched: Reject CPU affinity changes based on task_cpu_possible_mask(), Will Deacon
- [PATCH v6 10/21] sched: Introduce task_struct::user_cpus_ptr to track requested affinity, Will Deacon
- [PATCH v6 11/21] sched: Split the guts of sched_setaffinity() into a helper function, Will Deacon
- [PATCH v6 12/21] sched: Allow task CPU affinity to be restricted on asymmetric systems, Will Deacon
- [PATCH v6 13/21] sched: Admit forcefully-affined tasks into SCHED_DEADLINE, Will Deacon
- [PATCH v6 14/21] freezer: Add frozen_or_skipped() helper function, Will Deacon
- [PATCH v6 16/21] arm64: Implement task_cpu_possible_mask(), Will Deacon
- [PATCH v6 15/21] sched: Defer wakeup in ttwu() for unschedulable frozen tasks, Will Deacon
- [PATCH v6 17/21] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0, Will Deacon
- [PATCH v6 18/21] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system, Will Deacon
- [PATCH v6 19/21] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0, Will Deacon
- [PATCH v6 20/21] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores, Will Deacon
- [PATCH v6 21/21] Documentation: arm64: describe asymmetric 32-bit support, Will Deacon
- Re: [PATCH v6 00/21] Add support for 32-bit tasks on asymmetric AArch32 systems, Qais Yousef
- [PATCH v20 0/7] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [asm-generic:asm-generic-unaligned] BUILD SUCCESS 803f4e1eab7a8938ba3a3c30dd4eb5e9eeef5e63, kernel test robot
- [PATCH v3 0/4] compat: remove compat_alloc_user_space callers,
Arnd Bergmann
- [asm-generic:unaligned-sh4a] BUILD SUCCESS be31970519e9a6e8d7993d0c70bfbb10014e1785, kernel test robot
- [PATCH 0/6] [v2] asm-generic: strncpy_from_user/strnlen_user cleanup,
Arnd Bergmann
- [PATCH 0/5] asm-generic: strncpy_from_user/strnlen_user cleanup,
Arnd Bergmann
- Re: [PATCH] arm64: Define only {pud/pmd}_{set/clear}_huge when usefull,
Andrew Morton
- [PATCH v15 0/6] Add NUMA-awareness to qspinlock,
Alex Kogan
- [PATCH v2 00/13] Unify asm/unaligned.h around struct helper,
Arnd Bergmann
- [PATCH v2 01/13] asm-generic: use asm-generic/unaligned.h for most architectures, Arnd Bergmann
- [PATCH v2 02/13] openrisc: always use unaligned-struct header, Arnd Bergmann
- [PATCH v2 03/13] sh: remove unaligned access for sh4a, Arnd Bergmann
- [PATCH v2 04/13] m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS, Arnd Bergmann
- [PATCH v2 05/13] powerpc: use linux/unaligned/le_struct.h on LE power7, Arnd Bergmann
- [PATCH v2 06/13] asm-generic: unaligned: remove byteshift helpers, Arnd Bergmann
- [PATCH v2 07/13] asm-generic: unaligned always use struct helpers, Arnd Bergmann
- [PATCH v2 08/13] partitions: msdos: fix one-byte get_unaligned(), Arnd Bergmann
- [PATCH v2 09/13] apparmor: use get_unaligned() only for multi-byte words, Arnd Bergmann
- [PATCH v2 10/13] mwifiex: re-fix for unaligned accesses, Arnd Bergmann
- [PATCH v2 11/13] netpoll: avoid put_unaligned() on single character, Arnd Bergmann
- [PATCH v2 12/13] asm-generic: uaccess: 1-byte access is always aligned, Arnd Bergmann
- [PATCH v2 13/13] asm-generic: simplify asm/unaligned.h, Arnd Bergmann
- Re: [PATCH v2 00/13] Unify asm/unaligned.h around struct helper, Linus Torvalds
- Re: [PATCH v2 00/13] Unify asm/unaligned.h around struct helper, Ard Biesheuvel
- [PATCH] asm-generic/tlb: Fix duplicate included asm-generic/tlb.h, Jiapeng Chong
- [PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [PATCH v19 1/8] mmap: make mlock_future_check() global, Mike Rapoport
- [PATCH v19 2/8] riscv/Kconfig: make direct map manipulation options depend on MMU, Mike Rapoport
- [PATCH v19 3/8] set_memory: allow set_direct_map_*_noflush() for multiple pages, Mike Rapoport
- [PATCH v19 4/8] set_memory: allow querying whether set_direct_map_*() is actually enabled, Mike Rapoport
- [PATCH v19 5/8] mm: introduce memfd_secret system call to create "secret" memory areas, Mike Rapoport
- [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users, Mike Rapoport
- [PATCH v19 7/8] arch, mm: wire up memfd_secret system call where relevant, Mike Rapoport
- [PATCH v19 8/8] secretmem: test: add basic selftest for memfd_secret(2), Mike Rapoport
- Re: [PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas, James Bottomley
- [PATCH] x86: Define only {pud/pmd}_{set/clear}_huge when usefull,
Christophe Leroy
- [asm-generic:unaligned-rework-v2] BUILD SUCCESS 3be8a90fd433063539ff7b563a29c34b449f1c34, kernel test robot
- [asm-generic:master] BUILD SUCCESS d74ebb76967f2395128f8cb7e87c31c27758e104, kernel test robot
- [PATCH] sched: Initialize the idle task with preemption disabled, Valentin Schneider
- [PATCH v2 0/5] Implement huge VMAP and VMALLOC on powerpc 8xx,
Christophe Leroy
- [PATCH memory-model] Fix smp_mb__after_spinlock() spelling, Paul E. McKenney
- [RFC PATCH v5 19/28] dyndbg: RFC handle __dyndbg* sections in module.lds.h, Jim Cromie
- [RFC PATCH v5 18/28] dyndbg: RFC - DEFINE_DYNAMIC_DEBUG_TABLE, Jim Cromie
- [RFC PATCH v5 03/28] dyndbg: split struct _ddebug's display fields to new _ddebug_site, Jim Cromie
- [PATCH resend v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE), David Hildenbrand
- [PATCH resend v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables,
David Hildenbrand
- [PATCH v3 1/1] kernel.h: Split out panic and oops helpers,
Andy Shevchenko
- [PATCH] all: remove GENERIC_FIND_FIRST_BIT,
Yury Norov
- [PATCH v6 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH v5 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH V2 RESEND] mm: Define default value for FIRST_USER_ADDRESS,
Anshuman Khandual
- [PATCH] csky: Fixup 610 bootup failed, guoren
- [asm-generic:unaligned-rework] BUILD SUCCESS e9fbd0aaca697320141b15df7df33656467cddfb, kernel test robot
- [RFC 0/12] Unify asm/unaligned.h around struct helper,
Arnd Bergmann
- [RFC 01/12] asm-generic: use asm-generic/unaligned.h for most architectures, Arnd Bergmann
- [RFC 02/12] openrisc: always use unaligned-struct header, Arnd Bergmann
- [RFC 03/12] sh: remove unaligned access for sh4a, Arnd Bergmann
- [RFC 04/12] m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS, Arnd Bergmann
- [RFC 05/12] powerpc: use linux/unaligned/le_struct.h on LE power7, Arnd Bergmann
- [RFC 06/12] asm-generic: unaligned: remove byteshift helpers, Arnd Bergmann
- [RFC 07/12] asm-generic: unaligned always use struct helpers, Arnd Bergmann
- [RFC 08/12] partitions: msdos: fix one-byte get_unaligned(), Arnd Bergmann
- [RFC 09/12] apparmor: use get_unaligned() only for multi-byte words, Arnd Bergmann
- [RFC 10/12] mwifiex: re-fix for unaligned accesses, Arnd Bergmann
- [RFC 11/12] netpoll: avoid put_unaligned() on single character, Arnd Bergmann
- [RFC 12/12] asm-generic: simplify asm/unaligned.h, Arnd Bergmann
- [RFC 0/12] Unify asm/unaligned.h around struct helper, Arnd Bergmann
- [PATCH] csky: syscache: Fixup duplicate cache flush,
guoren
- [GIT PULL] csky changes for v5.13-rc1,
guoren
- Heads up: gcc miscompiling initramfs zlib decompression code at -O3,
Vineet Gupta
- [PATCH v4 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago,
Marco Elver
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Eric W. Biederman
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Marco Elver
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Arnd Bergmann
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Eric W. Biederman
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Marco Elver
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Eric W. Biederman
- [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Eric W. Biederman
- [PATCH 1/3] siginfo: Move si_trapno inside the union inside _si_fault, Eric W. Biederman
- [PATCH 2/3] signal: Implement SIL_FAULT_TRAPNO, Eric W. Biederman
- [PATCH 3/3] signal: Use dedicated helpers to send signals with si_trapno set, Eric W. Biederman
- [PATCH 4/3] signal: Remove __ARCH_SI_TRAPNO, Eric W. Biederman
- Is perf_sigtrap synchronous?, Eric W. Biederman
- [PATCH 5/3] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency, Eric W. Biederman
- [PATCH 6/3] signal: Factor force_sig_perf out of perf_sigtrap, Eric W. Biederman
- [PATCH 7/3] signal: Deliver all of the perf_data in si_perf, Eric W. Biederman
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Eric W. Biederman
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Marco Elver
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Eric W. Biederman
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Marco Elver
- [PATCH 00/12] signal: sort out si_trapno and si_perf, Eric W. Biederman
- [PATCH 01/12] sparc64: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH 02/12] arm: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH 03/12] arm64: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH 04/12] siginfo: Move si_trapno inside the union inside _si_fault, Eric W. Beiderman
- [PATCH 05/12] signal: Implement SIL_FAULT_TRAPNO, Eric W. Beiderman
- [PATCH 06/12] signal: Use dedicated helpers to send signals with si_trapno set, Eric W. Beiderman
- [PATCH 08/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency, Eric W. Beiderman
- [PATCH 07/12] signal: Remove __ARCH_SI_TRAPNO, Eric W. Beiderman
- [PATCH 09/12] signal: Factor force_sig_perf out of perf_sigtrap, Eric W. Beiderman
- [PATCH 10/12] signal: Redefine signinfo so 64bit fields are possible, Eric W. Beiderman
- [PATCH 11/12] signal: Deliver all of the siginfo perf data in _perf, Eric W. Beiderman
- [PATCH 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo, Eric W. Beiderman
- [PATCH v3 00/12] signal: sort out si_trapno and si_perf, Eric W. Biederman
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]