aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...HEADmasterLinus Torvalds124-671/+3604
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds59-722/+881
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds815-6582/+24048
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds128-1705/+2173
2010-10-21Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds8-105/+72
2010-10-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds14-300/+113
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-53/+336
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds47-926/+801
2010-10-21Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-28/+34
2010-10-21Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-1619/+4
2010-10-21Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-37/+216
2010-10-21Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-22/+106
2010-10-21Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-3/+363
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-33/+147
2010-10-21Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-81/+465
2010-10-21Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-34/+95
2010-10-21Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-203/+86
2010-10-21Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-267/+177
2010-10-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+11
2010-10-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds18-97/+21
2010-10-21Merge branch 'x86-bios-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-95/+58
2010-10-21Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+9
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-155/+179
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-70/+142
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds68-1411/+1572
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2010-10-21Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-35/+153
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-1/+1
2010-10-20x86, mm: Enable ARCH_DMA_ADDR_T_64BIT with X86_64 || HIGHMEM64GFUJITA Tomonori1-0/+3
2010-10-20x86: Spread tlb flush vector between nodesShaohua Li1-1/+47
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-8/+12
2010-10-20x86, mm: Fix incorrect data type in vmalloc_sync_all()Borislav Petkov1-1/+1
2010-10-20Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-44/+19
2010-10-20arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre361-852/+1
2010-10-20arm: use addruart macro to establish debug mappingsJeremy Kerr1-4/+19
2010-10-20arm: return both physical and virtual addresses from addruartJeremy Kerr56-454/+440
2010-10-20arm/debug: consolidate addruart macros for CONFIG_DEBUG_ICEDCCJeremy Kerr1-11/+2
2010-10-20ARM: make struct machine_desc definition coherent with its commentNicolas Pitre1-1/+2
2010-10-20apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter4-41/+154
2010-10-20apic, x86: Check if EILVT APIC registers are available (AMD only)Robert Richter2-9/+75
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar83-192/+334
2010-10-19Merge branch 'devel-stable' into develRussell King434-4542/+18432
2010-10-19Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King33-190/+1101
2010-10-19x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge4-4/+36
2010-10-19x86, mm: Fix bogus whitespace in sync_global_pgds()Jeremy Fitzhardinge1-22/+22
2010-10-19Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King101-2095/+3815
2010-10-19Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm...Russell King40-250/+5799
2010-10-19MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Michel Thebeau2-6/+6
2010-10-19MIPS: jz4740: Fix Kbuild Platform file.David Daney1-1/+1
2010-10-19MIPS: Repair Kbuild make clean breakage.David Daney2-1/+5
2010-10-19eukrea_mbimxsd-baseboard: Pass the correct GPIO to gpio_freeFabio Estevam1-1/+1
2010-10-19cpuimx27: fix compile when ULPI is selectedEric Bénard1-0/+1
2010-10-19mach-pcm037_eet: fix compile errorsEric Bénard1-1/+2
2010-10-19Fixing ethernet driver compilation error for i.MX31 ADS boardIan Lartey2-6/+34
2010-10-19cpuimx51: update board supportEric Bénard3-1/+34
2010-10-19mx5: add cpuimx51sd module and its baseboardEric Bénard6-1/+531
2010-10-19iomux-mx51: fix GPIO_1_xx 's IOMUX configurationEric Bénard1-10/+10
2010-10-19imx-esdhc: update devices registrationEric Bénard11-45/+80
2010-10-19mx51: add resources for SD/MMC on i.MX51Eric Bénard2-0/+113
2010-10-19iomux-mx51: fix SD1 and SD2's iomux configurationEric Bénard1-12/+27
2010-10-19clock-mx51: rename CLOCK1 to CLOCK_CCGR for better readabilityEric Bénard1-2/+2
2010-10-19clock-mx51: factorize clk_set_parent and clk_get_rateEric Bénard1-94/+48
2010-10-19eukrea_mbimxsd: add support for DVI displaysEric Bénard2-2/+68
2010-10-19cpuimx25 & cpuimx35: fix OTG port registration in host modeEric Bénard2-20/+8
2010-10-19i.MX31 and i.MX35 : fix errate TLSbo65953 and ENGcm09472Eric Bénard1-3/+29
2010-10-19mx25: fix compile error in platform-imx-dma.cEric Bénard1-0/+2
2010-10-19mx25: fix clock's calculationEric Bénard1-3/+3
2010-10-19ARM: imx: add lost 3rd imx-i2c device for mx35Marc Kleine-Budde1-0/+1
2010-10-19ARM: imx: Add iram allocator functionsDinh Nguyen4-0/+119
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity3-44/+19
2010-10-19[S390] hardirq: remove pointless header file includesHeiko Carstens1-4/+0
2010-10-19[IA64] Move local_softirq_pending() definitionTony Luck1-6/+5
2010-10-19x86: ioapic: Call free_irte only if interrupt remapping enabledYinghai Lu1-1/+2
2010-10-19perf, powerpc: Fix power_pmu_event_init to not use event->ctxPaul Mackerras1-1/+1
2010-10-19ARM: S5PV310: Fix build error on GPIO mapKukjin Kim2-2/+1
2010-10-18Merge branch 'hotplug' into develRussell King29-300/+403
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King274-1672/+6656
2010-10-18ARM: 6441/1: ux500: The platform is not just based on early drop silicon vers...Srinidhi Kasagar1-3/+1
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds12-44/+53
2010-10-18x86: Add IRQ_TIME_ACCOUNTINGVenkatesh Pallipadi2-0/+19
2010-10-18sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi3-9/+0
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra32-132/+105
2010-10-18perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian1-2/+2
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar70-150/+253
2010-10-18MIPS: Enable ISA_DMA_API config to fix build failureNamhyung Kim1-0/+4
2010-10-18MIPS: 32-bit: Fix build failure in asm/fcntl.hNamhyung Kim1-0/+1
2010-10-18MIPS: Remove all generated vmlinuz* files on "make clean"Wu Zhangjin1-1/+1
2010-10-18MIPS: do_sigaltstack() expects userland pointersAl Viro2-4/+6
2010-10-18MIPS: Fix error values in case of bad_stackAl Viro2-2/+2
2010-10-18MIPS: Sanitize restart logicsAl Viro7-35/+34
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro1-2/+2
2010-10-18MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro1-0/+3
2010-10-18Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely31-141/+116
2010-10-18Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King70-159/+1181
2010-10-18ARM: S5P64X0: Bug fix on errors of build with CONFIG_PREEMPT_NONESeungChull Suh1-0/+1
2010-10-18ARM: S5P64X0: Fix GPIO rbank supportAtul Dahiya1-5/+0
2010-10-18ARM: S5P64X0: Replace the 6440 system device class definition with 64x0Abhilash Kesavan1-1/+1
2010-10-18ARM: S5P64X0: FIX typo in the ADC device nameNaveen Krishna Ch1-2/+2
2010-10-18ARM: s5p64x0_defconfig: Update for support S5P6440 and S5P6450Kukjin Kim1-1/+2
2010-10-18ARM: S5P64X0: Add UART serial support for S5P6450Kukjin Kim1-0/+58
2010-10-18ARM: S5P64X0: Move SMDK6440 board file and Add SMDK6450 board fileKukjin Kim2-35/+234
2010-10-18ARM: S5P64X0: Move GPIO support files for merge S5P64X0Kukjin Kim4-138/+208
2010-10-18ARM: S5P64X0: Add S5P6450 I2C supportKukjin Kim3-10/+51
2010-10-18ARM: S5P64X0: Move DMA support for S5P64X0Kukjin Kim3-21/+85
2010-10-18ARM: S5P64X0: Update Audio supportKukjin Kim8-321/+422
2010-10-18ARM: S5P64X0: Update Timer supportKukjin Kim2-10/+13
2010-10-18ARM: S5P64X0: Update IRQ supportKukjin Kim2-16/+40
2010-10-18ARM: S5P64X0: Update Clock for S5P6440 and S5P6450Kukjin Kim10-979/+1674
2010-10-18ARM: S5P64X0: Add S5P64X0(S5P6440 and S5P6450) initialization supportKukjin Kim21-384/+711
2010-10-18spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger1-68/+0
2010-10-18spi/bfin_spi: redo GPIO CS handlingBarry Song1-1/+2
2010-10-18Blackfin: SPI: expand SPI bitmasksMike Frysinger1-4/+7
2010-10-18spi/bfin_spi: drop custom cs_change_per_word supportMike Frysinger1-1/+0
2010-10-18ARM: S5P64X0: Update Kconfig and MakefileKukjin Kim8-66/+96
2010-10-18ARM: S5P: Moves initial map for merging S5P64X0Kukjin Kim10-66/+125
2010-10-18ARM: S5P: Move OneNAND device definitions in plat-s5pKukjin Kim11-24/+37
2010-10-16arm: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner2-8/+2
2010-10-16genirq, ARM: Fix boot on ARM platformsAnand Gadiyar1-1/+3
2010-10-15m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIANKyle McMartin1-2/+2
2010-10-15m32r: add kernel/.gitignore and ignore vmlinux.ldsKyle McMartin1-0/+1
2010-10-15m32r: get_user takes an lvalue, not a pointerKyle McMartin1-1/+1
2010-10-15m32r: restore _BLOCKABLEKyle McMartin1-0/+2
2010-10-15uml: fix buildFUJITA Tomonori1-9/+5
2010-10-15x86: Remove stale pmtimer_64.cThomas Gleixner2-70/+0
2010-10-15x86: sfi: Make local functions staticThomas Gleixner1-2/+2
2010-10-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+5
2010-10-15ubd: fix incorrect sector handling during request restartTejun Heo1-4/+5
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter138-1203/+1960
2010-10-15x86, olpc: XO-1 uses/depends on PCIRandy Dunlap1-1/+1
2010-10-15Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar1-0/+1
2010-10-14ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt1-1/+1
2010-10-15Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2-0/+6
2010-10-15Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt7-4/+360
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt1-0/+1
2010-10-14x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker2-0/+6
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-17/+5
2010-10-14powerpc/44x: Update ppc44x_defconfigJosh Boyer1-4/+5
2010-10-14Merge branch 'linus' into sched/coreIngo Molnar144-558/+946
2010-10-14x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge2-1/+2
2010-10-14kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependencyMasami Hiramatsu1-0/+5
2010-10-14x86: Use __stop_machine() in text_poke_smp()Masami Hiramatsu1-1/+2
2010-10-14perf, ARM: Fix sysfs bits removal build failureIngo Molnar1-1/+1
2010-10-14fsl_rio: Add comments for sRIO registers.Shaohui Xie1-25/+40
2010-10-14powerpc/fsl-booke: Add e55xx (64-bit) smp defconfigKumar Gala2-3/+85
2010-10-14powerpc/fsl-booke: Add p5020 DS board supportKumar Gala3-0/+82
2010-10-14powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala6-10/+29
2010-10-14powerpc/fsl-booke: Add support for FSL Arch v1.0 MMU in setup_page_sizesKumar Gala2-3/+54
2010-10-14powerpc/fsl-booke: Add support for FSL 64-bit e5500 coreKumar Gala6-4/+61
2010-10-14powerpc/85xx: add cache-sram supportHarninder Rai5-0/+540
2010-10-14powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS boardTimur Tabi1-0/+11
2010-10-14powerpc: Fix compile error with paca code on ppc64eKumar Gala1-1/+1
2010-10-14powerpc/fsl-booke: Add p3041 DS board supportKumar Gala3-0/+76
2010-10-14oprofile/fsl emb: Don't set MSR[PMM] until after clearing the interrupt.Scott Wood1-7/+8
2010-10-14powerpc/fsl-booke: Add PCI device ids for P2040/P3041/P5010/P5020 QoirQ chipsKumar Gala1-0/+8
2010-10-14powerpc/mpc8xxx_gpio: Add support for 'qoriq-gpio' controllersKumar Gala1-0/+3
2010-10-14powerpc/fsl_booke: Add support to boot from core other than 0Matthew McClintock2-3/+9
2010-10-14powerpc/p1022: Add probing for individual DMA channelsTimur Tabi1-0/+2
2010-10-14powerpc/fsl_soc: Search all global-utilities nodes for rstccrMatthew McClintock1-7/+13
2010-10-14powerpc: Fix invalid page flags in create TLB CAM path for PTE_64BITPaul Gortmaker2-1/+9
2010-10-14powerpc/mpc83xx: Support for MPC8308 P1M boardIlya Yanok3-3/+336
2010-10-14powerpc/85xx: flush dcache before resetting coresMatthew McClintock1-0/+50
2010-10-14powerpc/85xx: Minor fixups for kexec on 85xxMatthew McClintock1-13/+11
2010-10-14powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexecMatthew McClintock1-2/+0
2010-10-14powerpc/kexec: make masking/disabling interrupts genericMatthew McClintock4-12/+30
2010-10-14powerpc: export ppc_proc_freq and ppc_tb_freq as GPL symbolsTimur Tabi1-1/+2
2010-10-14powerpc/fsl-pci: Fix MSI support on 83xx platformsKumar Gala3-7/+55
2010-10-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-17/+44
2010-10-13Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2010-10-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+10
2010-10-13xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge3-8/+24
2010-10-13x86-64, asm: If the assembler supports fxsave64, use itH. Peter Anvin2-3/+7
2010-10-13x86, olpc: Register XO-1 platform devicesDaniel Drake1-0/+24
2010-10-13Merge branch 'amd-iommu/2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar189-1063/+1860
2010-10-13powerpc/44x: Add support for the AMCC APM821xx SoCTirumala Marri6-0/+355
2010-10-13x86/amd-iommu: Update copyright headersJoerg Roedel5-5/+5
2010-10-13x86/amd-iommu: Reenable AMD IOMMU if it's mysteriously vanished over suspendMatthew Garrett2-20/+123
2010-10-13powerpc/Makefiles: Change to new flag variablesmatt mooney11-32/+17
2010-10-13powerpc/spufs: Use llseek in all file operationsArnd Bergmann1-0/+18
2010-10-13powerpc/pseries/xics: Use cpu_possible_mask rather than cpu_all_maskNishanth Aravamudan1-1/+1
2010-10-13powerpc/pci: Cleanup device dma setup codeNishanth Aravamudan1-3/+1
2010-10-13powerpc/pseries: Use kmemdupNishanth Aravamudan1-2/+1
2010-10-13powerpc/viobus: Free TCE table on device releaseNishanth Aravamudan1-1/+6
2010-10-13powerpc/vio: Use put_device() on device_register failureNishanth Aravamudan1-2/+1
2010-10-13powerpc/dma: Fix check for direct DMA supportNishanth Aravamudan1-1/+1
2010-10-13powerpc/dma: Fix dma_iommu_dma_supported compareNishanth Aravamudan1-10/+11
2010-10-13powerpc/pci: Fix return type of BUID_{HI,LO} macrosNishanth Aravamudan1-2/+2
2010-10-13powerpc/irq.c: Add of_node_put to avoid memory leakJulia Lawall1-1/+3
2010-10-13powerpc: Remove pr_<level> uses of KERN_<level>Joe Perches2-3/+3
2010-10-13powerpc: Use static const char arraysJoe Perches2-3/+3
2010-10-13powerpc/pseries: Partition migration in the kernelNathan Fontenot2-1/+363
2010-10-13powerpc/pseries: Export rtas_ibm_suspend_me()Nathan Fontenot2-2/+3
2010-10-13powerpc/pseries: Export device tree updating routinesNathan Fontenot2-2/+11
2010-10-13Merge remote branch 'kumar/merge' into nextBenjamin Herrenschmidt231-1144/+1900
2010-10-12powerpc/of: add eSPI controller dts bindings and DTS modificationMingkai Hu2-7/+56
2010-10-12Merge commit 'v2.6.36-rc7' into spi/nextGrant Likely56-121/+211
2010-10-12spi/pl022: Add spi->mode support to AMBA SPI driverKevin Wells4-25/+5
2010-10-12x86, olpc: Add XO-1 poweroff supportDaniel Drake3-0/+147
2010-10-13ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King1-2/+6
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu5-17/+17
2010-10-12Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...Tony Luck55-475/+467