aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAge
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-03
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-29
| | |\
| | * | cpumask: Mips: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell2008-12-26
* | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-02
|\| | |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Ingo Molnar2008-12-16
| |\ \ \
| | * \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-13
| | |\ \ \ | | | |/ / | | |/| |
| | * | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-13
| | * | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-13
| | * | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-13
| | * | | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-13
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-16
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-12
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-02
| |\ \ \ \ \
| * | | | | | sched: convert struct root_domain to cpumask_var_t, fixIngo Molnar2008-11-26
* | | | | | | take init_fs to saner placeAl Viro2008-12-31
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-12-28
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/coreIngo Molnar2008-12-25
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar2008-12-12
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2008-12-08
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | Merge commit 'v2.6.28-rc6' into sched/coreIngo Molnar2008-11-21
| |\ \ \ \ \
| * | | | | | sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTERIngo Molnar2008-11-11
* | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-24
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'master' into nextJames Morris2008-12-04
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | CRED: Use creds in file structsDavid Howells2008-11-13
| * | | | | | CRED: Separate task security context from task_structDavid Howells2008-11-13
| * | | | | | CRED: Wrap task credential accesses in the MIPS archDavid Howells2008-11-13
| | |/ / / / | |/| | | |
* | | | | | MIPS: MIPS64R2: Fix buggy __arch_swab64David Daney2008-12-22
* | | | | | MIPS: Fix preprocessor warnings flaged by GCC 4.4David Daney2008-12-22
| |_|_|_|/ |/| | | |
* | | | | MIPS: IP32: Update defconfigDavid Daney2008-12-12
* | | | | MIPS: Add missing calls to plat_unmap_dma_mem.David Daney2008-12-12
* | | | | MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev2008-12-12
* | | | | MIPS: Use EI/DI for MIPS R2.David Daney2008-12-12
| |_|_|/ |/| | |
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-12-10
|\ \ \ \
| * | | | MIPS: Better than nothing implementation of PCI mmap to fix X.Ralf Baechle2008-12-09
* | | | | MIPS: Fix incorrect use of loose in vpe.cNick Andrew2008-12-05
|/ / / /
* | | | MIPS: Return ENOSYS from sys32_syscall on 64bit kernels like elsewhere.David Daney2008-12-04
* | | | MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32.Ralf Baechle2008-12-04
* | | | MIPS: o32: Fix number of arguments to splice(2).Ralf Baechle2008-12-04
* | | | MIPS: Malta: Consolidate platform device code.Ralf Baechle2008-12-04
* | | | MIPS: IP22, Fulong, Malta: Update defconfigs.Ralf Baechle2008-12-04
* | | | MIPS: Malta: Add back RTC supportTiejun Chen2008-12-04
* | | | MIPS: Fix potential DOS by untrusted user app.Vlad Malov2008-12-04
| |/ / |/| |
* | | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-30
* | | MIPS: Make BUG() __noreturn.David Daney2008-11-24
| |/ |/|
* | MIPS: csrc-r4k: Fix declaration depending on the wrong CONFIG_ symbol.Ralf Baechle2008-11-20
* | MIPS: csrc-r4k: Fix spelling mistake.Ralf Baechle2008-11-20
* | MIPS: RB532: Provide functions for gpio configurationPhil Sutter2008-11-20
* | MIPS: IP22: Make indy_sc_ops variable staticDmitri Vorobiev2008-11-20
* | MIPS: RB532: GPIO register offsets are relative to GPIOBASEFlorian Fainelli2008-11-20