summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-111-2/+3
|\
| * dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo2009-09-081-2/+3
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1111-44/+63
|\ \
| * \ Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-0624-178/+219
| |\ \ | | |/
| * | tracing: Remove FTRACE_SYSCALL_MAX definitionsJason Baron2009-08-261-7/+0
| * | tracing: Convert event tracing code to use NR_syscallsJason Baron2009-08-261-4/+4
| * | tracing: Define NR_syscalls for x86_64Jason Baron2009-08-262-0/+7
| * | tracing: Define NR_syscalls for x86 (32)Jason Baron2009-08-261-0/+2
| * | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-261-7/+5
| * | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-261-2/+2
| * | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-265-11/+12
| * | tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALLJason Baron2009-08-111-4/+4
| * | tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-111-0/+10
| * | tracing: Update FTRACE_SYSCALL_MAXJason Baron2009-08-111-2/+2
| * | tracing: Add syscall tracepointsJason Baron2009-08-111-2/+5
| * | tracing: Call arch_init_ftrace_syscalls at bootJason Baron2009-08-111-11/+4
| * | tracing: Map syscall name to numberJason Baron2009-08-111-0/+16
| * | Merge branch 'linus' into tracing/coreIngo Molnar2009-08-1138-380/+970
| |\ \
| * | | tracing/function-graph-tracer: Drop the useless nmi protectionFrederic Weisbecker2009-08-061-4/+0
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-19/+28
|\ \ \ \
| * | | | sched: enable SD_WAKE_IDLEPeter Zijlstra2009-09-071-1/+1
| * | | | sched: Turn on SD_BALANCE_NEWIDLEIngo Molnar2009-09-041-1/+1
| * | | | sched: Clean up topology.hIngo Molnar2009-09-041-19/+28
* | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-112-6/+333
|\ \ \ \ \
| * | | | | x86, perf_counter, bts: Do not allow kernel BTS tracing for nowmarkus.t.metzger@intel.com2009-09-041-2/+9
| * | | | | x86, perf_counter, bts: Correct pointer-to-u64 castsmarkus.t.metzger@intel.com2009-09-041-12/+12
| * | | | | x86, perf_counter, bts: Fail if BTS is not availablemarkus.t.metzger@intel.com2009-09-041-14/+11
| * | | | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-0218-134/+126
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-08-1516-80/+207
| |\ \ \ \ \
| * | | | | | x86, perf_counter, bts: Add BTS support to perfcountersMarkus Metzger2009-08-092-6/+329
* | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-116-400/+610
|\ \ \ \ \ \ \
| * | | | | | | arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return typeAndrew Morton2009-08-041-5/+3
| * | | | | | | Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()"Robert Richter2009-08-041-5/+2
| * | | | | | | x86/oprofile: Small coding style fixesRobert Richter2009-07-201-3/+2
| * | | | | | | x86/oprofile: Add counter reservation check for virtual countersRobert Richter2009-07-201-3/+1
| * | | | | | | x86/oprofile: Implement op_x86_virt_to_phys()Robert Richter2009-07-203-1/+8
| * | | | | | | oprofile: Adding switch counter to oprofile statistic variablesRobert Richter2009-07-201-7/+0
| * | | | | | | x86/oprofile: Implement mux_clone()Robert Richter2009-07-201-14/+23
| * | | | | | | x86/oprofile: Enable multiplexing only if the model supports itRobert Richter2009-07-201-3/+9
| * | | | | | | x86/oprofile: Add function has_mux() to check multiplexing supportRobert Richter2009-07-201-1/+18
| * | | | | | | x86/oprofile: Modify initialization of num_virt_countersRobert Richter2009-07-203-3/+3
| * | | | | | | x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_specRobert Richter2009-07-204-5/+0
| * | | | | | | x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter2009-07-205-10/+10
| * | | | | | | x86/oprofile: Moving nmi_cpu_switch() in nmi_int.cRobert Richter2009-07-201-74/+70
| * | | | | | | 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
OpenPOWER on IntegriCloud