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: LineageOS/android_system_core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lineage-16.0
Choose a base ref
...
head repository: leewp14/android_system_core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lineage-16.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 6 contributors

Commits on Apr 24, 2019

  1. libsuspend: Bring back earlysuspend

    Commit 021d60b removed support
    for earlysuspend that's needed for 3.4 kernels. Bring it back,
    since they don't have the new autosleep that was introduced in
     3.10 kernel.
    
    Change-Id: I0a0ad95caca2b3e9f6db2e16ccfe2fa36c3f7709
    ChronoMonochrome authored and leewp14 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    3a5aa67 View commit details
    Browse the repository at this point in the history
  2. adb: Conditionally restore support for legacy f_adb interface

     * Restore full support of USB and ADB on devices using the
        legacy f_adb kernel drivers (to enable it, devices must
        set TARGET_USES_LEGACY_ADB_INTERFACE flag to true)
    
     * Forward port with commits:
        'adb: kill adb_thread_{create, join, detach, exit}'
    
    Change-Id: Ic8a8793357b70adde270ae83c8279329e7ddeced
    invisiblek authored and leewp14 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    7db649f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

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

Commits on May 3, 2019

  1. init: reboot to recovery instead of bootloader

    Change-Id: Id94eb805cc766a2760d5034319774fa98f99c845
    ChronoMonochrome authored and leewp14 committed May 3, 2019
    Configuration menu
    Copy the full SHA
    cd33b1f View commit details
    Browse the repository at this point in the history
  2. Revert "libsuspend: Bring back earlysuspend"

    This reverts commit 3a5aa67.
    leewp14 committed May 3, 2019
    Configuration menu
    Copy the full SHA
    255dd61 View commit details
    Browse the repository at this point in the history
  3. libsuspend: Bring back earlysuspend

    Commit 021d60b removed support
    for earlysuspend that's needed for 3.4 kernels. Bring it back,
    since they don't have the new autosleep that was introduced in
    3.10 kernel.
    
    Change-Id: I6b605e1769b568e89821fa53a20313bf7b79c1ab
    Re-added autosuspend_earlysuspend_init() proto & out: label
    Signed-off-by: D. Andrei Măceș <andrei@unlegacy-android.org>
    arco authored and leewp14 committed May 3, 2019
    Configuration menu
    Copy the full SHA
    22465fc View commit details
    Browse the repository at this point in the history
  4. libsuspend: Add missing earlysuspend callbacks

    Added support for force_suspend and set_wakeup_callback ops.
    
    Change-Id: I557a6eb70c4660e82d4bdf9a08ec78a05a37ea07
    Signed-off-by: D. Andrei Măceș <andrei@unlegacy-android.org>
    Ziyann authored and leewp14 committed May 3, 2019
    Configuration menu
    Copy the full SHA
    7bf2897 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

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

Commits on Feb 10, 2020

  1. FlattenableUtils::align memsets

    Bug: 141890807
    Test: boot, check data is zero'd
    Change-Id: I45aaeac369f4c5cf3eb44f61c233e00f870a5c79
    (cherry picked from commit bf824f8)
    (cherry picked from commit e62a9d7)
    smore-lore authored and leewp14 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    987dfcf View commit details
    Browse the repository at this point in the history
Loading