aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-27FRV: Use __INIT macro instead of .text.init.Tim Abbott4-4/+8
2009-04-27FRV: Remove unused header asm/init.h.Tim Abbott1-12/+0
2009-04-27FRV: Stop gcc from generating uninitialised variable warnings after BUG()David Howells1-2/+3
2009-04-27FRV: Wire up new syscallsDavid Howells2-1/+5
2009-04-26frv: convert frv to use __HEAD and HEAD_TEXT macros.Tim Abbott2-2/+3
2009-04-21frv: insert PCI root bus resources for the MB93090 devel motherboardDavid Howells1-13/+50
2009-04-20FRV: Don't attempt to #include <linux/blk.h> as it doesn't existDavid Howells1-1/+0
2009-04-10FRV: Move to arch/frv/include/asm/David Howells114-0/+8626
2009-04-06FRV: Fix compile breakageAdrian Bunk1-1/+0
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell4-8/+0
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-02-09FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h nowDavid Howells1-1/+1
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-5/+6
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-01frv: fix mmap2 error handlingDavid Howells1-9/+8
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley1-0/+2
2008-10-16FRV: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-2/+0
2008-10-16FRV: Provide dma_map_page() for NOMMU and fix commentsDavid Howells2-5/+29
2008-10-16frv: use generic pci_enable_resources()Bjorn Helgaas3-34/+1
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-3/+3
2008-08-01FRV: Wire up new system callsDavid Howells1-1/+6
2008-07-26frv: use generic show_mem()Johannes Weiner1-31/+0
2008-07-26frv: use the common ascii hex helpersHarvey Harrison1-52/+36
2008-07-24remove include/linux/pm_legacy.hAdrian Bunk1-1/+0
2008-06-27PCI: remove unused arch pcibios_update_resource() functionsAdrian Bunk1-30/+0
2008-06-06Fix various old email addresses for dwmw2David Woodhouse3-3/+3
2008-05-24frv: export empty_zero_pageAdrian Bunk1-0/+3
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-05-01frv: unbreak misalignment handling changesDavid Howells1-1/+1
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-8/+0
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into releaseLen Brown8-238/+17
2008-04-29frv: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-8/+1
2008-04-29kernel: Move arches to use common unaligned accessHarvey Harrison2-222/+2
2008-04-29Remove the macro get_personalityWANG Cong1-2/+2
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt1-2/+2
2008-04-28frv si_addr annotationsAl Viro1-15/+16
2008-04-21frv: unexport kmap_atomic_to_pageAdrian Bunk1-3/+0
2008-04-20PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman1-53/+0
2008-04-20PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman1-2/+0
2008-04-17Generic semaphore implementationMatthew Wilcox3-157/+1
2008-04-15PM: Remove legacy PMPavel Machek1-8/+0
2008-04-14FRV: Correctly determine the address of an illegal instructionDavid Howells1-1/+1
2008-04-10FRV: Make NOMMU-mode work with base addresses other than 0xC0000000 [try #2]David Howells2-8/+1
2008-04-10FRV: Add support for emulation of userspace atomic ops [try #2]David Howells3-1/+254
2008-02-20FRV: Change the timerfd syscalls to be the same as i386David Howells1-1/+3
2008-02-20FRV: Drop the .data.idt section for FRVDavid Howells1-3/+0
2008-02-13xtime_lock vs update_process_timesPeter Zijlstra1-2/+4