summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.15-rc5v4.15-rc5Linus Torvalds2017-12-231-1/+1
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-234-41/+236
|\
| * libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma2017-12-212-35/+211
| * libnvdimm, btt: add a couple of missing kernel-doc linesVishal Verma2017-12-211-0/+2
| * libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams2017-12-191-3/+12
| * libnvdimm, pfn: fix start_pad handling for aligned namespacesDan Williams2017-12-191-2/+3
| * acpi, nfit: fix health event notificationDan Williams2017-12-041-1/+8
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-2344-458/+626
|\ \
| * | x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner2017-12-231-1/+2
| * | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-224-12/+12
| * | x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-2214-88/+143
| * | x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-226-135/+159
| * | x86/mm: Create asm/invpcid.hPeter Zijlstra2017-12-222-48/+54
| * | x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen2017-12-221-11/+18
| * | x86/mm: Remove hard-coded ASID limit checksDave Hansen2017-12-221-2/+18
| * | x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-223-32/+31
| * | x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra2017-12-221-2/+21
| * | x86/mm: Remove superfluous barriersPeter Zijlstra2017-12-221-7/+1
| * | x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra2017-12-221-1/+1
| * | x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra2017-12-222-26/+6
| * | x86/uv: Use the right TLB-flush APIPeter Zijlstra2017-12-221-1/+1
| * | x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-2211-38/+44
| * | x86/doc: Remove obvious weirdnesses from the x86 MM layout documentationPeter Zijlstra2017-12-221-9/+3
| * | x86/mm/64: Improve the memory map documentationAndy Lutomirski2017-12-221-4/+6
| * | x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-223-26/+22
| * | x86/ldt: Rework lockingPeter Zijlstra2017-12-223-13/+26
| * | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-226-11/+14
| * | x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski2017-12-221-0/+4
| * | x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski2017-12-221-1/+33
| * | x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner2017-12-221-37/+53
| * | x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner2017-12-221-1/+1
| * | x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amountThomas Gleixner2017-12-221-1/+2
* | | Merge tag 'powerpc-4.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-224-7/+27
|\ \ \
| * | | KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()Laurent Vivier2017-12-221-1/+2
| * | | KVM: PPC: Book3S: fix XIVE migration of pending interruptsCédric Le Goater2017-12-221-2/+2
| * | | powerpc/kernel: Print actual address of regs when oopsingMichael Ellerman2017-12-191-1/+1
| * | | powerpc/perf: Fix kfree memory allocated for nest pmusAnju T Sudhakar2017-12-131-1/+3
| * | | powerpc/perf/imc: Fix nest-imc cpuhotplug callback failureAnju T Sudhakar2017-12-131-0/+13
| * | | powerpc/perf: Dereference BHRB entries safelyRavi Bangoria2017-12-131-2/+6
* | | | Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-226-13/+159
|\ \ \ \
| * | | | xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-204-13/+144
| * | | | x86-64/Xen: eliminate W+X mappingsJan Beulich2017-12-192-0/+15
* | | | | Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-2219-97/+258
|\ \ \ \ \
| * | | | | xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong2017-12-211-24/+52
| * | | | | xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-215-4/+48
| * | | | | xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong2017-12-211-33/+19
| * | | | | xfs: set cowblocks tag for direct cow writes tooDarrick J. Wong2017-12-211-0/+2
| * | | | | xfs: remove leftover CoW reservations when remounting roDarrick J. Wong2017-12-213-1/+11
| * | | | | xfs: don't be so eager to clear the cowblocks tag on truncateDarrick J. Wong2017-12-211-9/+19
| * | | | | xfs: track cowblocks separately in i_flagsDarrick J. Wong2017-12-202-9/+25