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
*
power: Remove HAS_WAKELOCK config and document WAKELOCK
Dylan Reid
2017-04-13
1
-5
/
+6
*
wakeup_reason: use vsnprintf instead of snsprintf for vargs.
Ruchi Kandoi
2017-04-13
1
-1
/
+1
*
power: wakeup_reason: fix suspend time reporting
Amit Pundir
2017-04-13
1
-16
/
+25
*
alarmtimer: Export symbols of functions declared in linux/alarmtimer.h
Marcus Gelderie
2017-04-13
1
-1
/
+9
*
alarmtimer: Export symbols of alarmtimer_get_rtcdev
Pramod Gurav
2017-04-13
1
-1
/
+1
*
UPSTREAM: seccomp: always propagate NO_NEW_PRIVS on tsync
Jann Horn
2017-04-13
1
-11
/
+11
*
f2fs: avoid hungtask problem caused by losing wake_up
Yunlei He
2017-04-13
1
-0
/
+1
*
perf: Cure event->pending_disable race
Peter Zijlstra
2017-04-13
1
-3
/
+3
*
sched/fair: Optimize find_idlest_cpu() when there is no choice
Morten Rasmussen
2017-04-13
1
-0
/
+4
*
idle: Implement a per-cpu idle-polling mode
Vikram Mulukutla
2017-04-13
1
-2
/
+25
*
idle: exit the cpu_idle_poll loop if cpu_idle_force_poll is cleared
Vikram Mulukutla
2017-04-13
1
-1
/
+1
*
idle: Add a memory barrier after setting cpu_idle_force_poll
Vikram Mulukutla
2017-04-13
1
-0
/
+3
*
kernel: trace: fix misleading-indentation warning
Nathan Chancellor
2017-04-13
1
-1
/
+1
*
sysctl: fix maybe-uninitialized warnings
Nathan Chancellor
2017-04-13
1
-2
/
+2
*
kernel/panic.c: add missing \n
Jiri Slaby
2017-04-13
1
-1
/
+1
*
mtk: squashed security updates
Moyster
2017-04-11
1
-1
/
+1
*
Get rid of __cpuinit
Moyster
2017-04-11
19
-42
/
+42
*
Power: Report suspend times from last_suspend_time
jinqian
2017-04-11
1
-0
/
+36
*
perf: Do not double free
Peter Zijlstra
2017-04-11
1
-1
/
+6
*
kernel: support task's adj rbtree
Yi-wei Zhao
2017-04-11
2
-0
/
+2
*
perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
Peter Zijlstra
2017-04-11
1
-4
/
+57
*
BACKPORT: perf: Fix event->ctx locking
John Dias
2017-04-11
1
-37
/
+207
*
perf: protect group_leader from races that cause ctx double-free
John Dias
2017-04-11
1
-0
/
+15
*
rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()
Andreea-Cristina Bernat
2017-04-11
2
-19
/
+9
*
rcu: Consolidate kfree_call_rcu() to use rcu_state pointer
Andreea-Cristina Bernat
2017-04-11
2
-30
/
+14
*
rcu: Replace NR_CPUS with nr_cpu_ids
Himangi Saraogi
2017-04-11
1
-2
/
+2
*
rcu: Print negatives for stall-warning counter wraparound
Paul E. McKenney
2017-04-11
1
-4
/
+5
*
rcu: Stop tracking FSF's postal address
Paul E. McKenney
2017-04-11
10
-20
/
+20
*
rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accesses
Paul E. McKenney
2017-04-11
2
-3
/
+3
*
rcu: Check both root and current rcu_node when setting up future grace period
Pranith Kumar
2017-04-11
1
-2
/
+8
*
rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUs
Paul E. McKenney
2017-04-11
3
-29
/
+29
*
rcu: Protect ->gp_flags accesses with ACCESS_ONCE()
Paul E. McKenney
2017-04-11
1
-7
/
+6
*
rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()
Paul E. McKenney
2017-04-11
1
-3
/
+8
*
rcu: Avoid redundant grace-period kthread wakeups
Paul E. McKenney
2017-04-11
1
-3
/
+5
*
rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()
Paul E. McKenney
2017-04-11
1
-28
/
+3
*
rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()
Paul E. McKenney
2017-04-11
1
-1
/
+1
*
rcu: Merge __rcu_process_gp_end() into __note_gp_changes()
Paul E. McKenney
2017-04-11
1
-42
/
+6
*
rcu: Rename note_new_gpnum() to note_gp_changes()
Paul E. McKenney
2017-04-11
1
-6
/
+7
*
rcu: Make __note_new_gpnum() check for ends of prior grace periods
Paul E. McKenney
2017-04-11
1
-0
/
+3
*
rcu: Move code to apply callback-numbering simplifications
Paul E. McKenney
2017-04-11
1
-59
/
+59
*
Optimized task_sched_runtime for upto 20% increase in Performance
Shoaib0597
2017-04-11
1
-0
/
+14
*
PM / sleep: fix device reference leak in test_suspend
Johan Hovold
2017-04-11
1
-1
/
+3
*
rcu: Fix soft lockup for rcu_nocb_kthread
Ding Tianhong
2017-04-11
1
-0
/
+1
*
kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
Michal Hocko
2017-04-11
1
-6
/
+4
*
tracing: Move mutex to protect against resetting of seq data
Steven Rostedt (Red Hat)
2017-04-11
1
-7
/
+8
*
perf: Tighten (and fix) the grouping condition
Peter Zijlstra
2017-04-11
1
-2
/
+13
*
sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()
Peter Zijlstra
2017-04-11
1
-0
/
+19
*
sched/core: Fix a race between try_to_wake_up() and a woken up task
Balbir Singh
2017-04-11
1
-0
/
+22
*
time: Remove CONFIG_TIMER_STATS
Kees Cook
2017-04-11
6
-517
/
+2
*
ANDROID: exec_domains: Disable request_module() call for personalities
John Stultz
2017-04-11
1
-1
/
+8
[next]