summaryrefslogtreecommitdiffstats
path: root/arch/frv
Commit message (Expand)AuthorAgeFilesLines
* defconfig reductionSam Ravnborg2010-08-141-594/+6Star
* archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-2/+1Star
* Mark arguments to certain syscalls as being constDavid Howells2010-08-141-1/+2
* dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-2/+0Star
* dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-6/+0Star
* dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-08-111-1/+1
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-111-2/+0Star
|\
| * remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-2/+0Star
* | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
* | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-101-1/+1
* | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-4/+0Star
|\ \
| * | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-4/+0Star
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-062-0/+2
|\ \
| * | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-187-14/+20
| |\|
| * | arch: Implement local64_tPeter Zijlstra2010-06-092-0/+2
* | | Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-0428-360/+123Star
|\ \ \ | | |/ | |/|
| * | FRV: Reinstate null behaviour for the GDB remote protocol 'p' commandDavid Howells2010-06-091-0/+6
| * | frv: invoke oom-killer from page faultNick Piggin2010-06-051-4/+4
| * | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-015-10/+10
| |\ \ | | |/ | |/|
| * | FRV: ARCH_KMALLOC_MINALIGN was already definedDavid Howells2010-05-282-4/+2Star
| * | frv: remove "struct file *" argument from sysctl ->proc_handlerJan Blunck2010-05-271-8/+10
| * | frv: use asm-generic/scatterlist.hFUJITA Tomonori2010-05-271-39/+1Star
| * | ptrace: unify FDPIC implementationsMike Frysinger2010-05-271-20/+0Star
| * | frv: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori2010-05-251-0/+2
| * | frv: extend gdbstub to support more features of gdbDavid Howells2010-05-253-2/+70
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
| |\ \
| | * | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
| * | | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-201-27/+7Star
| |\ \ \
| | * | | frv: Convert frv to use read/update_persistent_clockJohn Stultz2010-03-131-27/+7Star
| * | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-1/+1
| | |/ / | |/| |
| * | | frv: fix kernel/user segment handling in NOMMU modeDavid Howells2010-04-072-5/+3Star
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-6/+3Star
| * | | frv/chris: fix lines with a missing semicolonsDavid Howells2010-03-291-1/+1
| * | | frv/PCI: remove redundant warningsBjorn Helgaas2010-03-251-3/+1Star
| * | | dma-mapping: frv: remove the obsolete and unnecessary DMA API commentsFUJITA Tomonori2010-03-133-96/+5Star
| * | | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-131-2/+0Star
| * | | pci-dma: frv: use include/linux/pci-dma.hFUJITA Tomonori2010-03-131-7/+1Star
| * | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-131-2/+0Star
| * | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-132-89/+1Star
| |/ /
| * | frv: remove pci_dma_sync_single() and pci_dma_sync_sg()FUJITA Tomonori2010-03-061-37/+0Star
| * | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+1
| |\ \
| | * | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
| * | | resource/PCI: mark struct resource as constDominik Brodowski2010-02-231-1/+1
| * | | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-231-8/+6Star
| |/ /
* | / frv: clean up arch/frv/MakefileSam Ravnborg2010-08-031-20/+2Star
| |/ |/|
* | Rename special text sections in arch/frv from .text.XXX to .text..XXX.Denys Vlasenko2010-03-035-8/+8
* | Rename .bss.stack to .bss..stack.Denys Vlasenko2010-03-032-2/+2
|/
* FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger2010-01-071-2/+0Star
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-172-1/+2
|\
| * kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-121-1/+1