Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bmax121/KernelPatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.1-dev
Choose a base ref
...
head repository: bmax121/KernelPatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 108 files changed
  • 6 contributors

Commits on Feb 12, 2025

  1. 11.2

    bmax121 committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    9b2b683 View commit details
    Browse the repository at this point in the history
  2. update workflow

    bmax121 committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    c259ee5 View commit details
    Browse the repository at this point in the history
  3. update workflow

    bmax121 committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    871a87a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. fix: kptools, kallsym_num_syms

    bmax committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    362c0b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. 1. fix hook: paging_init with pac 2. fix hook: modify pgtable with PT…

    …E_CONT 3. fix kptools: base_cand num error and workflow 4. fix some struct offset resolver
    
    Signed-off-by: Admirepowered <[email protected]>
    Co-authored-by: NepXIN <[email protected]>
    Admirepowered and NepXIN authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    be6df66 View commit details
    Browse the repository at this point in the history
  2. Update version

    bmax121 authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    57d4870 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. fix taskext, todo: refactor taskext api

    bmax committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    e4af910 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. fix remove_kstorage (#196)

    * fix remove_kstorage
    
    * Update kstorage.c
    NoOne91-cmd authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    299a5cf View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    0d80e99 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. fix: 6.12 kernel support and disable SIMD

    - Disable SIMD by adding -mgeneral-regs-only compiler flag
    - Fix paging_init hook: use bl instruction hook instead of direct function hook
    - Add vmalloc_noprof symbol support for 6.12 kernel
    - Add memset wrapper function
    - Fix copy_to_user function fallback order
    - Improve map_data stack allocation
    - Update kptools to locate paging_init bl instruction in setup_arch
    NepXIN committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    f306a2a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Revert "fix: 6.12 kernel support and disable SIMD"

    This reverts commit f306a2a.
    bmax committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    566c2dc View commit details
    Browse the repository at this point in the history
  2. support 6.12 (#210)

    * make kernel 6.12 bootup
    
    * fist try safe systemcall
    
    * Update version
    Admirepowered authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    9886aa7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. The

    ofault function is only prioritized in higher versions
    Admirepowered committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    ef435c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4edc71 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    8eebc2e View commit details
    Browse the repository at this point in the history
Loading