summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | MIPS: Introduce set_elf_platform() helper functionRobert Millan2011-05-191-4/+8
* | | | | | MIPS: Split do_syscall_trace into two functions.Ralf Baechle2011-05-196-19/+41
* | | | | | MIPS: Use single define for pending work on syscall exitRalf Baechle2011-05-191-1/+1
* | | | | | MIPS: Enable kmemleak for MIPSMaxin John2011-05-191-0/+1
* | | | | | MIPS: Kconfig and Makefile update for Netlogic XLR/XLSJayachandran C2011-05-191-0/+1
* | | | | | MIPS: Netlogic XLR/XLS processor IDs.Jayachandran C2011-05-191-0/+56
* | | | | | MIPS: Fix duplicate invocation of notify_die.Ralf Baechle2011-05-181-4/+2
| |/ / / / |/| | | |
* | | | | MIPS: Audit: Fix success success argument pass to audit_syscall_exitRalf Baechle2011-05-101-2/+2
* | | | | MIPS: Document former use of timerfd(2) syscall number.Ralf Baechle2011-05-104-4/+4
* | | | | MIPS: Rename .data..mostly and properly handle it in linker scriptCatalin Marinas2011-05-101-0/+1
* | | | | MIPS: Mask jump target in ftrace_dyn_arch_init_insns().David Daney2011-05-101-2/+3
|/ / / /
* | | | Fix common misspellingsLucas De Marchi2011-03-316-6/+6
* | | | MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-2910-19/+23
| |_|/ |/| |
* | | MIPS: Wire up syncfs(2).Ralf Baechle2011-03-254-0/+4
* | | MIPS: Hook up name_to_handle_at, open_by_handle_at and clock_adjtime syscalls.David Daney2011-03-254-0/+12
* | | MIPS: Use generic show_interrupts()Thomas Gleixner2011-03-251-41/+2
* | | MIPS: SMTC: Cleanup the hook mess and use irq_dataThomas Gleixner2011-03-252-10/+8
* | | MIPS: SMTC: Use irq_data in smtc_forward_irq()Thomas Gleixner2011-03-251-1/+2
* | | MIPS: TXx9: Convert core to new irq_chip functionsThomas Gleixner2011-03-251-14/+14
* | | MIPS: irq_cpu: Convert to new irq_chip functionsThomas Gleixner2011-03-251-25/+21
* | | MIPS: RM9000: Convert to new irq_chip functionsThomas Gleixner2011-03-251-26/+23
* | | MIPS: rm7000: Convert to new irq_chip functionsThomas Gleixner2011-03-251-9/+9
* | | MIPS: MSC01: Convert to new irq_chip functionsThomas Gleixner2011-03-251-27/+24
* | | MIPS: GT641xx: Convert to new irq_chip functionsThomas Gleixner2011-03-251-13/+13
* | | MIPS: GIC: Convert to new irq_chip functionsThomas Gleixner2011-03-251-25/+18
* | | MIPS: i8259: Convert to new irq_chip functionsThomas Gleixner2011-03-251-20/+17
| |/ |/|
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \
| * | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
| |/
* | MIPS: Move idle task creation to work queueMaksim Rayskiy2011-03-141-2/+29
* | MIPS, Perf-events: Use unsigned delta for right shift in event updateDeng-Cheng Zhu2011-03-141-1/+1
* | MIPS, Perf-events: Work with the new callchain interfaceDeng-Cheng Zhu2011-03-141-57/+6
* | MIPS, Perf-events: Fix event check in validate_event()Deng-Cheng Zhu2011-03-141-2/+3
* | MIPS, Perf-events: Work with the new PMU interfaceDeng-Cheng Zhu2011-03-142-119/+158
* | MIPS, Perf-events: Work with irq_workDeng-Cheng Zhu2011-03-141-1/+1
* | MIPS: Remove unused code from arch/mips/kernel/syscall.cDavid Daney2011-03-141-2/+1
* | MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney2011-03-142-2/+2
* | MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...).Stefan Oberhumer2011-03-141-1/+1
* | MIPS, Tracing: Fix set_graph_function of function graph tracerWu Zhangjin2011-03-141-2/+9
* | MIPS, Tracing: Clean up ftrace_make_nop()Wu Zhangjin2011-03-141-32/+38
* | MIPS, Tracing: Clean up prepare_ftrace_return()Wu Zhangjin2011-03-141-27/+25
* | MIPS, Tracing: Substitute in_kernel_space() for in_module()Wu Zhangjin2011-03-141-27/+27
* | MIPS, Tracing: Speed up function graph tracerWu Zhangjin2011-03-141-7/+7
* | MIPS: Replace deprecated spinlock initializationThomas Gleixner2011-03-141-2/+2
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-01-189-3/+167
|\
| * MIPS: Implement __read_mostlyDavid Daney2011-01-181-1/+1
| * MIPS: jump label: Add MIPS support.David Daney2011-01-183-0/+61
| * MIPS: Use C0_KScratch (if present) to hold PGD pointer.David Daney2011-01-181-1/+1
| * MIPS: Probe for presence of KScratch registers.David Daney2011-01-182-0/+4
| * MIPS: Add generic support for multiple machines within a single kernelGabor Juhos2011-01-184-1/+100
* | dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely2011-01-151-4/+2
|/
OpenPOWER on IntegriCloud