aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-12-01Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds79-1945/+909
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds17-700/+1055
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-20/+20
2006-12-01Driver core: convert cpuid code to use struct deviceGreg Kroah-Hartman1-10/+10
2006-12-01Driver core: convert msr code to use struct deviceGreg Kroah-Hartman1-10/+10
2006-12-01PCI: make arch/i386/pci/common.c:pci_bf_sort staticAdrian Bunk1-1/+1
2006-12-01PCI: irq: irq and pci_ids patch for Intel ICH9Jason Gaston1-0/+6
2006-12-01PCI: arch/i386/kernel/pci-dma.c: ioremap balanced with iounmapAmol Lad1-1/+3
2006-12-01pci/i386: style cleanupsRandy Dunlap1-21/+43
2006-12-01Altix: Initial ACPI support - ROM shadowing.John Keller3-2/+39
2006-12-01Altix: Add initial ACPI IO supportJohn Keller10-570/+945
2006-12-01PCI: Delete unused extern in powermac/pci.cMatthew Wilcox1-1/+0
2006-12-01PCI: Use pci_generic_prep_mwi on sparc64Matthew Wilcox1-9/+0
2006-12-01PCI: Use pci_generic_prep_mwi on ia64Matthew Wilcox1-51/+20
2006-12-01PCI: quirks: fix the festering mess that claims to handle IDE quirksAlan Cox1-46/+0
2006-11-30Fix typos in doc and commentsJan Engelhardt1-1/+1
2006-11-30Fix misc .c/.h comment typosMatt LaPlante5-10/+10
2006-11-30Fix misc Kconfig typosMatt LaPlante14-21/+21
2006-11-30[MIPS] Remove duplicate ISA DMA code for 0 DMA channel case.Ralf Baechle3-34/+6
2006-11-30[MIPS] Use conditional traps for BUG_ON on MIPS II and better.Ralf Baechle1-4/+10
2006-11-30[MIPS] mips HPT cleanup: make clocksource_mips publicAtsushi Nemoto6-38/+28
2006-11-30[MIPS] do_IRQ cleanupAtsushi Nemoto3-20/+7
2006-11-30[MIPS] Avoid dupliate D-cache flush on R400C / R4400 SC and MC variants.Ralf Baechle1-3/+7
2006-11-30[MIPS] Remove redundant r4k_blast_icache() callsAtsushi Nemoto1-8/+4
2006-11-30[MIPS] Work around bogus gcc warnings.Ralf Baechle1-21/+22
2006-11-30[MIPS] Fix double inclusionsNicolas Kaiser4-15/+4
2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto27-33/+63
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto36-1655/+292
2006-11-30[MIPS] mips hpt cleanup: get rid of mips_hpt_initAtsushi Nemoto2-16/+8
2006-11-30[MIPS] PB1200: Remove duplicate definitionsYoichi Yuasa1-6/+2
2006-11-30[MIPS] Oprofile: kernel support for the R10000.Ralf Baechle3-5/+31
2006-11-30[MIPS] Add support for kexecNicolas Schichan8-4/+188
2006-11-30[MIPS] Don't print presence of WAIT instruction on bootup.Ralf Baechle1-16/+3
2006-11-30[MIPS] Fast path for rdhwr emulation for TLSAtsushi Nemoto2-1/+77
2006-11-30[MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto6-3/+81
2006-11-30[MIPS] Rewrite GALILEO_INL/GALILEO_OUTL to GT_READ/GT_WRITEYoichi Yuasa4-39/+35
2006-11-30[MIPS] Make free_init_pages() arguments to be physical addressesFranck Bui-Huu1-16/+17
2006-11-30[MIPS] setup.c: clean up initrd related codeFranck Bui-Huu2-32/+48
2006-11-30[MIPS] setup.c: use __pa_symbol() where neededFranck Bui-Huu1-5/+5
2006-11-30[MIPS] setup.c: get ride of CPHYSADDR()Franck Bui-Huu1-3/+3
2006-11-30[MIPS] page.h: remove __pa() usages.Franck Bui-Huu1-4/+4
2006-11-29Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-0/+11
2006-11-29[MIPS] Do topology_init even on uniprocessor kernels.Ralf Baechle3-24/+30
2006-11-28Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-3/+9
2006-11-28Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2006-11-28[MIPS] Fix Bonito bootup message.Ralf Baechle1-1/+1
2006-11-28[PATCH] x86-64: Use stricter in process stack check for unwinderAndi Kleen1-1/+9
2006-11-28[PATCH] x86-64: Fix warning in io_apic.cAndi Kleen1-2/+0
2006-11-28[PATCH] x86_64: fix 'earlyprintk=...,keep' regressionIngo Molnar1-1/+1
2006-11-26[ARM] Export smp_call_function()Russell King1-0/+1
2006-11-26[ARM] Add PM_LEGACY defaultsRussell King10-0/+10
2006-11-25[PATCH] uml: make execvp safe for our usagePaolo 'Blaisorblade' Giarrusso4-9/+166
2006-11-23Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-4/+9
2006-11-22[MIPS] Hack for SB1 cache issuesThiemo Seufer1-1/+21
2006-11-22[ARM] 3942/1: ARM: comment: consistent_sync should not be called directlyDan Williams1-0/+3
2006-11-21Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...Linus Torvalds3-46/+19
2006-11-22[POWERPC] Fix ucc_geth of_device discovery on mpc832xKim Phillips1-0/+19
2006-11-22[POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new gen...Kim Phillips1-42/+0
2006-11-22[POWERPC] Revert "[POWERPC] Enable generic rtc hook for the MPC8349 mITX"Kim Phillips1-4/+0
2006-11-21[PATCH] x86_64: Align data segment to PAGE_SIZE boundaryVivek Goyal1-0/+1
2006-11-20[PATCH] m68knommu: fix up for the irq_handler_t changesGreg Ungerer3-11/+10
2006-11-20[PATCH] x86_64: fix memory hotplug build with NUMA=nYasunori Goto1-8/+1
2006-11-20[ARM] ebsa110: fix warnings generated by asm/arch/io.hRussell King1-4/+4
2006-11-20[ARM] 3933/1: Source drivers/ata/KconfigMartin Michlmayr1-0/+2
2006-11-17x86: be more careful when walking back the frame pointer chainLinus Torvalds1-3/+7
2006-11-17[PATCH] i386/x86_64: ACPI cpu_idle_wait() fixIngo Molnar2-2/+6
2006-11-17[PATCH] x86_64: stack unwinder crash fixIngo Molnar1-0/+6
2006-11-16[PATCH] x86_64: fix CONFIG_CC_STACKPROTECTOR build bugIngo Molnar1-2/+2
2006-11-16[PATCH] x86-64: Fix vsyscall.c compilation on UPAndi Kleen1-0/+2
2006-11-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-11/+76
2006-11-16[IA64] a fix towards allmodconfig buildLuck, Tony1-2/+2
2006-11-16[IA64] use generic_handle_irq()Ingo Molnar2-3/+3
2006-11-16[IA64] typename -> name conversionIngo Molnar4-5/+5
2006-11-16[IA64] irqs: use `name' not `typename'Andrew Morton2-2/+2
2006-11-15[IA64] bte_unaligned_copy() transfers one extra cache line.Robin Holt1-5/+4
2006-11-15[PATCH] Use delayed disable mode of ioapic edge triggered interruptsEric W. Biederman2-2/+6
2006-11-14Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds12-73/+71
2006-11-14[PATCH] hugetlb: prepare_hugepage_range check offset tooHugh Dickins2-3/+9
2006-11-14[PATCH] fix via586 irq routing for pirq 5Daniel Ritz1-2/+2
2006-11-14[PATCH] x86-64: Fix race in exit_idleAndi Kleen1-2/+1
2006-11-14[PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabledAndi Kleen3-33/+26
2006-11-14[PATCH] x86: Add acpi_user_timer_override option for Asus boardsAndi Kleen3-1/+23
2006-11-14[PATCH] x86-64: setup saved_max_pfn correctly (kdump)Magnus Damm1-0/+2
2006-11-14[PATCH] x86-64: Handle reserve_bootmem_generic beyond end_pfnAndi Kleen1-1/+14
2006-11-14[PATCH] x86-64: shorten the x86_64 boot setup GDT to what the comment saysSteven Rostedt1-3/+2
2006-11-14[PATCH] x86-64: Fix PTRACE_[SG]ET_THREAD_AREA regression with ia32 emulation.Andi Kleen1-0/+2
2006-11-14[PATCH] x86-64: Fix partial page check to ensure unusable memory is not being...Aaron Durbin1-1/+1
2006-11-14Revert "[PATCH] MMCONFIG and new Intel motherboards"Andi Kleen1-32/+0
2006-11-14[ARM] Remove OP_MAX_COUNTERRussell King1-2/+0
2006-11-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds5-21/+78
2006-11-13[PATCH] mspec driver build fixJes Sorensen1-0/+9
2006-11-11[ARM] Remove PM_LEGACY=y from selected ARM defconfigsRussell King6-9/+7
2006-11-10[POWERPC] cell: set ARCH_SPARSEMEM_DEFAULT in KconfigGeoff Levand1-1/+1
2006-11-10[POWERPC] Fix cell "new style" mapping and add debugBenjamin Herrenschmidt1-8/+33
2006-11-10[POWERPC] pseries: Force 4k update_flash block and list sizesJohn Rose1-10/+37
2006-11-09[ARM] 3857/2: pnx4008: add devices' registrationVitaly Wool1-0/+69
2006-11-09[POWERPC] Make sure initrd and dtb sections get into zImage correctlyPaul Mackerras2-2/+7
2006-11-08[PATCH] htirq: refactor so we only have one function that writes to the chipEric W. Biederman2-30/+27
2006-11-08[PATCH] ia64: select ACPI_NUMA if ACPIKAMEZAWA Hiroyuki1-0/+1
2006-11-08[PATCH] kretprobe: fix kretprobe-booster to save regs and set statusMasami Hiramatsu1-7/+15
2006-11-08[PATCH] i386: Force data segment to be 4K alignedVivek Goyal1-0/+1
2006-11-08[PATCH] Regression in 2.6.19-rc microcode driverArjan van de Ven1-1/+1
2006-11-08Merge merom:v2.6/linuxLinus Torvalds1-3/+69
2006-11-08x86-64: write IO APIC irq routing entries in correct orderLinus Torvalds1-3/+23
2006-11-08x86-64: clean up io-apic accessesLinus Torvalds1-0/+46
2006-11-08Revert "[PATCH] i386: Add MMCFG resources to i386 too"Linus Torvalds1-35/+0
2006-11-07Merge branch 'fixes_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-57/+27
2006-11-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-1791/+177
2006-11-07Update for the srm_env driver.Jan-Benedict Glaw1-57/+27
2006-11-07[ARM] 3927/1: Allow show_mem() to work with holes in memory map.Ray Lehtiniemi1-27/+34
2006-11-07[ARM] 3926/1: make timer led handle HZ != 100David Brownell1-2/+2
2006-11-06[MIPS] Fix EV64120 and Ocelot builds by providing a plat_timer_setup().Ralf Baechle3-6/+1
2006-11-06[MIPS] EV64120: Fix PCI interrupt allocation.Ralf Baechle3-35/+22
2006-11-06[MIPS] Make irq number allocator generally available for fixing EV64120.Ralf Baechle3-25/+42
2006-11-06[MIPS] EV64120: Fix timer initialization for HZ != 100.Ralf Baechle1-1/+1
2006-11-06[MIPS] Ocelot 3: Fix MAC address detection after platform_device conversion.Ralf Baechle4-60/+237
2006-11-06[MIPS] Ocelot C: Fix MAC address detection after platform_device conversion.Ralf Baechle4-180/+202
2006-11-06[MIPS] SB1: On bootup only flush cache on local CPU.Ralf Baechle1-1/+1
2006-11-06[MIPS] Ocelot 3: Fix large number of warnings.Ralf Baechle1-2/+4
2006-11-06[MIPS] Ocelot C: Fix mapping of ioport address range.Ralf Baechle1-10/+8
2006-11-06[MIPS] Ocelot C: Fix warning about missmatching format string.Ralf Baechle2-2/+2
2006-11-06[MIPS] Ocelot C: fix eth registration after conversion to platform_deviceRalf Baechle1-3/+121
2006-11-06[MIPS] Ocelot C: Fix large number of warnings.Ralf Baechle1-2/+4
2006-11-06Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds6-13/+14
2006-11-06AVR32: Add missing return instruction in __raw_writesbHaavard Skinnemoen1-0/+2
2006-11-06AVR32: Wire up sys_epoll_pwaitHaavard Skinnemoen2-0/+10
2006-11-06[S390] IRQs too early enabled.Heiko Carstens1-1/+1
2006-11-06[S390] revert add_active_range() usage patch.Heiko Carstens4-26/+63
2006-11-06AVR32: Fix thinko in generic_find_next_zero_le_bit()Haavard Skinnemoen1-1/+2
2006-11-06AVR32: Get rid of board_early_initHaavard Skinnemoen2-12/+0
2006-11-05[SPARC]: Fix robust futex syscalls and wire up migrate_pages.David S. Miller4-9/+10
2006-11-03Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-11/+0
2006-11-03[PATCH] uml: include tidyingJeff Dike3-3/+2
2006-11-03[PATCH] uml: fix I/O hangJeff Dike3-3/+44
2006-11-03[PATCH] acpi_noirq section fixAndrew Morton1-1/+1
2006-11-03[ARM] 3923/1: S3C24XX: update s3c2410_defconfig with new driversBen Dooks1-6/+59
2006-11-03[ARM] 3922/1: S3C24XX: update s3c2410_defconfig to 2.6.19-rc4Ben Dooks1-15/+34
2006-11-03[ARM] 3921/1: S3C24XX: remove bast_defconfigBen Dooks1-947/+0
2006-11-03[ARM] 3920/1: S3C24XX: Remove smdk2410_defconfigBen Dooks1-735/+0
2006-11-03[ARM] 3918/1: ixp4xx irq-chip reworkKevin Hilman1-38/+22
2006-11-02PCI: Revert "PCI: i386/x86_84: disable PCI resource decode on device disable"Greg Kroah-Hartman3-11/+0
2006-11-02[ARM] 3912/1: Make PXA270 advertise HWCAP_IWMMXT capabilityPaul Gortmaker2-1/+5
2006-11-02[ARM] 3915/1: S3C2412: Add s3c2410_gpio_getirq() to general gpio.cBen Dooks2-20/+20
2006-11-02[ARM] 3917/1: Fix dmabounce symbol exportsKevin Hilman1-1/+2
2006-11-02[MIPS] Do not use -msym32 option for modules.Atsushi Nemoto1-1/+3
2006-11-02[MIPS] Ocelot G: Fix : "CURRENTLY_UNUSED" is not defined warning.Ralf Baechle1-4/+4
2006-11-02[MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD.Ralf Baechle1-1/+5
2006-11-02[MIPS] IP27: Allow SMP ;-) Another changeset messed up by patch.Ralf Baechle1-0/+1
2006-11-02[MIPS] Fix merge screwup by patch(1)Ralf Baechle1-2/+2
2006-11-02Revert "[MIPS] Make SPARSEMEM selectable on QEMU."Ralf Baechle1-4/+0
2006-11-01[PATCH] powerpc: Eliminate "exceeds stub group size" linker warningPaul Mackerras1-12/+15
2006-11-01Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds12-13/+71
2006-11-01i386: write IO APIC irq routing entries in correct orderLinus Torvalds1-3/+23
2006-11-01[MIPS] Fix warning in mips-boards generic PCIYoichi Yuasa1-1/+1
2006-11-01[MIPS] SMTC: Synchronize cp0 counters on bootup.Ralf Baechle1-0/+1
2006-11-01[MIPS] SMTC: Fix crash if # of TC's > # of VPE's after pt_regs irq cleanup.Ralf Baechle2-1/+9
2006-11-01[MIPS] 16K & 64K page size fixesRalf Baechle8-11/+60
2006-11-01i386: clean up io-apic accessesLinus Torvalds1-0/+40
2006-11-01[POWERPC] Make alignment exception always check exception tableBenjamin Herrenschmidt2-16/+20
2006-11-01[POWERPC] Disallow kprobes on emulate_step and branch_takenGui,Jian1-2/+3
2006-11-01[POWERPC] Make high hugepage areas preempt safeHugh Dickins1-3/+0
2006-11-01[POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDRTimur Tabi1-2/+1
2006-11-01[POWERPC] Use 4kB iommu pages even on 64kB-page systemsLinas Vepstas6-78/+58
2006-11-01[POWERPC] Fix oprofile support for e500 in arch/powerpcAndy Fleming9-263/+149
2006-11-01[POWERPC] Fix various offb issuesBenjamin Herrenschmidt1-1/+1
2006-10-31Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds4-36/+84
2006-10-31[IA64] Correct definition of handle_IPIKeith Owens1-1/+1
2006-10-31[IA64] move SAL_CACHE_FLUSH check later in bootTroy Heber2-4/+9
2006-10-31[IA64] MCA recovery: Montecito supportRuss Anderson1-27/+68
2006-10-31[IA64] cpu-hotplug: Fixing confliction between CPU hot-add and IPIKenji Kaneshige1-4/+6
2006-10-31[MIPS] Fixup migration to GENERIC_TIMEAtsushi Nemoto9-461/+92
2006-10-31[MIPS] VSMP: Synchronize cp0 counters on bootup.Ralf Baechle2-2/+5
2006-10-31[MIPS] Flags must be unsigned long.Ralf Baechle1-1/+1
2006-10-31[MIPS] VSMP: Fix initialization ordering bug.Ralf Baechle1-69/+83
2006-10-31[MIPS] Fix warning of printk format in mips_srs_init()Yoichi Yuasa1-1/+1
2006-10-31[MIPS] Yosemite: fix uninitialized variable in titan_i2c_xfer()Yoichi Yuasa1-1/+1
2006-10-31[MIPS] Sort out missuse of __init for prom_getcmdline()Ralf Baechle2-2/+2
2006-10-31[MIPS] Add missing file for support of backplane on TX4927 based boardManish Lachwani1-0/+172
2006-10-31[MIPS] TX4927: Remove indent error message that somehow ended in the code.Ralf Baechle1-2/+0
2006-10-31Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds16-406/+504
2006-10-31Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-4/+25
2006-10-31[PATCH] uml: add _text definition to linker scriptsJeff Dike2-0/+2
2006-10-31[PATCH] uml ubd driver: various little changesPaolo 'Blaisorblade' Giarrusso3-20/+26
2006-10-31[PATCH] uml ubd driver: do not store error codes as ->fdPaolo 'Blaisorblade' Giarrusso1-7/+10
2006-10-31[PATCH] uml ubd driver: use bitfields where possiblePaolo 'Blaisorblade' Giarrusso1-2/+2
2006-10-31[PATCH] uml ubd driver: reformat ubd_configPaolo 'Blaisorblade' Giarrusso1-11/+20
2006-10-31[PATCH] uml ubd driver: convert do_ubd to a boolean variablePaolo 'Blaisorblade' Giarrusso1-3/+6
2006-10-31[PATCH] uml ubd driver: ubd_io_lock usage fixupPaolo 'Blaisorblade' Giarrusso1-1/+7
2006-10-31[PATCH] uml ubd driver: change ubd_lock to be a mutexPaolo 'Blaisorblade' Giarrusso1-11/+12
2006-10-31[PATCH] uml ubd driver: give better names to some functions.Paolo 'Blaisorblade' Giarrusso1-6/+6
2006-10-31[PATCH] uml ubd driver: var renamesPaolo 'Blaisorblade' Giarrusso1-98/+98
2006-10-31[PATCH] uml ubd driver: document some struct fieldsPaolo 'Blaisorblade' Giarrusso1-1/+4
2006-10-31[PATCH] uml ubd driver: allow using up to 16 UBD devicesPaolo 'Blaisorblade' Giarrusso1-2/+2
2006-10-31sh: Titan defconfig update.Jamie Lenehan1-29/+72
2006-10-31sh: Fix IPR-IRQ's for IRQ-chip change breakage.Jamie Lenehan13-301/+331
2006-10-31sh: Update r7780rp_defconfig.Paul Mundt1-76/+98
2006-10-31sh: Wire up new syscalls.Paul Mundt1-0/+3
2006-10-30[SPARC64]: Add some missing print_symbol() calls.David S. Miller1-0/+8
2006-10-30[SPARC64]: Fix Tomatillo/Schizo IRQ handling.David S. Miller1-4/+17
2006-10-30[MIPS] JMR3927: Fixup another victim of the irq pt_regs cleanup.Ralf Baechle1-0/+3