..
arch
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
board
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
init
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
libc
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
svc
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_debug_log_impl.arch.arm64.s
kern/test: add wip qemu-virt board support to mesosphere
2021-10-26 01:11:16 -07:00
kern_debug_log_impl.board.nintendo_nx.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_debug_log_impl.board.qemu_virt.cpp
kern/test: add wip qemu-virt board support to mesosphere
2021-10-26 01:11:16 -07:00
kern_debug_log_impl.hpp
kern/test: add wip qemu-virt board support to mesosphere
2021-10-26 01:11:16 -07:00
kern_debug_log.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_initial_process.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_address_arbiter.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_address_space_info.cpp
strat: remove map namespace, svc: add address space defs
2021-10-07 23:06:27 -07:00
kern_k_capabilities.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_class_token.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_client_port.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_client_session.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_code_memory.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_condition_variable.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_debug_base.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_device_address_space.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_dpc_manager.cpp
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) ( #1668 )
2021-10-26 01:11:13 -07:00
kern_k_dump_object.cpp
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) ( #1668 )
2021-10-26 01:11:13 -07:00
kern_k_event.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_handle_table.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_initial_process_reader.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_interrupt_event.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_interrupt_task_manager.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_io_pool.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_io_pool.unsupported.inc
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_io_region.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_light_client_session.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_light_condition_variable.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_light_lock.cpp
kern/util: use custom atomics wrapper to substantially improve codegen
2021-10-26 01:11:12 -07:00
kern_k_light_server_session.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_light_session.cpp
kern: devirtualize remaining vcall for class token/dyncast
2021-10-26 01:11:13 -07:00
kern_k_memory_block_manager.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_memory_layout.board.nintendo_nx.cpp
Minor header fixes to reduce parsing issues with Clang ( #1700 )
2021-11-30 16:34:43 -08:00
kern_k_memory_layout.board.qemu_virt.cpp
kern: add (and use) generic KSystemControlBase
2021-10-26 01:11:18 -07:00
kern_k_memory_layout.cpp
kern: fix some lingering non-m_ member variables
2021-10-15 23:54:35 -07:00
kern_k_memory_manager.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_object_name.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_page_group.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_page_heap.cpp
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) ( #1668 )
2021-10-26 01:11:13 -07:00
kern_k_page_table_base.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_port.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_process.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_readable_event.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_resource_limit.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_scheduler.cpp
kern: be a little more consistent about pragma GCC location
2021-11-30 16:34:45 -08:00
kern_k_scoped_disable_dispatch.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_server_port.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_server_session.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_session_request.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_session.cpp
kern: devirtualize remaining vcall for class token/dyncast
2021-10-26 01:11:13 -07:00
kern_k_shared_memory.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_synchronization_object.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_system_control_base.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_thread_local_page.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_thread_queue.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_thread.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_trace.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_k_transfer_memory.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_unused_slab_memory.cpp
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) ( #1668 )
2021-10-26 01:11:13 -07:00
kern_k_wait_object.cpp
Integrate new result macros. ( #1780 )
2022-03-23 09:15:40 -07:00
kern_k_worker_task_manager.cpp
kern: devirtualize KReadableEvent::Reset, KWorkerTask::DoWorkerTask
2021-10-26 01:11:15 -07:00
kern_kernel.cpp
kern: add (and use) generic KSystemControlBase
2021-10-26 01:11:18 -07:00
kern_main.cpp
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
2021-10-07 23:06:25 -07:00
kern_panic.cpp
util: better match true std::atomic semantics
2021-10-26 01:11:13 -07:00