| 2024-11-20 |
Lunaixsky | rewrite the device subsystem interfaces (#48) |
tree | commitdiff |
| 2024-10-10 |
Lunaixsky | cherry pick device tree modifications from isa/arm64 |
tree | commitdiff |
| 2024-10-08 |
Lunaixsky | move msi-related functionality to generic isrm |
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-25 |
Lunaixsky | Menuconfig Implementation and auto-qemu refactoring... |
tree | commitdiff |
| 2024-08-10 |
Lunaixsky | Second Extended Filesystem (ext2) and other improvement... |
tree | commitdiff |
| 2024-07-31 |
FFreestanding | userspace fun: maze game and a new device to support it |
tree | commitdiff |
| 2024-07-28 |
Lunaixsky | Change of vterm handling logic on backend chardev input... |
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-03-02 |
Minep | * Make the ksym table built-in with kernel image, thus... |
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-12-11 |
Minep | fix: corner cases when printing large content through... |
tree | commitdiff |
| 2023-12-11 |
Minep | Merge branch 'master' of github.com:Minep/lunaix-os |
tree | commitdiff |
| 2023-12-11 |
Minep | feat: capability list to enable greater flexibility... |
tree | commitdiff |
| 2023-12-10 |
Minep | feat: owloysius - dynamic init function invocator |
tree | commitdiff |
| 2023-12-09 |
Minep | feat: a better boot command line parser |
tree | commitdiff |
| 2023-12-08 |
Minep | refactor: add a async read/write variant to device... |
tree | commitdiff |
| 2023-11-26 |
Minep | feat: nearly complete POSIX.1-2008 compliant terminal... |
tree | commitdiff |
| 2023-11-05 |
Minep | feat: lunadbg GDB plugin to ease kernel debugging process. |
tree | commitdiff |
| 2023-11-04 |
Minep | refactor: make pci device driver loading passive, pci... |
tree | commitdiff |
| 2023-11-03 |
Minep | feat: kprintf now goes into dedicated pseudo-dev rather... |
tree | commitdiff |
| 2023-10-26 |
Minep | feat: support user-spcae pci rescan |
tree | commitdiff |
| 2023-10-24 |
Minep | feat: gfxm: a layer provides user space access to low... |
tree | commitdiff |
| 2023-10-21 |
Minep | feat: standard vga support (mode switching, framebuffer... |
tree | commitdiff |
| 2023-09-07 |
Minep | feat: fstat now handle symbolic link |
tree | commitdiff |
| 2023-09-05 |
Minep | regression: test serial port r/w. |
tree | commitdiff |
| 2023-09-03 |
Minep | feat: serial device interfacing |
tree | commitdiff |
| 2023-08-28 |
Minep | feat: device subsystem rework |
tree | commitdiff |
| 2023-08-25 |
Minep | feat: better rtc framework which aims to remove single... |
tree | commitdiff |
| 2023-08-20 |
Minep | fix: corrected time conversion on alarm/sleep syscall |
tree | commitdiff |
| 2023-08-19 |
Minep | refactor: one more step towards arch-agnostic design |
tree | commitdiff |
| 2023-08-12 |
Minep | refactor: striped more arch-related code from the kerne... |
tree | commitdiff |
| 2023-07-25 |
Minep | refactor: decouple i386 specific instruction invocation |
tree | commitdiff |
| 2023-07-16 |
Minep | chore: fix almost *ALL* warnings. |
tree | commitdiff |
| 2023-06-14 |
Minep | Merge branch 'master' into prog-loader |
tree | commitdiff |
| 2023-06-14 |
Minep | fix: the correct way to detect ahci LBA48 support |
tree | commitdiff |
| 2023-01-17 |
Minep | Merge branch 'master' into prog-loader |
tree | commitdiff |
| 2023-01-04 |
Minep | Merge branch 'interrupt-rework' into prog-loader |
tree | commitdiff |
| 2023-01-04 |
Minep | refactor: cut off some bloats in intr_ctx |
tree | commitdiff |
| 2022-11-20 |
Minep | feat: (device) dev_null and dev_rand support |
tree | commitdiff |
| 2022-11-13 |
Minep | refactor: replace all stdint::uint32_t into short and... |
tree | commitdiff |
| 2022-11-10 |
Minep | fix: (blkio) enforce disk io buffer size alignment... |
tree | commitdiff |
| 2022-11-10 |
Minep | feat: (ahci) support multiple AHCI controller |
tree | commitdiff |
| 2022-11-10 |
Minep | refactor: more compact log message |
tree | commitdiff |
| 2022-11-10 |
Minep | feat: block partition support |
tree | commitdiff |
| 2022-11-09 |
Minep | fix: use wait queue for blocking process |
tree | commitdiff |
| 2022-11-09 |
Minep | feat: asynchronized SATA IO |
tree | commitdiff |
| 2022-10-23 |
Minep | Merge branch 'master' into iso-9660 |
tree | commitdiff |
| 2022-10-22 |
Minep | refactor: isrm to centeralize interrupt/irq resources... |
tree | commitdiff |
| 2022-10-19 |
Minep | fix: PS/2 keyboard initialization sequence |
tree | commitdiff |
| 2022-09-17 |
Minep | Merge branch 'device-sys' |
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-25 |
Minep | feat: a file system mapping for pci devices |
tree | commitdiff |
| 2022-08-19 |
Minep | fix: symlink resolve. |
tree | commitdiff |
| 2022-08-18 |
Minep | refactor: send the command with retry and error detection |
tree | commitdiff |
| 2022-08-18 |
Minep | fix: READ_CAPACITY command for 12 bytes CDB SCSI device. |
tree | commitdiff |
| 2022-08-14 |
Minep | Merge branch 'vfs-dev' |
tree | commitdiff |
| 2022-08-14 |
Minep | feat: lru eviction policy on page caches |
tree | commitdiff |
| 2022-08-09 |
Minep | Merge branch 'master' into vfs-dev |
tree | commitdiff |
| 2022-08-09 |
Minep | fix: remove unwanted interrupts during disk init and... |
tree | commitdiff |
| 2022-08-09 |
Minep | Merge branch 'master' into vfs-dev |
tree | commitdiff |
| 2022-08-09 |
Minep | fix: incorrect settings of msi registers. |
tree | commitdiff |
| 2022-08-06 |
Minep | feat: page caching layer for vfs |
tree | commitdiff |
| 2022-07-30 |
Minep | feat: simple device abstraction layer |
tree | commitdiff |
| 2022-07-29 |
Minep | feat: lseek(2), read(2), write(2) implementation |
tree | commitdiff |
| 2022-07-27 |
Minep | feat: open(2), close(2), mkdir(2) and readdir(2) syscall |
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-07 |
Minep | refactor: abstract out the code for prdte creation... |
tree | commitdiff |
| 2022-07-07 |
Minep | feat: probe more device info |
tree | commitdiff |
| 2022-07-06 |
Minep | Merge branch 'master' into sata-ahci-dev |
tree | commitdiff |
| 2022-07-06 |
Minep | feat: sector rwm ops test code |
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 | feat: ATAPI device capacity probing |
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-06-29 |
Minep | feat: spec-compliant AHCI HBA initialization |
tree | commitdiff |
| 2022-06-28 |
Minep | feat: AHCI probing |
tree | commitdiff |
| 2022-06-28 |
Minep | feat: vmm_vmap/ioremap/iounmap to make MMIO more flexib... |
tree | commitdiff |
| 2022-06-28 |
Minep | feat: partial PCIe support (MCFG table parsing) |
tree | commitdiff |
| 2022-06-27 |
Minep | feat: BAR sizing and MSI configuration |
tree | commitdiff |
| 2022-06-27 |
Minep | feat: MSI capability detection. |
tree | commitdiff |
| 2022-06-27 |
Minep | feat: PCI bus probing |
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-18 |
Minep | refactor: re-structure the kernel address space for... |
tree | commitdiff |
| 2022-05-03 |
Minep | Add back the missing reserved field in FADT. |
tree | commitdiff |
| 2022-05-03 |
Minep | Add FADT check for presence of i8042 controller. |
tree | commitdiff |
| 2022-04-29 |
Minep | Basic PS/2 keyboard driver, and ... |
tree | commitdiff |
| 2022-03-13 |
Minep | minor adjustments |
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 |
| next |