-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: m-labs/linux-milkymist
base: e3c7b2c4ddd1
head repository: m-labs/linux-milkymist
compare: d55278032321
- 9 commits
- 14 files changed
- 1 contributor
Commits on Aug 24, 2012
-
lm32: Slightly optimize the syscall handling
We can get rid of the null-pointer check in the syscall handler if we make sure that every syscall table entry is initialized. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Configuration menu - View commit details
-
Copy full SHA for 5c2d8db - Browse repository at this point
Copy the full SHA 5c2d8dbView commit details -
lib: Add a generic sys_call_table
Most of the new architectures use identical sys call tables definitions. This patch adds a generic sys call table implementation which can be used by these architectures. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Configuration menu - View commit details
-
Copy full SHA for e55aef4 - Browse repository at this point
Copy the full SHA e55aef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6dceda - Browse repository at this point
Copy the full SHA e6dcedaView commit details -
lm32: Speedup clearing the bbs section a bit
We currently do two branch, one add and one store instruction per word in the bss section. Change this to one branch, one add and 8 stores per 8 words. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Configuration menu - View commit details
-
Copy full SHA for 8ac8a56 - Browse repository at this point
Copy the full SHA 8ac8a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8dfe7c - Browse repository at this point
Copy the full SHA b8dfe7cView commit details -
asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
Nothing is using the vmlist field in mm_context_t anymore. It has been removed from the non-generic versions over 3 years ago 8feae13 ("NOMMU: Make VMAs per MM as for MMU-mode linux"). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Configuration menu - View commit details
-
Copy full SHA for dbd629c - Browse repository at this point
Copy the full SHA dbd629cView commit details -
asm-generic/mmu.h: Add support for FDPIC
No-MMU architectures often have support for FDPIC binaries. FDPIC support requires two additional fields in the mm_context_t struct. This patch adds these fields to the generic mm_context_t definition if support for FDPIC binaries is enabled. This allows to use the generic mmu.h for a few more architectures. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Configuration menu - View commit details
-
Copy full SHA for 082b2e2 - Browse repository at this point
Copy the full SHA 082b2e2View commit details -
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Configuration menu - View commit details
-
Copy full SHA for c6976f2 - Browse repository at this point
Copy the full SHA c6976f2View commit details -
We do have some custom definitions in our tlb.h, but those are all for defines/functions which are only used in the MMU case. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Configuration menu - View commit details
-
Copy full SHA for d552780 - Browse repository at this point
Copy the full SHA d552780View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff e3c7b2c4ddd1...d55278032321