summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86, amd: Disable GartTlbWlkErr when BIOS forgets itJoerg Roedel2011-04-151-0/+19
* x86, NUMA: Fix fakenuma boot failureKOSAKI Motohiro2011-04-151-0/+23
*-. Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds2011-04-071-0/+5
|\ \
| * | x86, hibernate: Initialize mmu_cr4_features during bootH. Peter Anvin2011-04-061-0/+5
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-04-047-6/+30
|\ \ \ | |/ /
| * | x86, UV: Fix kdump rebootCliff Wickman2011-03-311-0/+9
| * | x86, amd-nb: Rename CPU PCI id define for F4Borislav Petkov2011-03-311-1/+1
| * | x86, mtrr, pat: Fix one cpu getting out of sync during resumeSuresh Siddha2011-03-291-5/+15
| * | x86, microcode: Unregister syscore_ops after microcode unloadedXiaotian Feng2011-03-291-0/+1
| * | x86: Stop including <linux/delay.h> in two asm header filesJean Delvare2011-03-294-0/+4
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-041-1/+1
|\ \ \ | |_|/ |/| |
| * | rcu: create new rcu_access_index() and use in mcePaul E. McKenney2011-04-011-1/+1
| |/
* | x86: apb_timer: Fixup genirq falloutThomas Gleixner2011-03-301-1/+1
|/
* Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2011-03-259-200/+116
|\
| * x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-239-200/+116
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-03-251-2/+2
|\ \
| * | kgdb,x86_64: fix compile warning found with sparseJason Wessel2011-03-251-2/+2
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-252-3/+9
|\ \ \
| * | | perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar2011-03-251-2/+7
| * | | perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflowsDon Zickus2011-03-241-0/+1
| * | | perf, x86: Fix Intel fixed counters base initializationStephane Eranian2011-03-191-1/+1
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-251-1/+1
|\ \ \ \
| * | | | x86, dumpstack: Use %pB format specifier for stack traceNamhyung Kim2011-03-241-1/+1
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-252-8/+6
|\ \ \ \ \
| * | | | | x86: DT: Cleanup namespace and call irq_set_irq_type() unconditionalThomas Gleixner2011-03-241-3/+1
| * | | | | x86: DT: Fix return condition in irq_create_of_mapping()Thomas Gleixner2011-03-241-1/+1
| * | | | | x86, mpparse: Move check_slot into CONFIG_X86_IO_APIC contextRakib Mullick2011-03-221-4/+4
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-03-243-25/+31
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into releaseLen Brown2011-03-2398-1508/+2548
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge commit 'v2.6.38' into releaseLen Brown2011-03-234-11/+18
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'apei-release' into releaseLen Brown2011-03-221-16/+26
| |\ \ \ \ \ \
| | * | | | | | ACPI, APEI, Add ERST record ID cacheHuang Ying2011-03-211-16/+26
| * | | | | | | Merge branch 'acpica' into releaseLen Brown2011-03-184-14/+26
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki2011-02-242-2/+5
| * | | | | | | ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki2011-02-241-8/+0
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson2011-03-231-0/+8
* | | | | | | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-234-28/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-221-1/+2
* | | | | | | | move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-10/+0
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-222-25/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | x86: Cleanup highmap after brk is concludedYinghai Lu2011-03-192-25/+3
* | | | | | | introduce sys_syncfs to sync a single file systemSage Weil2011-03-211-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-1830-60/+63
|\ \ \ \ \ \ | |/ / / / /
| * | | | | x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-186-25/+28
| * | | | | x86: Fix common misspellingsLucas De Marchi2011-03-1825-35/+35
| * | | | | Merge branch 'linus' into x86/urgentIngo Molnar2011-03-1858-1132/+2061
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-182-67/+47
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming2011-03-162-50/+47
| * | | | | | perf, x86: Clean up SandyBridge PEBS eventsLin Ming2011-03-161-22/+5
| | |/ / / / | |/| | | |