summaryrefslogtreecommitdiff
path: root/Kernel/Arch
AgeCommit message (Expand)Author
2020-08-02Kernel: Prevent recursive calls into the schedulerTom
2020-08-01Kernel: Tell the bootloader to put us into graphics modeetaIneLp
2020-07-15LibC+Kernel: Start implementing sysconfNico Weber
2020-07-09Kernel: Fix some flaws that caused crashes or hangs during bootTom
2020-07-08Kernel: Detect syscall/sysenter supportTom
2020-07-06Kernel: Aggregate TLB flush requests for Regions for SMPTom
2020-07-06Kernel: Add SMP IPI supportTom
2020-07-06Kernel: Thread::wait_on() must always leave interrupts enabled on exitAndreas Kling
2020-07-06Kernel: Tidy up the ScopedCritical class a little bitAndreas Kling
2020-07-06Kernel: Various context switch fixesTom
2020-07-03Kernel: Fix retreiving frame pointer from a threadTom
2020-07-03Kernel: Consolidate features into CPUFeature enumTom
2020-07-03Kernel: Fix signal deliveryTom
2020-07-03Kernel: Split initialization of Processor structureTom
2020-07-01Kernel: Add a quickmap region for each processorTom
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-07-01Kernel/LibCore: Expose processor id where a thread last ranTom
2020-07-01Kernel: List all CPUs in /proc/cpuinfoTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-06-27Kernel: Add g_cpu_supports_rdseed3541
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-06-04Kernel: Detect APs and boot them into protected modeTom
2020-05-28Kernel: Stop bootloader from setting video mode with MultibootetaIneLp
2020-05-26Kernel: Unmap first MB after jumping above 3GBetaIneLp
2020-05-26Kernel: Create page structures correctly in boot.setaIneLp
2020-05-22Kernel: Add convenient ways to map whole BIOS and EBDA into memoryAndreas Kling
2020-05-20Kernel: Always inline stac(), clac() and SmapDisablerAndreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-06Kernel: Crash the current process on OOM (instead of panicking kernel)Andreas Kling
2020-04-13CPU: Handle Debug exceptionItamar
2020-04-13CPU: Handle breakpoint trapItamar
2020-04-03Kernel: Prepend missing licenseMarco Wang
2020-03-24CPU: Move EOI call to the end of handle_interrupt()Liav A
2020-03-22Kernel: Run clang-format on filesShannon Booth
2020-03-19Kernel: Add the NonMaskableInterruptDisabler classLiav A
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-06CPU: Prevent leakage of virtual addresses to kernel logLiav A
2020-03-06Kernel: Simplify a bunch of dbg() and klog() callsAndreas Kling
2020-03-06Kernel: Change HandlerPurpose to HandlerTypeLiav A
2020-03-06Kernel: Fix strange looking output on unhandled page faultAndreas Kling
2020-03-06CPU: Allow to use IRQs in range of 50 to 178Liav A
2020-03-02CPU: Change debug messages to fit the latest changesLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-03-01Kernel: Remove some unnecessary .characters() when doing dbg()<<StringAndreas Kling
2020-02-29CPU: Simplify handle_interrupt() functionLiav A
2020-02-27CPU: Use dbg() instead of dbgprintf()Liav A
2020-02-24Kernel: Change get_sharing_devices_count() in GenericInterruptHandlerLiav A
2020-02-24Kernel: Delete unused filesLiav A
2020-02-24CPU: Use the new interrupt componentsLiav A
2020-02-24CPU: Add 2 files with ISR stub macrosLiav A