index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-12
Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
10
-42
/
+266
2020-10-12
Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-206
/
+206
2020-10-12
Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+4
2020-10-12
Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+5
2020-10-12
Merge tag 'x86-entry-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-129
/
+94
2020-10-12
Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
22
-307
/
+300
2020-10-12
Merge tag 'x86_core_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2020-10-12
Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-155
/
+146
2020-10-12
Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-4
/
+2
2020-10-12
Merge tag 'x86_fpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-41
/
+55
2020-10-12
Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-8
/
+9
2020-10-12
Merge tag 'x86_misc_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-6
/
+17
2020-10-12
Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-18
/
+172
2020-10-12
Merge tag 'x86_platform_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-6546
/
+4450
2020-10-12
Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-49
/
+76
2020-10-12
Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
26
-423
/
+731
2020-10-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-6
/
+6
2020-10-12
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
4
-86
/
+39
2020-10-12
um: Remove dead usage of TIF_IA32
Gabriel Krisman Bertazi
1
-12
/
+1
2020-10-12
um: Some fixes to build UML with musl
Ignat Korchagin
1
-1
/
+1
2020-10-11
Merge tag 'x86-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+4
2020-10-09
kbuild: explicitly specify the build id style
Bill Wendling
1
-1
/
+1
2020-10-09
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
57
-186
/
+431
2020-10-09
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+4
2020-10-08
seccomp: Move config option SECCOMP to arch/Kconfig
YiFei Zhu
1
-16
/
+0
2020-10-08
x86/mce: Allow for copy_mc_fragile symbol checksum to be generated
Borislav Petkov
1
-0
/
+1
2020-10-07
x86/asm: Add an enqcmds() wrapper for the ENQCMDS instruction
Dave Jiang
1
-0
/
+42
2020-10-07
x86/asm: Carve out a generic movdir64b() helper for general usage
Dave Jiang
2
-14
/
+25
2020-10-07
x86/mce: Decode a kernel instruction to determine if it is copying from user
Tony Luck
4
-5
/
+63
2020-10-07
x86/mce: Recover from poison found while copying from user space
Tony Luck
1
-7
/
+20
2020-10-07
x86/mce: Avoid tail copy when machine check terminated a copy from user
Tony Luck
1
-0
/
+15
2020-10-07
x86/mce: Add _ASM_EXTABLE_CPY for copy user access
Youquan Song
4
-49
/
+82
2020-10-07
x86/mce: Provide method to find out the type of an exception handler
Tony Luck
3
-6
/
+20
2020-10-07
x86/mce: Pass pointer to saved pt_regs to severity calculation routines
Youquan Song
3
-14
/
+17
2020-10-07
x86/platform/uv: Update Copyrights to conform to HPE standards
Mike Travis
7
-0
/
+7
2020-10-07
x86/platform/uv: Update for UV5 NMI MMR changes
Mike Travis
2
-23
/
+54
2020-10-07
x86/platform/uv: Update UV5 TSC checking
Mike Travis
2
-15
/
+11
2020-10-07
x86/platform/uv: Update node present counting
Mike Travis
1
-7
/
+19
2020-10-07
x86/platform/uv: Update UV5 MMR references in UV GRU
Mike Travis
1
-6
/
+24
2020-10-07
x86/platform/uv: Adjust GAM MMR references affected by UV5 updates
Mike Travis
1
-5
/
+25
2020-10-07
x86/platform/uv: Update MMIOH references based on new UV5 MMRs
Mike Travis
1
-68
/
+144
2020-10-07
x86/platform/uv: Add and decode Arch Type in UVsystab
Mike Travis
3
-30
/
+148
2020-10-07
x86/platform/uv: Add UV5 direct references
Mike Travis
2
-43
/
+103
2020-10-07
x86/platform/uv: Update UV MMRs for UV5
Mike Travis
4
-3379
/
+3950
2020-10-07
x86/platform/uv: Remove SCIR MMR references for UV systems
Mike Travis
2
-122
/
+3
2020-10-07
x86/platform/uv: Remove UV BAU TLB Shootdown Handler
Mike Travis
7
-2887
/
+2
2020-10-06
perf/x86: Fix n_metric for cancelled txn
Peter Zijlstra
2
-0
/
+4
2020-10-06
perf/x86: Fix n_pair for cancelled txn
Peter Zijlstra
2
-1
/
+6
2020-10-06
x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
Dan Williams
2
-9
/
+59
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
15
-278
/
+310
[prev]
[next]