GitHub/LineageOS/android_kernel_samsung_universal7580.git
Author Commit
2019-03-31 Jin Qianuid_sys_stats: reduce update_io_stats overhead
2019-03-31 Wei Wanguid_sys_stats: change to use rt_mutex
2019-03-31 Jin QianANDROID: uid_sys_stats: account for fsync syscalls
2019-03-31 Jin QianANDROID: uid_sys_stats: fix negative write bytes.
2019-03-31 Jin QianANDROID: uid_sys_stats: remove unnecessary code in...
2019-03-31 Jin QianANDROID: uid_sys_stats: return full size when state...
2019-03-31 Jin QianANDROID: uid_sys_stats: allow writing same state
2019-03-31 Jin QianANDROID: uid_sys_stats: rename uid_cputime.c to uid_sys...
2019-03-31 Jin QianANDROID: uid_cputime: add per-uid IO usage accounting
2019-03-31 Ruchi Kandoiuid_cputime: Check for the range while removing range...
2019-03-31 Jin Qianuid_cputime: fix cputime overflow
2019-03-31 Ruchi Kandoiuid_cputime: Iterates over all the threads instead...
2019-03-31 Ruchi Kandoiuid_cputime: Avoids double accounting of process stime...
2019-03-31 Ruchi Kandoiuid_cputime: Extends the cputime functionality to repor...
2019-03-31 Andres OportusANDROID: Fix cpufreq stats table creation
2019-03-31 Andres OportusANDROID: cpufreq_stat: add per task/uid/freq stats
2019-03-31 Ruchi Kandoiuid_cputime: Avoids double accounting of process stime...
2019-03-31 Ruchi Kandoisched: cpufreq: Adds a field cpu_power in the task_struct
2019-03-31 Ruchi Kandoicpufreq_stats: Adds the fucntionality to load current...
2019-03-31 SultanxdaFix memory leaks when updating stats table
2019-03-22 Chris Redpathcpufreq: interactive governor drops bits in time calcul...
2019-03-22 Derek BasehoreCHROMIUM: cpufreq: interactive: calculate load before...
2019-03-22 Nirmal Abrahamcpufreq: Correct the data reported in all_time_in_state
2019-03-22 Junjie Wucpufreq: interactive: Ramp up directly if cpu_load...
2019-03-22 Alexander Alexeevcpufreq: interactive: fix permanent locking on high...
2019-03-22 Andrew BrestickerCHROMIUM: cpufreq: interactive: validate above_hispeed_...
2019-03-22 Junjie Wucpufreq: interactive: BUG_ON when tunables are NULL...
2019-03-22 Junjie Wucpufreq: interactive: Don't set floor_validate_time...
2019-03-22 Junjie Wucpufreq: interactive: Use del_timer/add_timer_on to...
2019-03-15 Sridhar Anchanet: core: To send ARP probe when neighbor state is...
2019-03-15 Ravinder Konkanet: core: Send ARP probe and trigger RTM_NEWNEIGH
2019-03-15 Erik Klineneigh: Better handling of transition to NUD_PROBE state
2019-03-15 Ravinder Konkanet: core: To send ARP probe when neighbor state is...
2019-02-26 Martijn CoenenANDROID: binder: don't queue async transactions to...
2019-02-26 Martijn CoenenANDROID: binder: don't enqueue death notifications...
2019-02-26 Martijn CoenenANDROID: binder: call poll_wait() unconditionally.
2019-02-26 Martijn CoenenANDROID: binder: Don't BUG_ON(!spin_is_locked()).
2019-02-26 Martijn CoenenANDROID: binder: don't check prio permissions on restore.
2019-02-26 Colin CrossAdd BINDER_GET_NODE_DEBUG_INFO ioctl
2019-02-26 Martijn CoenenANDROID: binder: add RT inheritance flag to node.
2019-02-26 Martijn CoenenANDROID: binder: improve priority inheritance.
2019-02-26 Martijn CoenenANDROID: binder: add min sched_policy to node.
2019-02-26 Martijn CoenenANDROID: binder: add support for RT prio inheritance.
2019-02-26 Martijn CoenenANDROID: binder: push new transactions to waiting threads.
2019-02-26 Martijn CoenenANDROID: binder: remove proc waitqueue
2019-02-26 Todd KjosFROMLIST: binder: remove global binder lock
2019-02-26 Martijn CoenenFROMLIST: binder: fix death race conditions
2019-02-26 Todd KjosFROMLIST: binder: protect against stale pointers in...
2019-02-26 Todd KjosFROMLIST: binder: protect binder_ref with outer lock
2019-02-26 Todd KjosFROMLIST: binder: use inner lock to protect thread...
2019-02-26 Martijn CoenenFROMLIST: binder: protect transaction_stack with inner...
2019-02-26 Todd KjosFROMLIST: binder: protect proc->threads with inner_lock
2019-02-26 Todd KjosFROMLIST: binder: protect proc->nodes with inner lock
2019-02-26 Todd KjosFROMLIST: binder: add spinlock to protect binder_node
2019-02-26 Todd KjosFROMLIST: binder: add spinlocks to protect todo lists
2019-02-26 Todd KjosFROMLIST: binder: use inner lock to sync work dq and...
2019-02-26 Todd KjosFROMLIST: binder: introduce locking helper functions
2019-02-26 Todd KjosFROMLIST: binder: use node->tmp_refs to ensure node...
2019-02-26 Todd KjosFROMLIST: binder: refactor binder ref inc/dec for threa...
2019-02-26 Todd KjosFROMLIST: binder: make sure accesses to proc/thread...
2019-02-26 Todd KjosFROMLIST: binder: make sure target_node has strong ref
2019-02-26 Todd KjosFROMLIST: binder: guarantee txn complete / errors deliv...
2019-02-26 Todd KjosFROMLIST: binder: refactor binder_pop_transaction
2019-02-26 Todd KjosFROMLIST: binder: use atomic for transaction_log index
2019-02-26 Todd KjosFROMLIST: binder: protect against two threads freeing...
2019-02-26 Todd KjosFROMLIST: binder: remove dead code in binder_get_ref_fo...
2019-02-26 Todd KjosFROMLIST: binder: don't modify thread->looper from...
2019-02-26 Todd KjosFROMLIST: binder: avoid race conditions when enqueuing txn
2019-02-26 Todd KjosFROMLIST: binder: refactor queue management in binder_t...
2019-02-26 Todd KjosFROMLIST: binder: add log information for binder transa...
2019-02-26 Todd KjosFROMLIST: binder: make binder_last_id an atomic
2019-02-26 Badhri Jagan... FROMLIST: binder: change binder_stats to atomics
2019-02-26 Todd KjosFROMLIST: binder: add protection for non-perf cases
2019-02-26 Todd KjosFROMLIST: binder: remove binder_debug_no_lock mechanism
2019-02-26 Todd KjosFROMLIST: binder: move binder_alloc to separate file
2019-02-26 Todd KjosFROMLIST: binder: separate out binder_alloc functions
2019-02-26 Todd KjosFROMLIST: binder: remove unneeded cleanup code
2019-02-26 Todd KjosFROMLIST: binder: separate binder allocator structure...
2019-02-26 Danny WoodRevert "android: binder: move global binder state into...
2019-02-26 Danny WoodRevert "CHROMIUM: android: binder: Fix potential schedu...
2019-02-26 Danny WoodRevert "android: binder: use copy_from_user_preempt_dis...
2019-02-26 Danny WoodRevert "android: binder: Disable preemption while holdi...
2019-02-26 Danny WoodRevert "binder: blacklist %p kptr_restrict"
2019-02-26 Danny WoodRevert "binder: NULL pointer reference"
2019-02-26 Danny WoodRevert "binder: prevent kptr leak by using %pK format...
2019-02-26 Linus Torvaldskernel: make READ_ONCE() valid on const arguments
2019-02-26 Christian Borntraegerkernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x...
2019-02-26 Christian Borntraegerkernel: Provide READ_ONCE and ASSIGN_ONCE
2019-02-22 zhangshuxiaostaging: android: ashmem: lseek failed due to no FMODE_...
2019-02-22 Greg Hackmannstaging: android: ion: fix ION_IOC_{MAP,SHARE} use...
2019-02-22 Shawn Linstaging: ion: fix corruption of ion_import_dma_buf
2019-02-22 Heesub Shinstaging: ion: fixup invalid kfree() calls on heap destroy
2019-02-22 Tair Rzayevstaging: android: ion: ion_chunk_heap.c: Fix checkpatch...
2019-02-22 Heesub Shinstaging: ion: optimize struct ion_system_heap
2019-02-22 Rohit kumarUPSTREAM staging: ion: Fix error handling in ion_buffer...
2019-02-19 Vijayavardhan... USB: gadget: mtp: Add module parameters for Tx transfer...
2019-02-19 Pavankumar... USB: gadget: Add module parameter for Rx transfer length
2019-02-19 Danny Woodusb: gadget: mtp: Switch to 16k buffers to reduce possi...
2019-02-15 Krzysztof Opasiakusb: gadget: f_hid: fix: Prevent accessing released...
2019-02-15 Jerry Zhangusb: gadget: f_fs: Guard epfile->error
next