-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* binutils f9baebe92a6...24d7cdd3002 (1): > rename sim option --corecnt to --cpucnt * linux bb1ea6880bcf...b728d2208219 (12): > rework tlb flushing > rename cacheflush.c -> tlb.c > fix 3065cdcbd234 rework asid allocation to be per-cpu > prevent infinite loop in dump_trace() > improve signal.c > delete percpu.h > drivers/net/slip: use put_unaligned() get_unaligned() > fix 3d60aeb43059 drivers/net/slip: prevent D-AlignFault > review console driver > improve handle_ipi() ipi_msg() > define mb() only ifdef CONFIG_SMP > fix driver pu32hdd pu32hdd_queue_rq(); disable use of interrupts
- Loading branch information
1 parent
d30575c
commit dc855de
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule linux
updated
16 files
+5 −2 | arch/pu32/drivers/pu32hdd/pu32hdd.c | |
+2 −0 | arch/pu32/include/asm/barrier.h | |
+7 −8 | arch/pu32/include/asm/mmu_context.h | |
+0 −11 | arch/pu32/include/asm/percpu.h | |
+25 −40 | arch/pu32/include/asm/tlbflush.h | |
+17 −27 | arch/pu32/kernel/console.c | |
+2 −4 | arch/pu32/kernel/pu32.c | |
+3 −2 | arch/pu32/kernel/signal.c | |
+39 −36 | arch/pu32/kernel/smp.c | |
+2 −0 | arch/pu32/kernel/stacktrace.c | |
+1 −2 | arch/pu32/mm/Makefile | |
+0 −29 | arch/pu32/mm/cacheflush.c | |
+5 −0 | arch/pu32/mm/fault.c | |
+0 −4 | arch/pu32/mm/mmu_context.c | |
+91 −0 | arch/pu32/mm/tlb.c | |
+2 −11 | drivers/net/slip/slhc.c |