Age | Commit message (Expand) | Author | Files | Lines |
2009-07-16 | Blackfin: define HARDIRQ_BITS again for now | Mike Frysinger | 1 | -0/+3 |
2009-07-16 | Blackfin: drop per-cpu loops_per_jiffy tracking | Michael Hennerich | 1 | -1/+0 |
2009-07-16 | Blackfin: fix handling of IPEND in interrupt context save | Robin Getz | 1 | -3/+4 |
2009-07-16 | Blackfin: update handling of anomaly 364 (wrong rev id in BF527-0.1) | Graf Yang | 1 | -14/+7 |
2009-07-10 | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 1 | -1/+1 |
2009-06-22 | Blackfin: fix dma-mapping build errors | FUJITA Tomonori | 1 | -0/+13 |
2009-06-22 | Blackfin: hook up new perf_counter_open syscall | Mike Frysinger | 1 | -1/+2 |
2009-06-22 | Blackfin: drop BF535-specific text for exception 0x2A (unaligned instruction) | Yi Li | 1 | -3/+1 |
2009-06-22 | Blackfin: bf526-ezbrd: handle different SDRAM chips | Graf Yang | 1 | -0/+86 |
2009-06-22 | Blackfin: fix typo in TRAS define in mem_init.h header | Graf Yang | 1 | -1/+1 |
2009-06-22 | Blackfin: unify memory map headers | Mike Frysinger | 2 | -50/+48 |
2009-06-22 | Blackfin: decouple unrelated cache settings to get exact behavior | Jie Zhang | 3 | -22/+24 |
2009-06-22 | Blackfin: update I-pipe patch level | Philippe Gerum | 1 | -2/+2 |
2009-06-22 | Blackfin: allow CONFIG_TICKSOURCE_GPTMR0 with interrupt pipeline | Philippe Gerum | 1 | -1/+6 |
2009-06-22 | Blackfin: convert interrupt pipeline to irqflags | Philippe Gerum | 4 | -29/+176 |
2009-06-22 | Blackfin: unify memory region checks between kgdb and traps | Mike Frysinger | 1 | -0/+22 |
2009-06-18 | Blackfin: convert page/tlb to asm-generic | Mike Frysinger | 4 | -157/+4 |
2009-06-18 | Blackfin: convert types to asm-generic | Mike Frysinger | 2 | -81/+12 |
2009-06-18 | Blackfin: convert irq/process to asm-generic | Mike Frysinger | 3 | -75/+7 |
2009-06-18 | Blackfin: convert signal/mmap to asm-generic | Mike Frysinger | 2 | -199/+4 |
2009-06-18 | Blackfin: convert locking primitives to asm-generic | Mike Frysinger | 6 | -308/+25 |
2009-06-18 | Blackfin: convert termios to asm-generic | Mike Frysinger | 2 | -292/+2 |
2009-06-18 | Blackfin: convert simple headers to asm-generic | Mike Frysinger | 20 | -170/+10 |
2009-06-18 | Blackfin: convert socket/poll to asm-generic | Mike Frysinger | 3 | -90/+5 |
2009-06-18 | Blackfin: convert user/elf to asm-generic | Mike Frysinger | 2 | -90/+2 |
2009-06-18 | Blackfin: convert shm/sysv/ipc to asm-generic | Mike Frysinger | 5 | -134/+5 |
2009-06-18 | Blackfin: convert asm/ioctls.h to asm-generic/ioctls.h | Mike Frysinger | 1 | -82/+2 |
2009-06-16 | Merge branch 'akpm' | Linus Torvalds | 1 | -16/+1 |
2009-06-16 | kmap_types: make most arches use generic header file | Randy Dunlap | 1 | -16/+1 |
2009-06-13 | Blackfin: hook up new rt_tgsigqueueinfo syscall | Mike Frysinger | 1 | -1/+2 |
2009-06-13 | Blackfin: initial support for ftrace | Mike Frysinger | 1 | -1/+13 |
2009-06-13 | Blackfin: move custom sections into sections.h | Mike Frysinger | 2 | -10/+12 |
2009-06-13 | Blackfin: punt unused/wrong mutex-dec.h | Mike Frysinger | 1 | -112/+0 |
2009-06-13 | Blackfin: add support for irqflags | Mike Frysinger | 3 | -264/+74 |
2009-06-13 | Blackfin: update aedos-ipipe code to upstream 1.10-00 | Yi Li | 1 | -13/+15 |
2009-06-13 | Blackfin: fix flag storage for irq funcs | Mike Frysinger | 2 | -9/+10 |
2009-06-13 | Blackfin: add blackfin_invalidate_entire_icache for SMP systems | Sonic Zhang | 3 | -3/+10 |
2009-06-13 | Blackfin: add support for GENERIC_BUG | Mike Frysinger | 1 | -6/+51 |
2009-06-13 | Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable | Jie Zhang | 1 | -1/+1 |
2009-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 4 | -3/+4 |
2009-06-12 | Blackfin: push access_ok() L1 attribute down | Mike Frysinger | 1 | -4/+0 |
2009-06-12 | Blackfin: punt duplicated search_exception_table() prototype | Mike Frysinger | 1 | -3/+0 |
2009-06-12 | Blackfin: add missing access_ok() checks to user functions | Robin Getz | 1 | -5/+20 |
2009-06-12 | Blackfin: rename Blackfin relocs according to the toolchain | Mike Frysinger | 1 | -42/+42 |
2009-06-12 | Blackfin: add SSYNC to set_dma_sg() for descriptor fetching | Sonic Zhang | 1 | -1/+7 |
2009-06-12 | Blackfin: drop unused reserve_pda() function | Graf Yang | 1 | -2/+0 |
2009-06-12 | Blackfin: update gptimers API | Michael Hennerich | 1 | -19/+24 |
2009-06-12 | Blackfin: make deferred hardware errors more exact | Robin Getz | 1 | -3/+89 |
2009-06-12 | Blackfin: work around anomaly 05000220 | Graf Yang | 1 | -16/+19 |
2009-06-12 | Blackfin: add support for gptimer0 as a tick source | Graf Yang | 1 | -0/+1 |