| Commit message (Expand) | Author | Age | Files | Lines |
* | xtensa: includecheck fix: vectors.S | Jaswinder Singh Rajput | 2010-05-25 | 1 | -2/+0 |
* | xtensa: convert to asm-generic/hardirq.h | Christoph Hellwig | 2010-05-25 | 2 | -21/+3 |
* | xtensa: set ARCH_KMALLOC_MINALIGN | FUJITA Tomonori | 2010-05-25 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 2010-05-24 | 48 | -3241/+1938 |
|\ |
|
| * | Blackfin: SMP: fix continuation lines | Joe Perches | 2010-05-22 | 1 | -2/+2 |
| * | Blackfin: acvilon: fix timeout usage for I2C | Wolfram Sang | 2010-05-22 | 1 | -1/+2 |
| * | Blackfin: fix typo in BF537 IRQ comment | Michael Hennerich | 2010-05-22 | 1 | -1/+1 |
| * | Blackfin: unify duplicate MEM_MT48LC32M8A2_75 kconfig options | Mike Frysinger | 2010-05-22 | 1 | -6/+1 |
| * | Blackfin: set ARCH_KMALLOC_MINALIGN | FUJITA Tomonori | 2010-05-22 | 1 | -0/+2 |
| * | Blackfin: use atomic kmalloc in L1 alloc so it too can be atomic | Mike Frysinger | 2010-05-22 | 1 | -1/+2 |
| * | Blackfin: another year of changes (update copyright in boot log) | Mike Frysinger | 2010-05-22 | 1 | -2/+2 |
| * | Blackfin: optimize strncpy a bit | Robin Getz | 2010-05-22 | 2 | -13/+47 |
| * | Blackfin: isram: clean up ITEST_COMMAND macro and improve the selftests | Mike Frysinger | 2010-05-22 | 1 | -43/+51 |
| * | Blackfin: move string functions to normal lib/ assembly | Robin Getz | 2010-05-22 | 11 | -184/+226 |
| * | Blackfin: SIC: cut down on IAR MMR reads a bit | Mike Frysinger | 2010-05-22 | 1 | -15/+18 |
| * | Blackfin: bf537-minotaur: fix build errors due to header changes | Mike Frysinger | 2010-05-22 | 1 | -1/+2 |
| * | Blackfin: kgdb: pass up the CC register instead of a 0 stub | Mike Frysinger | 2010-05-22 | 1 | -1/+1 |
| * | Blackfin: handle HW errors in the new "FAULT" printing code | Robin Getz | 2010-05-22 | 1 | -0/+9 |
| * | Blackfin: show the whole accumulator in the pseudo DBG insn | Robin Getz | 2010-05-22 | 1 | -6/+19 |
| * | Blackfin: support all possible registers in the pseudo instructions | Robin Getz | 2010-05-22 | 1 | -6/+61 |
| * | Blackfin: add support for the DBG (debug output) pseudo insn | Robin Getz | 2010-05-22 | 3 | -18/+71 |
| * | Blackfin: change the BUG opcode to an unused 16-bit opcode | Robin Getz | 2010-05-22 | 1 | -1/+6 |
| * | Blackfin: allow NMI watchdog to be used w/RETN as a scratch reg | Graf Yang | 2010-05-22 | 1 | -1/+1 |
| * | Blackfin: add support for the DBGA (debug assert) pseudo insn | Robin Getz | 2010-05-22 | 5 | -0/+115 |
| * | Blackfin: SMP: add flush_tlb_kernel_range stub | Graf Yang | 2010-05-21 | 1 | -0/+1 |
| * | Blackfin: make hardware trace output a little more useful | Robin Getz | 2010-05-21 | 4 | -67/+446 |
| * | Blackfin: print out the faulting insn in the trace output | Robin Getz | 2010-05-21 | 1 | -2/+17 |
| * | Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.c | Robin Getz | 2010-05-21 | 5 | -123/+120 |
| * | Blackfin: split kernel/traps.c | Robin Getz | 2010-05-21 | 7 | -836/+887 |
| * | Blackfin: punt Blackfin-specific GPIO wakeup API | Michael Hennerich | 2010-05-21 | 5 | -188/+24 |
| * | Blackfin: mark MUSB VRSEL as active high for appropriate boards | Cliff Cai | 2010-05-21 | 5 | -0/+20 |
| * | Blackfin: punt duplicated CAN MMRs | Mike Frysinger | 2010-05-21 | 3 | -1914/+0 |
| * | Blackfin: cleanup style/comments/etc... in paging_init() | Mike Frysinger | 2010-05-21 | 1 | -18/+13 |
| * | Blackfin: drop unused bad_page pages and move zero_page to the bss | Mike Frysinger | 2010-05-21 | 2 | -26/+6 |
* | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 | 4 | -17/+23 |
|\ \ |
|
| * | | uml: Pushdown the bkl from harddog_kern ioctl | Frederic Weisbecker | 2010-05-22 | 1 | -3/+15 |
| * | | uml: Convert to unlocked_ioctls to remove implicit BKL | John Kacur | 2010-05-17 | 1 | -4/+4 |
| * | | um/mmapper: Remove BKL usage | Arnd Bergmann | 2010-05-17 | 1 | -3/+2 |
| * | | sn_hwperf: Kill BKL usage | Arnd Bergmann | 2010-05-17 | 1 | -7/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2010-05-24 | 17 | -163/+507 |
|\ \ \ |
|
| * | | | sh: fix up sh7785lcr_32bit_defconfig. | Paul Mundt | 2010-05-24 | 1 | -109/+164 |
| * | | | arch/sh/lib/strlen.S: Checkpatch cleanup | Andrea Gelmini | 2010-05-24 | 1 | -1/+1 |
| * | | | sh: fix up sh7786 dmaengine build. | Paul Mundt | 2010-05-22 | 1 | -1/+1 |
| * | | | sh: disable SD-card write-protection detection on kfr2r09 | Guennadi Liakhovetski | 2010-05-22 | 1 | -2/+4 |
| * | | | sh: Add SDHI DMA support to migor | Guennadi Liakhovetski | 2010-05-22 | 1 | -0/+9 |
| * | | | sh: Add SDHI DMA support to kfr2r09 | Guennadi Liakhovetski | 2010-05-22 | 1 | -0/+9 |
| * | | | sh: Add SDHI DMA support to ms7724se | Guennadi Liakhovetski | 2010-05-22 | 1 | -0/+17 |
| * | | | sh: Add SDHI DMA support to ecovec | Guennadi Liakhovetski | 2010-05-22 | 1 | -2/+7 |
| * | | | sh: add DMA slave definitions to sh7724 | Guennadi Liakhovetski | 2010-05-22 | 1 | -0/+86 |
| * | | | sh: add DMA slaves for two SDHI controllers to sh7722 | Guennadi Liakhovetski | 2010-05-22 | 1 | -0/+10 |