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: torvalds/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dbaluta/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 17, 2025

  1. .github/workflows: Add sync.yml

    Signed-off-by: Daniel Baluta <[email protected]>
    dbaluta committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    d2e26e7 View commit details
    Browse the repository at this point in the history
  2. .github/workflows: Add pr-check.yml

    For now it incrementally compiles each patch in a PR
    for arm64 architecture using defconfig.
    
    Also, it does checkpatch.pl check for each patch.
    
    Signed-off-by: Daniel Baluta <[email protected]>
    dbaluta committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    848d91c View commit details
    Browse the repository at this point in the history
  3. .github/workflows: Add new CI

    Signed-off-by: Daniel Baluta <[email protected]>
    Daniel Baluta authored and dbaluta committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    7b19f03 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. workflows: Add buildtest.yml

    and remove all other previous yml attempts.
    
    Signed-off-by: Daniel Baluta <[email protected]>
    dbaluta committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    59a71b7 View commit details
    Browse the repository at this point in the history
Loading