v0.5.3
What's Changed
- pagetables: allow user and kernel maps in same pgd by @sktt in #296
- Fix UART initialization and support early and cmdline specified serial consoles by @wipawel in #304
- Timer initialization cleanup and sleep/msleep API correction by @wipawel in #305
- Add reboot functionality by @wipawel in #306
- Minor bug fixing and cleanup by @wipawel in #307
- General improvements and cleanup to page tables handling by @wipawel in #309
- Add warning functionality (warning(), WARN() and WARN_ON()) by @wipawel in #311
- string: fix strdup() too little space allocation by @wipawel in #315
- Refactoring and cleanup mainly; a few small fixes by @wipawel in #310
- Improve dump_pagetables() functionality by @wipawel in #314
- entry: disable interrupts during usermode transition by @wipawel in #316
- More cleanup and refactoring; SMP initialization fix by @wipawel in #325
- Make local APIC timer really local; improve timers initialization; interrupts restore by @wipawel in #326
Full Changelog: v0.5.2...v0.5.3