summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | Blackfin arch: Fix bug - BF518 port F, G, and H have different mux offset com...Graf Yang2009-02-041-5/+12
| | | | | * | | | Blackfin arch: Add in cflag to support mlong-calls for kgdb_testGrace Pan2009-02-041-0/+2
| | | | | * | | | Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrdSonic Zhang2009-02-0416-15/+19
| | | | | * | | | Blackfin arch: Add ability to count and display number of NMI interruptsRobin Getz2009-02-042-1/+8
| | | | | * | | | Blackfin arch: Add a few more instructions that can cause the trace buffer to...Robin Getz2009-02-041-0/+12
| | | | | * | | | Blackfin arch: Fix URLRobin Getz2009-02-041-1/+1
| | | | | * | | | Blackfin arch: cleanup bf54x ifdef mess in gpio codeMike Frysinger2009-02-043-409/+208Star
| | | | | * | | | Blackfin arch: Add one more check on `fp' to prevent double faultJie Zhang2009-02-041-5/+3Star
| | | | | * | | | Blackfin arch: explicit add a might sleep to gpio_freeUwe Kleine-Koenig2009-02-041-0/+2
| | | | | * | | | Blackfin arch: don't accidently re-enable interruptsRobin Getz2009-02-041-6/+13
| | | | | * | | | Blackfin arch: Print out where the bootmode is coming from (for easier debugg...Robin Getz2009-02-041-0/+2
| | | | | * | | | Blackfin arch: reset POLAR setting when acquiring a gpio for the first timeMichael Hennerich2009-02-041-1/+7
| | | | | * | | | Blackfin arch: Fix Bug - request lines with peripheral_request_list, but don'...Michael Hennerich2009-02-041-3/+0Star
| | | | | * | | | Blackfin arch: Fix Bug - Kernel does not boot if re-program clocksMichael Hennerich2009-02-042-2/+3
| | | | | * | | | Blackfin arch: fix bug - Dmacopy failed in BF537-STAMPMike Frysinger2009-02-041-0/+7
| | | | | * | | | Blackfin arch: enable bfin_eth in bf51x by defaultSonic Zhang2009-02-041-1/+6
| | | | | * | | | Blackfin arch: line up machine-/cpu- vars after BF54xM additionMike Frysinger2009-02-041-48/+48
| | | | | * | | | Blackfin arch: add support for mobile ddr bf54x partsMike Frysinger2009-02-043-11/+63
| | | | | * | | | Blackfin arch: scrub comments/whitespace/cvs keywordsMike Frysinger2009-02-041-38/+15Star
| | | | | | |_|/ | | | | | |/| |
| | | | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-02-0417-284/+548
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | sparc64: Kill bogus TPC/address truncation during 32-bit faults.David S. Miller2009-02-041-14/+35
| | | | | * | | sparc: fixup for sparseirq changesStephen Rothwell2009-02-031-1/+1
| | | | | * | | sparc64: Validate kernel generated fault addresses on sparc64.David S. Miller2009-02-031-7/+18
| | | | | * | | sparc64: On non-Niagara, need to touch NMI watchdog in NOHZ mode.David S. Miller2009-02-031-1/+4
| | | | | * | | sparc64: Implement NMI watchdog on capable cpus.David S. Miller2009-01-3010-163/+309
| | | | | * | | sparc: Probe PMU type and record in sparc_pmu_type.David S. Miller2009-01-293-11/+25
| | | | | * | | sparc64: Move generic PCR support code to seperate file.David S. Miller2009-01-296-108/+177
| | | | * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-02-0420-245/+118Star
| | | | |\ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | | * | | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2009-02-01110-3192/+4489
| | | | | |\ \ \
| | | | | | * | | ARM: OMAP: fix fault in enter_full_retention()Kevin Hilman2009-01-291-2/+1Star
| | | | | | * | | ARM: OMAP: Mask interrupts when disabling interrupts, v2김규원2009-01-291-0/+1
| | | | | | * | | ARM: OMAP: gptimer min_delta_ns correctedAaro Koskinen2009-01-291-1/+2
| | | | | | * | | ARM: OMAP: Fix hsmmc init, v2Tony Lindgren2009-01-294-12/+18
| | | | | | * | | ARM: OMAP: Fix omap34xx revision detection for ES3.1Tony Lindgren2009-01-292-1/+6
| | | | | | * | | ARM: OMAP: DMA: Fix uninitialized channel flagsJarkko Nikula2009-01-291-0/+1
| | | | | | * | | ARM: OMAP: Fix race in OMAP2/3 DMA IRQ handlingJuha Yrjola2009-01-291-2/+2
| | | | | | * | | ARM: OMAP: Fix McBSP spin_lock deadlockStanley.Miao2009-01-294-223/+78Star
| | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | rename platform_driver name "flash" to "sa1100-mtd"Uwe Kleine-König2009-01-311-1/+1
| | | | | * | | annotate that [fp, #-4] is the saved lrUwe Kleine-König2009-01-311-1/+1
| | | | | * | | Use __SPIN_LOCK_UNLOCKED to initialize bad_irq_desc.lockUwe Kleine-König2009-01-311-1/+1
| | | | | * | | [ARM] 5366/1: fix shared memory coherency with VIVT L1 + L2 cachesNicolas Pitre2009-01-281-1/+4
| | | | | * | | [ARM] call undefined instruction exception handler with irqs enabledRussell King2009-01-281-0/+1
| | | | | * | | [ARM] msm: fix build errorsRussell King2009-01-281-0/+1
| | | |_|/ / / | | |/| | | |
| | | | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-02-031-0/+1
| | | | |\ \ \
| | | | | * | | PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley2009-01-271-0/+1
| | | | | |/ /
| | | | * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-02-038-160/+398
| | | | |\ \ \
| | | | | * | | powerpc: Fix oops on some machines due to incorrect pr_debug()Benjamin Herrenschmidt2009-02-021-3/+2Star
| | | | | * | | powerpc/5200: Bugfix for PCI mapping of memory and IMMRGrant Likely2009-01-301-14/+10Star
| | | | | * | | powerpc/5200: update defconfigsGrant Likely2009-01-306-143/+386
| | |_|_|/ / / | |/| | | | |
| | | | * | | mmc: Add a MX2/MX3 specific SDHC driverSascha Hauer2009-02-021-0/+36