-
- Downloads
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull arch/tile bug fixes from Chris Metcalf: "This includes Paul Gortmaker's change to fix the <asm/system.h> disintegration issues on tile, a fix to unbreak the tilepro ethernet driver, and a backlog of bugfix-only changes from internal Tilera development over the last few months. They have all been to LKML and on linux-next for the last few days. The EDAC change to MAINTAINERS is an oddity but discussion on the linux-edac list suggested I ask you to pull that change through my tree since they don't have a tree to pull edac changes from at the moment." * 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: (39 commits) drivers/net/ethernet/tile: fix netdev_alloc_skb() bombing MAINTAINERS: update EDAC information tilepro ethernet driver: fix a few minor issues tile-srom.c driver: minor code cleanup edac: say "TILEGx" not "TILEPro" for the tilegx edac driver arch/tile: avoid accidentally unmasking NMI-type interrupt accidentally arch/tile: remove bogus performance optimization arch/tile: return SIGBUS for addresses that are unaligned AND invalid arch/tile: fix finv_buffer_remote() for tilegx arch/tile: use atomic exchange in arch_write_unlock() arch/tile: stop mentioning the "kvm" subdirectory arch/tile: export the page_home() function. arch/tile: fix pointer cast in cacheflush.c arch/tile: fix single-stepping over swint1 instructions on tilegx arch/tile: implement panic_smp_self_stop() arch/tile: add "nop" after "nap" to help GX idle power draw arch/tile: use proper memparse() for "maxmem" options arch/tile: fix up locking in pgtable.c slightly arch/tile: don't leak kernel memory when we unload modules arch/tile: fix bug in delay_backoff() ...
Showing
- MAINTAINERS 11 additions, 11 deletionsMAINTAINERS
- arch/tile/Kconfig 6 additions, 2 deletionsarch/tile/Kconfig
- arch/tile/Makefile 2 additions, 3 deletionsarch/tile/Makefile
- arch/tile/include/arch/spr_def.h 2 additions, 2 deletionsarch/tile/include/arch/spr_def.h
- arch/tile/include/asm/atomic.h 2 additions, 48 deletionsarch/tile/include/asm/atomic.h
- arch/tile/include/asm/atomic_32.h 1 addition, 1 deletionarch/tile/include/asm/atomic_32.h
- arch/tile/include/asm/bitops_64.h 4 additions, 4 deletionsarch/tile/include/asm/bitops_64.h
- arch/tile/include/asm/cmpxchg.h 73 additions, 0 deletionsarch/tile/include/asm/cmpxchg.h
- arch/tile/include/asm/irq.h 1 addition, 1 deletionarch/tile/include/asm/irq.h
- arch/tile/include/asm/spinlock_64.h 1 addition, 1 deletionarch/tile/include/asm/spinlock_64.h
- arch/tile/include/asm/stack.h 0 additions, 1 deletionarch/tile/include/asm/stack.h
- arch/tile/include/asm/traps.h 5 additions, 1 deletionarch/tile/include/asm/traps.h
- arch/tile/kernel/entry.S 2 additions, 0 deletionsarch/tile/kernel/entry.S
- arch/tile/kernel/intvec_32.S 20 additions, 4 deletionsarch/tile/kernel/intvec_32.S
- arch/tile/kernel/intvec_64.S 46 additions, 6 deletionsarch/tile/kernel/intvec_64.S
- arch/tile/kernel/module.c 2 additions, 0 deletionsarch/tile/kernel/module.c
- arch/tile/kernel/process.c 2 additions, 1 deletionarch/tile/kernel/process.c
- arch/tile/kernel/setup.c 17 additions, 11 deletionsarch/tile/kernel/setup.c
- arch/tile/kernel/single_step.c 19 additions, 12 deletionsarch/tile/kernel/single_step.c
- arch/tile/kernel/smp.c 7 additions, 1 deletionarch/tile/kernel/smp.c
Loading
Please register or sign in to comment