summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* mips: single_open() leaksAl Viro2013-05-053-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-025-138/+107Star
|\
| * proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-0/+1
| * mips: Don't use create_proc_read_entry()David Howells2013-04-293-136/+104Star
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-089-24/+28
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-0314-72/+220
| |\ \ \
| * | | | net: add option to enable error queue packets waking selectKeller, Jacob E2013-04-011-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-016-135/+10Star
|\ \ \ \
| * | | | get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2013-03-042-27/+3Star
| * | | | merge compat sys_ipc instancesAl Viro2013-03-042-70/+1Star
| * | | | consolidate compat lookup_dcookie()Al Viro2013-03-042-7/+1Star
| * | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-043-22/+2Star
| * | | | make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-041-1/+0Star
| * | | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-042-8/+3Star
* | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-011-14/+1Star
|\ \ \ \ \
| * | | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-1/+1
| * | | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-13/+0Star
* | | | | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-015-304/+8Star
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-285-304/+8Star
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | cpufreq: mips: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-105-297/+8Star
| | * | | | cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar2013-04-021-6/+0Star
| | * | | | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2Star
| | | |/ / | | |/| |
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-34/+16Star
|\ \ \ \ \
| * | | | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0Star
| * | | | | mips: Use generic idle loopThomas Gleixner2013-04-083-34/+17Star
| |/ / / /
* | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-301-6/+6
|\ \ \ \ \
| * | | | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-301-6/+6
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-303-29/+13Star
|\| | | | |
| * | | | | mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-301-0/+1
| * | | | | mm/MIPS: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-301-5/+1Star
| * | | | | mm/MIPS: use common help functions to free reserved pagesJiang Liu2013-04-302-24/+11Star
* | | | | | Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-04-302-12/+0Star
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | spi/bcm63xx: remove unused speed_hz variableJonas Gorski2013-04-082-12/+0Star
| | |_|/ / | |/| | |
* | | | | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-0/+3
|\ \ \ \ \
| * | | | | USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbolFlorian Fainelli2013-04-101-0/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-1/+7
|\ \ \ \ \
| * | | | | MIPS/PCI: Implement pcibios_get_phb_of_nodeGabor Juhos2013-04-101-1/+7
| | |/ / / | |/| | |
* | | | | Revert "MIPS: page.h: Provide more readable definition for PAGE_MASK."Ralf Baechle2013-04-221-1/+1
| |/ / / |/| | |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-059-24/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | MIPS: Delete definition of SA_RESTORER.Ralf Baechle2013-04-051-2/+6
| * | | MIPS: Fix ISA level which causes secondary cache init bypassing and moreDeng-Cheng Zhu2013-04-054-13/+7Star
| * | | MIPS: Fix build error cavium-octeon without CONFIG_SMPEunBong Song2013-04-051-1/+4
| * | | MIPS: Kconfig: Rename SNIPROM tooPaul Bolle2013-04-051-2/+2
| * | | MIPS: Alchemy: Fix typo "CONFIG_DEBUG_PCI"Paul Bolle2013-04-051-2/+2
| * | | MIPS: Unbreak function tracer for 64-bit kernel.David Daney2013-04-051-4/+7
| | |/ | |/|
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-0314-72/+220
|\ \ \ | |/ / |/| |
| * | Fix breakage in MIPS siginfo handlingDavid Howells2013-03-191-1/+1
| * | Revert "MIPS: BCM63XX: Call board_register_device from device_initcall()"Jonas Gorski2013-03-191-1/+1