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
*
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
*
workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...
Li Bin
2017-12-05
1
-6
/
+9
*
workqueue: Fix workqueue stall issue after cpu down failure
Se Wang (Patrick) Oh
2017-12-05
1
-9
/
+15
*
workqueue: clear POOL_DISASSOCIATED in rebind_workers()
Lai Jiangshan
2017-12-05
1
-4
/
+1
*
tracing: do not leak kernel addresses
Nick Desaulniers
2017-12-03
1
-1
/
+1
*
Revert "power: make sync on suspend optional"
Moyster
2017-12-01
2
-7
/
+0
*
timer/debug: Change /proc/timer_list from 0444 to 0400
Ingo Molnar
2017-12-01
1
-1
/
+1
*
tracing: Erase irqsoff trace with empty write
Bo Yan
2017-11-06
1
-2
/
+8
*
tracing: Apply trace_clock changes to instance max buffer
Baohong Liu
2017-11-06
1
-1
/
+1
*
workqueue: implicit ordered attribute should be overridable
Tejun Heo
2017-11-06
1
-4
/
+9
*
kernel/extable.c: mark core_kernel_text notrace
Marcin Nowakowski
2017-11-06
1
-1
/
+1
*
workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
Tejun Heo
2017-11-06
1
-0
/
+10
*
fork: make whole stack_canary random
Jann Horn
2017-10-14
1
-1
/
+1
*
CHROMIUM: remove Android's cgroup generic permissions checks
Dmitry Torokhov
2017-09-30
2
-50
/
+3
*
misc: replace __FUNCTION__ by __function__
Moyster
2017-09-23
3
-4
/
+4
*
drivers: merged Android Binder from 4.9
Lukas0610
2017-09-16
1
-9
/
+0
*
lib: vsprintf: whitelist stack traces
Dave Weinstein
2017-09-14
1
-1
/
+1
*
perf/core: Fix group {cpu,task} validation
Mark Rutland
2017-09-11
1
-20
/
+19
*
hrtimer: Prevent enqueue of hrtimer on dead CPU
Michael Bohan
2017-09-11
1
-1
/
+2
*
hrtimer: Consider preemption when migrating hrtimer cpu_bases
Michael Bohan
2017-09-11
1
-1
/
+3
*
sched: Micro-optimize the smart wake-affine logic
Peter Zijlstra
2017-09-11
3
-2
/
+8
*
sched: Implement smarter wake-affine logic
Michael Wang
2017-09-11
1
-0
/
+47
*
sched: reinitialize rq->next_balance when a CPU is hot-added
Paul Walmsley
2017-09-11
1
-0
/
+1
*
PM / suspend: Remove unnecessary !!
Viresh Kumar
2017-09-11
1
-1
/
+1
*
audit: Fix sleep in atomic
Jan Kara
2017-08-31
1
-2
/
+14
*
cputime: Fix jiffies based cputime assumption on steal accounting
Frederic Weisbecker
2017-08-31
1
-5
/
+11
*
BACKPORT: FROMLIST: pids: make task_tgid_nr_ns() safe
Oleg Nesterov
2017-08-31
1
-7
/
+4
*
sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
Matt Fleming
2017-08-31
1
-2
/
+2
[next]