Age | Commit message (Expand) | Author | Files | Lines |
2011-12-21 | x86: Allow NMIs to hit breakpoints in i386 | Steven Rostedt | 1 | -7/+94 |
2011-12-21 | x86: Keep current stack in NMI breakpoints | Steven Rostedt | 4 | -0/+47 |
2011-12-21 | x86: Add workaround to NMI iret woes | Steven Rostedt | 1 | -0/+177 |
2011-12-21 | x86: Document the NMI handler about not using paranoid_exit | Steven Rostedt | 1 | -1/+8 |
2011-12-21 | x86: Do not schedule while still in NMI context | Linus Torvalds | 1 | -32/+0 |
2011-12-21 | perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLES | Stephane Eranian | 1 | -0/+1 |
2011-12-21 | perf events: Enable raw event support for Intel unhalted_reference_cycles event | Stephane Eranian | 2 | -11/+12 |
2011-12-21 | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 7 | -28/+4 |
2011-12-20 | Merge commit 'v3.2-rc6' into perf/core | Ingo Molnar | 20 | -41/+157 |
2011-12-20 | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 9 | -82/+67 |
2011-12-19 | x86, dumpstack: Fix code bytes breakage due to missing KERN_CONT | Clemens Ladisch | 2 | -8/+8 |
2011-12-18 | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat | Fernando Luis Vazquez Cao | 2 | -8/+3 |
2011-12-18 | Merge commit 'v3.2-rc6' into x86/platform | Ingo Molnar | 14 | -42/+116 |
2011-12-18 | Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Ingo Molnar | 1 | -4/+30 |
2011-12-16 | x86: add IRQ context simulation in module mce-inject | Chen Gong | 1 | -4/+30 |
2011-12-15 | x86, centaur: Enable cx8 for VIA Eden too | Timo Teräs | 1 | -1/+1 |
2011-12-15 | x86: Report cpb and eff_freq_ro flags correctly | Joerg Roedel | 1 | -1/+2 |
2011-12-15 | Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 1 | -7/+57 |
2011-12-15 | Merge branch 'ucode-verify-size' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2 | -95/+119 |
2011-12-14 | x86, mce, therm_throt: Don't report power limit and package level thermal thr... | Fenghua Yu | 1 | -22/+7 |
2011-12-14 | x86, MCE: Drain mcelog buffer | Borislav Petkov | 1 | -0/+39 |
2011-12-14 | x86, mce: Add wrappers for registering on the decode chain | Borislav Petkov | 1 | -7/+18 |
2011-12-14 | x86, microcode, AMD: Update copyrights | Borislav Petkov | 1 | -3/+7 |
2011-12-14 | x86, microcode, AMD: Exit early on success | Borislav Petkov | 1 | -13/+9 |
2011-12-14 | x86, microcode, AMD: Simplify ucode verification | Borislav Petkov | 1 | -86/+93 |
2011-12-14 | x86, microcode, AMD: Add a reusable buffer | Borislav Petkov | 1 | -0/+8 |
2011-12-14 | x86, microcode, AMD: Add a vendor-specific exit function | Borislav Petkov | 2 | -0/+9 |
2011-12-14 | x86: Add per-cpu stat counter for APIC ICR read tries | Fernando Luis Vázquez Cao | 2 | -0/+11 |
2011-12-14 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 7 | -13/+21 |
2011-12-12 | x86, efi: EFI boot stub support | Matt Fleming | 1 | -0/+2 |
2011-12-12 | Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid" | Keith Packard | 2 | -22/+2 |
2011-12-11 | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 1 | -2/+4 |
2011-12-11 | x86: Call idle notifier after irq_enter() | Frederic Weisbecker | 5 | -9/+9 |
2011-12-11 | x86: Enter rcu extended qs after idle notifier call | Frederic Weisbecker | 1 | -2/+8 |
2011-12-11 | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 2 | -4/+4 |
2011-12-11 | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 2 | -4/+4 |
2011-12-09 | x86: Don't use magic strings for EFI loader signature | Matt Fleming | 1 | -6/+1 |
2011-12-09 | x86, efi: Calling __pa() with an ioremap()ed address is invalid | Matt Fleming | 2 | -2/+22 |
2011-12-09 | x86, CPU: Drop superfluous get_cpu_cap() prototype | Borislav Petkov | 1 | -4/+1 |
2011-12-08 | x86, hpet: Immediately disable HPET timer 1 if rtc irq is masked | Mark Langsdorf | 1 | -7/+14 |
2011-12-08 | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 1 | -2/+1 |
2011-12-08 | memblock: Kill memblock_init() | Tejun Heo | 2 | -4/+0 |
2011-12-07 | x86, NMI: Add to_cpumask() to silence compile warning | Dan Carpenter | 1 | -1/+1 |
2011-12-07 | x86: Add stack top margin for stack overflow checking | Mitsuo Hayasaka | 1 | -3/+5 |
2011-12-06 | x86, NMI: NMI-selftest should handle the UP case properly | Don Zickus | 1 | -1/+2 |
2011-12-06 | perf, x86: Expose perf capability to other modules | Gleb Natapov | 1 | -0/+12 |
2011-12-06 | perf, x86: Implement arch event mask as quirk | Peter Zijlstra | 3 | -33/+68 |
2011-12-06 | x86, perf: Disable non available architectural events | Gleb Natapov | 2 | -5/+28 |
2011-12-06 | jump_label, x86: Fix section mismatch | Peter Zijlstra | 1 | -1/+1 |
2011-12-06 | x86: Fix rflags in FAKE_STACK_FRAME | Seiichi Ikarashi | 2 | -2/+2 |