aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* crypto: aesni-intel - Fixed build error on x86-32Mathias Krause2010-11-292-14/+17
* crypto: aesni-intel - Ported implementation to x86-32Mathias Krause2010-11-272-35/+184
* crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New InstructionsTadeusz Struk2010-11-132-2/+1708
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-276-138/+271
|\
| * Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro...Ingo Molnar2010-10-254-46/+100
| |\
| | * Merge branch 'oprofile/core' into oprofile/x86Robert Richter2010-10-25115-3671/+2945
| | |\
| | * | oprofile, x86: Add support for IBS periodic op counter extensionRobert Richter2010-10-152-12/+29
| | * | oprofile, x86: Add support for IBS branch target address reportingRobert Richter2010-10-152-6/+21
| | * | oprofile, x86: Introduce struct ibs_stateRobert Richter2010-10-151-11/+18
| | * | oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNTRobert Richter2010-10-151-2/+1
| | * | oprofile, x86: Check IBS capability bits 1 and 2Robert Richter2010-10-151-21/+38
| | * | oprofile, x86: Add support for AMD family 14hRobert Richter2010-10-151-0/+3
| | * | oprofile, x86: Add support for AMD family 12hRobert Richter2010-10-151-0/+3
| * | | x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar2010-10-251-15/+11
| * | | perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra2010-10-221-3/+6
| * | | perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra2010-10-222-12/+6
| * | | perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra2010-10-222-16/+47
| * | | perf, x86: Fixup the precise_ip computationPeter Zijlstra2010-10-221-4/+5
| * | | perf, x86: Extract DS alloc/free functionsPeter Zijlstra2010-10-221-14/+26
| * | | perf, x86: Extract PEBS/BTS allocation functionsPeter Zijlstra2010-10-221-34/+56
| * | | perf, x86: Extract PEBS/BTS buffer free routinesPeter Zijlstra2010-10-221-5/+25
* | | | Merge branch 'akpm-incoming-2'Linus Torvalds2010-10-275-13/+12
|\ \ \ \
| * | | | Remove duplicate includes from many filesZimny Lech2010-10-272-2/+0
| * | | | ptrace: cleanup arch_ptrace() on x86Namhyung Kim2010-10-271-6/+4
| * | | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-3/+4
| * | | | mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-272-2/+4
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-2711-33/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86-32: Allocate irq stacks seperate from percpu areaBrian Gerst2010-10-273-13/+2
| * | | | x86-32, mm: Remove duplicated #includeBorislav Petkov2010-10-251-1/+0
| * | | | Merge branch 'linus' into x86/urgentIngo Molnar2010-10-25207-6641/+8258
| |\ \ \ \
| * | | | | x86, printk: Get rid of <0> from stack outputJiri Slaby2010-10-232-7/+7
| * | | | | x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria2010-10-215-13/+21
| * | | | | x86/vsmp: Eliminate kconfig dependency warningRandy Dunlap2010-10-141-0/+1
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds2010-10-268-97/+576
|\ \ \ \ \ \ \
| | * | | | | | xen: include xen/xen.h for definition of xen_initial_domain()Ian Campbell2010-10-251-0/+1
| | * | | | | | xen: use host E820 map for dom0Ian Campbell2010-10-221-2/+7
| | * | | | | | xen: correctly rebuild mfn list list after migration.Ian Campbell2010-10-221-13/+37
| | * | | | | | xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge2010-10-221-9/+14
| | * | | | | | xen: add support for PATJeremy Fitzhardinge2010-10-223-3/+57
| | * | | | | | xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge2010-10-223-4/+7
| | * | | | | | xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge2010-10-221-0/+32
| | * | | | | | xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge2010-10-221-3/+4
| | * | | | | | xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge2010-10-221-1/+2
| | * | | | | | xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge2010-10-221-2/+27
| | * | | | | | xen: Use host-provided E820 mapIan Campbell2010-10-221-2/+36
| | * | | | | | xen: don't map missing memoryJeremy Fitzhardinge2010-10-222-2/+22
| | * | | | | | xen: defer building p2m mfn structures until kernel is mappedJeremy Fitzhardinge2010-10-222-3/+3
| | * | | | | | xen: add return value to set_phys_to_machine()Jeremy Fitzhardinge2010-10-222-6/+9
| | * | | | | | xen: convert p2m to a 3 level treeJeremy Fitzhardinge2010-10-222-83/+246
| | * | | | | | xen: make install_p2mtop_page() staticJeremy Fitzhardinge2010-10-222-3/+2