summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-04-27sparc64: Fix accidental syscall restart on child return from clone/fork/vfork.David S. Miller1-0/+6
2008-04-27sparc64: Clean up handling of pt_regs trap type encoding.David S. Miller1-4/+3
2008-04-27sparc: Remove old style signal frame support.David S. Miller6-521/+44
2008-04-27sparc64: Kill bogus RT_ALIGNEDSZ macro from signal.cDavid S. Miller1-4/+1
2008-04-26sparc64: Kill unused local ISA bus layer.David S. Miller4-196/+1
2008-04-26sparc64: Do not ignore 'pmu' device ranges.David S. Miller1-6/+0
2008-04-26sparc64: Kill CONFIG_SPARC32_COMPATDavid S. Miller5-28/+16
2008-04-26sparc64: Cleanups and corrections for arch/sparc64/KconfigDavid S. Miller1-65/+17
2008-04-26sparc64: Fix wedged irq regression.David S. Miller1-1/+2
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus 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...Linus Torvalds8-250/+17
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus 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...Linus Torvalds1-1/+1
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds4-0/+18
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus 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