summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-058-34/+18
|\
| * x86: Fix a section mismatch in arch/x86/kernel/setup.cHelight.Xu2009-11-301-2/+2
| * x86: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-181-3/+3
| * x86: Remove BKL from apm_32Thomas Gleixner2009-10-141-8/+6
| * x86: Remove BKL from microcodeThomas Gleixner2009-10-141-2/+0
| * x86: use kernel_stack_pointer() in kprobes.cH. Peter Anvin2009-10-121-13/+1
| * x86: use kernel_stack_pointer() in kgdb.cH. Peter Anvin2009-10-121-2/+1
| * x86: use kernel_stack_pointer() in dumpstack.cH. Peter Anvin2009-10-121-3/+4
| * x86: use kernel_stack_pointer() in process_32.cH. Peter Anvin2009-10-121-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-0516-354/+302
|\ \
| * | x86/alternatives: No need for alternatives-asm.h to re-invent stuff already i...Jan Beulich2009-12-021-7/+3
| * | x86/alternatives: Check replacementlen <= instrlen at build timeJan Beulich2009-12-021-0/+1
| * | x86, 64-bit: Set data segments to null after switching to 64-bit modeBrian Gerst2009-11-261-2/+2
| * | x86: Clean up the loadsegment() macroIngo Molnar2009-11-261-13/+15
| * | x86: Optimize loadsegment()Brian Gerst2009-11-261-7/+8
| * | x86: Add missing might_fault() checks to copy_{to,from}_user()Frederic Weisbecker2009-11-163-4/+12
| * | x86-64: __copy_from_user_inatomic() adjustmentsJan Beulich2009-11-153-9/+5
| * | x86: Remove unused thread_return label from switch_to()Masami Hiramatsu2009-11-081-2/+0
| * | x86, 64-bit: Fix bstep_iret jumpBrian Gerst2009-11-031-1/+1
| * | x86: Don't use the strict copy checks when branch profiling is in useArjan van de Ven2009-10-121-1/+1
| * | x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst2009-10-123-35/+8
| * | x86: Generate cmpxchg build failuresPeter Zijlstra2009-10-092-275/+177
| * | x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven2009-10-022-1/+17
| * | x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven2009-10-012-3/+15
| * | x86: Use __builtin_memset and __builtin_memcpy for memset/memcpyArjan van de Ven2009-09-281-0/+9
| * | x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven2009-09-265-7/+41
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-0525-415/+796
|\ \ \
| * | | x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson2009-12-031-1/+1
| * | | x86: Remove unnecessary mdelay() from cpu_disable_common()Suresh Siddha2009-12-021-9/+0
| * | | x86, ioapic: Document another case when level irq is seen as an edgeSuresh Siddha2009-12-021-1/+20
| * | | x86, ioapic: Fix the EOI register detection mechanismSuresh Siddha2009-12-021-54/+61
| * | | x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrati...Maciej W. Rozycki2009-12-021-14/+14
| * | | x86: SGI UV: Map low MMR rangesJack Steiner2009-11-261-0/+8
| * | | x86: apic: Print out SRAT table APIC id in hexYinghai Lu2009-11-231-2/+2
| * | | x86: Re-get cfg_new in case reuse/move irq_descYinghai Lu2009-11-231-0/+1
| * | | x86: apic: Remove not needed #ifdefYinghai Lu2009-11-231-6/+3
| * | | x86: io-apic: IO-APIC MMIO should not fail on resource insertionCyrill Gorcunov2009-11-162-6/+11
| * | | x86: Remove asm/apicnum.hDimitri Sivanich2009-11-101-12/+0
| * | | x86: apic: Do not use stacked physid_mask_tCyrill Gorcunov2009-11-1010-73/+50
| * | | x86, apic: Get rid of apicid_to_cpu_present assign on 64-bitCyrill Gorcunov2009-11-081-0/+5
| * | | x86, ioapic: Use snrpintf while set names for IO-APIC resoursesCyrill Gorcunov2009-11-081-1/+1
| * | | x86, apic: Use PAGE_SIZE instead of numbersCyrill Gorcunov2009-11-081-1/+1
| * | | x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs()Suresh Siddha2009-11-021-4/+28
| * | | x86: Use EOI register in io-apic on intel platformsSuresh Siddha2009-11-021-27/+54
| * | | x86: Force irq complete move during cpu offlineSuresh Siddha2009-11-023-3/+23
| * | | x86: Remove move_cleanup_count from irq_cfgSuresh Siddha2009-11-022-9/+1
| * | | x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remappingSuresh Siddha2009-11-021-2/+2
| * | | x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha2009-11-023-103/+59
| * | | x86, apic: Clear APIC Timer Initial Count Register on shutdownAndreas Herrmann2009-10-271-1/+1
| * | | x86: apic: Allow noop operations to be called almost at any timeCyrill Gorcunov2009-10-152-47/+59
OpenPOWER on IntegriCloud