index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-27
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
11
-110
/
+268
2020-11-25
x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb
Anand K Mistry
1
-2
/
+2
2020-11-25
x86/tboot: Don't disable swiotlb when iommu is forced on
Lu Baolu
1
-4
/
+1
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
1
-4
/
+3
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-5
/
+7
2020-11-24
x86/crashdump/32: Simplify copy_oldmem_page()
Thomas Gleixner
1
-38
/
+10
2020-11-24
x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leak
Xiaochen Shen
1
-7
/
+25
2020-11-24
x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leak
Xiaochen Shen
1
-33
/
+2
2020-11-24
x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc comment
Borislav Petkov
1
-1
/
+1
2020-11-23
signal: clear non-uapi flag bits when passing/returning sa_flags
Peter Collingbourne
1
-7
/
+0
2020-11-22
Merge tag 'x86_urgent_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-57
/
+29
2020-11-21
x86/mce, cper: Pass x86 CPER through the MCA handling chain
Smita Koralahalli
2
-0
/
+66
2020-11-20
Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-3
/
+0
2020-11-20
x86/head64: Remove duplicate include
Wang Qing
1
-1
/
+0
2020-11-19
Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEAD
Paul E. McKenney
2
-2
/
+1
2020-11-19
x86/smpboot: Move rcu_cpu_starting() earlier
Paul E. McKenney
2
-2
/
+1
2020-11-19
x86/resctrl: Constify kernfs_ops
Rikard Falkeborn
2
-3
/
+3
2020-11-19
x86/topology: Set cpu_die_id only if DIE_TYPE found
Yazen Ghannam
1
-2
/
+8
2020-11-19
x86/CPU/AMD: Remove amd_get_nb_id()
Yazen Ghannam
5
-13
/
+7
2020-11-19
x86/CPU/AMD: Save AMD NodeId as cpu_die_id
Yazen Ghannam
3
-15
/
+13
2020-11-19
x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages()
Jarkko Sakkinen
1
-1
/
+1
2020-11-19
Merge tag 'x86-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-next/iommu/fixes
Will Deacon
1
-3
/
+3
2020-11-19
x86/msr: Downgrade unrecognized MSR message
Borislav Petkov
1
-2
/
+2
2020-11-18
x86/sgx: Clarify 'laundry_list' locking
Dave Hansen
2
-9
/
+20
2020-11-18
x86/head/64: Remove unused GET_CR2_INTO() macro
Arvind Sankar
2
-10
/
+0
2020-11-18
x86/sgx: Add ptrace() support for the SGX driver
Jarkko Sakkinen
1
-0
/
+111
2020-11-18
x86/sgx: Add a page reclaimer
Jarkko Sakkinen
6
-26
/
+1133
2020-11-18
x86/traps: Attempt to fixup exceptions in vDSO before signaling
Sean Christopherson
1
-0
/
+10
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION
Jarkko Sakkinen
3
-1
/
+62
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_INIT
Jarkko Sakkinen
4
-1
/
+230
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
Jarkko Sakkinen
2
-0
/
+285
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
Jarkko Sakkinen
6
-0
/
+154
2020-11-18
x86/sgx: Add an SGX misc driver interface
Jarkko Sakkinen
6
-1
/
+345
2020-11-18
iommu/vt-d: Avoid panic if iommu init fails in tboot system
Zhenzhong Duan
1
-3
/
+0
2020-11-18
x86/dumpstack: Do not try to access user space code of other tasks
Thomas Gleixner
1
-4
/
+19
2020-11-17
x86/dumpstack: Make show_trace_log_lvl() static
Hui Su
1
-1
/
+1
2020-11-17
x86/sgx: Add SGX page allocator functions
Jarkko Sakkinen
2
-0
/
+68
2020-11-17
x86/cpu/intel: Add a nosgx kernel parameter
Jarkko Sakkinen
1
-0
/
+9
2020-11-17
x86/cpu/intel: Detect SGX support
Sean Christopherson
1
-1
/
+28
2020-11-17
x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
Sean Christopherson
4
-0
/
+253
2020-11-17
x86/sgx: Add wrappers for ENCLS functions
Jarkko Sakkinen
1
-0
/
+231
2020-11-17
x86/sgx: Add SGX architectural data structures
Jarkko Sakkinen
1
-0
/
+338
2020-11-17
x86/microcode/intel: Check patch signature before saving microcode for early loading
Chen Yu
1
-53
/
+10
2020-11-16
Merge branch 'x86/entry' into core/entry
Thomas Gleixner
2
-16
/
+14
2020-11-16
x86/kvm: remove unused macro HV_CLOCK_SIZE
Alex Shi
1
-1
/
+0
2020-11-16
x86/msr: Do not allow writes to MSR_IA32_ENERGY_PERF_BIAS
Borislav Petkov
1
-3
/
+0
2020-11-16
x86/mce: Use "safe" MSR functions when enabling additional error logging
Tony Luck
1
-2
/
+3
2020-11-15
Merge tag 'x86-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2020-11-15
Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+11
2020-11-13
livepatch: Use the default ftrace_ops instead of REGS when ARGS is available
Steven Rostedt (VMware)
1
-0
/
+4
[prev]
[next]