Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | x86: kmsan: sync metadata pages on page fault | Alexander Potapenko | 2022-10-03 | 1 | -1/+22 | |
| * | | | | | | x86: kmsan: use __msan_ string functions where possible. | Alexander Potapenko | 2022-10-03 | 1 | -2/+21 | |
| * | | | | | | x86: kmsan: handle open-coded assembly in lib/iomem.c | Alexander Potapenko | 2022-10-03 | 1 | -0/+5 | |
| * | | | | | | x86: kmsan: skip shadow checks in __switch_to() | Alexander Potapenko | 2022-10-03 | 1 | -0/+1 | |
| * | | | | | | x86: kmsan: disable instrumentation of unsupported code | Alexander Potapenko | 2022-10-03 | 7 | -0/+11 | |
| * | | | | | | mm: kmsan: maintain KMSAN metadata for page operations | Alexander Potapenko | 2022-10-03 | 2 | -0/+10 | |
| * | | | | | | x86: kmsan: pgtable: reduce vmalloc space | Alexander Potapenko | 2022-10-03 | 2 | -2/+47 | |
| * | | | | | | x86: asm: instrument usercopy in get_user() and put_user() | Alexander Potapenko | 2022-10-03 | 1 | -7/+15 | |
| * | | | | | | x86: add missing include to sparsemem.h | Dmitry Vyukov | 2022-10-03 | 1 | -0/+2 | |
| * | | | | | | x86: remove vma linked list walks | Matthew Wilcox (Oracle) | 2022-09-26 | 1 | -4/+5 | |
| * | | | | | | mm: remove rb tree. | Liam R. Howlett | 2022-09-26 | 1 | -1/+0 | |
| * | | | | | | mm: start tracking VMAs with maple tree | Liam R. Howlett | 2022-09-26 | 1 | -0/+1 | |
| * | | | | | | mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG | Yu Zhao | 2022-09-26 | 3 | -2/+7 | |
| * | | | | | | mm: x86, arm64: add arch_has_hw_pte_young() | Yu Zhao | 2022-09-26 | 1 | -3/+3 | |
| * | | | | | | mm/swap: cache maximum swapfile size when init swap | Peter Xu | 2022-09-26 | 1 | -1/+1 | |
| * | | | | | | mm/x86: use SWP_TYPE_BITS in 3-level swap macros | Peter Xu | 2022-09-26 | 1 | -4/+4 | |
* | | | | | | | Merge tag 'x86_mm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-10-10 | 4 | -15/+64 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/mm: Ease W^X enforcement back to just a warning | Dave Hansen | 2022-10-04 | 1 | -5/+9 | |
| * | | | | | | | x86/mm: Disable W^X detection and enforcement on 32-bit | Dave Hansen | 2022-10-03 | 1 | -0/+8 | |
| * | | | | | | | x86/mm: Add prot_sethuge() helper to abstract out _PAGE_PSE handling | Linus Torvalds | 2022-09-29 | 1 | -9/+10 | |
| * | | | | | | | x86/mm/32: Fix W^X detection when page tables do not support NX | Dave Hansen | 2022-09-21 | 1 | -1/+2 | |
| * | | | | | | | x86/defconfig: Enable CONFIG_DEBUG_WX=y | Ingo Molnar | 2022-09-02 | 2 | -0/+2 | |
| * | | | | | | | x86/defconfig: Refresh the defconfigs | Ingo Molnar | 2022-09-02 | 2 | -4/+5 | |
| * | | | | | | | Merge branch 'linus' into x86/mm, to refresh the branch | Ingo Molnar | 2022-09-02 | 157 | -2437/+5903 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | x86/mm: Refuse W^X violations | Peter Zijlstra | 2022-09-01 | 1 | -0/+32 | |
| * | | | | | | | x86/mm: Rename set_memory_present() to set_memory_p() | Borislav Petkov | 2022-08-06 | 1 | -2/+2 | |
* | | | | | | | | Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2022-10-10 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/hyperv: Replace kmap() with kmap_local_page() | Zhao Liu | 2022-10-03 | 1 | -2/+2 | |
| * | | | | | | | | hyperv: simplify and rename generate_guest_id | Li kunyu | 2022-09-28 | 1 | -1/+1 | |
* | | | | | | | | | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2022-10-10 | 6 | -0/+2029 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of ari... | Taehee Yoo | 2022-09-24 | 5 | -0/+1553 | |
| * | | | | | | | | | crypto: Kconfig - simplify cipher entries | Robert Elliott | 2022-08-26 | 1 | -166/+108 | |
| * | | | | | | | | | crypto: Kconfig - simplify hash entries | Robert Elliott | 2022-08-26 | 1 | -41/+60 | |
| * | | | | | | | | | crypto: Kconfig - simplify aead entries | Robert Elliott | 2022-08-26 | 1 | -2/+6 | |
| * | | | | | | | | | crypto: Kconfig - simplify CRC entries | Robert Elliott | 2022-08-26 | 1 | -20/+16 | |
| * | | | | | | | | | crypto: Kconfig - simplify public-key entries | Robert Elliott | 2022-08-26 | 1 | -1/+6 | |
| * | | | | | | | | | crypto: Kconfig - move x86 entries to a submenu | Robert Elliott | 2022-08-26 | 1 | -0/+500 | |
| * | | | | | | | | | crypto: x86/sha512 - load based on CPU features | Robert Elliott | 2022-08-19 | 1 | -0/+10 | |
* | | | | | | | | | | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux | Linus Torvalds | 2022-10-10 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | smp: add set_nr_cpu_ids() | Yury Norov | 2022-09-19 | 2 | -3/+3 | |
* | | | | | | | | | | | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 2022-10-10 | 3 | -5/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86: kprobes: Remove unused macro stack_addr | Chen Zhongjin | 2022-09-27 | 1 | -2/+0 | |
| * | | | | | | | | | | | x86/kprobes: Remove unused arch_kprobe_override_function() declaration | Gaosheng Cui | 2022-09-26 | 1 | -2/+0 | |
| * | | | | | | | | | | | x86/ftrace: Remove unused modifying_ftrace_code declaration | Gaosheng Cui | 2022-09-26 | 1 | -1/+0 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2022-10-10 | 4 | -10/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kbuild: remove head-y syntax | Masahiro Yamada | 2022-10-02 | 1 | -5/+0 | |
| * | | | | | | | | | | | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 2022-10-02 | 1 | -5/+5 | |
| * | | | | | | | | | | | kbuild: build init/built-in.a just once | Masahiro Yamada | 2022-09-29 | 2 | -0/+2 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-10-10 | 1 | -6/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge tag 'v6.0-rc6' into locking/core, to refresh the branch | Ingo Molnar | 2022-09-21 | 159 | -2501/+6003 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | |