summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platformJack Steiner2011-06-031-1/+2
| * | | | | | | | | | | | x86, UV: Clean up uv_mmrs.hJack Steiner2011-05-301-1281/+1608
* | | | | | | | | | | | | Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-222-51/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86: Kill handle_signal()->set_fs()Oleg Nesterov2011-07-141-9/+0
| * | | | | | | | | | | | | x86, do_signal: Simplify the TS_RESTORE_SIGMASK logicOleg Nesterov2011-07-141-19/+10
| * | | | | | | | | | | | | x86, signals: Convert the X86_32 code to use set_current_blocked()Oleg Nesterov2011-07-141-10/+8
| * | | | | | | | | | | | | x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov2011-07-141-13/+9
* | | | | | | | | | | | | | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-223-6/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo2011-07-121-0/+15
| * | | | | | | | | | | | | | x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo2011-07-122-6/+6
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-136/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86, mtrr: Use pci_dev->revisionSergei Shtylyov2011-07-021-8/+5
| * | | | | | | | | | | | | | x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha2011-06-271-151/+41
| * | | | | | | | | | | | | | x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-06-271-0/+23
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-07-221-10/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86, microcode, AMD: Fix section header size checkBorislav Petkov2011-06-161-7/+8
| * | | | | | | | | | | | | | x86, microcode, AMD: Correct buf referencesBorislav Petkov2011-06-151-3/+3
* | | | | | | | | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-229-236/+251
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86, mce: Use mce_sysdev_ prefix to group functionsHidetoshi Seto2011-06-163-35/+39
| * | | | | | | | | | | | | | | x86, mce: Use mce_chrdev_ prefix to group functionsHidetoshi Seto2011-06-161-36/+41
| * | | | | | | | | | | | | | | x86, mce: Cleanup mce_read()Hidetoshi Seto2011-06-161-12/+11
| * | | | | | | | | | | | | | | x86, mce: Cleanup mce_create()/remove_device()Hidetoshi Seto2011-06-161-13/+14
| * | | | | | | | | | | | | | | x86, mce: Check the result of ancient_init()Hidetoshi Seto2011-06-161-3/+9
| * | | | | | | | | | | | | | | x86, mce: Introduce mce_gather_info()Hidetoshi Seto2011-06-161-23/+27
| * | | | | | | | | | | | | | | x86, mce: Replace MCM_ with MCI_MISC_Hidetoshi Seto2011-06-162-8/+13
| * | | | | | | | | | | | | | | x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto2011-06-166-59/+6
| * | | | | | | | | | | | | | | x86, mce, severity: Clean up trivial coding style problemsHidetoshi Seto2011-06-161-20/+19
| * | | | | | | | | | | | | | | x86, mce, severity: Cleanup severity tableHidetoshi Seto2011-06-161-69/+58
| * | | | | | | | | | | | | | | x86, mce, severity: Make formatting a bit more readableHidetoshi Seto2011-06-161-30/+88
| * | | | | | | | | | | | | | | x86, mce, severity: Fix two severities table signaturesTony Luck2011-06-161-3/+1
* | | | | | | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-221-2/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86, efi: Properly pre-initialize table pointersJan Beulich2011-07-051-1/+11
| * | | | | | | | | | | | | | | | x86, efi: Add infrastructure for UEFI 2.0 runtime servicesMatthew Garrett2011-06-061-0/+37
| * | | | | | | | | | | | | | | | x86, efi: Fix argument types for SetVariable()Matthew Garrett2011-06-061-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-222-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown2011-07-151-5/+5
| * | | | | | | | | | | | | | | | x86, msr: Fix typo in ENERGY_PERF_BIAS_POWERSAVEH. Peter Anvin2011-07-141-1/+1
| * | | | | | | | | | | | | | | | x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown2011-07-142-0/+21
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-222-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86, smpboot: Mark the names[] array in __inquire_remote_apic() as constGreg Dietsche2011-07-211-1/+1
| * | | | | | | | | | | | | | | | x86: Convert vmalloc()+memset() to vzalloc()Joe Perches2011-05-281-2/+1
* | | | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-2217-324/+263
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | x86: Fix write lock scalability 64-bit issueJan Beulich2011-07-216-28/+73
| * | | | | | | | | | | | | | | | x86: Unify rwsem assembly implementationJan Beulich2011-07-215-100/+62
| * | | | | | | | | | | | | | | | x86: Unify rwlock assembly implementationJan Beulich2011-07-216-90/+56
| * | | | | | | | | | | | | | | | x86, asm: Fix binutils 2.16 issue with __USER32_CSBorislav Petkov2011-06-031-1/+1
| * | | | | | | | | | | | | | | | x86, asm: Cleanup thunk_64.SBorislav Petkov2011-06-031-27/+19
| * | | | | | | | | | | | | | | | x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov2011-06-033-17/+12
| * | | | | | | | | | | | | | | | x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov2011-06-033-9/+7
| * | | | | | | | | | | | | | | | x86, asm: Thin down SAVE/RESTORE_* asm macrosBorislav Petkov2011-06-031-60/+41
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
OpenPOWER on IntegriCloud