Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-03 | Rename .data.cacheline_aligned to .data..cacheline_aligned. | Tim Abbott | 1 | -1/+1 | |
Signed-off-by: Tim Abbott <[email protected]> Cc: Sam Ravnborg <[email protected]> Signed-off-by: Denys Vlasenko <[email protected]> Signed-off-by: Michal Marek <[email protected]> | |||||
2009-09-21 | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 1 | -3/+2 | |
Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Tim Abbott <[email protected]> Acked-by: Paul Mundt <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]> | |||||
2009-06-16 | mm: consolidate init_mm definition | Alexey Dobriyan | 1 | -1/+0 | |
* create mm/init-mm.c, move init_mm there * remove INIT_MM, initialize init_mm with C99 initializer * unexport init_mm on all arches: init_mm is already unexported on x86. One strange place is some OMAP driver (drivers/video/omap/) which won't build modular, but it's already wants get_vm_area() export. Somebody should look there. [[email protected]: add missing #includes] Signed-off-by: Alexey Dobriyan <[email protected]> Cc: Mike Frysinger <[email protected]> Cc: Americo Wang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-12-31 | take init_fs to saner place | Al Viro | 1 | -1/+0 | |
Signed-off-by: Al Viro <[email protected]> | |||||
2008-12-12 | x86: remove init_mm export as planned for 2.6.26 | Dave Jones | 1 | -1/+0 | |
Impact: remove deprecated export Signed-off-by: Dave Jones <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
2008-05-16 | [PATCH] take init_files to fs/file.c | Al Viro | 1 | -1/+0 | |
Signed-off-by: Al Viro <[email protected]> | |||||
2008-02-29 | x86: delay the export removal of init_mm | Ingo Molnar | 1 | -0/+1 | |
delay the removal of this symbol export by one more kernel release, giving external modules such as VirtualBox a chance to stop using it. Signed-off-by: Ingo Molnar <[email protected]> | |||||
2008-01-30 | x86: nuke a ton of unused exports | Thomas Gleixner | 1 | -1/+0 | |
Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> | |||||
2007-10-19 | x86: merge init_task_32/64.c | Hiroshi Shimamoto | 1 | -0/+47 | |
Merge init_task_32/64.c. Move 64bit per cpu data orig_ist to setup64.c. [ mingo: fixed checkpatch trivialities. ] Signed-off-by: Hiroshi Shimamoto <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> |