index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/x86/intel/rapl: Simplify quirk handling even more
Borislav Petkov
2016-03-08
1
-19
/
+13
*
x86/nmi: Mark 'ignore_nmis' as __read_mostly
Kostenzer Felix
2016-03-08
1
-1
/
+2
*
perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
Andi Kleen
2016-03-08
3
-1
/
+14
*
perf/x86/pebs: Add proper PEBS constraints for Broadwell
Stephane Eranian
2016-03-08
3
-1
/
+27
*
perf/x86/pebs: Add workaround for broken OVFL status on HSW+
Stephane Eranian
2016-03-08
1
-0
/
+10
*
perf/x86/intel: Add definition for PT PMI bit
Stephane Eranian
2016-03-08
1
-0
/
+1
*
perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
Kan Liang
2016-03-08
3
-3
/
+29
*
perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
Jiri Olsa
2016-03-08
2
-2
/
+12
*
perf/x86/uncore: Fix build on UP-IOAPIC configs
Ingo Molnar
2016-03-03
1
-0
/
+2
*
perf/x86/intel/rapl: Convert it to a per package facility
Thomas Gleixner
2016-02-29
1
-108
/
+86
*
perf/x86/intel/rapl: Utilize event->pmu_private
Thomas Gleixner
2016-02-29
1
-4
/
+12
*
perf/x86/intel/rapl: Make PMU lock raw
Thomas Gleixner
2016-02-29
1
-10
/
+10
*
perf/x86/intel/rapl: Refactor the code some more
Thomas Gleixner
2016-02-29
1
-30
/
+31
*
perf/x86/intel/rapl: Clean up the printk output
Thomas Gleixner
2016-02-29
1
-19
/
+23
*
perf/x86/intel/rapl: Calculate timing once
Thomas Gleixner
2016-02-29
1
-21
/
+18
*
perf/x86/intel/rapl: Sanitize the quirk handling
Thomas Gleixner
2016-02-29
1
-30
/
+19
*
perf/x86/intel/rapl: Add proper error handling
Thomas Gleixner
2016-02-29
1
-8
/
+21
*
perf/x86/intel/rapl: Make Knights Landings support functional
Thomas Gleixner
2016-02-29
1
-1
/
+1
*
perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookups
Thomas Gleixner
2016-02-29
1
-21
/
+11
*
perf/x86/intel/uncore: Make PCI and MSR uncore independent
Thomas Gleixner
2016-02-29
1
-16
/
+18
*
perf/x86/intel/uncore: Clear all hardware state on exit
Thomas Gleixner
2016-02-29
1
-0
/
+26
*
perf/x86/uncore: Track packages, not per CPU data
Thomas Gleixner
2016-02-29
3
-252
/
+198
*
x86/topology: Create logical package id
Thomas Gleixner
2016-02-29
6
-0
/
+142
*
perf/x86/intel/uncore: Store box in event->pmu_private
Thomas Gleixner
2016-02-29
3
-16
/
+12
*
perf/x86/uncore: Make uncore_pcibus_to_physid() static
Thomas Gleixner
2016-02-29
2
-2
/
+1
*
perf/x86/intel/uncore: Make code more readable
Thomas Gleixner
2016-02-29
1
-45
/
+50
*
perf/x86/intel/uncore: Clean up hardware on exit
Thomas Gleixner
2016-02-29
4
-1
/
+33
*
perf/x86/intel/uncore: Add sanity checks for PCI dev package id
Thomas Gleixner
2016-02-29
1
-1
/
+1
*
perf/x86/intel/uncore: Fix error handling
Thomas Gleixner
2016-02-29
2
-43
/
+94
*
perf/x86/intel/uncore: Simplify error rollback
Thomas Gleixner
2016-02-29
1
-21
/
+24
*
perf/x86/intel/uncore: Remove pointless mask check
Thomas Gleixner
2016-02-29
1
-6
/
+0
*
perf/x86/intel/uncore: Remove SBOX support for BDX-DE
Kan Liang
2016-02-29
1
-1
/
+7
*
Merge tag 'v4.5-rc6' into perf/core, to pick up fixes
Ingo Molnar
2016-02-29
21
-91
/
+204
|
\
|
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-02-28
5
-7
/
+15
|
|
\
|
|
*
x86/mpx: Fix off-by-one comparison with nr_registers
Colin Ian King
2016-02-26
1
-1
/
+1
|
|
*
x86/mm: Fix slow_virt_to_phys() for X86_PAE again
Dexuan Cui
2016-02-25
1
-4
/
+10
|
|
*
x86/entry/compat: Add missing CLAC to entry_INT80_32
Andy Lutomirski
2016-02-25
1
-0
/
+1
|
|
*
x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32
Andy Lutomirski
2016-02-24
1
-0
/
+1
|
|
*
x86/platform/intel/quark: Change the kernel's IMR lock bit to false
Bryan O'Donoghue
2016-02-23
1
-2
/
+2
|
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-02-27
1
-3
/
+3
|
|
\
\
|
|
*
|
mm: ASLR: use get_random_long()
Daniel Cashman
2016-02-27
1
-3
/
+3
|
*
|
|
Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-02-27
4
-26
/
+34
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
Bjorn Helgaas
2016-02-27
4
-15
/
+29
|
|
*
|
Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
Bjorn Helgaas
2016-02-18
2
-6
/
+8
|
|
*
|
Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
Bjorn Helgaas
2016-02-17
1
-8
/
+0
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-02-26
3
-3
/
+4
|
|
\
\
\
|
|
*
|
|
KVM: x86: MMU: fix ubsan index-out-of-range warning
Mike Krinkin
2016-02-25
1
-1
/
+1
|
|
*
|
|
KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
Paolo Bonzini
2016-02-24
1
-2
/
+2
|
|
*
|
|
KVM: x86: fix missed hardware breakpoints
Paolo Bonzini
2016-02-24
1
-0
/
+1
|
*
|
|
|
x86: fix SMAP in 32-bit environments
Linus Torvalds
2016-02-24
1
-0
/
+26
[next]