summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf_counter: Add counter enable/disable ioctlsPaul Mackerras2009-01-172-61/+415
* perf_counter: Add support for pinned and exclusive counter groupsPaul Mackerras2009-01-143-82/+169
* powerpc/perf_counter: Make sure PMU gets enabled properlyPaul Mackerras2009-01-142-2/+24
* perf_counter: Always schedule all software counters inPaul Mackerras2009-01-121-3/+30
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Ingo Molnar2009-01-1115-10/+1607
|\
| * powerpc/perf_counter: Add support for POWER6Paul Mackerras2009-01-103-1/+288
| * powerpc/perf_counter: Add support for PPC970 familyPaul Mackerras2009-01-103-1/+389
| * powerpc/perf_counter: Add generic support for POWER-family PMU hardwarePaul Mackerras2009-01-103-0/+817
| * powerpc: Provide a way to defer perf counter work until interrupts are enabledPaul Mackerras2009-01-095-0/+52
| * powerpc/perf_counter: Add perf_counter system call on powerpcPaul Mackerras2009-01-094-1/+14
| * perf_counter: Add dummy perf_counter_print_debug functionPaul Mackerras2009-01-091-0/+2
| * perf_counter: Add optional hw_perf_group_sched_in arch functionPaul Mackerras2009-01-092-5/+29
| * perf_counter: Fix the cpu_clock software counterPaul Mackerras2009-01-091-3/+17
| * perf_counter: Fix return value from dummy hw_perf_counter_initPaul Mackerras2009-01-091-1/+1
* | Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-116432-274526/+964722
|\ \ | |/ |/|
| * Linux 2.6.29-rc1v2.6.29-rc1Linus Torvalds2009-01-101-2/+2
| * bootgraph: make the bootgraph script show async waiting timeArjan van de Ven2009-01-101-4/+42
| * libata: only ports >= 0 need to synchronizeArjan van de Ven2009-01-101-1/+3
| * libata: Add a per-host flag to opt-in into parallel port probesArjan van de Ven2009-01-103-0/+13
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-1043-399/+363
| |\
| | * x86: fix section mismatch warnings in mcheck/mce_amd_64.cLeonardo Potenza2009-01-071-1/+1
| | * x86: offer frame pointers in all build modesIngo Molnar2009-01-072-8/+9
| | *-. Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-06865-16540/+41692
| | |\ \
| | | | * x86: k8 numa register active regions laterYinghai Lu2009-01-061-11/+9
| | | * | x86: remove duplicated #include'sHuang Weiyi2009-01-062-2/+0
| | | * | x86: rename all fields of mpc_table mpc_X to XJaswinder Singh Rajput2009-01-053-42/+41
| | | * | x86: rename all fields of mpc_oemtable oem_X to XJaswinder Singh Rajput2009-01-052-10/+10
| | | * | x86: rename all fields of mpc_bus mpc_X to XJaswinder Singh Rajput2009-01-053-27/+27
| | | * | x86: rename all fields of mpc_cpu mpc_X to XJaswinder Singh Rajput2009-01-054-41/+38
| | | * | x86: rename all fields of mpc_intsrc mpc_X to XJaswinder Singh Rajput2009-01-052-47/+46
| | | * | x86: rename all fields of mpc_lintsrc mpc_X to XJaswinder Singh Rajput2009-01-052-17/+16
| | | * | x86: rename all fields of mpc_iopic mpc_X to XJaswinder Singh Rajput2009-01-052-18/+18
| | | * | x86: irqinit_64.c init_ISA_irqs should be staticJaswinder Singh Rajput2009-01-041-1/+1
| | | * | Documentation/x86/boot.txt: payload length was changed to payload_lengthBaodong Chen2009-01-041-1/+1
| | | * | x86: setup_percpu.c fix style problemsJaswinder Singh Rajput2009-01-041-6/+5
| | | * | x86: irqinit_64.c fix style problemsJaswinder Singh Rajput2009-01-041-3/+3
| | | * | x86: irqinit_32.c fix style problemsJaswinder Singh Rajput2009-01-041-7/+5
| | | * | x86: i8259.c fix style problemsJaswinder Singh Rajput2009-01-041-4/+4
| | | * | x86: irq_32.c fix style problemsJaswinder Singh Rajput2009-01-041-5/+5
| | | * | x86: ioport.c fix style problemsJaswinder Singh Rajput2009-01-041-2/+2
| | | * | x86: time_64.c fix style problemsJaswinder Singh Rajput2009-01-041-1/+1
| | | * | x86: time_32.c fix style problemsJaswinder Singh Rajput2009-01-041-2/+2
| | | * | x86: irq_64.c fix style problemsJaswinder Singh Rajput2009-01-041-11/+11
| | | * | x86: irq.c fix style problemsJaswinder Singh Rajput2009-01-041-1/+1
| | | * | x86: traps.c fix style problemsJaswinder Singh Rajput2009-01-041-3/+0
| | | * | x86: process_32.c fix style problemsJaswinder Singh Rajput2009-01-041-10/+9
| | | * | x86: apic.c fix style problemsJaswinder Singh Rajput2009-01-041-8/+6
| | | * | x86: rename mpc_config_oemtable to mpc_oemtableJaswinder Singh Rajput2009-01-045-7/+7
| | | * | x86: rename mpc_config_lintsrc to mpc_lintsrcJaswinder Singh Rajput2009-01-042-7/+7
| | | * | x86: rename mpc_config_intsrc to mpc_intsrcJaswinder Singh Rajput2009-01-042-21/+18
OpenPOWER on IntegriCloud