Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-05 | mips: fix up obsolete cpu function usage. | Rusty Russell | 1 | -4/+4 | |
Thanks to spatch, plus manual removal of "&*". Then a sweep for for_each_cpu_mask => for_each_cpu. Signed-off-by: Rusty Russell <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: Kevin Cernekee <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: [email protected] | |||||
2014-01-24 | mips: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 | |
None of these files are actually using any __init type directives and hence don't need to include <linux/init.h>. Most are just a left over from __devinit and __cpuinit removal, or simply due to code getting copied from one driver to the next. Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: John Crispin <[email protected]> Patchwork: http://patchwork.linux-mips.org/patch/6320/ | |||||
2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle | 1 | -1/+1 | |
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <[email protected]> | |||||
2012-12-13 | MIPS: kdump: Add support | Ralf Baechle | 1 | -0/+71 | |
[[email protected]: Original patch by Maxim Uvarov <[email protected]> with plenty of further shining, polishing, debugging and testing by me.] Signed-off-by: Maxim Uvarov <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/1025/ Signed-off-by: Ralf Baechle <[email protected]> |