summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-298-26/+32
|\
| * x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline paramLen Brown2011-05-291-0/+1
| * x86 idle: deprecate "no-hlt" cmdline paramLen Brown2011-05-291-0/+1
| * x86 idle APM: deprecate CONFIG_APM_CPU_IDLELen Brown2011-05-291-0/+2
| * x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands itLen Brown2011-05-291-1/+3
| * x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-296-25/+25
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-2815-1194/+2283
|\ \
| * | x86, asm: Clean up desc.h a bitIngo Molnar2011-05-271-76/+76
| * | x86, amd: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky2011-05-261-2/+5
| * | x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro2011-05-261-15/+20
| * | Merge branch 'linus' into x86/urgentIngo Molnar2011-05-269-51/+20
| |\ \
| * | | x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett2011-05-253-3/+54
| * | | x86: Remove unnecessary check in detect_ht()Nikhil P Rao2011-05-251-7/+0
| * | | x86: Reorder mm_context_t to remove x86_64 alignment padding and thus shrink ...Richard Kennedy2011-05-251-2/+2
| * | | x86, UV: Clean up uv_tlb.cCliff Wickman2011-05-252-899/+1099
| * | | x86, UV: Add support for SGI UV2 hub chipJack Steiner2011-05-256-238/+1075
| * | | x86, cpufeature: Update CPU feature RDRND to RDRANDKees Cook2011-05-241-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-282-47/+60
|\ \ \ \
| * \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-271-6/+6
| |\ \ \ \
| | * | | | x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick2011-05-251-6/+6
| * | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-05-271-41/+54
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | oprofile, x86: Enable preemption during pci device setup in IBS initRobert Richter2011-05-201-41/+54
* | | | | | Merge branch 'setns'Linus Torvalds2011-05-284-1/+6
|\ \ \ \ \ \
| * | | | | | ns: Wire up the setns system callEric W. Biederman2011-05-284-1/+6
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-272-7/+0
|\ \ \ \ \ \
| * | | | | | PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-242-7/+0
* | | | | | | Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-262-271/+50
|\ \ \ \ \ \ \
| * | | | | | | xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge2011-05-201-0/+2
| * | | | | | | Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * | | | | | | Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * | | | | | | xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge2011-05-201-138/+0
| * | | | | | | xen: use normal virt_to_machine for ptesJeremy Fitzhardinge2011-05-201-5/+5
| * | | | | | | xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge2011-05-202-60/+23
| * | | | | | | xen: condense everything onto xen_set_pteJeremy Fitzhardinge2011-05-201-46/+27
| * | | | | | | xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge2011-05-201-15/+11
| * | | | | | | xen: drop all the special iomap pte paths.Jeremy Fitzhardinge2011-05-201-25/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-1/+0
* | | | | | | kgdbts: unify/generalize gdb breakpoint adjustmentMike Frysinger2011-05-261-0/+1
* | | | | | | x86: convert to asm-generic ptrace.hMike Frysinger2011-05-261-13/+5
* | | | | | | cgroup: remove the ns_cgroupDaniel Lezcano2011-05-262-2/+0
* | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-2618-185/+202
|\ \ \ \ \ \ \
| * | | | | | | x86: vdso: Remove unused variableThomas Gleixner2011-05-261-1/+1
| * | | | | | | x86-64: Optimize vDSO time()Andy Lutomirski2011-05-241-6/+2
| * | | | | | | x86-64: Add time to vDSOAndy Lutomirski2011-05-242-1/+36
| * | | | | | | x86-64: Turn off -pg and turn on -foptimize-sibling-calls for vDSOAndy Lutomirski2011-05-241-1/+14
| * | | | | | | x86-64: Move vread_tsc into a new file with sensible optionsAndy Lutomirski2011-05-244-37/+45
| * | | | | | | x86-64: Vclock_gettime(CLOCK_MONOTONIC) can't ever see nsec < 0Andy Lutomirski2011-05-241-18/+22
| * | | | | | | x86-64: Don't generate cmov in vread_tscAndy Lutomirski2011-05-241-2/+16
| * | | | | | | x86-64: Remove unnecessary barrier in vread_tscAndy Lutomirski2011-05-241-4/+5
| * | | | | | | x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski2011-05-2415-145/+91
OpenPOWER on IntegriCloud