summaryrefslogtreecommitdiff
path: root/Kernel/Arch
AgeCommit message (Expand)Author
2021-01-02Kernel: Ignore TLB flush requests for user addresses of other processesTom
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-30Kernel: Prevent sign bit extension when creating a PDPTELuke
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-23Kernel: Panic if we're about to switch to a user thread with IOPL!=0Andreas Kling
2020-12-22Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn()Andreas Kling
2020-12-21Kernel: Allow to install a real IRQ handler on a spurious oneLiav A
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-12Kernel: Change wait blocking to Process-only blockingTom
2020-12-12Kernel: Fix some issues related to fixes and block conditionsTom
2020-12-02Kernel: Flush TLBs concurrentlyTom
2020-12-02Kernel: Fix counting interruptsTom
2020-12-01Kernel: Fix some problems with Thread::wait_on and LockTom
2020-11-30Kernel: Allow passing a thread argument for new kernel threadsTom
2020-11-11Kernel: Fix deadlock when unicasting/broadcasting SMP messageTom
2020-11-11Kernel: Implement capturing stack trace on a different CPUTom
2020-11-11Kernel: Make m_halt_requested an atomic variableTom
2020-11-04Kernel: Add mechanism to queue deferred function callsTom
2020-10-26Kernel: Halt all processors on assertion failureTom
2020-10-26Kernel: Fix race condition waiting for IPI while other CPU requested haltTom
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-08Kernel: Add some CPU feature flags related to TSCNico Weber
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-14Kernel: Handle safe_memcpy/safe_memset/safe_strnlen faults in irq handlersTom
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-09-13Kernel: Add safe_memcpy, safe_memset and safe_strnlenTom
2020-09-10Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_processTom
2020-09-10Kernel: Fix detecting in what ring a crash happenedTom
2020-08-31Kernel: Fix Processor::features_string() stopping too early and detect more f...Luke
2020-08-28Kernel: Release page tables when no longer neededTom
2020-08-19Kernel: Remove unneeded #include in ProcessorInfo.cpp (#3211)Muhammad Zahalqa
2020-08-18Kernel: ProcessorInfo.cpp remove unused headersMuhammad Zahalqa
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-15Kernel: Fix behaviour of PT_TRACEME in ptraceItamar
2020-08-12Kernel: Tell compiler about invisible callsBen Wiederhake
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