Age | Commit message (Expand) | Author | Files | Lines |
2008-07-19 | Blackfin arch: Remove useless config option. | Robin Getz | 1 | -8/+0 |
2008-07-19 | Blackfin arch: change L1 malloc to base on slab cache and lists. | Sonic Zhang | 3 | -163/+248 |
2008-07-18 | Merge branch 'linus' into timers/nohz | Ingo Molnar | 17 | -408/+34 |
2008-07-18 | nohz: prevent tick stop outside of the idle loop | Thomas Gleixner | 1 | -1/+1 |
2008-07-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -0/+1 |
2008-07-16 | Blackfin arch: use local labels and ENDPROC() markings | Mike Frysinger | 1 | -6/+13 |
2008-07-19 | Blackfin arch: Do not need this dualcore test module in kernel. | Yi Li | 3 | -57/+0 |
2008-07-15 | Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM. | Jie Zhang | 1 | -0/+28 |
2008-07-16 | Blackfin arch: Add ANOMALY_05000368 workaround | Michael Hennerich | 1 | -0/+5 |
2008-07-19 | Blackfin arch: Functional power management support | Michael Hennerich | 5 | -56/+979 |
2008-07-15 | Blackfin arch: Fix BUG - JUMP error in kernel (relocation truncated to fit: R... | Michael Hennerich | 1 | -1/+1 |
2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 26 | -794/+554 |
2008-07-14 | Blackfin arch: set CROSS_COMPILE in our arch Makefile so it gets used by default | Mike Frysinger | 1 | -2/+3 |
2008-07-26 | Blackfin arch: update board defconfigs | Sonic Zhang | 15 | -862/+706 |
2008-07-14 | Blackfin arch: Remove redundant kernel option | Michael Hennerich | 4 | -26/+7 |
2008-07-14 | Blackfin arch: use the symbolic IRQ define rather than the backend number | Mike Frysinger | 1 | -1/+1 |
2008-07-14 | Blackfin arch: Fix bug - Kernel does not boot if re-program clocks | Michael Hennerich | 6 | -50/+12 |
2008-07-14 | Blackfin arch: Fix bug - do not overflow the buffer given to us which tends t... | Mike Frysinger | 1 | -12/+26 |
2008-07-14 | Blackfin arch: Fix Bug - GPIO interrupts not disabled; edge sensitive interru... | Michael Hennerich | 1 | -0/+4 |
2008-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -2/+9 |
2008-07-02 | bf561-coreb: BKL unneeded for open() | Jonathan Corbet | 1 | -4/+1 |
2008-06-25 | Blackfin arch: fix up section mismatch warning | Bryan Wu | 1 | -2/+4 |
2008-06-25 | Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debuggin... | Sonic Zhang | 1 | -0/+5 |
2008-06-25 | Blackfin arch: use the generic platform nand driver to support nand flash on ... | Mike Frysinger | 1 | -0/+86 |
2008-06-24 | DM9000: Fixup blackfin after removing 2 resource usage | Laurent Pinchart | 3 | -3/+18 |
2008-06-20 | bf561-coreb: BKL pushdown | Arnd Bergmann | 1 | -0/+4 |
2008-06-07 | Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFIN | Mike Frysinger | 6 | -39/+14 |
2008-06-03 | Blackfin arch: fixup warnings with the new cplb saved values | Mike Frysinger | 1 | -5/+3 |
2008-05-31 | Blackfin arch: Remove bad and usless code | Michael Hennerich | 4 | -357/+2 |
2008-05-31 | Blackfin arch: Fix bug - set corret SSEL and IRQ to enable AD7877 on BF527 | Bryan Wu | 1 | -2/+2 |
2008-05-20 | Blackfin arch: Fix typo. it should be _outsw_8 | Bryan Wu | 1 | -1/+1 |
2008-05-20 | Blackfin arch: Cleanup no functional changes | Michael Hennerich | 2 | -2/+2 |
2008-05-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2008-05-18 | i2c: Clean up Blackfin BF527 I2C device declarations | Jean Delvare | 1 | -2/+0 |
2008-05-19 | Blackfin arch: update boards defconfig files | Michael Hennerich | 3 | -343/+423 |
2008-05-17 | Blackfin arch: IO Port functions to read/write unalligned memory | Michael Hennerich | 3 | -4/+35 |
2008-05-17 | Blackfin arch: enable a choice to provide 4M DMA memory | Cliff Cai | 1 | -0/+2 |
2008-05-17 | Blackfin arch: cleanup the icplb/dcplb multiple hit checks | Mike Frysinger | 1 | -10/+10 |
2008-05-17 | Blackfin arch: Add workaround to read edge triggered GPIOs | Michael Hennerich | 1 | -0/+19 |
2008-05-17 | Blackfin arch: Check for Anomaly 05000182 | Michael Hennerich | 1 | -0/+11 |
2008-05-16 | [PATCH] take init_files to fs/file.c | Al Viro | 1 | -1/+0 |
2008-05-13 | [Blackfin] arch: rename bf5xx-flash to bfin-async-flash | Mike Frysinger | 2 | -20/+14 |
2008-05-12 | [Blackfin] arch: Blackfin checksum annotations | Al Viro | 1 | -11/+10 |
2008-05-10 | [Blackfin] arch: protect linux/usb/musb.h include until the driver gets mainl... | Mike Frysinger | 1 | -0/+2 |
2008-05-10 | [Blackfin] arch: protect linux/usb/isp1362.h include until the driver gets ma... | Mike Frysinger | 3 | -0/+6 |
2008-05-07 | [Blackfin] arch: add EBIU supporting for BF54x EZKIT SMSC LAN911x/LAN921x fam... | Michael Hennerich | 1 | -0/+1 |
2008-05-07 | [Blackfin] arch: Set spi flash partition on bf527 as like bf548. | Grace Pan | 1 | -5/+1 |
2008-05-07 | [Blackfin] arch: fix bug - Remove module will not free L1 memory used | Meihui Fan | 1 | -15/+22 |
2008-05-07 | [Blackfin] arch: fix wrong header name in comment | Mike Frysinger | 1 | -1/+1 |
2008-05-07 | [Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mount | Michael Hennerich | 1 | -1/+1 |