index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
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
24
-114
/
+185
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
6
-0
/
+1256
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
2
-0
/
+2
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-30
Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
17
-85
/
+127
2015-03-30
Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/pub/scm/linux/kerne...
Olof Johansson
5
-12
/
+21
2015-03-29
Merge tag 'fixes-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Olof Johansson
6
-7
/
+53
2015-03-29
Merge tag 'socfpga_fix_for_v4.0_2' of git://git.rocketboards.org/linux-socfpg...
Olof Johansson
1
-1
/
+1
2015-03-29
arm64: juno: Fix misleading name of UART reference clock
Dave Martin
1
-1
/
+1
2015-03-29
Merge tag 'fixes-for-v4.0-rc5' of https://github.com/rjarzmik/linux into fixes
Olof Johansson
3
-64
/
+50
2015-03-28
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+14
2015-03-28
Merge branch 'parisc-4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-10
/
+16
2015-03-28
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-4
/
+5
2015-03-28
Merge tag 'arc-4.0-fixes-part-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+18
2015-03-27
perf: Add per event clockid support
Peter Zijlstra
1
-2
/
+12
2015-03-27
Merge branch 'perf/core' into perf/timer, before applying new changes
Ingo Molnar
15
-158
/
+2029
2015-03-27
Merge branch 'timers/core' into perf/timer, to apply dependent patch
Ingo Molnar
7
-52
/
+48
2015-03-27
perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()
David Ahern
1
-2
/
+0
2015-03-27
Merge branch 'perf/x86' into perf/core, because it's ready
Ingo Molnar
7
-4
/
+1432
2015-03-27
Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...
Ingo Molnar
207
-953
/
+1817
2015-03-27
time: Rename timekeeper::tkr to timekeeper::tkr_mono
Peter Zijlstra
5
-45
/
+45
2015-03-27
perf/x86/intel: Add INST_RETIRED.ALL workarounds
Andi Kleen
3
-0
/
+37
2015-03-27
perf/x86/intel: Add Broadwell core support
Andi Kleen
1
-0
/
+47
2015-03-27
perf/x86/intel: Add new cache events table for Haswell
Andi Kleen
1
-2
/
+192
2015-03-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
4
-19
/
+62
2015-03-26
ARC: signal handling robustify
Vineet Gupta
1
-4
/
+16
2015-03-26
ARC: SA_SIGINFO ucontext regs off-by-one
Vineet Gupta
1
-2
/
+2
2015-03-26
Merge tag 'metag-fixes-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-94
/
+106
2015-03-26
Merge tag 'signed-for-4.0' of git://github.com/agraf/linux-2.6
Marcelo Tosatti
2
-4
/
+5
2015-03-25
s390/smp: reenable smt after resume
Heiko Carstens
1
-0
/
+11
[next]