| Commit message (Expand) | Author | Age | Files | Lines |
* | Blackfin arch: Add ability to count and display number of NMI interrupts | Robin Getz | 2009-02-04 | 2 | -1/+8 |
* | Blackfin arch: Add a few more instructions that can cause the trace buffer to... | Robin Getz | 2009-02-04 | 1 | -0/+12 |
* | Blackfin arch: Fix URL | Robin Getz | 2009-02-04 | 1 | -1/+1 |
* | Blackfin arch: cleanup bf54x ifdef mess in gpio code | Mike Frysinger | 2009-02-04 | 3 | -409/+208 |
* | Blackfin arch: Add one more check on `fp' to prevent double fault | Jie Zhang | 2009-02-04 | 1 | -5/+3 |
* | Blackfin arch: explicit add a might sleep to gpio_free | Uwe Kleine-Koenig | 2009-02-04 | 1 | -0/+2 |
* | Blackfin arch: don't accidently re-enable interrupts | Robin Getz | 2009-02-04 | 1 | -6/+13 |
* | Blackfin arch: Print out where the bootmode is coming from (for easier debugg... | Robin Getz | 2009-02-04 | 1 | -0/+2 |
* | Blackfin arch: reset POLAR setting when acquiring a gpio for the first time | Michael Hennerich | 2009-02-04 | 1 | -1/+7 |
* | Blackfin arch: Fix Bug - request lines with peripheral_request_list, but don'... | Michael Hennerich | 2009-02-04 | 1 | -3/+0 |
* | Blackfin arch: Fix Bug - Kernel does not boot if re-program clocks | Michael Hennerich | 2009-02-04 | 2 | -2/+3 |
* | Blackfin arch: fix bug - Dmacopy failed in BF537-STAMP | Mike Frysinger | 2009-02-04 | 1 | -0/+7 |
* | Blackfin arch: enable bfin_eth in bf51x by default | Sonic Zhang | 2009-02-04 | 1 | -1/+6 |
* | Blackfin arch: line up machine-/cpu- vars after BF54xM addition | Mike Frysinger | 2009-02-04 | 1 | -48/+48 |
* | Blackfin arch: add support for mobile ddr bf54x parts | Mike Frysinger | 2009-02-04 | 3 | -11/+63 |
* | Blackfin arch: scrub comments/whitespace/cvs keywords | Mike Frysinger | 2009-02-04 | 1 | -38/+15 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-02-04 | 20 | -245/+118 |
|\ |
|
| * | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm... | Russell King | 2009-02-01 | 110 | -3192/+4489 |
| |\ |
|
| | * | ARM: OMAP: fix fault in enter_full_retention() | Kevin Hilman | 2009-01-29 | 1 | -2/+1 |
| | * | ARM: OMAP: Mask interrupts when disabling interrupts, v2 | 김규원 | 2009-01-29 | 1 | -0/+1 |
| | * | ARM: OMAP: gptimer min_delta_ns corrected | Aaro Koskinen | 2009-01-29 | 1 | -1/+2 |
| | * | ARM: OMAP: Fix hsmmc init, v2 | Tony Lindgren | 2009-01-29 | 4 | -12/+18 |
| | * | ARM: OMAP: Fix omap34xx revision detection for ES3.1 | Tony Lindgren | 2009-01-29 | 2 | -1/+6 |
| | * | ARM: OMAP: DMA: Fix uninitialized channel flags | Jarkko Nikula | 2009-01-29 | 1 | -0/+1 |
| | * | ARM: OMAP: Fix race in OMAP2/3 DMA IRQ handling | Juha Yrjola | 2009-01-29 | 1 | -2/+2 |
| | * | ARM: OMAP: Fix McBSP spin_lock deadlock | Stanley.Miao | 2009-01-29 | 4 | -223/+78 |
| * | | rename platform_driver name "flash" to "sa1100-mtd" | Uwe Kleine-König | 2009-01-31 | 1 | -1/+1 |
| * | | annotate that [fp, #-4] is the saved lr | Uwe Kleine-König | 2009-01-31 | 1 | -1/+1 |
| * | | Use __SPIN_LOCK_UNLOCKED to initialize bad_irq_desc.lock | Uwe Kleine-König | 2009-01-31 | 1 | -1/+1 |
| * | | [ARM] 5366/1: fix shared memory coherency with VIVT L1 + L2 caches | Nicolas Pitre | 2009-01-28 | 1 | -1/+4 |
| * | | [ARM] call undefined instruction exception handler with irqs enabled | Russell King | 2009-01-28 | 1 | -0/+1 |
| * | | [ARM] msm: fix build errors | Russell King | 2009-01-28 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-02-03 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDs | Seth Heasley | 2009-01-27 | 1 | -0/+1 |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-02-03 | 8 | -160/+398 |
|\ \ \ \ |
|
| * | | | | powerpc: Fix oops on some machines due to incorrect pr_debug() | Benjamin Herrenschmidt | 2009-02-02 | 1 | -3/+2 |
| * | | | | powerpc/5200: Bugfix for PCI mapping of memory and IMMR | Grant Likely | 2009-01-30 | 1 | -14/+10 |
| * | | | | powerpc/5200: update defconfigs | Grant Likely | 2009-01-30 | 6 | -143/+386 |
| | |_|/
| |/| | |
|
* | | | | mmc: Add a MX2/MX3 specific SDHC driver | Sascha Hauer | 2009-02-02 | 1 | -0/+36 |
* | | | | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-02-01 | 8 | -8/+9 |
|\ \ \ \ |
|
| * | | | | headers_check fix: x86, swab.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -1/+1 |
| * | | | | headers_check fix: x86, sigcontext32.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -0/+2 |
| * | | | | headers_check fix: x86, sigcontext.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -1/+1 |
| * | | | | headers_check fix: x86, ptrace-abi.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -1/+1 |
| * | | | | headers_check fix: x86, mtrr.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -0/+1 |
| * | | | | headers_check fix: x86, mce.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -4/+1 |
| * | | | | headers_check fix: x86, kvm.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -1/+1 |
| * | | | | headers_check fix: x86, e820.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -0/+1 |
* | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-02-01 | 1 | -14/+17 |
|\ \ \ \ \ |
|
| * | | | | | x86, ds, bts: cleanup/fix DS configuration | Markus Metzger | 2009-01-22 | 1 | -14/+17 |