summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* mips: single_open() leaksAl Viro2013-05-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-38/+26
|\
| * mips: Don't use create_proc_read_entry()David Howells2013-04-291-38/+26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-126/+7
|\ \
| * | get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2013-03-032-27/+3
| * | merge compat sys_ipc instancesAl Viro2013-03-032-70/+1
| * | consolidate compat lookup_dcookie()Al Viro2013-03-032-7/+1
| * | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-033-22/+2
| |/
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-301-14/+1
|\ \
| * | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-1/+1
| * | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-13/+0
* | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-304-303/+0
|\ \ \ | |/ / |/| |
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-284-303/+0
| |\ \
| | * | cpufreq: mips: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-104-296/+0
| | * | cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar2013-04-021-6/+0
| | * | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2
| | |/
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-34/+16
|\ \ \
| * | | mips: Use generic idle loopThomas Gleixner2013-04-082-34/+16
| |/ /
* | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-6/+6
|/ /
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-053-9/+10
|\ \
| * | MIPS: Fix ISA level which causes secondary cache init bypassing and moreDeng-Cheng Zhu2013-04-052-5/+3
| * | MIPS: Unbreak function tracer for 64-bit kernel.David Daney2013-04-051-4/+7
| |/
* | MIPS: Fix code generation for non-DSP capable CPUsFlorian Fainelli2013-03-191-19/+6
* | MIPS: Fix inconsistent formatting inside /proc/cpuinfoJohn Crispin2013-03-131-1/+1
* | MIPS: VR4133: Fix probe for LL/SC.Yoichi Yuasa2013-03-121-3/+4
* | MIPS: compat: Return same error ENOSYS as native for invalid operation.Ralf Baechle2013-03-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-021-2/+2
|\
| * fix compat truncate/ftruncateAl Viro2013-02-251-2/+2
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-0270-508/+744
|\ \
| * \ Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle2013-02-219-37/+214
| |\ \
| | * | MIPS: remove broken conditional inside vpe loader codeJohn Crispin2013-02-191-12/+3
| | * | MIPS: SMTC: fix implicit declaration of set_vi_handlerFlorian Fainelli2013-02-191-0/+1
| | * | MIPS: early_printk: drop __init annotationsAaro Koskinen2013-02-191-3/+2
| | * | MIPS: Probe for and report hardware virtualization support.David Daney2013-02-192-0/+3
| | * | mips: reserve elfcorehdrCorey Minyard2013-02-191-0/+39
| | * | mips: Make sure kernel memory is in iomemCorey Minyard2013-02-191-21/+31
| | * | MIPS: add irqdomain support for the CPU IRQ controllerGabor Juhos2013-02-171-0/+42
| | * | MIPS: Add new GIC clocksource.Steven J. Hill2013-02-172-0/+50
| | * | MIPS: dsp: Add assembler support for DSP ASEs.Steven J. Hill2013-02-171-0/+31
| | * | MIPS: Add support for the M14KEc core.Steven J. Hill2013-02-172-0/+8
| | * | MIPS: show correct cpu name for 24KEcJohn Crispin2013-02-171-1/+4
| * | | MIPS: Add printing of ISA version in cpuinfo.Steven J. Hill2013-02-152-30/+80
| * | | MIPS: Loongson2: Use clk API instead of direct dereferencesJulia Lawall2013-02-151-3/+12
| * | | MIPS: Whitespace cleanup.Ralf Baechle2013-02-0168-450/+450
| * | | MIPS: Whitespace cleanups and reformatting.Steven J. Hill2013-02-011-2/+2
| * | | MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2013-02-011-12/+5
| * | | MIPS: sysmips: Use unreachable().Ralf Baechle2013-02-011-1/+1
| |/ /
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-10/+5
|\ \ \
| * | | new helper: file_inode(file)Al Viro2013-02-222-10/+5
OpenPOWER on IntegriCloud