Age | Commit message (Expand) | Author | Files | Lines |
2010-01-07 | blackfin,kgdb: Do not put PC in gdb_regs into retx. | Sonic Zhang | 1 | -1/+1 |
2010-01-07 | blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write | Jason Wessel | 3 | -206/+98 |
2010-01-07 | FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack | Mike Frysinger | 1 | -0/+5 |
2009-12-17 | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 1 | -0/+1 |
2009-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 131 | -13563/+6757 |
2009-12-16 | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 3 | -4/+4 |
2009-12-16 | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 1 | -1/+0 |
2009-12-16 | fbdev: bfin-lq035q1-fb: new Blackfin Landscape LCD EZ-Extender driver | Michael Hennerich | 1 | -0/+28 |
2009-12-15 | Blackfin: Convert BUG() to use unreachable() | David Daney | 1 | -1/+1 |
2009-12-15 | Blackfin: define __NR_recvmmsg | Mike Frysinger | 1 | -1/+2 |
2009-12-15 | module: make MODULE_SYMBOL_PREFIX into a CONFIG option | Alan Jenkins | 3 | -4/+4 |
2009-12-15 | Blackfin: drop duplicate sched_clock | Mike Frysinger | 1 | -8/+0 |
2009-12-15 | Blackfin: NOMPU: skip DMA ICPLB hole when it is redundant | Mike Frysinger | 1 | -5/+6 |
2009-12-15 | Blackfin: MPU: add missing __init markings | Mike Frysinger | 1 | -1/+1 |
2009-12-15 | Blackfin: add support for TIF_NOTIFY_RESUME | Barry Song | 3 | -1/+23 |
2009-12-15 | Blackfin: kgdb_test: clean up code a bit | Mike Frysinger | 1 | -23/+21 |
2009-12-15 | Blackfin: convert kgdbtest to proc_fops | Alexey Dobriyan | 1 | -27/+12 |
2009-12-15 | Blackfin: convert cyc2ns() to clocksource_cyc2ns() | Mike Frysinger | 1 | -2/+4 |
2009-12-15 | Blackfin: ip0x: pull in asm/portmux.h for P_xxx defines | Mike Frysinger | 1 | -0/+1 |
2009-12-15 | Blackfin: drop unused ax88180 resources | Mike Frysinger | 2 | -52/+0 |
2009-12-15 | Blackfin: bf537-stamp: add ADF702x network driver resources | Michael Hennerich | 1 | -0/+53 |
2009-12-15 | Blackfin: bf537-stamp: add CAN resources | Barry Song | 3 | -0/+126 |
2009-12-15 | Blackfin: bf537-stamp: add AD5258 i2c address | Michael Hennerich | 1 | -0/+5 |
2009-12-15 | Blackfin: bf537-stamp: add adau1761 i2c address | Cliff Cai | 1 | -0/+5 |
2009-12-15 | Blackfin: bf537-stamp: add adau1371 i2c address | Cliff Cai | 1 | -0/+5 |
2009-12-15 | Blackfin: bf537-stamp: add ADP8870 resources | Michael Hennerich | 1 | -8/+60 |
2009-12-15 | Blackfin: bf537-stamp: kill AD714x board-specific Kconfigs | Mike Frysinger | 1 | -14/+14 |
2009-12-15 | Blackfin: bf537-stamp: update ADP5520 resources | Michael Hennerich | 1 | -71/+50 |
2009-12-15 | Blackfin: bf537-stamp: add ADXL346 orientation sensing support | Michael Hennerich | 1 | -0/+5 |
2009-12-15 | Blackfin: bf537-stamp/bf548-ezkit: update ADXL34x resources | Michael Hennerich | 2 | -8/+23 |
2009-12-15 | Blackfin: BF51x: unify def/cdef headers | Mike Frysinger | 6 | -1174/+16 |
2009-12-15 | Blackfin: BF52x: unify def/cdef headers | Mike Frysinger | 4 | -1117/+8 |
2009-12-15 | Blackfin: BF537: push down error masks to avoid namespace pollution | Mike Frysinger | 2 | -14/+10 |
2009-12-15 | Blackfin: SMP: don't start up core b until its state has been completely onlined | Yi Li | 2 | -18/+15 |
2009-12-15 | Blackfin: convert to asm-generic pci headers | Barry Song | 1 | -128/+2 |
2009-12-15 | Blackfin: io.h: fix random busted whitespace | Mike Frysinger | 1 | -44/+51 |
2009-12-15 | Blackfin: dma-mapping.h: flesh out missing DMA mapping functions | Barry Song | 3 | -64/+116 |
2009-12-15 | Blackfin: workaround anomaly 05000310 | Barry Song | 1 | -0/+30 |
2009-12-15 | Blackfin: drop ptrace() write support for fixed code/bootrom | Mike Frysinger | 1 | -13/+0 |
2009-12-15 | Blackfin: MPU: support XIP in async flash memory | Barry Song | 1 | -4/+9 |
2009-12-15 | Blackfin: drop 4KB reserve at end of memory | Barry Song | 1 | -5/+0 |
2009-12-15 | Blackfin: support smaller uncached DMA chunks for memory constrained systems | Barry Song | 3 | -7/+25 |
2009-12-15 | Blackfin: push BF5Xx configs down into mach-specific Kconfigs | Mike Frysinger | 5 | -37/+37 |
2009-12-15 | Blackfin: finish_atomic_sections: optimize the RTS step | Mike Frysinger | 1 | -7/+11 |
2009-12-15 | Blackfin: kgdb: punt dead code | Sonic Zhang | 2 | -20/+0 |
2009-12-15 | Blackfin: reject NULL callback in set_dma_callback() | Mike Frysinger | 1 | -11/+10 |
2009-12-15 | Blackfin: punt dead/unused flash mem_init settings | Mike Frysinger | 1 | -153/+0 |
2009-12-15 | Blackfin: gptimers: use unsigned timer/group ids | Mike Frysinger | 2 | -32/+32 |
2009-12-15 | Blackfin: don't walk VMAs when oopsing | Robin Getz | 1 | -0/+9 |
2009-12-15 | Blackfin: force BFD target when linking modules | Mike Frysinger | 1 | -0/+1 |