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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-18
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
26
-79
/
+135
2012-05-14
perf/x86/ibs: Fix undefined reference to `get_ibs_caps'
Robert Richter
1
-0
/
+4
2012-05-09
perf/x86-ibs: Fix usage of IBS op current count
Robert Richter
1
-12
/
+21
2012-05-09
perf/x86-ibs: Catch spurious interrupts after stopping IBS
Robert Richter
1
-5
/
+7
2012-05-09
perf/x86-ibs: Implement workaround for IBS erratum #420
Robert Richter
1
-23
/
+39
2012-05-09
perf/x86-ibs: Extend hw period that triggers overflow
Robert Richter
1
-2
/
+13
2012-05-09
perf/x86-ibs: Trigger overflow if remaining period is too small
Robert Richter
1
-4
/
+1
2012-05-09
perf/x86-ibs: Rename some variables
Robert Richter
1
-5
/
+5
2012-05-09
perf/x86-ibs: Precise event sampling with IBS for AMD CPUs
Robert Richter
2
-4
/
+76
2012-05-09
perf/x86-ibs: Take instruction pointer from ibs sample
Robert Richter
2
-19
/
+35
2012-05-09
perf/x86-ibs: Fix frequency profiling
Robert Richter
1
-2
/
+16
2012-05-09
perf/x86-ibs: Enable ibs op micro-ops counting mode
Robert Richter
1
-0
/
+2
2012-05-09
perf: Pass last sampling period to perf_sample_data_init()
Robert Richter
5
-15
/
+8
2012-05-09
perf/x86-ibs: Fix update of period
Robert Richter
1
-13
/
+14
2012-05-09
Merge branch 'perf/x86-ibs' into perf/core
Ingo Molnar
3
-7
/
+438
2012-05-07
Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
5
-175
/
+358
2012-05-04
ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.h
Steven Rostedt
1
-1
/
+1
2012-04-27
Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-3
/
+18
2012-04-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-6
/
+12
2012-04-27
ftrace/x86: Remove the complex ftrace NMI handling code
Steven Rostedt
3
-174
/
+6
2012-04-27
ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine
Steven Rostedt
3
-1
/
+352
2012-04-27
xen: correctly check for pending events when restoring irq flags
David Vrabel
1
-1
/
+1
2012-04-26
xen/smp: Fix crash when booting with ACPI hotplug CPUs.
Konrad Rzeszutek Wilk
1
-0
/
+15
2012-04-26
xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded.
Konrad Rzeszutek Wilk
1
-2
/
+2
2012-04-26
perf/x86: Fix cmpxchg() usage in amd_put_event_constraints()
Robert Richter
1
-3
/
+1
2012-04-26
perf: Trivial cleanup of duplicate code
Robert Richter
1
-3
/
+0
2012-04-25
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
20
-70
/
+105
2012-04-25
perf/x86: Clean up register_nmi_handler() usage
Ingo Molnar
1
-1
/
+1
2012-04-25
x86/apic: Use x2apic physical mode based on FADT setting
Greg Pearson
1
-0
/
+6
2012-04-25
x86/mrst: Quiet sparse noise about plain integer as NULL pointer
H Hartley Sweeten
1
-2
/
+2
2012-04-25
Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Ingo Molnar
2
-6
/
+6
2012-04-23
x32, siginfo: Provide proper overrides for x32 siginfo_t
H. Peter Anvin
1
-1
/
+7
2012-04-23
x32: Check __ILP32__ instead of __LP64__ for x32
H.J. Lu
3
-7
/
+7
2012-04-23
x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse...
Konrad Rzeszutek Wilk
4
-6
/
+8
2012-04-23
ACPI: Convert wake_sleep_flags to a value instead of function
Konrad Rzeszutek Wilk
1
-0
/
+2
2012-04-21
kill mm argument of vm_munmap()
Al Viro
1
-1
/
+1
2012-04-20
VM: add "vm_mmap()" helper function
Linus Torvalds
2
-12
/
+4
2012-04-20
VM: add "vm_munmap()" helper function
Linus Torvalds
1
-3
/
+1
2012-04-20
VM: add "vm_brk()" helper function
Linus Torvalds
1
-15
/
+5
2012-04-20
Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe"
Konrad Rzeszutek Wilk
1
-2
/
+6
2012-04-19
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-10
/
+13
2012-04-19
x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()
Srivatsa S. Bhat
1
-4
/
+4
2012-04-18
KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
Avi Kivity
1
-1
/
+4
2012-04-18
Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...
Konrad Rzeszutek Wilk
335
-7926
/
+14199
2012-04-18
x86, apic: APIC code touches invalid MSR on P5 class machines
Bryan O'Donoghue
1
-14
/
+20
2012-04-17
xen/p2m: m2p_find_override: use list_for_each_entry_safe
Stefano Stabellini
1
-6
/
+2
2012-04-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-17
/
+36
2012-04-16
i387: ptrace breaks the lazy-fpu-restore logic
Oleg Nesterov
1
-0
/
+1
2012-04-16
x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()
Andreas Herrmann
5
-16
/
+9
2012-04-16
x86, efi: Add dedicated EFI stub entry point
Matt Fleming
3
-13
/
+38
[next]