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
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
x86/microcode/AMD: Drop redundant printk prefix
Borislav Petkov
1
-2
/
+1
2016-02-09
x86/microcode: Issue update message only once
Borislav Petkov
2
-10
/
+7
2016-02-09
x86/microcode: Remove an unneeded NULL check
Dan Carpenter
1
-1
/
+1
2016-02-09
x86/microcode: Remove redundant __setup() param parsing
Borislav Petkov
1
-11
/
+4
2016-02-09
x86/microcode/intel: Make early loader look for builtin microcode too
Borislav Petkov
1
-8
/
+16
2016-02-09
x86/microcode: Untangle from BLK_DEV_INITRD
Borislav Petkov
1
-10
/
+4
2016-02-09
perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
Borislav Petkov
2
-602
/
+0
2016-02-09
perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
Borislav Petkov
3
-542
/
+0
2016-02-09
perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
Borislav Petkov
2
-960
/
+1
2016-02-09
perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
Borislav Petkov
2
-732
/
+1
2016-02-09
perf/x86: Move perf_event.c ............... => x86/events/core.c
Borislav Petkov
2
-2431
/
+0
2016-02-03
x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)
Chen Yucong
27
-159
/
+146
2016-02-01
x86/mce/AMD: Set MCAX Enable bit
Aravind Gopalakrishnan
1
-0
/
+14
2016-02-01
x86/mce/AMD: Carve out threshold block preparation
Borislav Petkov
1
-38
/
+49
2016-02-01
x86/mce/AMD: Fix LVT offset configuration for thresholding
Aravind Gopalakrishnan
1
-1
/
+26
2016-02-01
x86/mce/AMD: Reduce number of blocks scanned per bank
Aravind Gopalakrishnan
1
-1
/
+1
2016-02-01
x86/mce/AMD: Do not perform shared bank check for future processors
Aravind Gopalakrishnan
1
-0
/
+7
2016-02-01
x86/mce: Fix order of AMD MCE init function call
Aravind Gopalakrishnan
1
-1
/
+1
2016-01-30
x86/alternatives: Discard dynamic check after init
Brian Gerst
1
-6
/
+0
2016-01-30
x86/cpufeature: Replace the old static_cpu_has() with safe variant
Borislav Petkov
1
-10
/
+2
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
9
-10
/
+11
2016-01-29
perf/x86: De-obfuscate code
Peter Zijlstra
1
-3
/
+1
2016-01-29
perf/x86: Fix uninitialized value usage
Peter Zijlstra
1
-1
/
+2
2016-01-21
perf/x86: add Intel SkyLake uncore IMC PMU support
Stephane Eranian
3
-0
/
+24
2016-01-14
x86/cpu/amd: Remove an unneeded condition in srat_detect_node()
Dan Carpenter
1
-2
/
+1
2016-01-11
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+9
2016-01-11
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-40
/
+30
2016-01-11
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
11
-62
/
+48
2016-01-11
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-40
/
+42
2016-01-11
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
12
-61
/
+885
2016-01-06
perf/x86/amd: Remove l1-dcache-stores event for AMD
Vince Weaver
1
-1
/
+1
2016-01-06
perf/x86/intel/uncore: Add Knights Landing uncore PMU support
Harish Chegondi
4
-1
/
+499
2016-01-06
perf/x86/intel/uncore: Remove hard coding of PMON box control MSR offset
Harish Chegondi
1
-1
/
+2
2016-01-06
perf/x86/intel: Add perf core PMU support for Intel Knights Landing
Harish Chegondi
3
-0
/
+78
2016-01-06
perf/x86/intel/uncore: Add Broadwell-EP uncore support
Kan Liang
2
-5
/
+149
2016-01-06
perf/x86/rapl: Use unified perf_event_sysfs_show instead of special interface
Huang Rui
1
-18
/
+5
2016-01-06
perf/x86: Enable cycles:pp for Intel Atom
Stephane Eranian
2
-0
/
+3
2016-01-06
perf/x86: fix PEBS issues on Intel Atom/Core2
Stephane Eranian
1
-1
/
+8
2016-01-06
perf/x86: Fix LBR related crashes on Intel Atom
Stephane Eranian
1
-4
/
+7
2016-01-06
perf/x86: Fix filter_events() bug with event mappings
Stephane Eranian
1
-1
/
+10
2016-01-06
perf/x86: Use INST_RETIRED.PREC_DIST for cycles: ppp
Andi Kleen
4
-5
/
+57
2016-01-06
perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for Skylake
Andi Kleen
2
-4
/
+3
2016-01-06
perf/x86: Allow zero PEBS status with only single active event
Andi Kleen
1
-0
/
+12
2016-01-06
perf/x86: Remove warning for zero PEBS status
Andi Kleen
1
-4
/
+1
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
8
-16
/
+20
2015-12-19
x86/cpufeature: Cleanup get_cpu_cap()
Borislav Petkov
3
-28
/
+25
2015-12-19
x86/cpufeature: Move some of the scattered feature bits to x86_capability
Borislav Petkov
2
-20
/
+5
2015-12-19
x86/mce: Ensure offline CPUs don't participate in rendezvous process
Ashok Raj
1
-0
/
+11
2015-12-14
Merge tag 'v4.4-rc5' into perf/core, to pick up fixes
Ingo Molnar
1
-0
/
+1
2015-12-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-6
/
+9
[prev]
[next]