summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-215-74/+48
* x86, perf: P4 PMU - Fix typos in comments and style cleanupCyrill Gorcunov2011-07-212-37/+31
* perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov2011-07-143-36/+139
* tracing, x86/irq: Do not trace arch_local_{*,irq_*}() functionsSteven Rostedt2011-07-071-5/+6
* Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-052-2/+2
|\
| * x86: Swap save_stack_trace_regs parametersMasami Hiramatsu2011-06-142-2/+2
* | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2011-07-048-19/+254
|\ \
| * \ Merge branch 'oprofile/urgent' into HEADRobert Richter2011-06-152-13/+57
| |\ \
| | * | oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter2011-06-151-9/+47
| | * | oprofile, x86: Fix race in nmi handler while starting countersRobert Richter2011-06-151-4/+10
| * | | MIPS: oprofile: Add callgraph supportDaniel Kalmar2011-06-154-1/+179
| * | | MIPS: Add new unwind_stack variantDaniel Kalmar2011-06-152-5/+18
| |/ /
* | | Merge branch 'perf/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-033-70/+41
|\ \ \
| * | | x86: Don't use frame pointer to save old stack on irq entryFrederic Weisbecker2011-07-022-42/+15
| * | | x86: Remove useless unwinder backlink from irq regs savingFrederic Weisbecker2011-07-021-1/+0
| * | | x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQFrederic Weisbecker2011-07-021-1/+2
| * | | x86,64: Simplify save_regs()Frederic Weisbecker2011-07-021-27/+17
| * | | x86: Fetch stack from regs when possible in dump_trace()Frederic Weisbecker2011-07-021-2/+5
| * | | x86: Save stack pointer in perf live regs savingsFrederic Weisbecker2011-07-021-0/+5
| |/ /
* | | perf, powerpc: Fix build borkagePeter Zijlstra2011-07-011-1/+1
* | | x86, perf: Add constraints for architectural PMUAvi Kivity2011-07-011-5/+18
* | | perf: Add context field to perf_eventAvi Kivity2011-07-015-5/+8
* | | perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-0118-1/+296
* | | perf, intel: Try alternative OFFCORE encodingsPeter Zijlstra2011-07-012-8/+41
* | | perf_events: Add Intel Sandy Bridge offcore_response low-level supportStephane Eranian2011-07-012-3/+11
* | | perf_events: Fix validation of events using an extra regStephane Eranian2011-07-012-18/+57
* | | perf_events: Update Intel extra regs shared constraints managementStephane Eranian2011-07-012-149/+189
* | | perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2011-07-011-1/+1
* | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-0139-85/+77
* | | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov2011-07-012-0/+33
* | | irq_work, alpha: Fix up arch hooksPeter Zijlstra2011-07-011-1/+1
* | | irq_work, ppc: Fix up arch hooksPeter Zijlstra2011-07-011-1/+1
* | | um: add asm/percpu.hRichard Weinberger2011-06-271-0/+6
* | | Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-279-53/+1
* | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-06-278-10/+48
|\ \ \
| * | | ARM: pm: ensure ARMv7 CPUs save and restore the TLS registerRussell King2011-06-241-3/+7
| * | | ARM: pm: proc-v7: fix missing struct processor pointers for suspend codeRussell King2011-06-241-3/+3
| * | | ARM: 6969/1: plat-iop: fix build errorLinus Walleij2011-06-211-0/+1
| * | | ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entriesDave Martin2011-06-211-1/+13
| * | | ARM: SMP: wait for CPU to be marked activeRussell King2011-06-211-1/+5
| * | | ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin2011-06-171-2/+11
| * | | ARM: 6962/1: mach-h720x: fix build errorLinus Walleij2011-06-171-0/+2
| * | | ARM: 6959/1: SMP build fix for entry-macro-multi.SMagnus Damm2011-06-172-0/+6
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-06-273-3/+10
|\ \ \ \
| * | | | [S390] allow setting of upper 32 bit in smp_ctl_set_bitJan Glauber2011-06-221-2/+2
| * | | | [S390] hwsampler: Set a sane default sampling rateChristian Borntraeger2011-06-221-1/+1
| * | | | [S390] s390: enforce HW limits for the initial sampling rateChristian Borntraeger2011-06-221-0/+6
| * | | | [S390] kvm-s390: fix kconfig dependenciesChristian Borntraeger2011-06-221-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-06-241-1/+1
|\ \ \ \ \
| * | | | | x86/PCI/ACPI: fix type mismatchMárton Németh2011-06-011-1/+1
OpenPOWER on IntegriCloud