| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-08-15 | alpha: move include/asm-alpha to arch/alpha/include/asm | Linus Torvalds | 1 | -7/+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]> | |||||
| 2006-12-01 | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 1 | -0/+7 | |
| Add arch specific dev_archdata to struct device Adds an arch specific struct dev_arch to struct device. This enables architecture to add specific fields to every device in the system, like DMA operation pointers, NUMA node ID, firmware specific data, etc... Signed-off-by: Benjamin Herrenschmidt <[email protected]> Acked-by: Andi Kleen <[email protected]> Acked-By: David Howells <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||