| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-16 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 1 | -1/+0 | |
| Historical prepare_to_copy() is mostly a no-op, duplicated for majority of the architectures and the rest following the x86 model of flushing the extended register state like fpu there. Remove it and use the arch_dup_task_struct() instead. Suggested-by: Oleg Nesterov <[email protected]> Suggested-by: Linus Torvalds <[email protected]> Signed-off-by: Suresh Siddha <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Acked-by: Benjamin Herrenschmidt <[email protected]> Cc: David Howells <[email protected]> Cc: Koichi Yasutake <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Paul Mundt <[email protected]> Cc: Chris Zankel <[email protected]> Cc: Richard Henderson <[email protected]> Cc: Russell King <[email protected]> Cc: Haavard Skinnemoen <[email protected]> Cc: Mike Frysinger <[email protected]> Cc: Mark Salter <[email protected]> Cc: Aurelien Jacquiot <[email protected]> Cc: Mikael Starvik <[email protected]> Cc: Yoshinori Sato <[email protected]> Cc: Richard Kuo <[email protected]> Cc: Tony Luck <[email protected]> Cc: Michal Simek <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: Jonas Bonn <[email protected]> Cc: James E.J. Bottomley <[email protected]> Cc: Helge Deller <[email protected]> Cc: Martin Schwidefsky <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: Chen Liqin <[email protected]> Cc: Lennox Wu <[email protected]> Cc: David S. Miller <[email protected]> Cc: Chris Metcalf <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Richard Weinberger <[email protected]> Cc: Guan Xuetao <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
| 2012-04-02 | microblaze: Fix ret_from_fork declaration | Michal Simek | 1 | -2/+2 | |
| ret_from_fork is used by noMMU system too. It should be the part of patch "Disintegrate asm/system.h for Microblaze" (sha1: c40d04df152a1111c5bbcb632278394dabd2b73d) Signed-off-by: Michal Simek <[email protected]> | |||||
| 2012-03-28 | Disintegrate asm/system.h for Microblaze | David Howells | 1 | -1/+10 | |
| Disintegrate asm/system.h for Microblaze. Not compiled. Signed-off-by: David Howells <[email protected]> cc: [email protected] | |||||
| 2011-07-25 | microblaze: Remove duplicated prototype of start_thread() | Mathias Krause | 1 | -3/+0 | |
| The prototype for start_thread() is already present in the MMU/NOMMU independent part of the file. Remove the duplicate. Signed-off-by: Mathias Krause <[email protected]> Signed-off-by: Michal Simek <[email protected]> | |||||
| 2011-03-09 | microblaze: Remove r0_ram pointer and PTO alignment | Michal Simek | 1 | -1/+1 | |
| r0_ram pool was used for saving/restoring register content if hw exception happen. This poll was replaced by pt_pool_space with PT_SIZE size. Based on this change SAVE_STATE_ARG_SPACE was removed which caused that PTO offset is zero that's why is also removed. r0_ram space was used as scratchpad by v850. In early Microblaze Linux developing phase was this part of code blindly copied. Signed-off-by: Michal Simek <[email protected]> | |||||
| 2010-04-01 | microblaze: Remove segment.h | Michal Simek | 1 | -1/+0 | |
| I would like to use asm-generic uaccess.h where are segment macros defined. This is just first step. Signed-off-by: Michal Simek <[email protected]> | |||||
| 2009-05-26 | microblaze_mmu_v2: Update process creation for MMU | Michal Simek | 1 | -4/+91 | |
| Signed-off-by: Michal Simek <[email protected]> | |||||
| 2009-04-23 | microblaze: Add STATE_SAVE_ARG_SPACE for noMMU kernel too | Michal Simek | 1 | -0/+2 | |
| For noMMU kernel this change nothing bring but this change helps with MMU synchronization. Signed-off-by: Michal Simek <[email protected]> | |||||
| 2009-04-23 | microblaze: Move start_thread to process.c | Michal Simek | 1 | -10/+3 | |
| This change is due to upcomming MMU merge Signed-off-by: Michal Simek <[email protected]> | |||||
| 2009-04-23 | microblaze: Move task_pt_regs up | Michal Simek | 1 | -3/+3 | |
| This change is important for easier merge with Microblaze MMU code. Signed-off-by: Michal Simek <[email protected]> | |||||
| 2009-04-23 | microblaze: Rename kernel_mode to pt_mode in pt_regs | Michal Simek | 1 | -1/+1 | |
| Signed-off-by: Michal Simek <[email protected]> | |||||
| 2009-03-27 | microblaze_v8: system.h processor.h | Michal Simek | 1 | -0/+93 | |
| Reviewed-by: Ingo Molnar <[email protected]> Acked-by: John Linn <[email protected]> Acked-by: Stephen Neuendorffer <[email protected]> Acked-by: John Williams <[email protected]> Signed-off-by: Michal Simek <[email protected]> | |||||