summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm/gup: Move permission checks into helpersKirill A. Shutemov2017-03-182-5/+35
| * | | | | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-187-37/+0
| * | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-185-7/+1
| * | | | | Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar2017-03-17235-1632/+3256
| |\ \ \ \ \
| * | | | | | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-165-55/+96
| * | | | | | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-1617-29/+114
| * | | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-166-2/+13
| * | | | | | x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-144-15/+21
| * | | | | | x86/power: Add 5-level paging supportKirill A. Shutemov2017-03-141-14/+33
| * | | | | | x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov2017-03-141-3/+24
| * | | | | | x86/mm/ident_map: Add 5-level paging supportKirill A. Shutemov2017-03-141-7/+44
| * | | | | | x86/mm/gup: Add 5-level paging supportKirill A. Shutemov2017-03-141-6/+27
| * | | | | | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-149-23/+85
| * | | | | | x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov2017-03-145-6/+53
| * | | | | | x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov2017-03-131-2/+2
| * | | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-136-17/+69
| * | | | | | x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-133-30/+48
| * | | | | | x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov2017-03-131-12/+14
* | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-029-36/+110
|\ \ \ \ \ \ \
| * | | | | | | x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov2017-03-117-2/+42
| * | | | | | | x86/hyperv: Move TSC reading method to asm/mshyperv.hVitaly Kuznetsov2017-03-112-32/+50
| * | | | | | | x86/hyperv: Implement hv_get_tsc_page()Vitaly Kuznetsov2017-03-113-2/+18
* | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-024-89/+299
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/platform/intel-mid: Enable Bluetooth support on Intel EdisonAndy Shevchenko2017-03-312-1/+110
| * | | | | | | | x86/platform/uv/BAU: Implement uv4_wait_completion with read_statusAndrew Banman2017-03-131-1/+57
| * | | | | | | | x86/platform/uv/BAU: Add wait_completion to bau_operationsAndrew Banman2017-03-132-13/+20
| * | | | | | | | x86/platform/uv/BAU: Add status mmr location fields to bau_controlAndrew Banman2017-03-132-26/+30
| * | | | | | | | x86/platform/uv/BAU: Cleanup bau_operations declaration and instancesAndrew Banman2017-03-132-33/+32
| * | | | | | | | x86/platform/uv/BAU: Add payload descriptor qualifierAndrew Banman2017-03-132-20/+48
| * | | | | | | | x86/platform/uv/BAU: Add uv_bau_version enumerated constantsAndrew Banman2017-03-132-8/+15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-021-2/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/irq: Optimize free vector check in the CPU offline pathChen Yu2017-04-201-2/+7
* | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-0211-6/+1438
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | usb/doc: Add document for USB3 debug port usageLu Baolu2017-03-211-0/+100
| * | | | | | | | | usb/serial: Add DBC debug device support to usb_debugLu Baolu2017-03-211-3/+25
| * | | | | | | | | x86/earlyprintk: Add support for earlyprintk via USB3 debug portLu Baolu2017-03-213-0/+10
| * | | | | | | | | usb/early: Add driver for xhci debug capabilityLu Baolu2017-03-216-3/+1281
| * | | | | | | | | x86/timers: Add simple udelay calibrationLu Baolu2017-03-211-0/+22
* | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-023-26/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/irq: Remove a redundant #ifdef directiveDou Liyang2017-04-141-2/+0
| * | | | | | | | | | x86/smp: Remove the redundant #ifdef CONFIG_SMP directiveDou Liyang2017-04-141-5/+1
| * | | | | | | | | | x86/smp: Reduce code duplicationDou Liyang2017-04-141-16/+13
| * | | | | | | | | | x86/pci-calgary: Use setup_timer() instead of open coding it.Geliang Tang2017-03-311-3/+2
* | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/kbuild: Use cc-option to enable -falign-{jumps/loops}Matthias Kaehlcke2017-04-171-2/+2
* | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-0238-401/+591
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/unwind: Dump all stacks in unwind_dump()Josh Poimboeuf2017-04-261-13/+21
| * | | | | | | | | | | | x86/unwind: Silence more entry-code related warningsJosh Poimboeuf2017-04-261-3/+17
| * | | | | | | | | | | | x86/ftrace: Fix ebp in ftrace_regs_caller that screws up unwinderSteven Rostedt (VMware)2017-04-211-4/+4
| * | | | | | | | | | | | x86/unwind: Remove unused 'sp' parameter in unwind_dump()Josh Poimboeuf2017-04-191-4/+4