index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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
2015-04-26
x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue
Andy Lutomirski
1
-0
/
+3
2015-04-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-49
/
+106
2015-04-18
perf/x86/intel/pt: Fix and clean up error handling in pt_event_add()
Ingo Molnar
1
-18
/
+15
2015-04-17
perf/x86/intel: Add Broadwell support for the LBR callstack
Kan Liang
1
-1
/
+1
2015-04-17
perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain...
Jacob Pan
1
-21
/
+73
2015-04-17
perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp events
Peter Zijlstra
1
-0
/
+8
2015-04-17
perf/x86: Fix hw_perf_event::flags collision
Peter Zijlstra
1
-9
/
+9
2015-04-15
x86: mtrr: if: remove use of seq_printf return value
Joe Perches
1
-7
/
+5
2015-04-14
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-231
/
+4606
2015-04-13
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-103
/
+202
2015-04-13
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2015-04-13
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-269
/
+178
2015-04-13
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-517
/
+198
2015-04-13
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2015-04-12
perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init()
Ingo Molnar
1
-23
/
+30
2015-04-08
Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts
Ingo Molnar
1
-5
/
+5
2015-04-03
x86/asm/entry/64: Use a define for an invalid segment selector
Borislav Petkov
1
-1
/
+1
2015-04-03
x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR value
Borislav Petkov
1
-1
/
+1
2015-04-03
x86/mce/severity: Fix warning about indented braces
Aravind Gopalakrishnan
1
-5
/
+4
2015-04-03
x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1
Andy Lutomirski
1
-4
/
+5
2015-04-02
perf/x86/intel/pt: Fix the 32-bit build
Ingo Molnar
2
-3
/
+3
2015-04-02
perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRs
Andi Kleen
1
-2
/
+4
2015-04-02
perf/x86/intel: Streamline LBR MSR handling in PMI
Andi Kleen
3
-10
/
+27
2015-04-02
perf/x86: Only dump PEBS register when PEBS has been detected
Andi Kleen
1
-2
/
+4
2015-04-02
perf/x86: Dump DEBUGCTL in PMU dump
Andi Kleen
1
-1
/
+5
2015-04-02
perf/x86/intel: Reset more state in PMU reset
Andi Kleen
1
-0
/
+12
2015-04-02
perf/x86/intel: Make the HT bug workaround conditional on HT enabled
Stephane Eranian
2
-21
/
+79
2015-04-02
perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ...
Stephane Eranian
2
-2
/
+22
2015-04-02
perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraints
Stephane Eranian
1
-5
/
+10
2015-04-02
perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSW
Maria Dimakopoulou
2
-11
/
+37
2015-04-02
perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSW
Maria Dimakopoulou
1
-9
/
+44
2015-04-02
perf/x86/intel: Implement cross-HT corruption bug workaround
Maria Dimakopoulou
3
-13
/
+331
2015-04-02
perf/x86/intel: Add cross-HT counter exclusion infrastructure
Maria Dimakopoulou
2
-5
/
+98
2015-04-02
perf/x86: Add 'index' param to get_event_constraint() callback
Stephane Eranian
4
-10
/
+19
2015-04-02
perf/x86: Add 3 new scheduling callbacks
Maria Dimakopoulou
2
-0
/
+18
2015-04-02
perf/x86: Vectorize cpuc->kfree_on_online
Stephane Eranian
4
-6
/
+19
2015-04-02
perf/x86: Rename x86_pmu::er_flags to 'flags'
Stephane Eranian
2
-15
/
+18
2015-04-02
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
Ingo Molnar
1
-5
/
+5
2015-04-02
perf/x86/intel/bts: Add BTS PMU driver
Alexander Shishkin
5
-3
/
+540
2015-04-02
perf/x86/intel/pt: Add Intel PT PMU driver
Alexander Shishkin
5
-0
/
+1238
2015-04-02
perf/x86: Mark Intel PT and LBR/BTS as mutually exclusive
Alexander Shishkin
3
-0
/
+94
2015-04-02
x86: Add Intel Processor Trace (INTEL_PT) cpu feature detection
Alexander Shishkin
1
-0
/
+1
2015-04-02
perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraints
Andi Kleen
1
-3
/
+3
2015-04-02
perf/x86/intel: Filter branches for PEBS event
Kan Liang
1
-2
/
+2
2015-03-31
x86/asm/entry: Remove user_mode_ignore_vm86()
Ingo Molnar
1
-1
/
+1
2015-03-31
x86/mm: Improve AMD Bulldozer ASLR workaround
Hector Marco-Gisbert
1
-0
/
+4
2015-03-31
x86/microcode/amd: Drop the pci_ids.h dependency
Michael S. Tsirkin
1
-1
/
+0
2015-03-27
x86/asm/entry/64: Fix comment about SYSENTER MSRs
Denys Vlasenko
1
-2
/
+4
2015-03-27
perf: Add per event clockid support
Peter Zijlstra
1
-2
/
+12
2015-03-27
perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()
David Ahern
1
-2
/
+0
[next]