projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author
Commit
2024-04-22
Daeyeong Lee
sched: ems: ontime: Remove min_residency at ontime...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
sched: ems: ontime: Modify sysfs node for new structure.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
sched: ems: ontime: Modify ontime condition structure.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
sched: ems: ontime: Code clean-up for readability.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
sched: ehmp: Check whether curr_task is perfer_perf...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
Revert "sched: ems: Resolve prevent issue of ontime"
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
sched: ems: Resolve prevent issue of ontime
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
[COMMON] sched: ems: Use snprintf to fix buffer overflow.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: remove the useless rq lock
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: repair the core selecting algorithm
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: add the sync flag into RT
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: fix the problem of long stay
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: remove exynos_fit_idlest_group()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sche: ems: implement proper_cpu
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
trace: ems: remove unused event and modify name
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: set cpu capacity for simplified energy...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: remove useless retrying core selection
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: add the online cpu condition
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: add a trace point for FRT algorithm
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: enforcing the rt task serialization
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
Revert "[9820] sched: core: fix bug that rt could not...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: remove ehmp.c
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: move active balance to ems
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: integrate common API
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: seperate task util initiialization
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Youngtae Lee
[9820] sched: core: fix bug that rt could not be binded...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Soohyun Kim
[COMMON] sched/rt : fix unnecessary operation for PELT
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: separate energy coefficient cpu selection
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: build simplified energy table
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: parsing energy data to build energy table
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: avoid to access empty energy table
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Modify trace log name of EMS feature
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: support find energy efficient cpu
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: renewal prefer perf
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: renewal global boost
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: support PCF(Performance CPU Finder)
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
[COMMON] sched: ems/st_addon: Add core assignment polic...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: New function to check whether...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Move lbt/ontime node from ehmp...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Disable ontime feature if ontime...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Use default ratio if lbt node...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Separate On-time feature into...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: fair: ontime task must wake up from...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Johnlay Park
[COMMON] sched/rt: introduce FRT scheduler
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Separate LBT feature into lbt.c
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Modify to create ontime sysfs...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Modify to create lbt sysfs node...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Create sysfs directory of ontime/lbt
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: add wakeup balance
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: change exynos scheduler name from EHMP to EMS
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
sched: ehmp: fix build error when ehmp was disabled.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
sched: ems: build skeleton for EMS
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ems: Fix bug of ontime_task_wakeup
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ehmp: Add trace log of ontime_task_wakeup
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ehmp: Modify ontime_task_wakeup to...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ehmp: Modify cpu of ontime_entity shoul...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ehmp: Refactoring On-time feature to...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ehmp: Add trace log of lbt_overutilized
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: fair: Support improved LBT feature
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ehmp: Modify need_active_balance to...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Daeyeong Lee
[COMMON] sched: ehmp: Refactoring LBT feature to remove...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
[COMMON] sched: fair/ehmp: Add to estimate core/cluster...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
[COMMON] sched: fair/ehmp: Consider cpu capacity when...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
sched: ehmp: Add to select initial util type for new...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
sched: ehmp/fair: refactor exynos_select_cpu.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
lakkyung.jung
sched: fair/ems: Add schedtune_util_est
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
[COMMON] sched: ehmp: support EHMP(Exynos HMP)
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Sangkyu Kim
[RAMEN9610-14121][COMMON] sched: cpufreq_schedutil...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Youngtae Lee
sched: schedutil: remove syncronize_rcu for fast hp
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Park Bumgyu
[COMMON] cpufreq: prevent to access NULL sg_policy
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Reapply "cpufreq: schedutil: Always process remote...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "cpufreq: schedutil: move slow path from workque...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "sched/cpufreq/schedutil: Fix error path mutex...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "cpufreq: schedutil: Rectify comment in sugov_ir...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "cpufreq: schedutil: irq-work and mutex are...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "cpufreq: schedutil: Don't restrict kthread...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "[RAMEN9610-14121][COMMON] sched: cpufreq_schedu...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "cpufreq: schedutil: Always process remote callb...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "[COMMON] cpufreq: prevent to access NULL sg_policy"
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "cpu/hotplug: Convert hotplug locking to percpu...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "cpu/hotplug: Mute hotplug lockdep during init"
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
Revert "smp/hotplug: Differentiate the AP-work lockdep...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
fixup! [COMMON] usb: add USB driver for Exynos
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Cosmin Tanislav
fixup! [COMMON] usb: add USB driver for Exynos
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Robin Murphy
iommu/exynos: Don't unconditionally steal bus ops
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Martin KaFai Lau
BACKPORT: bpf: Use char in prog and map name
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Martin KaFai Lau
bpf: Change bpf_obj_name_cpy() to better ensure map...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Martin KaFai Lau
BACKPORT: bpf: Add map_name to bpf_map_info
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Martin KaFai Lau
BACKPORT: bpf: Add name, load_time, uid and map_ids...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Nolen Johnson
ARM64: defconfig: FCM required changes
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Connor O'Brien
UPSTREAM: security: selinux: allow per-file labeling...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Hridya Valsaraju
FROMLIST: security: selinux: allow per-file labelling...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Sebastiano...
ARM: dts: msm: Move to second stage init
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
jabashque
ARM64: configs: Enable CONFIG_PROC_CMDLINE_APPEND_ANDRO...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Sebastiano...
ARM64: configs: Enable CONFIG_INITRAMFS_IGNORE_SKIP_FLAG
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Yumi Yukimura
fs: proc: Add PROC_CMDLINE_APPEND_ANDROID_FORCE_NORMAL_BOOT
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Sebastiano...
init: Add CONFIG_INITRAMFS_IGNORE_SKIP_FLAG
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Robin Jarry
kbuild: use HOSTLDFLAGS for single .c executables
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
Tim Zimmermann
misc: samsung: scsc_bt: Always set transport unit size...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2024-04-22
John Vincent
drivers: soc: cal-if: Prevent optimization of structs...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
next