Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-21x86: Increase exception stack sizesPeter Zijlstra
2021-05-05x86/cpu: Use alternative to generate the TASK_SIZE_MAX constantLinus Torvalds
2021-02-05x86/asm: Fixup TASK_SIZE_MAX commentAlexey Dobriyan
2020-10-29x86/build: Fix vmlinux size check on 64-bitArvind Sankar
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-09-09x86/sev-es: Allocate and map an IST stack for #VC handlerJoerg Roedel
2020-09-09x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig
2020-09-09x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner
2019-04-17x86/64: Remove stale CURRENT_MASKThomas Gleixner
2019-03-07Revert "x86_64: Increase stack size for KASAN_EXTRA"Qian Cai
2019-02-02x86_64: increase stack size for KASAN_EXTRAQian Cai
2018-11-06x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov
2018-10-06x86/KASLR: Update KERNEL_IMAGE_SIZE descriptionBaoquan He
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov
2018-02-16x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov
2018-02-14x86/mm: Make __VIRTUAL_MASK_SHIFT dynamicKirill A. Shutemov
2018-02-14x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=yKirill A. Shutemov
2018-02-14x86/mm/64: Make __PHYSICAL_MASK_SHIFT always 52Kirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-04x86/mm: Define virtual memory map for 5-level pagingKirill A. Shutemov
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier
2016-04-22x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He
2015-09-22x86/asm: Move PUD_PAGE macros to page_types.hToshi Kani
2015-02-14kasan: enable stack instrumentationAndrey Ryabinin
2014-11-24x86_64, traps: Stop using IST for #SSAndy Lutomirski
2014-05-30x86_64: expand kernel stack to 16KMinchan Kim
2013-10-13x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64Kees Cook
2013-08-08x86, relocs: Move ELF relocation handling to CKees Cook
2013-04-03x86: Drop KERNEL_IMAGE_STARTBorislav Petkov
2012-11-17x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.hAlexander Duyck
2012-05-08x86: Use common threadinfo allocatorThomas Gleixner
2009-06-21x86, 64-bit: Clean up user address maskingLinus Torvalds
2009-06-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-05-12x86-64: align __PHYSICAL_START, remove __KERNEL_ALIGNH. Peter Anvin
2009-05-06x86: 46 bit physical address support on 64 bitsRik van Riel
2009-04-14x86: page_types.h unification of declarationsJaswinder Singh Rajput
2009-02-13x86: move more pagetable-related definitions into pgtable*.hJeremy Fitzhardinge
2009-02-12x86: move pte types into pgtable*.hJeremy Fitzhardinge
2009-02-12x86: create _types.h counterparts for page*.hJeremy Fitzhardinge