summaryrefslogtreecommitdiffstats
path: root/arch/frv
Commit message (Expand)AuthorAgeFilesLines
...
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-6/+3
| * | | frv/chris: fix lines with a missing semicolonsDavid Howells2010-03-291-1/+1
| * | | frv/PCI: remove redundant warningsBjorn Helgaas2010-03-251-3/+1
| * | | dma-mapping: frv: remove the obsolete and unnecessary DMA API commentsFUJITA Tomonori2010-03-123-96/+5
| * | | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
| * | | pci-dma: frv: use include/linux/pci-dma.hFUJITA Tomonori2010-03-121-7/+1
| * | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-121-2/+0
| * | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-122-89/+1
| |/ /
| * | frv: remove pci_dma_sync_single() and pci_dma_sync_sg()FUJITA Tomonori2010-03-061-37/+0
| * | 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-221-1/+1
| * | | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-8/+6
| |/ /
* | | frv: clean up arch/frv/MakefileSam Ravnborg2010-08-031-20/+2
| |/ |/|
* | 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-061-2/+0
* 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
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0
* | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
|/
* Unify sys_mmap*Al Viro2009-12-111-64/+2
* Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-091-4/+1
|\
| * frv: Remove the BKL from sys_execveJohn Kacur2009-10-141-4/+1
* | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+1
|\ \
| * | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-0/+2
|\ \ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-1/+1
| |\ \ \ | | |/ /
| * | | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+2
| | |/ | |/|
* | | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-182-6/+6
* | | sysctl frv: Remove dead binary sysctl supportEric W. Biederman2009-11-122-107/+2
* | | sysctl: Remove the unused frv sysctl unumbersEric W. Biederman2009-11-122-4/+4
| |/ |/|
* | frv: fix check on unsigned in do_signal()Roel Kluin2009-10-291-1/+1
|/
* FRV: Flash mappings for the MB93090-MB00 motherboardDavid Howells2009-09-242-0/+92
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-7/+7
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-231-3/+2
|\
| * Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2
* | FRV: Use asm/generic-hardirq.hChristoph Hellwig2009-09-232-17/+4
* | misc: remove redundant start_kernel prototypesRusty Russell2009-09-232-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \
| * | trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-211-1/+1
| |/
* | mm: remove duplicate asm/mman.h filesArnd Bergmann2009-09-221-20/+1
* | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
* | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-216-13/+13
|/
* frv: clean up linker script using new linker script macros.Nelson Elhage2009-09-181-54/+7
* frv: remove unused .altinstructions codeNelson Elhage2009-09-181-5/+0
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-6/+4
|\
| * frv/PCI: Use pci_claim_resourceMatthew Wilcox2009-09-091-6/+4
OpenPOWER on IntegriCloud