index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
pidns: fix NULL dereference in __task_pid_nr_ns()
Eric Dumazet
2019-05-02
1
-2
/
+2
*
tick: don't update idle time if cpu offline
Lianwei Wang
2019-05-02
1
-3
/
+3
*
kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
2019-05-02
1
-2
/
+1
*
gcov: add support for GCC 4.9
Yuan Pengfei
2019-05-02
2
-0
/
+11
*
gcov: reuse kbasename helper
Andy Shevchenko
2019-05-02
1
-4
/
+3
*
kernel/gcov/fs.c: use pr_warn()
Andrew Morton
2019-05-02
1
-17
/
+17
*
gcov: compile specific gcov implementation based on gcc version
Frantisek Hrbata
2019-05-02
2
-1
/
+61
*
gcov: add support for gcc 4.7 gcov format
Frantisek Hrbata
2019-05-02
2
-0
/
+566
*
gcov: move gcov structs definitions to a gcc version specific file
Frantisek Hrbata
2019-05-02
4
-80
/
+153
*
kernel: replace strict_strto*() with kstrto*()
Jingoo Han
2019-05-02
3
-9
/
+9
*
arm, pm, vmpressure: add missing slab.h includes
Tejun Heo
2018-12-11
1
-0
/
+1
*
printk: Fix panic caused by passing log_buf_len to command line
He Zhe
2018-12-01
1
-1
/
+6
*
kbuild: fix kernel/bounds.c 'W=1' warning
Arnd Bergmann
2018-12-01
1
-1
/
+3
*
Revert "GCC: Fix up for gcc 5+"
Moyster
2018-11-30
3
-16
/
+1
*
fix GCC 6.X tautological-compare warnings
Alex Tsanis
2018-11-30
2
-0
/
+11
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2018-11-29
30
-30
/
+30
*
asmlinkage Make __stack_chk_failed and memcmp visible
Andi Kleen
2018-11-29
1
-1
/
+1
*
GCC: Fix up for gcc 5+
mydongistiny
2018-11-29
3
-1
/
+16
*
UPSTREAM: perf/hwbp: Simplify the perf-hwbp code, fix documentation
Linus Torvalds
2018-11-27
1
-23
/
+7
*
BACKPORT: futex: Remove requirement for lock_page() in get_futex_key()
Mel Gorman
2018-05-16
1
-7
/
+91
*
BACKPORT: futex: Prevent overflow by strengthen input validation
Li Jinyue
2018-04-13
1
-0
/
+3
*
BACKPORT: audit: consistently record PIDs with task_tgid_nr()
Paul Moore
2017-12-28
2
-7
/
+13
*
perf: Use hrtimers for event multiplexing
Stephane Eranian
2017-12-26
1
-7
/
+106
*
cpu: Defer smpboot kthread unparking until CPU known to scheduler
Paul E. McKenney
2017-12-26
1
-3
/
+31
*
arm64: use the new *_relaxed macros for lower power usage
franciscofranco
2017-12-25
6
-18
/
+20
*
Finally eradicate CONFIG_HOTPLUG
Stephen Rothwell
2017-12-22
1
-1
/
+0
*
sched/idle: Optimize the generic idle loop
Gaurav Jindal (Gaurav Jindal)
2017-12-22
1
-1
/
+4
*
log: Initial dmesg pruning
Nathan Chancellor
2017-12-18
3
-4
/
+4
*
cpuset: Add allow_attach hook for cpusets on android.
Riley Andrews
2017-12-11
1
-0
/
+18
*
cpuset: Make cpusets restore on hotplug
Riley Andrews
2017-12-11
1
-15
/
+33
*
clocksource: Fix abs() usage w/ 64bit values
John Stultz
2017-12-06
1
-1
/
+1
*
sched/cputime: Fix invalid gtime in proc
Hiroshi Shimamoto
2017-12-06
1
-0
/
+3
*
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
Andy Lutomirski
2017-12-05
1
-19
/
+45
*
sched/idle: Move cpu/idle.c to sched/idle.c
Nicolas Pitre
2017-12-05
4
-2
/
+1
*
PM: convert do_each_thread to for_each_process_thread
Michal Hocko
2017-12-05
1
-8
/
+8
*
perf: Optimize group_sched_in()
Peter Zijlstra
2017-12-05
1
-1
/
+1
*
workqueue: allow work_on_cpu() to be called recursively
Lai Jiangshan
2017-12-05
1
-10
/
+22
*
workqueue: move flush_scheduled_work() to workqueue.h
Lai Jiangshan
2017-12-05
1
-30
/
+0
*
kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info
Fabian Frederick
2017-12-05
1
-3
/
+3
*
workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...
Daeseok Youn
2017-12-05
1
-6
/
+2
*
workqueue: wake regular worker if need_more_worker() when rescuer leave the pool
Lai Jiangshan
2017-12-05
1
-2
/
+2
*
workqueue: alloc struct worker on its local node
Lai Jiangshan
2017-12-05
1
-4
/
+4
*
workqueue: reuse the already calculated pwq in try_to_grab_pending()
Lai Jiangshan
2017-12-05
1
-1
/
+1
*
workqueue: stronger test in process_one_work()
Lai Jiangshan
2017-12-05
1
-7
/
+1
*
workqueue: remove useless WARN_ON_ONCE()
Lai Jiangshan
2017-12-05
1
-2
/
+0
*
workqueue: sanity check pool->cpu in wq_worker_sleeping()
Lai Jiangshan
2017-12-05
1
-1
/
+1
*
workqueue: use schedule_timeout_interruptible() instead of open code
Lai Jiangshan
2017-12-05
1
-2
/
+1
*
workqueue: remove the empty check in too_many_workers()
Lai Jiangshan
2017-12-05
1
-7
/
+0
*
workqueue: use "pool->cpu < 0" to stand for an unbound pool
Lai Jiangshan
2017-12-05
1
-1
/
+1
*
workqueue: Provide destroy_delayed_work_on_stack()
Thomas Gleixner
2017-12-05
1
-0
/
+7
[next]