| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-08-15 | alpha: move include/asm-alpha to arch/alpha/include/asm | Linus Torvalds | 1 | -13/+0 | |
| Sam Ravnborg did the build-test that the direct header file move works, I'm just committing it. This is a pure move: mkdir arch/alpha/include git mv include/asm-alpha arch/alpha/include/asm with no other changes. Requested-and-tested-by: Sam Ravnborg <[email protected]> Cc: Richard Henderson <[email protected]> Cc: Ivan Kokshaysky <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-07-17 | fbdev: detect primary display device | Antonino A. Daplas | 1 | -0/+6 | |
| Add function helper, fb_is_primary_device(). Given struct fb_info, it will return a nonzero value if the device is the primary display. Currently, only the i386 is supported where the function checks for the IORESOURCE_ROM_SHADOW flag. Signed-off-by: Antonino Daplas <[email protected]> Cc: David Miller <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-07-17 | fbdev: move arch-specific bits to their respective subdirectories | Antonino A. Daplas | 1 | -0/+7 | |
| Move arch-specific bits of fb_mmap() to their respective subdirectories [[email protected]: efi_range_is_wc is referenced but not declared] [[email protected]: fix include/asm-m68k/fb.h] Signed-off-by: Antonino Daplas <[email protected]> Acked-by: David S. Miller <[email protected]> Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||