summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Pull regset into release branchTony Luck2008-04-173-377/+1519
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [IA64] remove duplicate code for register accessShaohua Li2008-03-121-322/+200
| | * | | | | | | | | [IA64] use CORE_DUMP_USE_REGSETShaohua Li2008-03-121-30/+0
| | * | | | | | | | | [IA64] regset: 32-bit supportShaohua Li2008-03-122-25/+629
| | * | | | | | | | | [IA64] regset: 64-bit supportShaohua Li2008-03-121-0/+690
| * | | | | | | | | | Pull virt-cpu-accounting into release branchTony Luck2008-04-179-1/+302
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | [IA64] VIRT_CPU_ACCOUNTING (accurate cpu time accounting)Hidetoshi Seto2008-02-209-1/+302
| * | | | | | | | | | | Pull fsys_gettimeofday into release branchTony Luck2008-04-172-20/+16
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | [IA64] cleanup and improve fsys_gettimeofdayHidetoshi Seto2008-03-102-20/+16
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-1831-410/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ppc/pmac: remove no longer needed IDE quirkBartlomiej Zolnierkiewicz2008-04-181-22/+0
| * | | | | | | | | | | | ppc: don't include <linux/ide.h>Bartlomiej Zolnierkiewicz2008-04-1816-16/+0
| * | | | | | | | | | | | ppc: remove ppc_ide_mdBartlomiej Zolnierkiewicz2008-04-185-88/+0
| * | | | | | | | | | | | ppc/pplus: remove ppc_ide_md.ide_init_hwif hookBartlomiej Zolnierkiewicz2008-04-181-23/+0
| * | | | | | | | | | | | ppc/sandpoint: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-183-98/+1
| * | | | | | | | | | | | ppc/lopec: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-85/+0
| * | | | | | | | | | | | ppc/mpc8xx: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-6/+0
| * | | | | | | | | | | | ppc/pmac: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-182-13/+0
| * | | | | | | | | | | | ppc/ppc4xx: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-23/+0
| * | | | | | | | | | | | ppc/hdpu: remove dead IDE codeBartlomiej Zolnierkiewicz2008-04-181-36/+0
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2008-04-186-1/+599
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kgdb: fix several kgdb regressionsJason Wessel2008-04-172-1/+10
| * | | | | | | | | | | | kgdb: add x86 HW breakpointsJason Wessel2008-04-172-0/+154
| * | | | | | | | | | | | kgdb: fix NMI hangsJason Wessel2008-04-173-3/+19
| * | | | | | | | | | | | x86: kgdb supportIngo Molnar2008-04-173-0/+419
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-18179-7988/+8052
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: standalone trampoline codeIngo Molnar2008-04-173-15/+19
| * | | | | | | | | | | | x86: move suspend wakeup code to CPavel Machek2008-04-1732-760/+690
| * | | | | | | | | | | | x86: coding style fixes to arch/x86/kernel/acpi/sleep.cPaolo Ciarrocchi2008-04-171-1/+1
| * | | | | | | | | | | | x86: setup_trampoline() - fix section mismatch warningJacek Luczak2008-04-171-1/+1
| * | | | | | | | | | | | x86: section mismatch fixes, #1Jacek Luczak2008-04-171-1/+1
| * | | | | | | | | | | | x86: fix paranoia about using BIOS quickboot mechanism.Alok Kataria2008-04-171-5/+5
| * | | | | | | | | | | | x86: print out buggy mptableYinghai Lu2008-04-171-4/+7
| * | | | | | | | | | | | x86: use cpu_online()Akinobu Mita2008-04-171-2/+2
| * | | | | | | | | | | | x86: use cpumask_of_cpu()Akinobu Mita2008-04-172-7/+2
| * | | | | | | | | | | | x86: remove unnecessary tmp local variableAkinobu Mita2008-04-172-4/+2
| * | | | | | | | | | | | x86: remove unnecessary memset()Akinobu Mita2008-04-171-1/+0
| * | | | | | | | | | | | x86: use ioapic_read_entry() and ioapic_write_entry()Akinobu Mita2008-04-172-27/+8
| * | | | | | | | | | | | x86: avoid redundant loop in io_apic_level_ack_pending()Akinobu Mita2008-04-171-4/+7
| * | | | | | | | | | | | x86: remove superfluous initialisation in boot code.Alexander van Heukelum2008-04-171-1/+1
| * | | | | | | | | | | | x86: merge mpparse_{32,64}.cAlexey Starikovskiy2008-04-173-1002/+11
| * | | | | | | | | | | | x86: unify mp_register_gsiAlexey Starikovskiy2008-04-172-10/+82
| * | | | | | | | | | | | x86: unify mp_config_acpi_legacy_irqsAlexey Starikovskiy2008-04-171-4/+16
| * | | | | | | | | | | | x86: unify mp_register_ioapicAlexey Starikovskiy2008-04-172-11/+15
| * | | | | | | | | | | | x86: unify uniq_io_apic_idAlexey Starikovskiy2008-04-172-1/+21
| * | | | | | | | | | | | x86: unify smp_scan_configAlexey Starikovskiy2008-04-172-6/+41
| * | | | | | | | | | | | x86: unify get_smp_configAlexey Starikovskiy2008-04-172-10/+20
| * | | | | | | | | | | | x86: unify construct_default_ioirq_mptableAlexey Starikovskiy2008-04-172-12/+21
| * | | | | | | | | | | | x86: unify smp_read_mpcAlexey Starikovskiy2008-04-172-17/+35
| * | | | | | | | | | | | x86: unify mp_bus_infoAlexey Starikovskiy2008-04-172-13/+40