aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-03-282-3/+16
|\
| * crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...Tadeusz Struk2011-03-272-3/+16
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-03-271-12/+11
|\ \
| * | mfd: OLPC: Clean up names to match what OLPC actually usesDaniel Drake2011-03-271-6/+6
| * | mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to itAndres Salomon2011-03-271-6/+5
| |/
* | percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter2011-03-272-8/+16
|/
* Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2011-03-2511-232/+129
|\
| * Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki2011-03-231-0/+1
| * x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-2310-232/+128
* | 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-244-28/+33
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into releaseLen Brown2011-03-23227-3981/+6249
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge commit 'v2.6.38' into releaseLen Brown2011-03-2318-55/+75
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | 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-187-15/+30
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki2011-02-243-4/+7
| * | | | | | | ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki2011-02-242-10/+1
* | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-03-241-22/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" partAndres Salomon2011-03-231-2/+2
| * | | | | | | | mfd: Add sharing for cs5535 acpi/pms cellsAndres Salomon2011-03-231-22/+20
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-235-15/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-232-5/+5
| * | | | | | | | mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-232-4/+4
| * | | | | | | | mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-232-8/+9
| * | | | | | | | x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson2011-03-232-0/+9
| * | | | | | | | x86: add context tag to mark mm when running a task in 32-bit compatibility modeStephen Wilson2011-03-231-0/+6
* | | | | | | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-234-28/+1
* | | | | | | | | remove dma64_addr_tFUJITA Tomonori2011-03-231-8/+0
* | | | | | | | | rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine2011-03-231-0/+10
* | | | | | | | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-2/+0
* | | | | | | | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | | | | | | | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | x86: allow CONFIG_ISA_DMA_API to be disabledDavid Rientjes2011-03-222-4/+12
* | | | | | | | x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-221-1/+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
* | | | | | | | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-8/+0
* | | | | | | | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+8