summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.cRobert Richter2009-07-201-28/+24
| * | | | | | | | x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.cRobert Richter2009-07-201-26/+19
| * | | | | | | | x86/oprofile: Implement multiplexing setup/shutdown functionsRobert Richter2009-07-201-36/+40
| * | | | | | | | oprofile: Grouping multiplexing code in op_model_amd.cRobert Richter2009-07-201-34/+41
| * | | | | | | | oprofile: Introduce op_x86_phys_to_virt()Robert Richter2009-07-203-69/+55
| * | | | | | | | x86/oprofile: Fix initialization of switch_indexRobert Richter2009-07-201-7/+9
| * | | | | | | | x86/oprofile: Use per_cpu() instead of __get_cpu_var()Robert Richter2009-07-201-2/+2
| * | | | | | | | x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macrosRobert Richter2009-07-201-2/+2
| * | | | | | | | oprofile: Implement performance counter multiplexingJason Yeh2009-07-207-20/+279
| * | | | | | | | x86/oprofile: Whitespaces changes onlyRobert Richter2009-07-144-20/+20
| * | | | | | | | x86/oprofile: Rework and simplify nmi_cpu_setup()Robert Richter2009-07-141-10/+3
| * | | | | | | | x86/oprofile: Fix cast of counter valueRobert Richter2009-07-142-5/+5
| | | | | | | | |
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter2009-07-142624-42890/+145610
| |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'auto' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2009-06-175-303/+267
| | | |\ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()Jaswinder Singh Rajput2009-06-181-2/+5
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | x86/oprofile: fix initialization of arch_perfmon for core_i7Robert Richter2009-06-121-2/+3
| * | | | | | | | | | Merge commit 'tip/perfcounters-for-linus' into oprofile/masterRobert Richter2009-06-12230-4676/+12590
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/oprofile: introduce oprofile_add_data64()Robert Richter2009-06-111-18/+9
| * | | | | | | | | | | x86/oprofile: use 64 bit values in IBS functionsRobert Richter2009-06-111-70/+61
| * | | | | | | | | | | x86/oprofile: remove some local variables in MSR save/restore functionsRobert Richter2009-06-111-8/+4
| * | | | | | | | | | | x86/oprofile: use 64 bit values to save MSR statesRobert Richter2009-06-112-27/+10
| * | | | | | | | | | | x86/oprofile: use 64 bit wrmsr functionsRobert Richter2009-06-112-9/+10
| * | | | | | | | | | | x86/oprofile: replace CTR*_IS_RESERVED macrosRobert Richter2009-06-114-18/+15
| * | | | | | | | | | | x86/oprofile: replace CTRL_SET_*ACTIVE macrosRobert Richter2009-06-113-18/+16
| * | | | | | | | | | | x86/oprofile: replace CTR_OVERFLOWED macrosRobert Richter2009-06-113-17/+15
| * | | | | | | | | | | x86/oprofile: replace macros to calculate control registerRobert Richter2009-06-114-45/+60
| * | | | | | | | | | | x86/oprofile: pass the model to setup_ctrs() functionsRobert Richter2009-06-115-5/+9
| * | | | | | | | | | | x86/oprofile: remove unused macros for AMD virtualization profilingRobert Richter2009-06-111-5/+0
| * | | | | | | | | | | x86/oprofile: fix and cleanup CTRL_SET_* macrosRobert Richter2009-06-112-9/+10
| * | | | | | | | | | | x86/oprofile: remove MSR macros for p4 cpusRobert Richter2009-06-111-20/+19
| * | | | | | | | | | | x86/oprofile: remove MSR macros for ppro cpusRobert Richter2009-06-111-11/+8
| * | | | | | | | | | | x86/oprofile: remove MSR macros for AMD cpusRobert Richter2009-06-111-17/+12
| * | | | | | | | | | | x86/oprofile: move common macros to op_x86_model.hRobert Richter2009-06-114-18/+9
| * | | | | | | | | | | x86/oprofile: simplify AMD cpu init codeRobert Richter2009-06-111-8/+7
| * | | | | | | | | | | x86/oprofile: remove #ifdefs in ibs functionsRobert Richter2009-06-111-34/+46
| * | | | | | | | | | | x86/oprofile: minor style changes in struct op_x86_model_specRobert Richter2009-06-111-11/+11
| * | | | | | | | | | | x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.initRobert Richter2009-06-103-15/+17
| * | | | | | | | | | | Revert "oprofile: discover counters for op ppro too"Robert Richter2009-06-102-6/+4
| * | | | | | | | | | | Merge commit 'v2.6.30' into oprofile/masterRobert Richter2009-06-10444-16438/+12858
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2009-09-04112-916/+1643
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-231-2/+1
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1111-96/+135
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | locking, m68k/asm-offsets: Rename signal definesHeiko Carstens2009-09-013-9/+8
| * | | | | | | | | | | | | locking: Inline spinlock code for all locking variants on s390Heiko Carstens2009-08-311-0/+29
| * | | | | | | | | | | | | locking, m68k: Calculate thread_info offset with asm offsetHeiko Carstens2009-08-312-1/+15
| * | | | | | | | | | | | | locking, m68k/asm-offsets: Rename pt_regs offset definesHeiko Carstens2009-08-316-56/+53
| * | | | | | | | | | | | | locking, sparc: Rename __spin_try_lock() and friendsHeiko Carstens2009-08-312-20/+20
| * | | | | | | | | | | | | locking, powerpc: Rename __spin_try_lock() and friendsHeiko Carstens2009-08-311-10/+10
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-1125-861/+676
|\ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud