summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-227-8/+8
|\
| * edac, mips: don't change code that has been removed in edac/mips treeJiri Kosina2012-05-221-1/+1
| * Fix typo in various Kconfig fileMasanari Iida2012-04-162-3/+3
| * Merge branch 'master' into for-nextJiri Kosina2012-04-08145-873/+1167
| |\
| * | mips: Fix printk typos in arc/mipsMasanari Iida2012-04-056-6/+6
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-221-17/+0
|\ \ \
| * | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-17/+0
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-221-1/+1
|\ \ \ \
| * | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-186-54/+13
| |\| | |
| * | | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-1/+1
|\ \ \ \
| * | | | seccomp: ignore secure_computing return valuesWill Drewry2012-04-181-1/+1
| |/ / /
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-216-103/+5
|\ \ \ \
| * | | | mips: Use common threadinfo allocatorThomas Gleixner2012-05-081-12/+0
| * | | | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-086-54/+13
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | mips: Use PAGE_SIZE for INIT_TASK_DATA alignment againThomas Gleixner2012-05-071-1/+1
| * | | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | | | mips: Use generic init_taskThomas Gleixner2012-05-055-38/+4
| * | | | mips: Use generic idle thread allocationThomas Gleixner2012-04-262-53/+2
| * | | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| | |/ / | |/| |
* | | | tokenring: delete all remaining driver supportPaul Gortmaker2012-05-151-4/+0
| |/ / |/| |
* | | MIPS: Remove get_current_pgd().David Daney2012-04-271-6/+0
* | | MIPS: ath79: fix AR933X WMAC reset codeGabor Juhos2012-04-271-1/+1
* | | MIPS: JZ4740: Fix the JZ4740_IRQ_DMA macroAntony Pavlov2012-04-271-1/+1
* | | MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-273-46/+11
|/ /
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-043-16/+22
|\ \
| * | MIPS: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-283-16/+22
* | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-0212-40/+35
|\ \ \
| * | | documentation: remove references to cpu_*_map.Rusty Russell2012-03-293-3/+3
| * | | remove references to cpu_*_map in arch/Rusty Russell2012-03-2912-37/+32
* | | | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-1/+1
|\ \ \ \
| * | | | mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-1/+1
* | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-292-115/+8
|\ \ \ \ \
| * | | | | fs: Remove missed ->fds_bits from cessation use of fd_set structs internallyDavid Howells2012-02-241-1/+1
| * | | | | mips: Use generic posix_types.hH. Peter Anvin2012-02-141-114/+7
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-0/+1
|\ \ \ \ \
| * | | | | [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-291-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-231-1/+1
* | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2890-311/+259
|\ \ \ \ \
| * | | | | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
| * | | | | Disintegrate asm/system.h for MIPSDavid Howells2012-03-2890-309/+262
* | | | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-242-0/+2
|\ \ \ \ \ \
| * | | | | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-292-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-232-2/+5
|\ \ \ \ \ \
| * | | | | | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-231-0/+4
| * | | | | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-238-151/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-231-2/+0
| * | | | | mips/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-233-133/+4