Linux Arch
[Prev Page][Next Page]
- [PATCH v3 1/4] elf: Allow architectures to parse properties on the main executable, (continued)
- [RFC PATCH v3 0/2] riscv: pgtable: Add "PBMT" extension supported,
guoren
- [PATCH] quota: finish disable quotactl_path syscall,
Marcin Juszkiewicz
- [PATCH V3] mm/thp: Define default pmd_pgtable(), Anshuman Khandual
- [PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible,
Yury Norov
- [PATCH 2/8] bitops: move find_bit_*_le functions from le.h to find.h, Yury Norov
- [PATCH 3/8] include: move find.h from asm_generic to linux, Yury Norov
- [PATCH 1/8] bitops: protect find_first_{,zero}_bit properly, Yury Norov
- [PATCH RESEND 4/8] arch: remove GENERIC_FIND_FIRST_BIT entirely, Yury Norov
- [PATCH 8/8] tools: sync tools/bitmap with mother linux, Yury Norov
- [PATCH 5/8] lib: add find_first_and_bit(), Yury Norov
- [PATCH 7/8] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate, Yury Norov
- [PATCH 6/8] cpumask: use find_first_and_bit(), Yury Norov
- [PATCH] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate, Yury Norov
- Re: [PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible, Yury Norov
- Re: [PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible, Yury Norov
[PATCH v2 0/7] Cleanup task_struct::state,
Peter Zijlstra
- [PATCH v2 4/7] sched: Add get_current_state(), Peter Zijlstra
- [PATCH v2 1/7] sched: Unbreak wakeups, Peter Zijlstra
- [PATCH v2 5/7] sched,timer: Use __set_current_state(), Peter Zijlstra
- [PATCH v2 7/7] sched: Change task_struct::state, Peter Zijlstra
- [PATCH v2 3/7] sched,perf,kvm: Fix preemption condition, Peter Zijlstra
- [PATCH v2 2/7] sched: Introduce task_is_running(), Peter Zijlstra
- [PATCH v2 6/7] sched,arch: Remove unused TASK_STATE offsets, Peter Zijlstra
Re: [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec,
Christoph Hellwig
Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads,
Eric W. Biederman
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Linus Torvalds
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Eric W. Biederman
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Linus Torvalds
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Eric W. Biederman
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Linus Torvalds
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Michael Schmitz
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Michael Schmitz
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Eric W. Biederman
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Michael Schmitz
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Eric W. Biederman
- [PATCH] alpha: Add extra switch_stack frames in exit, exec, and kernel threads, Eric W. Biederman
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Michael Schmitz
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Linus Torvalds
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Eric W. Biederman
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Al Viro
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Al Viro
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Linus Torvalds
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Al Viro
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Linus Torvalds
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Al Viro
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Eric W. Biederman
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Linus Torvalds
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Eric W. Biederman
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Linus Torvalds
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Eric W. Biederman
- [PATCH 0/9] Refactoring exit, Eric W. Biederman
- [PATCH 1/9] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL), Eric W. Biederman
- [PATCH 2/9] signal/seccomp: Refactor seccomp signal and coredump generation, Eric W. Biederman
- [PATCH 3/9] signal/seccomp: Dump core when there is only one live thread, Eric W. Biederman
- [PATCH 4/9] signal: Factor start_group_exit out of complete_signal, Eric W. Biederman
- [PATCH 5/9] signal/group_exit: Use start_group_exit in place of do_group_exit, Eric W. Biederman
- [PATCH 6/9] signal: Fold do_group_exit into get_signal fixing io_uring threads, Eric W. Biederman
- [PATCH 7/9] signal: Make individual tasks exiting a first class concept., Eric W. Biederman
- [PATCH 8/9] signal/task_exit: Use start_task_exit in place of do_exit, Eric W. Biederman
- [PATCH 9/9] signal: Move PTRACE_EVENT_EXIT into get_signal, Eric W. Biederman
- Re: [PATCH 0/9] Refactoring exit, Al Viro
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Al Viro
- Re: Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads, Geert Uytterhoeven
- [PATCH v1] m68k: save extra registers on sys_exit and sys_exit_group syscall entry, Michael Schmitz
[PATCH V2] mm/thp: Define default pmd_pgtable(),
Anshuman Khandual
[asm-generic:clkdev] BUILD SUCCESS 5617c9125bb66a923f3560d5739eb7f3a21c00b5, kernel test robot
[PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems,
Will Deacon
- [PATCH v9 01/20] arm64: cpuinfo: Split AArch32 registers out into a separate struct, Will Deacon
- [PATCH v9 02/20] arm64: Allow mismatched 32-bit EL0 support, Will Deacon
- [PATCH v9 03/20] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support, Will Deacon
- [PATCH v9 04/20] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs, Will Deacon
- [PATCH v9 05/20] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection, Will Deacon
- [PATCH v9 06/20] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1, Will Deacon
- [PATCH v9 07/20] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus(), Will Deacon
- [PATCH v9 08/20] cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq(), Will Deacon
- [PATCH v9 09/20] sched: Reject CPU affinity changes based on task_cpu_possible_mask(), Will Deacon
- [PATCH v9 10/20] sched: Introduce task_struct::user_cpus_ptr to track requested affinity, Will Deacon
- [PATCH v9 11/20] sched: Split the guts of sched_setaffinity() into a helper function, Will Deacon
- [PATCH v9 12/20] sched: Allow task CPU affinity to be restricted on asymmetric systems, Will Deacon
- [PATCH v9 13/20] sched: Introduce dl_task_check_affinity() to check proposed affinity, Will Deacon
- [PATCH v9 14/20] arm64: Implement task_cpu_possible_mask(), Will Deacon
- [PATCH v9 15/20] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0, Will Deacon
- [PATCH v9 16/20] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system, Will Deacon
- [PATCH v9 17/20] arm64: Advertise CPUs capable of running 32-bit applications in sysfs, Will Deacon
- [PATCH v9 18/20] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0, Will Deacon
- [PATCH v9 19/20] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores, Will Deacon
- [PATCH v9 20/20] Documentation: arm64: describe asymmetric 32-bit support, Will Deacon
- Re: [PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems, Will Deacon
[PATCH] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE, David Hildenbrand
[PATCH v3 0/9] Remove DISCONTIGMEM memory model,
Mike Rapoport
- [PATCH v3 1/9] alpha: remove DISCONTIGMEM and NUMA, Mike Rapoport
- [PATCH v3 2/9] arc: update comment about HIGHMEM implementation, Mike Rapoport
- [PATCH v3 3/9] arc: remove support for DISCONTIGMEM, Mike Rapoport
- [PATCH v3 4/9] m68k: remove support for DISCONTIGMEM, Mike Rapoport
- [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM, Mike Rapoport
- [PATCH v3 6/9] arch, mm: remove stale mentions of DISCONIGMEM, Mike Rapoport
- [PATCH v3 7/9] docs: remove description of DISCONTIGMEM, Mike Rapoport
- [PATCH v3 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA, Mike Rapoport
- [PATCH v3 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM, Mike Rapoport
[PATCH] mm/thp: Define default pmd_pgtable(),
Anshuman Khandual
[RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1,
guoren
- [RFC PATCH v2 01/11] riscv: asid: Use global mappings for kernel pages, guoren
- [PATCH V5 1/3] riscv: Use global mappings for kernel pages, guoren
- [PATCH V5 2/3] riscv: Add ASID-based tlbflushing methods, guoren
- [RFC PATCH v2 02/11] riscv: asid: Add ASID-based tlbflushing methods, guoren
- [RFC PATCH v2 03/11] riscv: asid: Optimize tlbflush coding convention, guoren
- [PATCH V5 3/3] riscv: tlbflush: Optimize coding convention, guoren
- [RFC PATCH v2 04/11] riscv: pgtable: Fixup _PAGE_CHG_MASK usage, guoren
- [RFC PATCH v2 05/11] riscv: pgtable: Add custom protection_map init, guoren
- [RFC PATCH v2 06/11] riscv: pgtable: Add DMA_COHERENT with custom PTE attributes, guoren
- [RFC PATCH v2 07/11] riscv: cmo: Add dma-noncoherency support, guoren
- [RFC PATCH v2 08/11] riscv: cmo: Add vendor custom icache sync, guoren
- [RFC PATCH v2 09/11] riscv: soc: Initial DTS for Allwinner D1 NeZha board, guoren
- [RFC PATCH v2 10/11] riscv: soc: Add Allwinner SoC kconfig option, guoren
- [RFC PATCH v2 11/11] riscv: soc: Allwinner D1 GMAC driver only for temp use, guoren
- Re: [RFC PATCH v2 11/11] riscv: soc: Allwinner D1 GMAC driver only for temp use, Arnd Bergmann
Re: [RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1, Jernej Škrabec
RE: [RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1, Anup Patel
LoongArch (was: Re: [PATCH V2 2/4] PCI: Move loongson pci quirks to quirks.c),
Jiaxun Yang
[PATCH v8 0/8] Fork brute force attack mitigation,
John Wood
[PATCH v4 0/4] shoot lazy tlbs,
Nicholas Piggin
[PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter,
Mark Brown
[PATCH v1 0/3] arm64: Enable BTI for the executable as well as the interpreter,
Mark Brown
[RFC] LKMM: Add volatile_if(),
Peter Zijlstra
- Re: [RFC] LKMM: Add volatile_if(), Will Deacon
- Re: [RFC] LKMM: Add volatile_if(), Will Deacon
- Re: [RFC] LKMM: Add volatile_if(), Peter Zijlstra
- Re: [RFC] LKMM: Add volatile_if(), Will Deacon
- Re: [RFC] LKMM: Add volatile_if(), Peter Zijlstra
- Re: [RFC] LKMM: Add volatile_if(), Will Deacon
- Re: [RFC] LKMM: Add volatile_if(), Peter Zijlstra
- Re: [RFC] LKMM: Add volatile_if(), Alan Stern
- Re: [RFC] LKMM: Add volatile_if(), Peter Zijlstra
- Re: [RFC] LKMM: Add volatile_if(), Alan Stern
- Re: [RFC] LKMM: Add volatile_if(), Peter Zijlstra
- Re: [RFC] LKMM: Add volatile_if(), Alan Stern
- Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
- Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
- Re: [RFC] LKMM: Add volatile_if(), Paul E. McKenney
- Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
- Re: [RFC] LKMM: Add volatile_if(), Paul E. McKenney
- Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
- Re: [RFC] LKMM: Add volatile_if(), Alan Stern
- Re: [RFC] LKMM: Add volatile_if(), Paul E. McKenney
- Re: [RFC] LKMM: Add volatile_if(), Alan Stern
- Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
- Re: [RFC] LKMM: Add volatile_if(), Paul E. McKenney
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Alan Stern
- Re: [RFC] LKMM: Add volatile_if(), Jakub Jelinek
- Re: [RFC] LKMM: Add volatile_if(), Paul E. McKenney
- Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Alexander Monakov
- Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
- Re: [RFC] LKMM: Add volatile_if(), Rasmus Villemoes
- Re: [RFC] LKMM: Add volatile_if(), Alexander Monakov
- Re: [RFC] LKMM: Add volatile_if(), Marco Elver
- Re: [RFC] LKMM: Add volatile_if(), Paul E. McKenney
- Re: [RFC] LKMM: Add volatile_if(), Marco Elver
- Re: [RFC] LKMM: Add volatile_if(), Marco Elver
- Re: [RFC] LKMM: Add volatile_if(), Peter Zijlstra
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Marco Elver
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Marco Elver
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Nick Desaulniers
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
- Re: [RFC] LKMM: Add volatile_if(), Peter Zijlstra
- Re: [RFC] LKMM: Add volatile_if(), Alan Stern
Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
Re: [RFC] LKMM: Add volatile_if(), Peter Zijlstra
Re: [RFC] LKMM: Add volatile_if(), Alan Stern
Re: [RFC] LKMM: Add volatile_if(), Segher Boessenkool
Re: [RFC] LKMM: Add volatile_if(), Linus Torvalds
RE: [RFC] LKMM: Add volatile_if(), David Laight
Re: [RFC] LKMM: Add volatile_if(), Mathieu Desnoyers
[asm-generic:clkdev] BUILD REGRESSION 84587cb0f9ed09b9b7f787276ef05beda4ae0ba8, kernel test robot
[PATCH v2 0/9] Remove DISCINTIGMEM memory model,
Mike Rapoport
- [PATCH v2 1/9] alpha: remove DISCONTIGMEM and NUMA, Mike Rapoport
- [PATCH v2 2/9] arc: update comment about HIGHMEM implementation, Mike Rapoport
- [PATCH v2 3/9] arc: remove support for DISCONTIGMEM, Mike Rapoport
- [PATCH v2 4/9] m68k: remove support for DISCONTIGMEM, Mike Rapoport
- [PATCH v2 5/9] mm: remove CONFIG_DISCONTIGMEM, Mike Rapoport
- [PATCH v2 6/9] arch, mm: remove stale mentions of DISCONIGMEM, Mike Rapoport
- [PATCH v2 7/9] docs: remove description of DISCONTIGMEM, Mike Rapoport
- [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA, Mike Rapoport
- [PATCH v2 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM, Mike Rapoport
- Re: [PATCH v2 0/9] Remove DISCINTIGMEM memory model, Geert Uytterhoeven
- Re: [PATCH v2 0/9] Remove DISCINTIGMEM memory model, Arnd Bergmann
[asm-generic:clkdev 4/7] arch/m68k/coldfire/m525x.c:29:30: error: 'pll' undeclared here (not in a function), kernel test robot
[PATCH v8 00/19] Add support for 32-bit tasks on asymmetric AArch32 systems,
Will Deacon
- [PATCH v8 01/19] arm64: cpuinfo: Split AArch32 registers out into a separate struct, Will Deacon
- [PATCH v8 02/19] arm64: Allow mismatched 32-bit EL0 support, Will Deacon
- [PATCH v8 03/19] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support, Will Deacon
- [PATCH v8 04/19] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs, Will Deacon
- [PATCH v8 05/19] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection, Will Deacon
- [PATCH v8 06/19] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1, Will Deacon
- [PATCH v8 07/19] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus(), Will Deacon
- [PATCH v8 08/19] sched: Reject CPU affinity changes based on task_cpu_possible_mask(), Will Deacon
- [PATCH v8 09/19] sched: Introduce task_struct::user_cpus_ptr to track requested affinity, Will Deacon
- [PATCH v8 10/19] sched: Split the guts of sched_setaffinity() into a helper function, Will Deacon
- [PATCH v8 11/19] sched: Allow task CPU affinity to be restricted on asymmetric systems, Will Deacon
- [PATCH v8 12/19] sched: Introduce task_cpus_dl_admissible() to check proposed affinity, Will Deacon
- [PATCH v8 13/19] arm64: Implement task_cpu_possible_mask(), Will Deacon
- [PATCH v8 14/19] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0, Will Deacon
- [PATCH v8 15/19] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system, Will Deacon
- [PATCH v8 16/19] arm64: Advertise CPUs capable of running 32-bit applications in sysfs, Will Deacon
- [PATCH v8 17/19] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0, Will Deacon
- [PATCH v8 18/19] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores, Will Deacon
- [PATCH v8 19/19] Documentation: arm64: describe asymmetric 32-bit support, Will Deacon
[PATCH 0/9] Remove DISCINTIGMEM memory model,
Mike Rapoport
- [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA, Mike Rapoport
- [PATCH 2/9] arc: update comment about HIGHMEM implementation, Mike Rapoport
- [PATCH 3/9] arc: remove support for DISCONTIGMEM, Mike Rapoport
- [PATCH 4/9] m68k: remove support for DISCONTIGMEM, Mike Rapoport
- [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM, Mike Rapoport
- [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM, Mike Rapoport
- [PATCH 7/9] docs: remove description of DISCONTIGMEM, Mike Rapoport
- [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA, Mike Rapoport
- [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM, Mike Rapoport
[asm-generic:clkdev 5/7] arch/m68k/coldfire/m53xx.c:278:29: error: 'xC0000000' undeclared; did you mean 'B3000000'?,
kernel test robot
[PATCH v3 0/4] shoot lazy tlbs,
Nicholas Piggin
[asm-generic:clkdev 4/7] arch/m68k/coldfire/m527x.c:89:2: error: implicit declaration of function 'wm527x_clk_lookupritew', kernel test robot
[asm-generic:clkdev 4/5] drivers/clk/clk.c:723:6: error: redefinition of 'clk_rate_exclusive_put', kernel test robot
[asm-generic:clkdev 1/5] arch/mips/ar7/clock.c:428:28: error: array type has incomplete element type 'struct clkdev_table', kernel test robot
[PATCH V5 0/3] riscv: Fixup asid_allocator remaining issues,
guoren
[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support,
Tianyu Lan
- [RFC PATCH V3 01/11] x86/HV: Initialize GHCB page in Isolation VM, Tianyu Lan
- [RFC PATCH V3 02/11] x86/HV: Initialize shared memory boundary in the Isolation VM., Tianyu Lan
- [RFC PATCH V3 04/11] HV: Add Write/Read MSR registers via ghcb, Tianyu Lan
- [RFC PATCH V3 03/11] x86/Hyper-V: Add new hvcall guest address host visibility support, Tianyu Lan
- [RFC PATCH V3 05/11] HV: Add ghcb hvcall support for SNP VM, Tianyu Lan
- [RFC PATCH V3 06/11] HV/Vmbus: Add SNP support for VMbus channel initiate message, Tianyu Lan
- [RFC PATCH V3 07/11] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM, Tianyu Lan
- [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function, Tianyu Lan
- [RFC PATCH V3 09/11] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM, Tianyu Lan
- [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver, Tianyu Lan
- [RFC PATCH V3 11/11] HV/Storvsc: Add Isolation VM support for storvsc driver, Tianyu Lan
[PATCH V2 0/2] arch: Cleanup unused functions,
guoren
[PATCH V4 0/2] riscv: Fixup asid_allocator remaining issues,
guoren
[PATCH v7 00/22] Add support for 32-bit tasks on asymmetric AArch32 systems,
Will Deacon
- [PATCH v7 01/22] sched: Favour predetermined active CPU as migration destination, Will Deacon
- [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
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]