1. 429c2a4 kconfig: fix help syntax and add spaces by Anas Nashif · 7 years ago
  2. abbaac9 cleanup: remove nanokernel/nano leftovers by Anas Nashif · 7 years ago
  3. b8745da dts: x86: Add device tree support for QUARK_X1000 soc based devices by Savinay Dharmappa · 7 years ago
  4. 9c1da0d kconfig: clean CPU features and define only once by Anas Nashif · 7 years ago
  5. a372eae kconfig: move IRQ_OFFLOAD to a more generic place by Anas Nashif · 7 years ago
  6. 808ad61 x86: swap: save the scratch pad registers. by Adithya Baglody · 7 years ago
  7. d77e658 dts: x86: Add device tree support for atom based devices by Savinay Dharmappa · 7 years ago
  8. 4a20aad dts: x86: RAM start address needs to be page aligned for arduino 101. by Adithya Baglody · 7 years ago
  9. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  10. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  11. 538fa7b x86: MMU: Configure page tables entries for memory domain in swap. by Adithya Baglody · 7 years ago
  12. f7b0731 x86: MMU: Memory domain implementation for x86 by Adithya Baglody · 7 years ago
  13. 2a8684f x86: de-couple user mode and HW stack protection by Andrew Boie · 7 years ago
  14. 9bb07ff jailhouse: add support for x2APIC mode for all LOAPIC accesses by Gustavo Lima Chaves · 7 years ago
  15. 97a8716 x86: Jailhouse port, tested for UART (# 0, polling) and LOAPIC timer by Gustavo Lima Chaves · 7 years ago
  16. ca3d51b build: Only have MMU_BOOT_REGION decl. for HPET if the latter is on by Gustavo Lima Chaves · 7 years ago
  17. 283a0cd x86: MMU: Rename gen_mmu script by Jan Kiszka · 7 years ago
  18. adce1d1 subsys: Add random subsystem by Leandro Pereira · 7 years ago
  19. 035814e boards: move pinmux driver to board/soc dir by Anas Nashif · 7 years ago
  20. 780324b cleanup: rename fiber/task -> thread by Anas Nashif · 7 years ago
  21. b1372a8 quark_se: Enable GPIO needed for USB DW driver by Andrei Emeltchenko · 7 years ago
  22. 3f508e9 x86: fix CONFIG_DEBUG_INFO build error by Andrew Boie · 7 years ago
  23. 76edf8a x86: MMU: Enable boot time PAE page tables. by Adithya Baglody · 7 years ago
  24. 725de70 x86: MMU: Create PAE page structures and unions. by Adithya Baglody · 7 years ago
  25. d170369 x86: MMU: Generation of PAE tables by Adithya Baglody · 7 years ago
  26. efe7952 x86: MMU: Kconfig option to enable the PAE tables. by Adithya Baglody · 7 years ago
  27. d7631ec Revert "x86: MMU: Memory domain implementation for x86" by Andrew Boie · 7 years ago
  28. de777ad Revert "x86: MMU: Configure page tables entries for memory domain in swap." by Andrew Boie · 7 years ago
  29. a8b9353 x86: MMU: Configure page tables entries for memory domain in swap. by Adithya Baglody · 7 years ago
  30. d0f6ce2 x86: MMU: Memory domain implementation for x86 by Adithya Baglody · 7 years ago
  31. 4600c37ff1 doc: Fix misspellings in header/doxygen comments by David B. Kinder · 7 years ago
  32. c5c104f kernel: fix k_thread_stack_t definition by Andrew Boie · 7 years ago
  33. 094f2cb x86: fix crash in _x86_mmu_get_flags by Andrew Boie · 7 years ago
  34. 73a5fe7 x86: fix stack overflow in double fault handler by Andrew Boie · 7 years ago
  35. 58d54c0 dts: x86: qemu_x86: Add device support for uart ns16550 by Savinay Dharmappa · 7 years ago
  36. ddf6a69 dts: x86: Add device tree support for qemu_x86 by Savinay Dharmappa · 7 years ago
  37. 3e3a237 x86: fix stack zeroing when dropping to user mode by Andrew Boie · 7 years ago
  38. f00f585 doc: replace UTF-8 chars by David B. Kinder · 7 years ago
  39. 13ca6fe syscalls: reorganize headers by Andrew Boie · 7 years ago
  40. df5cc17 gen_mmu.py: load directly by Andrew Boie · 7 years ago
  41. 1956f09 kernel: allow up to 6 arguments for system calls by Andrew Boie · 7 years ago
  42. a23c245 userspace: flesh out internal syscall interface by Andrew Boie · 7 years ago
  43. 424e993 x86: implement userspace APIs by Andrew Boie · 8 years ago
  44. 1e8afbf cleanup: remove lots of references to unified kernel by Anas Nashif · 8 years ago
  45. d81f9c1 x86: revise _x86_mmu_buffer_validate by Andrew Boie · 8 years ago
  46. 3bb677d x86: don't set FS/GS segment selectors by Andrew Boie · 8 years ago
  47. 1e06ffc zephyr: use k_thread_entry_t everywhere by Andrew Boie · 8 years ago
  48. 46f66f4 kconfig: generalised stack protection options by Anas Nashif · 8 years ago
  49. 939889a kconfig: remove unused config DEBUG_IRQS by Anas Nashif · 8 years ago
  50. 261f898 kconfig: remove exta menu for x86 core options by Anas Nashif · 8 years ago
  51. 609ade8 x86: MMU: Updated MMU code to use the new macros. by Adithya Baglody · 8 years ago
  52. 65c2432 x86: MMU: Miscellaneous macros related to MMU. by Adithya Baglody · 8 years ago
  53. a34f4fb x86: add printk for protection faults by Andrew Boie · 8 years ago
  54. 8eaff5d k_thread_abort(): assert if abort essential thread by Andrew Boie · 8 years ago
  55. 8eeb097 x86: cleanup _new_thread() by Andrew Boie · 8 years ago
  56. 76b577e tests: benchmark: timing_info: Change API/variable Name. by Youvedeep Singh · 8 years ago
  57. 67a51f9 quark_d2000: fix IDT_LIST definition by Andrew Boie · 8 years ago
  58. ab7b02c x86: MMU: Bug in _x86_mmu_buffer_validate by Adithya Baglody · 8 years ago
  59. 2975ca0 Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* by Johan Hedberg · 8 years ago
  60. 09bcd8e Kconfig: make all syslog variables depend on SYS_LOG by Anas Nashif · 8 years ago
  61. 80e82e7 x86: stack overflow improvements by Andrew Boie · 8 years ago
  62. 25a8aef x86: enable MMU for application memory by Andrew Boie · 8 years ago
  63. 0f16d98 x86: mmu: add runtime modification indicator by Andrew Boie · 8 years ago
  64. 9ffaaae x86: additional debug output for page faults by Andrew Boie · 8 years ago
  65. 507852a kernel: introduce opaque data type for stacks by Andrew Boie · 8 years ago
  66. d944950 x86: install guard page for interrupt stack by Andrew Boie · 8 years ago
  67. 054d47b x86: set stack guard page non-writable by Andrew Boie · 8 years ago
  68. 0fab8a6 x86: page-aligned stacks with guard page by Andrew Boie · 8 years ago
  69. 6101aa6 x86: add API for modifying page tables by Andrew Boie · 8 years ago
  70. bc666ae x86: implement improved double-fault handler by Andrew Boie · 8 years ago
  71. 08c2913 x86: generate RAM-based GDT dynamically by Andrew Boie · 8 years ago
  72. 8a102e4 x86: allow IDT vectors to be task gates by Andrew Boie · 8 years ago
  73. ddf9f4b x86: convert gen_idt to Python by Andrew Boie · 8 years ago
  74. dff21de x86: add CONFIG_X86_STACK_PROTECTION by Andrew Boie · 8 years ago
  75. a717050 qemu_x86: terminate emulator on fatal system error by Andrew Boie · 8 years ago
  76. addb12b arch: quark_se: select config UART_QMSI_0 by default by Savinay Dharmappa · 8 years ago
  77. c1e5cbf devicetree: Generate BLUETOOTH_UART,UART_PIPE etc config from dt by Savinay Dharmappa · 8 years ago
  78. 7578035 dts: x86: Add device tree support for quark_d2000 microcontroller by Savinay Dharmappa · 8 years ago
  79. 079b17b x86: MMU: Validate user Buffer by Adithya Baglody · 8 years ago
  80. 08a9fcd x86: ia32: set access based on linker regions by Andrew Boie · 8 years ago
  81. 65e72be devicetree: Generate CONFIG_UART_CONSOLE_ON_DEV_NAME from dt by Kumar Gala · 8 years ago
  82. c9814f5 mmustructs: don't use addr to name structures by Andrew Boie · 8 years ago
  83. 103d655 qemu_x86: increase to 8MB of RAM by Andrew Boie · 8 years ago
  84. 2bc0fa9 qemu_x86: ia32: fix ROM size with XIP enabled by Andrew Boie · 8 years ago
  85. 3d8aaf7 x86: implement bss zero and data copy for application by Andrew Boie · 8 years ago
  86. 08df596 arch: intel_quark: use DW device driver when USB is selected by Johann Fischer · 8 years ago
  87. ce1add2 dts: x86: Add dts support for x86 by Savinay Dharmappa · 8 years ago
  88. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  89. be1cb96 tests: benchmark: boot_time: Reading time stamps made arch agnostic by Adithya Baglody · 8 years ago
  90. 05c9dd0 quark_se: MMU: Add linker support for MMU page table generation. by Adithya Baglody · 8 years ago
  91. aab1c1f quark_se: MMU: Memory regions for arduino 101(quark_se) by Adithya Baglody · 8 years ago
  92. 43dfd98 kernel: x86: MMU: Enable MMU at boot time. by Adithya Baglody · 8 years ago
  93. 576c1eb qemu: MMU: Memory regions for qemu_x86 by Adithya Baglody · 8 years ago
  94. 83644a4 kernel: x86: MMU: Build system support for x86 MMU by Adithya Baglody · 8 years ago
  95. 9bbf533 kernel: x86: MMU: Macros & Linker scripts for Boot time table creation by Adithya Baglody · 8 years ago
  96. 569c6e5 kernel: MMU: kconfig definition to enable the MMU on x86. by Adithya Baglody · 8 years ago
  97. 243671b samples: ipm: fix macro name by Anas Nashif · 8 years ago
  98. 567c6c7 misc: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
  99. e3550a2 stack_sentinel: hang system on failure by Andrew Boie · 8 years ago
  100. 998f905 arches: declare _SysFatalErrorHandler __weak by Andrew Boie · 8 years ago