aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fixmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09x86/platform/intel-mid: Remove unused leftovers (vRTC)Andy Shevchenko1-3/+0
2020-11-24x86: Support kmap_local() forced debuggingThomas Gleixner1-3/+9
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner1-3/+2
2020-08-15x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRTJuergen Gross1-1/+1
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-1/+1
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-1/+0
2019-10-11x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen1-1/+1
2019-08-19x86/fixmap: Cleanup outdated commentsCao jin1-3/+2
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit1-2/+0
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang1-0/+10
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+1
2018-01-30x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAPWilliam Grant1-2/+4
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-31/+1
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner1-40/+1
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen1-4/+4
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-4/+9
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski1-0/+5
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski1-0/+12
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski1-0/+2
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski1-0/+7
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_areaAndy Lutomirski1-2/+35
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse1-0/+6
2017-07-18x86/mm: Extend early_memremap() support with additional attrsTom Lendacky1-0/+13
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-0/+7
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-0/+4
2016-01-20x86/mm: Make kmap_prot into a #defineAndy Lutomirski1-1/+1
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski1-5/+0
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-11-03x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski1-0/+2
2014-11-03x86: mm: Re-use the early_ioremap fixed areaMinfei Huang1-2/+0
2014-09-14x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8Dave Young1-3/+3
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski1-7/+4
2014-04-07x86: use generic early_ioremapMark Salter1-0/+6
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2014-03-13x86, vdso: Remove compat vdso supportAndy Lutomirski1-8/+0
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin1-6/+0
2014-01-23x86: use generic fixmap.hMark Salter1-58/+1
2013-05-31ix86: Don't waste fixmap entriesJan Beulich1-1/+1
2013-04-30Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2013-04-12x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMERPaul Bolle1-3/+0
2013-04-11x86: Use a read-only IDT alias on all CPUsKees Cook1-3/+1
2012-11-27x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti1-0/+5
2011-12-18x86/intel config: Revamp configuration to allow for Moorestown and MedfieldAlan Cox1-1/+1
2011-06-05x86-64: Give vvars their own pageAndy Lutomirski1-0/+1
2011-01-11x86: Fix Moorestown VRTC fixmap placementArjan van de Ven1-2/+2
2011-01-06Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2010-11-25arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inlineAndrew Morton1-2/+2
2010-11-11x86: mrst: Add vrtc driver which serves as a wall clock deviceFeng Tang1-0/+4
2010-10-08x86: Add two helper macros for fixed address mappingFeng Tang1-0/+15