| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/boot/tboot: Avoid Wstringop-overread-warning | Arnd Bergmann | 2021-03-23 | 1 | -18/+26 |
* | mm/gup: prevent gup_fast from racing with COW during fork | Jason Gunthorpe | 2020-12-15 | 1 | -0/+1 |
* | x86/tboot: Don't disable swiotlb when iommu is forced on | Lu Baolu | 2020-11-25 | 1 | -4/+1 |
* | iommu/vt-d: Avoid panic if iommu init fails in tboot system | Zhenzhong Duan | 2020-11-18 | 1 | -3/+0 |
* | mmap locking API: add MMAP_LOCK_INITIALIZER | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | x86/tboot: Mark tboot static | Christoph Hellwig | 2020-04-28 | 1 | -2/+6 |
* | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -1/+1 |
* | x86: Use pr_warn instead of pr_warning | Kefeng Wang | 2019-10-18 | 1 | -8/+7 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 2019-06-05 | 1 | -14/+1 |
* | iommu/vtd: Cleanup dma_remapping.h header | Lu Baolu | 2018-11-12 | 1 | -1/+1 |
* | x86/pti: Make unpoison of pgd for trusted boot work for real | Dave Hansen | 2018-01-11 | 1 | -1/+11 |
* | x86/tboot: Unbreak tboot with PTI enabled | Dave Hansen | 2018-01-08 | 1 | -0/+1 |
* | iommu/vt-d: Correctly disable Intel IOMMU force on | Shaohua Li | 2017-06-15 | 1 | -1/+1 |
* | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-09 | 1 | -0/+3 |
|\ |
|
| * | x86, iommu/vt-d: Add an option to disable Intel IOMMU force on | Shaohua Li | 2017-04-26 | 1 | -0/+3 |
* | | Merge branch 'x86/boot' into x86/mm, to avoid conflict | Ingo Molnar | 2017-04-11 | 1 | -8/+8 |
|\ \ |
|
| * | | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" | Ingo Molnar | 2017-01-28 | 1 | -4/+4 |
| * | | x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any... | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
| * | | x86/boot/e820: Harmonize the 'struct e820_table' fields | Ingo Molnar | 2017-01-28 | 1 | -4/+4 |
| * | | x86/boot/e820: Rename everything to e820_table | Ingo Molnar | 2017-01-28 | 1 | -4/+4 |
| * | | x86/boot/e820: Rename 'e820_map' variables to 'e820_array' | Ingo Molnar | 2017-01-28 | 1 | -4/+4 |
| * | | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
| |/ |
|
* / | x86/mm: Convert trivial cases of page table walk to 5-level paging | Kirill A. Shutemov | 2017-03-14 | 1 | -1/+5 |
|/ |
|
* | cpu/hotplug: Cleanup state names | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | x86/e820: Prepare e280 code for switch to dynamic storage | Denys Vlasenko | 2016-09-21 | 1 | -4/+4 |
* | x86/tboot: Convert to hotplug state machine | Richard Cochran | 2016-07-15 | 1 | -17/+8 |
* | x86/tboot: Remove paravirt_enabled() use | Luis R. Rodriguez | 2016-04-22 | 1 | -6/+0 |
* | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 2016-03-17 | 1 | -1/+1 |
* | x86 / tboot / ACPI: Fail extended mode reduced hardware sleep | Ben Guthro | 2013-07-31 | 1 | -0/+10 |
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 | 1 | -3/+3 |
* | x86/tboot: Provide debugfs interfaces to access TXT log | Qiaowei Ren | 2013-06-28 | 1 | -0/+73 |
* | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" | Linus Torvalds | 2012-12-15 | 1 | -5/+73 |
* | x86/kernel: remove tboot 1:1 page table creation code | Xiaoyan Zhang | 2012-10-30 | 1 | -73/+5 |
* | x86, realmode: fixes compilation issue in tboot.c | Jarkko Sakkinen | 2012-05-08 | 1 | -1/+1 |
* | x86, realmode: don't copy real_mode_header | Jarkko Sakkinen | 2012-05-08 | 1 | -1/+1 |
* | x86, realmode: Move ACPI wakeup to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -2/+3 |
* | tboot: Add return values for tboot_sleep | Konrad Rzeszutek Wilk | 2012-03-13 | 1 | -9/+4 |
* | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep. | Tang Liang | 2012-03-13 | 1 | -0/+8 |
* | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | net: remove mm.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-21 | 1 | -0/+1 |
* | mm: convert mm->cpu_vm_cpumask into cpumask_var_t | KOSAKI Motohiro | 2011-05-25 | 1 | -1/+0 |
* | thp: pte alloc trans splitting | Andrea Arcangeli | 2011-01-13 | 1 | -1/+1 |
* | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-05-21 | 1 | -0/+1 |
|\ |
|
| * | KVM: VMX: enable VMXON check with SMX enabled (Intel TXT) | Shane Wang | 2010-05-19 | 1 | -0/+1 |
* | | x86, tboot: Add support for S3 memory integrity protection | Shane Wang | 2010-03-19 | 1 | -9/+11 |
|/ |
|
* | x86, intel_txt: clean up the impact on generic code, unbreak non-x86 | Shane Wang | 2009-09-01 | 1 | -11/+47 |
* | x86, intel_txt: Handle ACPI_SLEEP without X86_TRAMPOLINE | H. Peter Anvin | 2009-08-17 | 1 | -0/+4 |
* | x86, intel_txt: Factor out the code for S3 setup | H. Peter Anvin | 2009-08-14 | 1 | -13/+40 |
* | x86, intel_txt: tboot.c needs <asm/fixmap.h> | H. Peter Anvin | 2009-08-12 | 1 | -0/+1 |