aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-19x86: modify show_shared_cpu_map in intel_cacheinfoMike Travis1-7/+23
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis2-1/+30
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-23/+23
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis8-58/+61
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis1-1/+1
2008-04-19numa: move large array from stack to _initdata sectionMike Travis1-1/+2
2008-04-19x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.cMike Travis1-22/+27
2008-04-19x86: reduce memory and stack usage in intel_cacheinfoMike Travis1-30/+40
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds5-10/+9
2008-04-18x86 PAT: fix mmap() of holesIngo Molnar1-1/+1
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-19/+4
2008-04-18x86: kgdb build fixHarvey Harrison1-2/+2
2008-04-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds34-526/+2645
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds31-410/+1
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds6-1/+599
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds179-7988/+8052
2008-04-18Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds75-3741/+26
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller79-5126/+6553
2008-04-18ppc/pmac: remove no longer needed IDE quirkBartlomiej Zolnierkiewicz1-22/+0
2008-04-18ppc: don't include <linux/ide.h>Bartlomiej Zolnierkiewicz16-16/+0
2008-04-18ppc: remove ppc_ide_mdBartlomiej Zolnierkiewicz5-88/+0
2008-04-18ppc/pplus: remove ppc_ide_md.ide_init_hwif hookBartlomiej Zolnierkiewicz1-23/+0
2008-04-18ppc/sandpoint: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz3-98/+1
2008-04-18ppc/lopec: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz1-85/+0
2008-04-18ppc/mpc8xx: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz1-6/+0
2008-04-18ppc/pmac: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2-13/+0
2008-04-18ppc/ppc4xx: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz1-23/+0
2008-04-18ppc/hdpu: remove dead IDE codeBartlomiej Zolnierkiewicz1-36/+0
2008-04-17kgdb: fix several kgdb regressionsJason Wessel2-1/+10
2008-04-17kgdb: add x86 HW breakpointsJason Wessel2-0/+154
2008-04-17kgdb: fix NMI hangsJason Wessel3-3/+19
2008-04-17x86: kgdb supportIngo Molnar3-0/+419
2008-04-17Pull miscellaneous into release branchTony Luck17-100/+266
2008-04-17Pull nptcg into release branchTony Luck3-17/+196
2008-04-17Pull kvm-patches into release branchTony Luck4-0/+332
2008-04-17Pull percpureserve into release branchTony Luck5-11/+14
2008-04-17Pull regset into release branchTony Luck3-377/+1519
2008-04-17Pull virt-cpu-accounting into release branchTony Luck9-1/+302
2008-04-17Pull fsys_gettimeofday into release branchTony Luck2-20/+16
2008-04-17x86: standalone trampoline codeIngo Molnar3-15/+19
2008-04-17x86: move suspend wakeup code to CPavel Machek32-760/+690
2008-04-17x86: coding style fixes to arch/x86/kernel/acpi/sleep.cPaolo Ciarrocchi1-1/+1
2008-04-17x86: setup_trampoline() - fix section mismatch warningJacek Luczak1-1/+1
2008-04-17x86: section mismatch fixes, #1Jacek Luczak1-1/+1
2008-04-17x86: fix paranoia about using BIOS quickboot mechanism.Alok Kataria1-5/+5
2008-04-17x86: print out buggy mptableYinghai Lu1-4/+7
2008-04-17x86: use cpu_online()Akinobu Mita1-2/+2
2008-04-17x86: use cpumask_of_cpu()Akinobu Mita2-7/+2
2008-04-17x86: remove unnecessary tmp local variableAkinobu Mita2-4/+2
2008-04-17x86: remove unnecessary memset()Akinobu Mita1-1/+0