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.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
2010-02-25
kprobes/x86: Support kprobes jump optimization on x86
Masami Hiramatsu
3
-22
/
+441
2010-02-25
x86: Add text_poke_smp for SMP cross modifying code
Masami Hiramatsu
2
-1
/
+63
2010-02-25
kprobes/x86: Cleanup save/restore registers
Masami Hiramatsu
1
-61
/
+67
2010-02-25
kprobes/x86: Boost probes when reentering
Masami Hiramatsu
1
-22
/
+26
2010-02-25
kprobes: Introduce kprobes jump optimization
Masami Hiramatsu
1
-0
/
+13
2010-02-25
kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE
Masami Hiramatsu
2
-2
/
+2
2010-02-07
x86/alternatives: Fix build warning
Masami Hiramatsu
1
-2
/
+4
2010-02-04
perf_events, x86: Fix bug in hw_perf_enable()
Stephane Eranian
1
-6
/
+28
2010-02-04
bitops: Ensure the compile time HWEIGHT is only used for such
Peter Zijlstra
1
-3
/
+7
2010-02-04
perf_events, x86: Implement intel core solo/duo support
Peter Zijlstra
1
-72
/
+61
2010-02-04
kprobes: Check probe address is reserved
Masami Hiramatsu
1
-0
/
+3
2010-02-04
ftrace/alternatives: Introducing *_text_reserved functions
Masami Hiramatsu
2
-0
/
+21
2010-02-04
kprobes: Disable booster when CONFIG_PREEMPT=y
Masami Hiramatsu
2
-2
/
+2
2010-01-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
178
-1985
/
+5141
2010-01-29
perf_events, x86: Remove spurious counter reset from x86_pmu_enable()
Peter Zijlstra
1
-3
/
+0
2010-01-29
perf_events, x86: Implement Intel Westmere support
Peter Zijlstra
1
-7
/
+117
2010-01-29
perf_events, x86: Clean up hw_perf_*_all() implementation
Peter Zijlstra
1
-45
/
+14
2010-01-29
perf_events, x86: Fix event constraint masks
Peter Zijlstra
2
-5
/
+10
2010-01-29
perf_event: x86: Deduplicate the disable code
Peter Zijlstra
1
-16
/
+13
2010-01-29
perf, x86: Clean up event constraints code a bit
Ingo Molnar
1
-29
/
+8
2010-01-29
perf_event: x86: Optimize x86_pmu_disable()
Peter Zijlstra
1
-0
/
+1
2010-01-29
perf_event: x86: Optimize the fast path a little more
Peter Zijlstra
1
-3
/
+3
2010-01-29
perf_event: x86: Optimize constraint weight computation
Peter Zijlstra
1
-4
/
+5
2010-01-29
perf_event: x86: Optimize the constraint searching bits
Peter Zijlstra
1
-41
/
+34
2010-01-29
perf_event: x86: Reduce some overly long lines with some MACROs
Peter Zijlstra
1
-31
/
+37
2010-01-29
perf_event: x86: Clean up some of the u64/long bitmask casting
Peter Zijlstra
1
-24
/
+23
2010-01-29
perf_event: x86: Fixup constraints typing issue
Peter Zijlstra
1
-3
/
+3
2010-01-29
perf_event: x86: Allocate the fake_cpuc
Peter Zijlstra
1
-10
/
+19
2010-01-29
perf_events: Add fast-path to the rescheduling code
Stephane Eranian
1
-30
/
+61
2010-01-29
perf_events, x86: Improve x86 event scheduling
Stephane Eranian
2
-217
/
+574
2010-01-29
x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint...
K.Prasad
1
-3
/
+7
2010-01-29
x86/debug: Clear reserved bits of DR6 in do_debug()
K.Prasad
2
-0
/
+6
2010-01-28
perf: Fix inconsistency between IP and callchain sampling
Anton Blanchard
3
-9
/
+0
2010-01-26
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-15
/
+18
2010-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
18
-424
/
+749
2010-01-26
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
23
-131
/
+229
2010-01-25
KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
Wei Yongjun
1
-2
/
+3
2010-01-25
KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
Wei Yongjun
1
-0
/
+1
2010-01-25
KVM: S390: fix potential array overrun in intercept handling
Christian Borntraeger
1
-2
/
+2
2010-01-25
KVM: MMU: bail out pagewalk on kvm_read_guest error
Marcelo Tosatti
1
-1
/
+3
2010-01-25
KVM: x86: Fix host_mapping_level()
Sheng Yang
1
-4
/
+2
2010-01-25
KVM: powerpc: Show timing option only on embedded
Alexander Graf
1
-1
/
+1
2010-01-25
KVM: Fix race between APIC TMR and IRR
Avi Kivity
1
-5
/
+6
2010-01-22
OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timer
Tero Kristo
1
-0
/
+13
2010-01-22
Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linux
Linus Torvalds
1
-1
/
+1
2010-01-22
hmt: adjust for new pwm_backlight->notify prototype
Peter Korsgaard
1
-1
/
+1
2010-01-21
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-3
/
+12
2010-01-21
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-16
/
+6
2010-01-21
Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-5
/
+7
2010-01-21
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
12
-57
/
+110
[next]