Age | Commit message (Expand) | Author | Files | Lines |
2008-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 2 | -115/+112 |
2008-10-16 | Blackfin arch: unify/cleanup cache code | Mike Frysinger | 1 | -115/+58 |
2008-10-16 | Blackfin arch: Zero out bss region in L1/L2 memory. | Graf Yang | 1 | -0/+54 |
2008-10-16 | cpufreq: remove policy->governor setting in drivers initialization | Dominik Brodowski | 1 | -2/+0 |
2008-10-09 | Blackfin arch: Fix bug - HW Errors never recover on BF548 | Robin Getz | 1 | -0/+9 |
2008-10-09 | Blackfin arch: give sys_strace proper entry markings | Mike Frysinger | 1 | -0/+3 |
2008-10-09 | Blackfin arch: Fix BUG -- BF533 + 0.5 silicon + MPU + UART PIO -> crash | Michael Hennerich | 2 | -1/+19 |
2008-10-08 | Blackfin arch: Not call generic set_irq_handler() in bfin_gpio_irq_type() due... | Graf Yang | 1 | -4/+12 |
2008-10-08 | Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception ... | Robin Getz | 1 | -0/+10 |
2008-10-08 | Blackfin arch: Modify some funtion names to more genernal ones | Graf Yang | 1 | -1/+1 |
2008-10-08 | Blackfin arch: add a meaningful name for each irqchip | Graf Yang | 1 | -0/+5 |
2008-10-13 | Blackfin arch: add supporting for kgdb | Sonic Zhang | 2 | -6/+7 |
2008-10-08 | Blackfin arch: add supporting for double fault debug handling | Robin Getz | 2 | -62/+167 |
2008-08-28 | Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWE | Michael Hennerich | 1 | -1/+1 |
2008-08-27 | Blackfin arch: move include/asm-blackfin header files to arch/blackfin | Bryan Wu | 4 | -6/+6 |
2008-08-25 | Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demu... | Mike Frysinger | 1 | -1/+1 |
2008-08-14 | Blackfin arch: hook up some missing new system calls | Bryan Wu | 1 | -0/+6 |
2008-08-14 | Blackfin arch: do not muck with the UART during boot -- let the serial driver... | Mike Frysinger | 1 | -3/+0 |
2008-08-14 | Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as ... | Mike Frysinger | 1 | -0/+5 |
2008-08-14 | Blackfin arch: Print out doublefault addresses, so debug can occur | Robin Getz | 1 | -0/+6 |
2008-08-14 | Blackfin arch: cleanup cache lock code | Mike Frysinger | 2 | -15/+33 |
2008-08-13 | Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabl... | Michael Hennerich | 2 | -0/+18 |
2008-08-06 | Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling | Michael Hennerich | 3 | -64/+8 |
2008-08-13 | Blackfin arch: delete unused cache functions | Mike Frysinger | 1 | -115/+0 |
2008-08-06 | Blackfin arch: unify the duplicated portions of __start and split mach-specif... | Mike Frysinger | 1 | -2/+129 |
2008-08-06 | Blackfin arch: add asm/thread_info.h for THREAD_SIZE define | Mike Frysinger | 1 | -0/+1 |
2008-08-06 | Blackfin arch: make sure the BSS and kernel load address are 4 byte aligned | Mike Frysinger | 1 | -0/+9 |
2008-08-06 | Blackfin arch: unify the duplicated _real_start functions | Mike Frysinger | 2 | -1/+77 |
2008-08-06 | Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any ... | Mike Frysinger | 2 | -78/+1 |
2008-08-05 | Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging. | Sonic Zhang | 1 | -3/+5 |
2008-08-05 | Blackfin arch: Functional power management support | Michael Hennerich | 2 | -20/+44 |
2008-08-05 | Blackfin arch: Fix bug - This change eliminates impact on application debugging | Jie Zhang | 1 | -7/+13 |
2008-07-26 | Blackfin arch: Fix bug - skip single step in high priority interrupt handler ... | Sonic Zhang | 1 | -12/+38 |
2008-07-16 | Blackfin arch: use local labels and ENDPROC() markings | Mike Frysinger | 1 | -6/+13 |
2008-07-19 | Blackfin arch: Functional power management support | Michael Hennerich | 2 | -45/+780 |
2008-07-14 | Blackfin arch: Remove redundant kernel option | Michael Hennerich | 1 | -6/+0 |
2008-07-14 | Blackfin arch: Fix Bug - GPIO interrupts not disabled; edge sensitive interru... | Michael Hennerich | 1 | -0/+4 |
2008-05-07 | [Blackfin] arch: fix gdb testing regression | Bernd Schmidt | 1 | -31/+77 |
2008-05-07 | [Blackfin] arch: In the double fault handler, set up the PT_RETI slot | Bernd Schmidt | 1 | -0/+5 |
2008-05-07 | [Blackfin] arch: Support for CPU_FREQ and NOHZ | Vitja Makarov | 1 | -9/+15 |
2008-05-07 | [Blackfin] arch: Functional power management support: Add CPU and platform vo... | Michael Hennerich | 3 | -27/+142 |
2008-05-07 | [Blackfin] arch: Cleanup Kconfig, fix comment and make sure we exclude CCLK=S... | Michael Hennerich | 1 | -2/+2 |
2008-04-25 | [Blackfin] arch: Functional power management support: Add support for cpu fre... | Michael Hennerich | 2 | -1/+196 |
2008-04-25 | [Blackfin] arch: Remove the circular buffering mechanism for exceptions | Bernd Schmidt | 2 | -90/+33 |
2008-04-24 | [Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQ | Michael Hennerich | 1 | -39/+13 |
2008-04-24 | [Blackfin] arch: detect the memory available in the system on the fly by default | Mike Frysinger | 1 | -1/+2 |
2008-04-24 | [Blackfin] arch: make the mask explicit rather than writing a negative number... | Mike Frysinger | 1 | -1/+1 |
2008-04-23 | [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ | Harvey Harrison | 1 | -1/+1 |
2008-04-23 | [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled. | Bernd Schmidt | 1 | -1/+6 |
2008-03-07 | [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscalls | Bryan Wu | 1 | -1/+4 |