index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs/core-api/mm: fix user memory accessors formatting
Mike Rapoport
2019-04-05
1
-12
/
+12
*
KVM: x86: update %rip after emulating IO
Sean Christopherson
2019-04-03
1
-0
/
+1
*
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-04-03
1
-0
/
+1
*
x86/unwind: Handle NULL pointer calls better in frame unwinder
Jann Horn
2019-03-27
1
-0
/
+6
*
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
2019-03-23
1
-1
/
+1
*
x86: Add TSX Force Abort CPUID/MSR
Peter Zijlstra (Intel)
2019-03-13
2
-0
/
+7
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-03-02
2
-3
/
+5
|
\
|
*
x86/hyper-v: Fix definition of HV_MAX_FLUSH_REP_COUNT
Lan Tianyu
2019-02-28
1
-1
/
+1
|
*
x86/uaccess: Don't leak the AC flag into __put_user() value evaluation
Andy Lutomirski
2019-02-25
1
-2
/
+4
*
|
KVM: MMU: record maximum physical address width in kvm_mmu_extended_role
Yu Zhang
2019-02-22
1
-0
/
+1
*
|
x86/kvm/mmu: fix switch between root and guest MMUs
Vitaly Kuznetsov
2019-02-22
1
-0
/
+1
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-02-17
2
-1
/
+9
|
\
\
|
|
/
|
*
x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls
Hedi Berriche
2019-02-15
1
-1
/
+7
|
*
x86/CPU: Add Icelake model number
Rajneesh Bhardwaj
2019-02-14
1
-0
/
+2
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-02-10
1
-1
/
+1
|
\
\
|
|
/
|
*
x86/mm: Make set_pmd_at() paravirt aware
Juergen Gross
2019-02-10
1
-1
/
+1
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-02-03
2
-3
/
+4
|
\
\
|
|
/
|
*
x86/resctrl: Avoid confusion over the new X86_RESCTRL config
Johannes Weiner
2019-02-02
1
-2
/
+2
|
*
x86/cpu: Add Atom Tremont (Jacobsville)
Kan Liang
2019-01-29
1
-1
/
+2
*
|
x86_64: increase stack size for KASAN_EXTRA
Qian Cai
2019-02-01
1
-0
/
+4
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-01-27
1
-0
/
+18
|
\
\
|
|
/
|
*
x86/pkeys: Properly copy pkey state at fork()
Dave Hansen
2019-01-15
1
-0
/
+18
*
|
x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()
Will Deacon
2019-01-20
1
-1
/
+1
|
/
*
x86/cache: Rename config option to CONFIG_X86_RESCTRL
Borislav Petkov
2019-01-09
1
-2
/
+2
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
3
-17
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-05
2
-3
/
+3
|
\
|
*
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
1
-2
/
+2
|
*
fls: change parameter to unsigned int
Matthew Wilcox
2019-01-04
1
-1
/
+1
*
|
x86: re-introduce non-generic memcpy_{to,from}io
Linus Torvalds
2019-01-04
2
-18
/
+8
*
|
Use __put_user_goto in __put_user_size() and unsafe_put_user()
Linus Torvalds
2019-01-04
1
-31
/
+22
*
|
x86 uaccess: Introduce __put_user_goto
Linus Torvalds
2019-01-04
1
-11
/
+17
*
|
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
2019-01-04
1
-1
/
+8
*
|
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
3
-7
/
+4
|
/
*
mm: make free_reserved_area() return "const char *"
Alexey Dobriyan
2018-12-28
1
-1
/
+1
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-26
2
-1
/
+34
|
\
|
*
Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix
Ingo Molnar
2018-12-17
11
-26
/
+69
|
|
\
|
*
|
x86/mm: Validate kernel_physical_mapping_init() PTE population
Dan Williams
2018-12-05
1
-0
/
+27
|
*
|
x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured out
Andy Lutomirski
2018-11-20
1
-1
/
+7
*
|
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-12-26
4
-22
/
+10
|
\
\
\
|
*
|
|
x86/fpu: Don't export __kernel_fpu_{begin,end}()
Sebastian Andrzej Siewior
2018-12-04
2
-14
/
+7
|
*
|
|
x86/fpu: Add might_fault() to user_insn()
Sebastian Andrzej Siewior
2018-12-03
1
-0
/
+3
|
*
|
|
x86/thread_info: Remove _TIF_ALLWORK_MASK
Sebastian Andrzej Siewior
2018-12-03
1
-8
/
+0
*
|
|
|
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-26
16
-28
/
+70
|
\
\
\
\
|
*
|
|
|
x86/kernel: Fix more -Wmissing-prototypes warnings
Borislav Petkov
2018-12-08
4
-0
/
+10
|
*
|
|
|
x86: Fix various typos in comments
Ingo Molnar
2018-12-03
3
-3
/
+3
|
*
|
|
|
Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the tree
Ingo Molnar
2018-12-03
15
-44
/
+113
|
|
\
\
\
\
|
|
|
/
/
/
|
*
|
|
|
x86/headers: Fix -Wmissing-prototypes warning
Yi Wang
2018-11-23
10
-0
/
+32
|
*
|
|
|
x86/traps: Complete prototype declarations
Borislav Petkov
2018-11-14
1
-22
/
+22
|
*
|
|
|
x86/mce: Fix -Wmissing-prototypes warnings
Borislav Petkov
2018-11-14
1
-3
/
+3
*
|
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-12-26
1
-8
/
+2
|
\
\
\
\
\
[next]