index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
|
|
x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPT
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Move various internal function prototypes to fpu/internal.h
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Remove the extra fpu__detect() layer
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Simplify fpu__cpu_init()
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.c
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Rename fpu_init() to fpu__cpu_init()
Ingo Molnar
2015-05-19
|
*
|
|
|
|
|
|
x86/fpu: Rename fpu_detect() to fpu__detect()
Ingo Molnar
2015-05-19
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-06-22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
x86/cpu/amd: Give access to the number of nodes in a physical package
Aravind Gopalakrishnan
2015-06-18
|
*
|
|
|
|
|
|
x86/cpu: Trim model ID whitespace
Borislav Petkov
2015-06-02
|
*
|
|
|
|
|
|
x86/cpu: Strip any /proc/cpuinfo model name field whitespace
Prarit Bhargava
2015-05-27
|
*
|
|
|
|
|
|
x86/cpu/amd: Set X86_FEATURE_EXTD_APICID for future processors
Aravind Gopalakrishnan
2015-05-06
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-22
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'linus' into sched/core, to resolve conflict
Ingo Molnar
2015-06-02
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
x86: Replace cpu_**_mask() with topology_**_cpumask()
Bartosz Golaszewski
2015-05-27
|
*
|
|
|
|
|
|
sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()
Bartosz Golaszewski
2015-05-27
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
perf/x86: Honor the architectural performance monitoring version
Palik, Imre
2015-06-19
|
*
|
|
|
|
|
|
perf/x86/intel: Fix PMI handling for Intel PT
Alexander Shishkin
2015-06-19
|
*
|
|
|
|
|
|
perf/x86/intel/bts: Fix DS area sharing with x86_pmu events
Alexander Shishkin
2015-06-19
|
*
|
|
|
|
|
|
perf/x86: Add more Broadwell model numbers
Andi Kleen
2015-06-19
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-06-22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
perf/x86/intel/pebs: Add PEBSv3 decoding
Peter Zijlstra
2015-06-07
|
*
|
|
|
|
|
|
perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLES
Kan Liang
2015-06-07
|
*
|
|
|
|
|
|
perf/intel/x86: Enlarge the PEBS buffer
Yan, Zheng
2015-06-07
|
*
|
|
|
|
|
|
perf/x86/intel: Drain the PEBS buffer during context switches
Yan, Zheng
2015-06-07
|
*
|
|
|
|
|
|
perf/x86/intel: Implement batched PEBS interrupt handling (large PEBS interru...
Yan, Zheng
2015-06-07
|
*
|
|
|
|
|
|
perf/x86/intel: Handle multiple records in the PEBS buffer
Yan, Zheng
2015-06-07
|
*
|
|
|
|
|
|
perf/x86/intel: Introduce setup_pebs_sample_data()
Yan, Zheng
2015-06-07
|
*
|
|
|
|
|
|
perf/x86/intel: Use the PEBS auto reload mechanism when possible
Yan, Zheng
2015-06-07
|
*
|
|
|
|
|
|
perf/x86/intel: add support for PERF_SAMPLE_BRANCH_IND_JUMP
Stephane Eranian
2015-06-07
|
*
|
|
|
|
|
|
perf/x86/intel/pt: Remove redundant variable declaration
Alexander Shishkin
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel/pt: Kill pt_is_running()
Alexander Shishkin
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel/pt: Document pt_buffer_reset_offsets()
Alexander Shishkin
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel/pt: Document pt_buffer_reset_markers()
Alexander Shishkin
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel/pt: Kill an unused variable
Alexander Shishkin
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel: Simplify put_exclusive_constraints()
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86: Simplify the x86_schedule_events() logic
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel: Remove intel_excl_states::init_state
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel: Remove pointless tests
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel: Clean up intel_commit_scheduling() placement
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel: Make WARN()ings consistent
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel: Simplify the dynamic constraint code somewhat
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel: Add lockdep assert
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel: Correct local vs remote sibling state
Peter Zijlstra
2015-05-27
|
*
|
|
|
|
|
|
perf/x86/intel/cqm: Use 'u32' data type for RMIDs
Matt Fleming
2015-05-27
[prev]
[next]