summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-211-0/+2
* Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-71/+30
|\
| * irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2012-02-231-71/+30
* | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-211-6/+5
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2012-03-041-6/+5
| |\ \
| | * | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-291-6/+5
* | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-3/+3
|\ \ \ \
| * | | | x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-3/+3
* | | | | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-204-0/+108
|\ \ \ \ \
| * \ \ \ \ Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-0916-115/+152
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | x86/cpu: Clean up modalias feature matchingBen Hutchings2012-02-131-2/+1
| * | | | | x86/cpu: Fix overrun check in arch_print_cpu_modalias()Ben Hutchings2012-02-131-1/+1
| * | | | | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-021-2/+22
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-262-58/+45
| * | | | | x86: autoload microcode driver on Intel and AMD systems v2Andi Kleen2012-01-261-0/+15
| * | | | | X86: Introduce HW-Pstate scattered cpuid featureThomas Renninger2012-01-261-0/+1
| * | | | | Add driver auto probing for x86 features v4Andi Kleen2012-01-263-1/+107
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-202-8/+24
|\ \ \ \ \ \
| * | | | | | x86/time: Eliminate unused irq0_irqs counterJan Beulich2012-02-271-3/+0
| * | | | | | x86/tsc: Reduce the TSC sync check time for core-siblingsSuresh Siddha2012-02-221-5/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-204-20/+4
|\ \ \ \ \ \
| * | | | | | sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-03-131-1/+2
| * | | | | | Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-132-4/+41
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-121-13/+0
| * | | | | | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-012-6/+2
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-2014-683/+1540
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-126-72/+703
| |\ \ \ \ \ \ \
| | * | | | | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-053-7/+28
| | * | | | | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-051-0/+3
| | * | | | | | | perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian2012-03-053-33/+321
| | * | | | | | | perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian2012-03-054-8/+125
| | * | | | | | | perf/x86: Disable LBR support for older Intel Atom processorsStephane Eranian2012-03-051-0/+10
| | * | | | | | | perf/x86: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filtersStephane Eranian2012-03-053-3/+104
| | * | | | | | | perf/x86: Sync branch stack sampling with precise_samplingStephane Eranian2012-03-051-0/+60
| | * | | | | | | perf/x86: Add Intel LBR sharing logicStephane Eranian2012-03-053-26/+52
| | * | | | | | | perf/x86: Add Intel LBR MSR definitionsStephane Eranian2012-03-051-9/+9
| | * | | | | | | perf: Add generic taken branch sampling supportStephane Eranian2012-03-051-8/+13
| * | | | | | | | perf/x86: Prettify pmu config literalsPeter Zijlstra2012-03-122-7/+37
| * | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-121-8/+9
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | x86/kprobes: Split out optprobe related code to kprobes-opt.cMasami Hiramatsu2012-03-064-594/+646
| * | | | | | | | x86/kprobes: Fix a bug which can modify kernel code permanentlyMasami Hiramatsu2012-03-061-18/+15
| * | | | | | | | x86/kprobes: Fix instruction recovery on optimized pathMasami Hiramatsu2012-03-061-43/+97
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-0512-97/+123
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-242-4/+4
| * | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-171-12/+12
| |\ \ \ \ \ \ \
| | * | | | | | | x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2012-02-131-12/+12
| * | | | | | | | x86/sched/perf/AMD: Set sched_clock_stableBorislav Petkov2012-02-071-0/+3
| * | | | | | | | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-066-20/+31
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-311-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-272-0/+90
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
OpenPOWER on IntegriCloud