aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAge
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-21
|\
| * seccomp: ignore secure_computing return valuesWill Drewry2012-04-17
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-21
|\ \
| * | mips: Use common threadinfo allocatorThomas Gleixner2012-05-08
| * | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-08
| |\ \
| * | | mips: Use PAGE_SIZE for INIT_TASK_DATA alignment againThomas Gleixner2012-05-07
| * | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-05
| * | | mips: Use generic init_taskThomas Gleixner2012-05-05
| * | | mips: Use generic idle thread allocationThomas Gleixner2012-04-26
| * | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-26
| | |/ | |/|
* | | tokenring: delete all remaining driver supportPaul Gortmaker2012-05-15
| |/ |/|
* | MIPS: Remove get_current_pgd().David Daney2012-04-27
* | MIPS: ath79: fix AR933X WMAC reset codeGabor Juhos2012-04-27
* | MIPS: JZ4740: Fix the JZ4740_IRQ_DMA macroAntony Pavlov2012-04-26
* | MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-26
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-04
|\
| * MIPS: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-28
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-02
|\ \
| * | documentation: remove references to cpu_*_map.Rusty Russell2012-03-29
| * | remove references to cpu_*_map in arch/Rusty Russell2012-03-29
* | | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-30
|\ \ \
| * | | mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-26
* | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-29
|\ \ \ \
| * | | | fs: Remove missed ->fds_bits from cessation use of fd_set structs internallyDavid Howells2012-02-24
| * | | | mips: Use generic posix_types.hH. Peter Anvin2012-02-14
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-29
|\ \ \ \
| * | | | [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-15
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-29
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-23
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\ \ \ \
| * | | | Delete all instances of asm/system.hDavid Howells2012-03-28
| * | | | Disintegrate asm/system.h for MIPSDavid Howells2012-03-28
* | | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-24
|\ \ \ \ \
| * | | | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-29
| | |_|_|/ | |/| | |
* | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-23
|\ \ \ \ \
| * | | | | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-23
| * | | | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-23
| | |/ / / | |/| | |
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-23
| * | | | mips/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-23
| * | | | mips/PCI: removed unused pci_probe configurabilityBjorn Helgaas2012-02-23
| * | | | mips/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-23
* | | | | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-03-22
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'v3.3-rc3' as we've got several bugfixes in there which areMark Brown2012-02-09
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ASoC: jz4740: Convert qi_lb60 to use snd_soc_register_card()Axel Lin2012-01-20
| | |/ / | |/| |
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-21
|\ \ \ \
| * | | | irq_domain/mips: Allow irq_domain on MIPSGrant Likely2012-02-24
| | |/ / | |/| |
* | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-21
|\ \ \ \
| * | | | highmem: kill all __kmap_atomic()Cong Wang2012-03-20
| * | | | mips: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
| | |_|/ | |/| |