summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski2015-07-071-0/+9
| * | | | | | | | | x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-072-228/+2
| * | | | | | | | | x86/compat: Remove unneeded #includeBrian Gerst2015-07-061-1/+0
| * | | | | | | | | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst2015-07-061-1/+1
| * | | | | | | | | x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst2015-07-061-64/+74
| * | | | | | | | | x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2015-07-061-2/+2
| * | | | | | | | | x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2015-07-062-0/+96
| * | | | | | | | | x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski2015-07-061-1/+1
| * | | | | | | | | x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...Andy Lutomirski2015-07-061-8/+6
| * | | | | | | | | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-061-6/+1
| * | | | | | | | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-068-18/+18
| * | | | | | | | | x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski2015-07-061-3/+3
| * | | | | | | | | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-067-14/+14
| * | | | | | | | | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-062-4/+0
| * | | | | | | | | x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2015-07-062-8/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-311-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | apm32: Fix cputime == jiffies assumptionFrederic Weisbecker2015-07-291-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-318-143/+269
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2015-08-132-0/+10
| * | | | | | | | | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov2015-08-131-4/+4
| * | | | | | | | | x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi2015-08-131-18/+23
| * | | | | | | | | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-134-1/+52
| * | | | | | | | | x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2015-08-131-42/+2
| * | | | | | | | | x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong2015-08-133-4/+2
| * | | | | | | | | x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong2015-08-131-75/+60
| * | | | | | | | | x86/mce: Don't use percpu workqueuesChen, Gong2015-08-131-7/+7
| * | | | | | | | | x86/mce: Provide a lockless memory pool to save error recordsChen, Gong2015-08-134-2/+119
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-08-3118-103/+1009
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-08-315-10/+17
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | perf/x86/msr: Fix the MSR driver buildIngo Molnar2015-08-211-1/+1
| * | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar2015-08-207-147/+171
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | perf/x86/intel/pt: Clean up files of Intel Processor TraceTakao Indoh2015-08-122-32/+11
| * | | | | | | | | perf/x86: Fix MSR PMU driverPeter Zijlstra2015-08-121-84/+84
| * | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-08-122-12/+19
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf/x86/intel/pebs: Robustify PEBS buffer drainPeter Zijlstra2015-08-041-17/+17
| * | | | | | | | | | perf/x86/intel/pebs: Fix event disable PEBS buffer drainLiang, Kan2015-08-041-6/+7
| * | | | | | | | | | perf/x86: Add an MSR PMU driverAndy Lutomirski2015-08-042-0/+244
| * | | | | | | | | | perf/x86/intel/uncore: Add Broadwell-DE uncore supportKan Liang2015-08-043-0/+172
| * | | | | | | | | | perf/x86/intel: Use 0x11 as extra reg test valueAndi Kleen2015-08-041-1/+1
| * | | | | | | | | | perf/x86: Make merge_attr() global to use from perf_event_intelAndi Kleen2015-08-042-1/+4
| * | | | | | | | | | perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack modeAndi Kleen2015-08-041-3/+7
| * | | | | | | | | | perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with call stackAndi Kleen2015-08-041-2/+2
| * | | | | | | | | | perf/x86/intel: Add Intel Skylake PMU supportAndi Kleen2015-08-044-1/+279
| * | | | | | | | | | perf/x86/intel/lbr: Optimize v4 LBR unfreezingAndi Kleen2015-08-041-0/+7
| * | | | | | | | | | perf/x86/intel: Move PMU ACK to after LBR readAndi Kleen2015-08-041-1/+1
| * | | | | | | | | | perf/x86/intel: Handle new arch perfmon v4 status bitsAndi Kleen2015-08-041-6/+7
| * | | | | | | | | | perf/x86/intel/lbr: Add support for LBRv5Andi Kleen2015-08-042-1/+21
| * | | | | | | | | | perf/x86/intel/lbr: Allow time stamp for free running PEBSv3Andi Kleen2015-08-043-1/+16
| * | | | | | | | | | perf/x86/intel: Add support for PEBSv3 profilingAndi Kleen2015-08-041-3/+33
| * | | | | | | | | | perf/x86: Add a native_perf_sched_clock_from_tsc()Andi Kleen2015-08-041-0/+8