summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha2011-05-202-97/+31
| * | | | | | x86, ioapic: Allocate ioapic_saved_data earlySuresh Siddha2011-05-201-14/+13
| * | | | | | x86, ioapic: Fix potential resume deadlockDaniel J Blueman2011-05-201-2/+2
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-231-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines2011-05-231-2/+2
| |/ / / / /
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-233-8/+8
|\ \ \ \ \ \
| * | | | | | x86: Eliminate various 'set but not used' warningsGustavo F. Padovan2011-05-212-5/+2
| * | | | | | x86, SMEP: Fix section mismatch warningsFenghua Yu2011-05-211-2/+2
| * | | | | | x86, amd: Use _safe() msr access for GartTlbWlk disable codeRoedel, Joerg2011-05-201-3/+6
| |/ / / / /
* | | | | | x86: setup_smep needs to be __cpuinitLinus Torvalds2011-05-231-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-0/+1
|\ \ \ \ \ \
| * | | | | | net: Add sendmmsg socket system callAnton Blanchard2011-05-051-0/+1
* | | | | | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-201-9/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | x86: signal: sys_rt_sigreturn() should use set_current_blocked()Oleg Nesterov2011-04-281-4/+1
| * | | | | | x86: signal: handle_signal() should use set_current_blocked()Oleg Nesterov2011-04-281-5/+4
* | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-201-1/+0
|\ \ \ \ \ \ \
| * | | | | | | sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-141-1/+0
* | | | | | | | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-201-0/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, cpu: Enable/disable Supervisor Mode Execution ProtectionFenghua Yu2011-05-181-0/+23
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git....Linus Torvalds2011-05-201-1/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Reorder reboot method preferencesMatthew Garrett2011-04-061-1/+23
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-204-3/+103
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Introduce pci_map_biosrom()Dan Williams2011-03-154-3/+103
* | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-2011-68/+30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86-32, NUMA: Update numaq to use new NUMA init protocolTejun Heo2011-05-021-18/+10
| * | | | | | | | | | | x86-32, NUMA: use sparse_memory_present_with_active_regions()Tejun Heo2011-05-021-2/+0
| * | | | | | | | | | | x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo2011-05-026-36/+3
| * | | | | | | | | | | x86-32, NUMA: Automatically set apicid -> node in setup_local_APIC()Tejun Heo2011-05-021-0/+10
| * | | | | | | | | | | Merge branch 'x86/urgent' into x86-mmTejun Heo2011-05-0211-29/+126
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/numa' into x86-mmTejun Heo2011-05-029-11/+31
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86-32, numa: Calculate remap size in common codeTejun Heo2011-04-071-4/+0
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86, mpparse: Put check_slot() into .init sectionRakib Mullick2011-04-041-1/+1
| * | | | | | | | | | | | Merge branch 'x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Ingo Molnar2011-04-044-9/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86: Use this_cpu_has for thermal_interrupt current cpuChristoph Lameter2011-03-291-4/+3
| | * | | | | | | | | | | | x86: A fast way to check capabilities of the current cpuChristoph Lameter2011-03-293-5/+5
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus'...Linus Torvalds2011-05-204-38/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | x86, mce: Drop the default decoding notifierBorislav Petkov2011-04-211-17/+7
| | | | * | | | | | | | | | | | | x86, MCE: Do not taint when handling correctable errorsBorislav Petkov2011-04-192-4/+0
| | | | | |_|_|_|_|_|_|/ / / / / | | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | | x86: Don't unmask disabled irqs when migrating themTian, Kevin2011-05-191-1/+2
| | | * | | | | | | | | | | | | x86: Skip migrating IRQF_PER_CPU irqs in fixup_irqs()Tian, Kevin2011-05-191-1/+1
| | * | | | | | | | | | | | | | x86, gart: Don't enforce GART aperture lower-bound by alignmentJoerg Roedel2011-04-181-15/+19
* | | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-05-206-113/+126
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86, cpu: Fix detection of Celeron Covington stepping A1 and B0Ondrej Zary2011-05-161-6/+4
| * | | | | | | | | | | | | | | | x86, AMD, cacheinfo: Fix L3 cache index disable checksFrank Arnold2011-05-161-15/+4
| * | | | | | | | | | | | | | | | x86, AMD, cacheinfo: Fix fallout caused by max3 conversionBorislav Petkov2011-05-161-1/+0
| * | | | | | | | | | | | | | | | x86, cpu: Change NOP selection for certain Intel CPUsH. Peter Anvin2011-04-191-1/+13
| * | | | | | | | | | | | | | | | x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin2011-04-194-91/+106
| * | | | | | | | | | | | | | | | x86, cpu: Move AMD Elan Kconfig under "Processor family"Ian Campbell2011-04-081-2/+2
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Linus Torvalds2011-05-202-18/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.39-rc6' into x86/cleanupsIngo Molnar2011-05-0735-310/+338
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | |