git://scm.lunaixsky.com
/
lunaix-os.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
make irq specifier to be provided when assigining irq
[lunaix-os.git]
/
lunaix-os
/
includes
/
2024-12-15
Lunaixsky
make irq specifier to be provided when assigining irq
nov/intr-tree
tree
|
commitdiff
2024-12-09
Lunaixsky
add btrie_map() for allocating free slot, remove isrm
tree
|
commitdiff
2024-12-08
Lunaixsky
rework external irq system, introduce hierarchical irq
tree
|
commitdiff
2024-11-28
Lunaixsky
Unit testing framework and devicetree framework refact...
tree
|
commitdiff
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-29
Lunaixsky
add generic kremap for kernel remapping
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-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-04-29
Minep
* fix an issue that execve attempts to parse directory...
tree
|
commitdiff
2024-04-20
Minep
Merge branch 'master' of github.com:Minep/lunaix-os
tree
|
commitdiff
2024-04-20
Minep
properly update the pprev of next node when deleting...
tree
|
commitdiff
2024-03-26
FFreestanding
fix issue 31 (#32)
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-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-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-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-24
Minep
refactor: use a more decent physical memory map
tree
|
commitdiff
2023-08-23
Minep
hotfix: a better hinting on non-returning spin function
tree
|
commitdiff
2023-08-23
Minep
add lunaix dynamic linker as submodule
tree
|
commitdiff
2023-08-20
Minep
update readme for more up-to-date information
tree
|
commitdiff
2023-08-20
Minep
feat: kernel stack tracing
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-08-10
Minep
refactor: organize all arch related files together.
tree
|
commitdiff
2023-07-25
Minep
refactor: decouple i386 specific instruction invocation
tree
|
commitdiff
2023-07-23
Minep
fix: corner case for x87 context restore on execve
tree
|
commitdiff
2023-07-23
Minep
refactor: Optimize the signal context overhead
tree
|
commitdiff
2023-07-23
Minep
refactor: Optimize the context switch overhead
tree
|
commitdiff
2023-07-21
Minep
refactor: full rewrite of signal feature
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-16
Minep
refactor: decouple the executable file implementations...
tree
|
commitdiff
2023-07-10
Minep
refactor: elf parsing utility and exec related
tree
|
commitdiff
2023-06-25
Minep
feat: refine symbolic link support.
tree
|
commitdiff
2023-06-18
Minep
feat: dynamic boot medium probing and mounting
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
feat: closedir(2)
tree
|
commitdiff
2023-01-04
Minep
Merge branch 'interrupt-rework' into prog-loader
tree
|
commitdiff
2023-01-04
Minep
fix: previous interrupt context lost after a nested...
tree
|
commitdiff
2023-01-04
Minep
refactor: cut off some bloats in intr_ctx
tree
|
commitdiff
2023-01-02
Minep
feat: provide some libc routines only for testing
tree
|
commitdiff
2023-01-02
Minep
regression: elf loading
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-29
Minep
refactor: separate syscall interfaces from kernel space...
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-20
Minep
feat: (device) dev_null and dev_rand support
tree
|
commitdiff
2022-11-13
Minep
feat: (iso9660) finishing up unmount
tree
|
commitdiff
2022-11-13
Minep
refactor: replace all stdint::uint32_t into short and...
tree
|
commitdiff
2022-11-13
Minep
feat: (iso9660) rock ridge extension
tree
|
commitdiff
2022-11-11
Minep
feat: (vfs) write_page and read_page file operations
tree
|
commitdiff
2022-11-11
Minep
feat: (iso9660) implement file read (for both interleav...
tree
|
commitdiff
2022-11-11
Minep
feat: (iso9660) directory read support
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
feat: block partition support
tree
|
commitdiff
2022-11-09
Minep
fix: memory leakage in file descriptor allocation
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-11-06
Minep
Merge branch 'iso-9660' into block-io
tree
|
commitdiff
2022-10-23
Minep
Merge branch 'master' into iso-9660
tree
|
commitdiff
2022-10-23
Minep
fix: bugs related to O2 optimization
tree
|
commitdiff
2022-10-22
Minep
refactor: isrm to centeralize interrupt/irq resources...
tree
|
commitdiff
next