aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds11-232/+129
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-2/+2
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+9
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-03-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-8/+6
2011-03-25kgdb,x86_64: fix compile warning found with sparseJason Wessel1-2/+2
2011-03-25perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar1-2/+7
2011-03-24x86: DT: Cleanup namespace and call irq_set_irq_type() unconditionalThomas Gleixner1-3/+1
2011-03-24x86: DT: Fix return condition in irq_create_of_mapping()Thomas Gleixner1-1/+1
2011-03-24perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflowsDon Zickus1-0/+1
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds4-28/+33
2011-03-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-22/+20
2011-03-24x86, dumpstack: Use %pB format specifier for stack traceNamhyung Kim1-1/+1
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds5-15/+31
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfnOlaf Hering4-28/+1
2011-03-23remove dma64_addr_tFUJITA Tomonori1-8/+0
2011-03-23rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine1-0/+10
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-2/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-23Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki1-0/+1
2011-03-23x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki10-232/+128
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2-5/+5
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2-4/+4
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2-8/+9
2011-03-23x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson2-0/+9
2011-03-23x86: add context tag to mark mm when running a task in 32-bit compatibility modeStephen Wilson1-0/+6
2011-03-23mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" partAndres Salomon1-2/+2
2011-03-23mfd: Add sharing for cs5535 acpi/pms cellsAndres Salomon1-22/+20
2011-03-23Merge branch 'linus' into releaseLen Brown227-3981/+6249
2011-03-23Merge commit 'v2.6.38' into releaseLen Brown18-55/+75
2011-03-22x86: allow CONFIG_ISA_DMA_API to be disabledDavid Rientjes2-4/+12
2011-03-22x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabledDavid Rientjes1-1/+1
2011-03-22x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes1-1/+2
2011-03-22move x86 specific oops=panic to generic codeOlaf Hering1-10/+0
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-8/+0
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-2/+8
2011-03-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-39/+21
2011-03-22x86, mpparse: Move check_slot into CONFIG_X86_IO_APIC contextRakib Mullick1-4/+4
2011-03-22Merge branch 'apei-release' into releaseLen Brown1-16/+26
2011-03-21ACPI, APEI, Add ERST record ID cacheHuang Ying1-16/+26
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil4-1/+6
2011-03-19xen: update mask_rw_pte after kernel page tables init changesStefano Stabellini1-3/+5
2011-03-19xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini1-6/+7
2011-03-19x86: Cleanup highmap after brk is concludedYinghai Lu3-30/+9
2011-03-19perf, x86: Fix Intel fixed counters base initializationStephane Eranian1-1/+1
2011-03-18Merge branch 'acpica' into releaseLen Brown7-15/+30
2011-03-18Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-9/+6
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds60-227/+224
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-67/+47