summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-304-53/+52
|\
| * context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-073-28/+49
| * context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-074-25/+3
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-3016-297/+1809
|\ \
| * | perf/x86/intel/P4: Robistify P4 PMU typesIngo Molnar2013-04-262-36/+35
| * | perf/x86/amd: Fix AMD NB and L2I "uncore" supportJacob Shin2013-04-221-2/+3
| * | perf/x86/amd: Remove old-style NB counter support from perf_event_amd.cJacob Shin2013-04-211-133/+5
| * | perf/x86: Check all MSRs before passing hw checkGeorge Dunlap2013-04-211-11/+17
| * | perf/x86/amd: Add support for AMD NB and L2I "uncore" countersJacob Shin2013-04-214-1/+553
| * | perf/x86/intel: Add Ivy Bridge-EP uncore supportYan, Zheng2013-04-212-28/+543
| * | perf/x86/intel: Fix SNB-EP CBO and PCU uncore PMU filter managementYan, Zheng2013-04-212-59/+280
| * | perf/x86: Avoid kfree() in CPU_{STARTING,DYING}Yan, Zheng2013-04-211-3/+25
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-2116-44/+79
| |\ \
| * \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-162-0/+30
| |\ \ \
| | * | | uretprobes/x86: Hijack return addressAnton Arapov2013-04-132-0/+30
| * | | | perf/x86: Add Sandy Bridge constraints for CYCLE_ACTIVITY.*Andi Kleen2013-04-101-0/+2
| * | | | kprobes/x86: Just return error for sanity check failure instead of using BUG_ONMasami Hiramatsu2013-04-081-1/+5
| * | | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2013-04-089-56/+66
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | perf/x86: Add support for PEBS Precise StoreStephane Eranian2013-04-013-2/+54
| * | | | perf/x86: Export PEBS load latency threshold register to sysfsStephane Eranian2013-04-011-0/+3
| * | | | perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian2013-04-015-10/+178
| * | | | perf/x86: Add flags to event constraintsStephane Eranian2013-04-015-7/+15
| * | | | perf/x86: Improve sysfs event mapping with event stringStephane Eranian2013-03-262-8/+29
| * | | | perf/x86: Support CPU specific sysfs eventsAndi Kleen2013-03-262-0/+35
* | | | | x86: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
* | | | | x86: pageattr-test: remove srandom32 callAkinobu Mita2013-04-291-1/+0
* | | | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-19/+2
* | | | | x86/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer2013-04-291-6/+3
* | | | | x86-64: fall back to regular page vmemmap on allocation failureJohannes Weiner2013-04-291-20/+26
* | | | | x86-64: use vmemmap_populate_basepages() for !pse setupsJohannes Weiner2013-04-291-40/+38
* | | | | x86-64: remove dead debugging code for !pse setupsJohannes Weiner2013-04-291-3/+0
* | | | | sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-291-10/+5
* | | | | mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim2013-04-291-6/+1
* | | | | mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-291-0/+1
* | | | | mm/x86: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-292-10/+1
* | | | | mm/x86: use common help functions to free reserved pagesJiang Liu2013-04-292-7/+3
* | | | | mkcapflags.pl: convert to mkcapflags.shRob Landley2013-04-293-50/+43
* | | | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-0/+11
|\ \ \ \ \
| * | | | | x86/PCI: Implement pcibios_{add|remove}_bus() hooksJiang Liu2013-04-121-0/+11
* | | | | | Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-04-295-14/+108
|\ \ \ \ \ \
| * | | | | | xen/smp: Unifiy some of the PVs and PVHVM offline CPU pathKonrad Rzeszutek Wilk2013-04-161-10/+4
| * | | | | | xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.Konrad Rzeszutek Wilk2013-04-161-1/+12
| * | | | | | xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVMKonrad Rzeszutek Wilk2013-04-161-0/+21
| * | | | | | xen/spinlock: Check against default value of -1 for IRQ line.Konrad Rzeszutek Wilk2013-04-161-0/+4
| * | | | | | xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk2013-04-161-2/+5
| * | | | | | xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2013-04-162-2/+9
| * | | | | | xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on...Konrad Rzeszutek Wilk2013-04-161-0/+1
| * | | | | | xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.Konrad Rzeszutek Wilk2013-04-161-0/+1
| * | | | | | xen: drop tracking of IRQ vectorJan Beulich2013-04-161-3/+3
| * | | | | | x86/xen: populate boot_params with EDD dataDavid Vrabel2013-04-161-0/+52
OpenPOWER on IntegriCloud