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