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
*
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
*
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
[next]