summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-224-39/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | xen: update mask_rw_pte after kernel page tables init changesStefano Stabellini2011-03-191-3/+5
| * | | | xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini2011-03-191-6/+7
| * | | | x86: Cleanup highmap after brk is concludedYinghai Lu2011-03-193-30/+9
* | | | | introduce sys_syncfs to sync a single file systemSage Weil2011-03-214-1/+6
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-03-181-9/+6
|\ \ \ \ \
| * | | | | PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDsSeth Heasley2011-02-081-9/+6
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-1860-227/+224
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li2011-03-182-10/+4
| * | | | | x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-189-30/+33
| * | | | | x86: Clean up csum-copy_64.S a bitIngo Molnar2011-03-181-120/+120
| * | | | | x86: Fix common misspellingsLucas De Marchi2011-03-1850-67/+67
| * | | | | Merge branch 'linus' into x86/urgentIngo Molnar2011-03-18142-3070/+5035
| |\ \ \ \ \
| * | | | | | x86: Use PentiumPro-optimized partial_csum() on VIA C7Jon Nettleton2011-03-171-1/+1
* | | | | | | 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
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-182-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-02-1564-666/+1262
| |\ \ \ \ \ \ \
| * | | | | | | | x86: Fix printk typo WARINGPaul Bolle2011-02-111-1/+1
| * | | | | | | | Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
OpenPOWER on IntegriCloud