| Commit message (Expand) | Author | Age | Files | Lines |
* | kmemcheck: rip it out for real | Michal Hocko | 2017-12-08 | 9 | -9/+0 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-12-06 | 1 | -1/+3 |
|\ |
|
| * | x86/xen: Support early interrupts in xen pv guests | Juergen Gross | 2017-11-28 | 1 | -1/+3 |
* | | x86: don't hash faulting address in oops printout | Linus Torvalds | 2017-12-05 | 1 | -1/+1 |
* | | locking/refcounts: Do not force refcount_t usage as GPL-only export | Kees Cook | 2017-12-05 | 1 | -1/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-26 | 2 | -3/+70 |
|\| |
|
| * | x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow | Andrey Ryabinin | 2017-11-22 | 1 | -7/+136 |
| * | x86/mm: Limit mmap() of /dev/mem to valid physical addresses | Craig Bergstrom | 2017-11-16 | 1 | -0/+16 |
| * | x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border | Kirill A. Shutemov | 2017-11-16 | 2 | -3/+54 |
* | | mm, sparse: do not swamp log with huge vmemmap allocation failures | Michal Hocko | 2017-11-15 | 1 | -1/+0 |
* | | x86/mm/kasan: don't use vmemmap_populate() to initialize shadow | Andrey Ryabinin | 2017-11-15 | 1 | -7/+136 |
* | | x86/mm: set fields in deferred pages | Pavel Tatashin | 2017-11-15 | 1 | -2/+8 |
* | | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 2017-11-15 | 14 | -1320/+2 |
* | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 2017-11-15 | 4 | -9/+8 |
* | | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-15 | 1 | -6/+0 |
|/ |
|
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-13 | 1 | -1/+1 |
|\ |
|
| * | x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a... | Juergen Gross | 2017-11-10 | 1 | -1/+1 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-11-13 | 7 | -238/+509 |
|\ \ |
|
| * | | Merge branch 'linus' into x86/asm, to resolve conflict | Ingo Molnar | 2017-11-10 | 1 | -1/+1 |
| |\| |
|
| * | | Merge branch 'x86/mm' into x86/asm, to merge branches | Ingo Molnar | 2017-11-10 | 1 | -1/+0 |
| |\ \ |
|
| | * | | x86/mm: Remove unnecessary TLB flush for SME in-place encryption | Tom Lendacky | 2017-11-07 | 1 | -1/+0 |
| * | | | Merge branch 'x86/mpx' into x86/asm, to pick up dependent commits | Ingo Molnar | 2017-11-08 | 1 | -118/+2 |
| |\ \ \ |
|
| | * | | | x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file | Ricardo Neri | 2017-11-01 | 1 | -154/+2 |
| | * | | | x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0 | Ricardo Neri | 2017-11-01 | 1 | -8/+20 |
| | * | | | x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b | Ricardo Neri | 2017-11-01 | 1 | -2/+19 |
| | * | | | x86/mpx: Use signed variables to compute effective addresses | Ricardo Neri | 2017-11-01 | 1 | -6/+14 |
| | * | | | x86/mpx: Simplify handling of errors when computing linear addresses | Ricardo Neri | 2017-11-01 | 1 | -7/+6 |
| * | | | | x86: Add support for changing memory encryption attribute in early boot | Brijesh Singh | 2017-11-07 | 1 | -0/+130 |
| * | | | | x86/io: Unroll string I/O when SEV is active | Tom Lendacky | 2017-11-07 | 1 | -0/+8 |
| * | | | | x86/boot: Add early boot support when running with SEV active | Tom Lendacky | 2017-11-07 | 1 | -11/+39 |
| * | | | | x86/mm: Add DMA support for SEV memory encryption | Tom Lendacky | 2017-11-07 | 1 | -0/+86 |
| * | | | | x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages | Tom Lendacky | 2017-11-07 | 1 | -12/+67 |
| * | | | | x86/mm: Include SEV for encryption memory attribute changes | Tom Lendacky | 2017-11-07 | 1 | -2/+2 |
| * | | | | x86/mm: Use encrypted access of boot related data with SEV | Tom Lendacky | 2017-11-07 | 1 | -14/+30 |
| * | | | | x86/mm: Add Secure Encrypted Virtualization (SEV) support | Tom Lendacky | 2017-11-07 | 1 | -0/+26 |
| * | | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 2017-11-07 | 32 | -4/+55 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'x86/mm' into x86/asm, to pick up pending changes | Ingo Molnar | 2017-11-06 | 2 | -26/+85 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | / /
| | | |/ /
| | |/| | |
|
| | * | | | x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_... | Baoquan He | 2017-10-30 | 1 | -5/+5 |
| | * | | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixes | Ingo Molnar | 2017-10-30 | 1 | -12/+0 |
| | |\ \ \ |
|
| | * | | | | x86/kasan: Use the same shadow offset for 4- and 5-level paging | Andrey Ryabinin | 2017-10-20 | 1 | -21/+80 |
| * | | | | | x86/mm: Relocate page fault error codes to traps.h | Ricardo Neri | 2017-11-01 | 1 | -54/+34 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-13 | 1 | -1/+6 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 33 | -16/+55 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixes | Ingo Molnar | 2017-10-24 | 3 | -46/+82 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixes | Ingo Molnar | 2017-10-10 | 3 | -24/+27 |
| |\ \ \ \ |
|
| * | | | | | locking/refcounts, x86/asm: Use unique .text section for refcount exceptions | Kees Cook | 2017-09-28 | 1 | -1/+6 |
* | | | | | | x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability | Jiri Kosina | 2017-11-08 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-05 | 1 | -3/+14 |
|\ \ \ \ \ |
|
| * | | | | | Revert "x86/mm: Stop calling leave_mm() in idle code" | Andy Lutomirski | 2017-11-04 | 1 | -3/+14 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 31 | -0/+31 |
|\ \ \ \ \ |
|