Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS fixes from Ralf Baechle: - Three highmem fixes: + Fixed mapping initialization + Adjust the pkmap location + Ensure we use at most one page for PTEs - Fix makefile dependencies for .its targets to depend on vmlinux - Fix reversed condition in BNEZC and JIALC software branch emulation - Only flush initialized flush_insn_slot to avoid NULL pointer dereference - perf: Remove incorrect odd/even counter handling for I6400 - ftrace: Fix init functions tracing * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: MIPS: .its targets depend on vmlinux MIPS: Fix bnezc/jialc return address calculation MIPS: kprobes: flush_insn_slot should flush only if probe initialised MIPS: ftrace: fix init functions tracing MIPS: mm: adjust PKMAP location MIPS: highmem: ensure that we don't use more than one page for PTEs MIPS: mm: fixed mappings: correct initialisation MIPS: perf: Remove incorrect odd/even counter handling for I6400
No related branches found
No related tags found
Showing
- arch/mips/boot/Makefile 5 additions, 5 deletionsarch/mips/boot/Makefile
- arch/mips/include/asm/highmem.h 5 additions, 0 deletionsarch/mips/include/asm/highmem.h
- arch/mips/include/asm/kprobes.h 2 additions, 1 deletionarch/mips/include/asm/kprobes.h
- arch/mips/include/asm/pgtable-32.h 6 additions, 1 deletionarch/mips/include/asm/pgtable-32.h
- arch/mips/kernel/branch.c 3 additions, 1 deletionarch/mips/kernel/branch.c
- arch/mips/kernel/ftrace.c 5 additions, 19 deletionsarch/mips/kernel/ftrace.c
- arch/mips/kernel/perf_event_mipsxx.c 5 additions, 1 deletionarch/mips/kernel/perf_event_mipsxx.c
- arch/mips/mm/pgtable-32.c 3 additions, 3 deletionsarch/mips/mm/pgtable-32.c
Loading
Please register or sign in to comment