git://scm.lunaixsky.com
/
lunaix-os.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
rewrite the gic implementation, some other fix ups
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
mm
/
2024-12-25
Lunaixsky
rewrite the gic implementation, some other fix ups
tree
|
commitdiff
2024-09-29
Lunaixsky
Merge branch 'master' into isa/arm64
tree
|
commitdiff
2024-09-29
Lunaixsky
add generic kremap for kernel remapping
tree
|
commitdiff
2024-09-24
Lunaixsky
Merge branch 'master' into isa/arm64
tree
|
commitdiff
2024-09-24
Lunaixsky
Code-base clean-up and refactoring (#47)
tree
|
commitdiff
2024-08-30
Lunaixsky
Boot framework rework (#45)
tree
|
commitdiff
2024-08-14
Lunaixsky
Improve cake allocator's memory utilisation (#43)
tree
|
commitdiff
2024-08-10
Lunaixsky
Second Extended Filesystem (ext2) and other improvement...
tree
|
commitdiff
2024-07-21
Lunaixsky
PCI 16x50 UART Controller, O2 Enablement (#39)
tree
|
commitdiff
2024-07-16
Lunaixsky
Architectural Support: x86_64 (#37)
tree
|
commitdiff
2024-06-27
Lunaixsky
Introducing LunaBuild to the build flow (#36)
tree
|
commitdiff
2024-06-22
Lunaixsky
Decoupling Architectural-specific Code (#35)
tree
|
commitdiff
2024-04-20
Minep
Merge branch 'master' of github.com:Minep/lunaix-os
tree
|
commitdiff
2024-03-26
FFreestanding
fix issue 31 (#32)
tree
|
commitdiff
2024-03-02
Lunaixsky
Unifying the Lunaix's Physical Memory Model (#28)
feat/user_model
tree
|
commitdiff
2024-02-18
Lunaixsky
A Total Overhaul on the Lunaix's Virtual Memory Model...
tree
|
commitdiff
2024-02-05
Lunaixsky
Support to multi-threading and pthread interface (POSIX...
tree
|
commitdiff
2023-11-18
Minep
feat: IO polling for file descriptor
tree
|
commitdiff
2023-11-05
Minep
feat: lunadbg GDB plugin to ease kernel debugging process.
tree
|
commitdiff
2023-08-25
Minep
feat: better rtc framework which aims to remove single...
tree
|
commitdiff
2023-08-24
Minep
refactor: use a more decent physical memory map
tree
|
commitdiff
2023-08-23
Minep
add lunaix dynamic linker as submodule
tree
|
commitdiff
2023-08-19
Minep
refactor: one more step towards arch-agnostic design
tree
|
commitdiff
2023-07-20
Minep
refactor: rewrite kernel's make script
tree
|
commitdiff
2023-07-17
Minep
refactor: restructure the user space stuff.
tree
|
commitdiff
2023-07-16
Minep
chore: fix almost *ALL* warnings.
tree
|
commitdiff
2023-07-10
Minep
refactor: elf parsing utility and exec related
tree
|
commitdiff
2023-06-18
Minep
feat: shell and signal demo as loadable user executable
tree
|
commitdiff
2023-06-14
Minep
Merge branch 'master' into prog-loader
tree
|
commitdiff
2023-01-17
Minep
Merge branch 'master' into prog-loader
tree
|
commitdiff
2023-01-06
Minep
feat: brk and sbrk (mmap based)
tree
|
commitdiff
2023-01-04
Minep
Merge branch 'interrupt-rework' into prog-loader
tree
|
commitdiff
2023-01-01
Minep
feat: wrapper function for bootstraping user program
tree
|
commitdiff
2022-12-31
Minep
feat: heap support and re-worked
tree
|
commitdiff
2022-12-31
Minep
feat: basic elf32 loader (only LOAD segment is supported)
tree
|
commitdiff
2022-12-29
Minep
feat: msync(2)
tree
|
commitdiff
2022-12-28
Minep
regression: mmap for fd
tree
|
commitdiff
2022-12-05
Minep
Merge branch 'master' into prog-loader
tree
|
commitdiff
2022-11-20
Minep
feat: (vm) memory mapping support: mmap/munmap
tree
|
commitdiff
2022-11-13
Minep
refactor: replace all stdint::uint32_t into short and...
tree
|
commitdiff
2022-11-11
Minep
feat: (vfs) write_page and read_page file operations
tree
|
commitdiff
2022-09-17
Minep
Merge branch 'device-sys'
tree
|
commitdiff
2022-08-29
Minep
feat: taskfs for export process to filesystem
tree
|
commitdiff
2022-08-27
Minep
refactor: clean up the virtual memory mappings
tree
|
commitdiff
2022-08-26
Minep
feat: (twimap) provide an easy way for mapping kernel...
tree
|
commitdiff
2022-08-14
Minep
Merge branch 'vfs-dev'
tree
|
commitdiff
2022-08-09
Minep
Merge branch 'master' into vfs-dev
tree
|
commitdiff
2022-08-09
Minep
Merge branch 'master' into vfs-dev
tree
|
commitdiff
2022-07-20
Minep
refactor: change the disk io api to accept device inste...
tree
|
commitdiff
2022-07-07
Minep
Merge branch 'sata-ahci-dev'
tree
|
commitdiff
2022-07-06
Minep
Merge branch 'master' into sata-ahci-dev
tree
|
commitdiff
2022-07-05
Minep
feat: disk read/write support for both ATA and ATAPI...
tree
|
commitdiff
2022-07-05
Minep
Merge branch 'master' into sata-ahci-dev
tree
|
commitdiff
2022-07-04
Minep
Merge branch 'master' into sata-ahci-dev
tree
|
commitdiff
2022-07-04
Minep
feat: Ability to send command to ATA device.
tree
|
commitdiff
2022-07-03
Minep
feat: alignment option of cake allocator for dma buffer
tree
|
commitdiff
2022-07-03
Minep
feat: cake (slab) allocator, for dynamic continuous...
tree
|
commitdiff
2022-06-29
Minep
feat: spec-compliant AHCI HBA initialization
tree
|
commitdiff
2022-06-28
Minep
feat: vmm_vmap/ioremap/iounmap to make MMIO more flexib...
tree
|
commitdiff
2022-06-25
Minep
Merge branch 'console-dev'
tree
|
commitdiff
2022-06-24
Minep
feat: experimental tty console with scrollback buffer.
tree
|
commitdiff
2022-06-20
Minep
Merge branch 'master' of github.com:Minep/lunaix-os
tree
|
commitdiff
2022-06-20
Minep
Merge branch 'signal-dev'
tree
|
commitdiff
2022-06-19
Minep
feat: User mode support.
tree
|
commitdiff
2022-06-18
Minep
refactor: re-structure the kernel address space for...
tree
|
commitdiff
2022-06-18
Minep
chore: make things more general
tree
|
commitdiff
2022-06-18
Minep
refactor: vmm_set_map has option to ignore existed...
tree
|
commitdiff
2022-06-17
Minep
refactor: simplify the vmm design, single responsibilit...
tree
|
commitdiff
2022-06-06
Minep
feat: No more kernel page table switching upon interrupt.
tree
|
commitdiff
2022-05-31
Minep
feat: added ability to identify process vm regions
tree
|
commitdiff
2022-05-30
Minep
Kernel address space isolation and make the kernel...
tree
|
commitdiff
2022-05-30
Minep
basic process support and some syscalls
tree
|
commitdiff
2022-04-29
Minep
Basic PS/2 keyboard driver, and ...
tree
|
commitdiff
2022-03-12
Minep
Timer re-worked!
tree
|
commitdiff
2022-03-12
Minep
Implement APIC, RTC, basic ACPI parser and timer support
tree
|
commitdiff
2022-03-05
Minep
update project structures
tree
|
commitdiff
2022-03-03
Minep
fix bugs found in brk & add simple security checks...
tree
|
commitdiff
2022-03-03
Minep
make dmm.c portable
tree
|
commitdiff
2022-03-03
Minep
Complete (almost!) printf fmt support
tree
|
commitdiff
2022-03-01
Minep
dynamic memory manager (malloc & free)
tree
|
commitdiff
2022-02-27
Minep
vmm - allow remapping
tree
|
commitdiff
2022-02-26
Minep
fix gcc warnings & improved makefile echos
tree
|
commitdiff
2022-02-25
Minep
Virtual memory & paging
tree
|
commitdiff