summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-03-29Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar6-39/+27
2009-03-25Revert "x86: don't compile vsmp_64 for 32bit"Ravikiran G Thirumalai4-4/+14
2009-03-25x86: Correct behaviour of irq affinityRusty Russell1-2/+3
2009-03-25x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safeWang Chen1-1/+1
2009-03-25x86: use default_cpu_mask_to_apicid for 64bitYinghai Lu2-26/+12
2009-03-25x86: fix set_extra_move_desc callingYinghai Lu1-1/+2
2009-03-24Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar5-38/+26
2009-03-24Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar44-2173/+1555
2009-03-24x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh1-0/+3
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-25/+11
2009-03-23x86/dmi: fix dmi_alloc() section mismatchesJeremy Fitzhardinge1-1/+4
2009-03-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds1-0/+9
2009-03-23powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machinesKumar Gala1-0/+9
2009-03-23x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput2-6/+6
2009-03-22x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput1-5/+4
2009-03-22x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts togetherJaswinder Singh Rajput1-9/+6
2009-03-22x86: irq.c use same path for show_interruptsJaswinder Singh Rajput1-8/+0
2009-03-22x86: cpu/cpu.h cleanupJaswinder Singh Rajput1-10/+10
2009-03-22Merge branch 'fix-includes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-1907/+1209
2009-03-22x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.cDmitri Vorobiev1-2/+2
2009-03-21Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar1-52/+60
2009-03-21Revert "x86: create a non-zero sized bm_pte only when needed"Jeremy Fitzhardinge1-16/+3
2009-03-21x86: pci-nommu.c cleanupJaswinder Singh Rajput1-10/+10
2009-03-21x86: io_delay.c cleanupJaswinder Singh Rajput1-14/+13
2009-03-21x86: rtc.c cleanupJaswinder Singh Rajput1-9/+11
2009-03-21x86: i8253 cleanupJaswinder Singh Rajput1-35/+33
2009-03-21x86: kdebugfs.c cleanupJaswinder Singh Rajput1-46/+36
2009-03-21x86: topology.c cleanupJaswinder Singh Rajput1-6/+8
2009-03-21x86: mpparse.c introduce check_physptr helper functionJaswinder Singh Rajput1-44/+50
2009-03-21x86: mpparse.c introduce smp_dump_mptable helper functionJaswinder Singh Rajput1-8/+10
2009-03-20x86: fix IO APIC resource allocation error messageBartlomiej Zolnierkiewicz1-3/+6
2009-03-20x86: signal: check signal stack overflow properlyHiroshi Shimamoto1-21/+27
2009-03-20x86, CPA: Add set_pages_arrayuc and set_pages_array_wbvenkatesh.pallipadi@intel.com2-0/+66
2009-03-20x86, PAT: Add support for struct page pointer array in cpa set_clrvenkatesh.pallipadi@intel.com1-29/+50
2009-03-20x86, CPA: Add a flag parameter to cpa set_clr()venkatesh.pallipadi@intel.com1-5/+5
2009-03-20Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup' and 'linus' into x86/coreIngo Molnar22-170/+265
2009-03-20Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds8-40/+48
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge8-56/+0
2009-03-19x86/32: no need to use set_pte_present in set_pte_vaddrJeremy Fitzhardinge1-1/+1
2009-03-19x86: mpparse: clean up code by introducing a few helper functions, fixIngo Molnar1-6/+6
2009-03-19Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller336-4117/+6357
2009-03-19sparc64: Fix crash with /proc/iomemMikulas Patocka1-1/+1
2009-03-19sparc64: Reschedule KGDB capture to a software interrupt.David S. Miller4-24/+10
2009-03-19x86, setup: fix the setting of 480-line VGA modesH. Peter Anvin1-9/+13
2009-03-18x86: mpparse: clean up code by introducing a few helper functionsJaswinder Singh Rajput1-141/+120
2009-03-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds4-64/+203
2009-03-18[S390] make page table upgrade work againMartin Schwidefsky2-14/+35
2009-03-18[S390] make page table walking more robustMartin Schwidefsky3-5/+6
2009-03-18[S390] Dont check for pfn_valid() in uaccess_pt.cGerald Schaefer1-18/+0
2009-03-18[S390] ftrace/mcount: fix kernel stack backchainHeiko Carstens1-2/+4