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