aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootmem-v3Linus Torvalds4-16/+80
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu1-2/+26
2008-04-26x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu3-12/+46
2008-04-26x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu1-2/+8
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3Linus Torvalds8-250/+17
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootparamLinus Torvalds5-6/+229
2008-04-26x86, boot: export linked list of struct setup_data via debugfsHuang, Ying2-5/+160
2008-04-26x86, boot: add linked list of struct setup_dataHuang, Ying3-1/+47
2008-04-26x86, boot: add free_early to early reservation machanismHuang, Ying1-0/+22
2008-04-26x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi1-0/+31
2008-04-26x86, bitops: select the generic bitmap search functionsAlexander van Heukelum4-22/+5
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum6-112/+10
2008-04-26x86: switch 64-bit to generic find_first_bitAlexander van Heukelum2-1/+3
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum1-0/+3
2008-04-26x86: merge the simple bitops and move them to bitops.hAlexander van Heukelum1-1/+1
2008-04-26x86, uml: fix uml with generic find_next_bit for x86Alexander van Heukelum2-0/+8
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum4-139/+4
2008-04-26uml: Kconfig cleanupIngo Molnar1-0/+7
2008-04-26uml: fix build errorIngo Molnar1-0/+1
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixesLinus Torvalds1-1/+1
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-optimized-inliningLinus Torvalds4-0/+18
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-miscLinus Torvalds34-282/+107
2008-04-26x86 PAT: decouple from nonpromisc devmemIngo Molnar1-2/+2
2008-04-26generic: make optimized inlining arch-opt-inIngo Molnar1-0/+3
2008-04-26x86: add optimized inliningIngo Molnar3-0/+15
2008-04-26x86: section mismatch fixes, #3Jacek Luczak1-1/+1
2008-04-26x86: unlock_ExtINT_logic() - fix section mismatch warningsJacek Luczak1-1/+1
2008-04-26x86: uniq_ioapic_id - fix section mismatch warningJacek Luczak1-1/+1
2008-04-26x86: trampoline_32.S - switch to .cpuinit.dataJacek Luczak1-1/+1
2008-04-26x86: use get_bios_ebda()Akinobu Mita3-8/+6
2008-04-26x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita1-0/+1
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita5-11/+11
2008-04-26x86: cleanup div_sc() usageAkinobu Mita5-5/+9
2008-04-26x86: cleanup clocksource_hz2mult usageAkinobu Mita1-1/+2
2008-04-26x86: remove unnecessary memset and NULL check after alloc_bootmem()Akinobu Mita1-4/+0
2008-04-26x86: use bitmap library for pin_programmedAkinobu Mita1-9/+5
2008-04-26x86: use MP_intsrc_info()Akinobu Mita1-17/+2
2008-04-26x86: use BUILD_BUG_ON() for the size of struct intel_mp_floatingAkinobu Mita1-3/+1
2008-04-26x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath2-60/+9
2008-04-26x86_64 ia32 ptrace: use compat_ptrace_request for siginfoRoland McGrath1-29/+1
2008-04-26x86 signals: lift set_fsRoland McGrath2-8/+7
2008-04-26x86 signals: lift flags diddling codeRoland McGrath3-30/+30
2008-04-26x86: remove NexGen supportDmitri Vorobiev4-65/+5
2008-04-26x86: array can become staticDmitri Vorobiev1-1/+1
2008-04-26x86: remove unused function amd_init_cpu()Dmitri Vorobiev1-6/+0
2008-04-26x86-64: extend MCE CPU quirk handlingJan Beulich1-8/+10
2008-04-26i386: fix signal type for iret exceptionJan Beulich1-1/+1
2008-04-26x86: fix watchdog ops for CoreDuoJan Beulich1-12/+2
2008-04-26i386: fix asm constraint in do_IRQ()Jan Beulich1-1/+1
2008-04-26x86 PAT: decouple from nonpromisc devmemIngo Molnar1-2/+2