index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-30
x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE case
Vitaly Kuznetsov
1
-5
/
+7
2015-09-28
x86/mce: Don't clear shared banks on Intel when offlining CPUs
Ashok Raj
1
-10
/
+20
2015-09-28
perf/core, perf/x86: Change needlessly global functions and a variable to static
Geliang Tang
1
-4
/
+4
2015-09-28
Merge branch 'linus' into perf/core, to pick up fixes before applying new changes
Ingo Molnar
1
-2
/
+2
2015-09-25
perf/x86: Change test_aperfmperf() and test_intel() to static
Geliang Tang
1
-2
/
+2
2015-09-23
x86/cpufeatures: Correct spelling of the HWP_NOTIFY flag
Kristen Carlson Accardi
1
-1
/
+1
2015-09-18
perf/x86/intel: Fix static checker warning in lbr enable
Kan Liang
1
-2
/
+3
2015-09-18
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes
Ingo Molnar
3
-4
/
+18
2015-09-18
perf/x86/intel: Fix Skylake FRONTEND MSR extrareg mask
Andi Kleen
1
-1
/
+5
2015-09-18
perf/x86/intel/pebs: Add PEBS frontend profiling for Skylake
Andi Kleen
2
-1
/
+11
2015-09-18
perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specific
Andi Kleen
1
-1
/
+1
2015-09-17
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2015-09-17
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+5
2015-09-13
perf/core: Drop PERF_EVENT_TXN
Sukadev Bhattiprolu
2
-6
/
+2
2015-09-13
perf/core: Add a 'flags' parameter to the PMU transactional interfaces
Sukadev Bhattiprolu
2
-1
/
+32
2015-09-13
perf/x86/intel/pt: Fix KVM warning due to doing rdmsr() before the CPUID test
Huaitong Han
1
-3
/
+4
2015-09-13
perf/x86/intel: Fix LBR callstack issue caused by FREEZE_LBRS_ON_PMI
Kan Liang
1
-3
/
+2
2015-09-13
perf/x86/intel/bts: Disallow use by unprivileged users on paranoid systems
Alexander Shishkin
1
-0
/
+13
2015-09-13
perf/x86/intel/ds: Work around BTS leaking kernel addresses
Alexander Shishkin
1
-6
/
+34
2015-09-13
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes
Ingo Molnar
2
-1
/
+5
2015-09-13
perf/x86/intel: Fix constraint access
Peter Zijlstra
1
-1
/
+4
2015-09-13
x86/cpu: Print family/model/stepping in hex
Borislav Petkov
1
-2
/
+2
2015-09-11
perf/x86/intel/bts: Set event->hw.itrace_started in pmu::start to match the new logic
Alexander Shishkin
1
-0
/
+1
2015-09-04
watchdog: rename watchdog_suspend() and watchdog_resume()
Ulrich Obergfell
1
-2
/
+2
2015-09-04
watchdog: use suspend/resume interface in fixup_ht_bug()
Ulrich Obergfell
1
-2
/
+5
2015-09-04
kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h
Guenter Roeck
1
-1
/
+1
2015-09-01
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2015-09-01
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+0
2015-09-01
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-15
/
+51
2015-09-01
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+2
2015-09-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-17
/
+23
2015-08-31
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-143
/
+265
2015-08-31
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
15
-102
/
+962
2015-08-31
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2015-08-31
Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-3
/
+2
2015-08-31
Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+47
2015-08-28
x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and mtrr_del()
Luis R. Rodriguez
1
-2
/
+0
2015-08-23
x86/asm/msr: Make wrmsrl() a function
Andy Lutomirski
1
-3
/
+3
2015-08-22
x86/asm/delay: Introduce an MWAITX-based delay with a configurable timer
Huang Rui
1
-0
/
+4
2015-08-21
x86/hyperv: Mark the Hyper-V TSC as unstable
Vitaly Kuznetsov
1
-0
/
+1
2015-08-21
perf/x86/msr: Fix the MSR driver build
Ingo Molnar
1
-1
/
+1
2015-08-20
Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes
Ingo Molnar
2
-6
/
+10
2015-08-18
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
2
-12
/
+19
2015-08-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-12
/
+19
2015-08-13
x86/mce: Add a wrapper around mce_log() for injection
Borislav Petkov
2
-0
/
+10
2015-08-13
x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()
Borislav Petkov
1
-4
/
+4
2015-08-13
x86/mce: Reenable CMCI banks when swiching back to interrupt mode
Xie XiuQi
1
-18
/
+23
2015-08-13
x86/mce: Clear Local MCE opt-in before kexec
Ashok Raj
2
-1
/
+48
2015-08-13
x86/mce: Kill drain_mcelog_buffer()
Borislav Petkov
1
-42
/
+2
2015-08-13
x86/mce: Avoid potential deadlock due to printk() in MCE context
Chen, Gong
3
-4
/
+2
[prev]
[next]