summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/tboot.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove rb tree.Liam R. Howlett2022-06-271-1/+0
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-06-271-0/+1
* x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-181-1/+0
* x86/boot/tboot: Avoid Wstringop-overread-warningArnd Bergmann2021-03-231-18/+26
* mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-0/+1
* x86/tboot: Don't disable swiotlb when iommu is forced onLu Baolu2020-11-251-4/+1
* iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan2020-11-181-3/+0
* mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* x86/tboot: Mark tboot staticChristoph Hellwig2020-04-281-2/+6
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* x86: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-8/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-14/+1
* iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-121-1/+1
* x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen2018-01-111-1/+11
* x86/tboot: Unbreak tboot with PTI enabledDave Hansen2018-01-081-0/+1
* iommu/vt-d: Correctly disable Intel IOMMU force onShaohua Li2017-06-151-1/+1
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-091-0/+3
|\
| * x86, iommu/vt-d: Add an option to disable Intel IOMMU force onShaohua Li2017-04-261-0/+3
* | Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-8/+8
|\ \
| * | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-4/+4
| * | x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-4/+4
| * | x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-4/+4
| * | x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-4/+4
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
| |/
* | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-141-1/+5
|/
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-4/+4
* x86/tboot: Convert to hotplug state machineRichard Cochran2016-07-151-17/+8
* x86/tboot: Remove paravirt_enabled() useLuis R. Rodriguez2016-04-221-6/+0
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* x86 / tboot / ACPI: Fail extended mode reduced hardware sleepBen Guthro2013-07-311-0/+10
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-3/+3
* x86/tboot: Provide debugfs interfaces to access TXT logQiaowei Ren2013-06-281-0/+73
* Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-151-5/+73
* x86/kernel: remove tboot 1:1 page table creation codeXiaoyan Zhang2012-10-301-73/+5
* x86, realmode: fixes compilation issue in tboot.cJarkko Sakkinen2012-05-081-1/+1
* x86, realmode: don't copy real_mode_headerJarkko Sakkinen2012-05-081-1/+1
* x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-2/+3
* tboot: Add return values for tboot_sleepKonrad Rzeszutek Wilk2012-03-131-9/+4
* x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.Tang Liang2012-03-131-0/+8
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
* mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2011-05-251-1/+0
* thp: pte alloc trans splittingAndrea Arcangeli2011-01-131-1/+1
* Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-211-0/+1
|\
| * KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang2010-05-191-0/+1
* | x86, tboot: Add support for S3 memory integrity protectionShane Wang2010-03-191-9/+11
|/
* x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-11/+47