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
*
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
*
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
2017-08-31
1
-1
/
+17
*
sched/topology: Optimize build_group_mask()
Lauro Ramos Venancio
2017-08-31
1
-2
/
+2
*
alarmtimer: don't rate limit one-shot timers
Greg Hackmann
2017-08-31
1
-1
/
+2
*
alarmtimer: Rate limit periodic intervals
Thomas Gleixner
2017-08-31
1
-0
/
+8
*
Revert "proc: smaps: Allow smaps access for CAP_SYS_RESOURCE"
Daniel Mentz
2017-07-11
1
-2
/
+1
*
uksm: remove Mtk aksm & uksm (because its fugly)
Mister Oyster
2017-07-04
1
-2
/
+2
*
printk: use rcuidle console tracepoint
Sergey Senozhatsky
2017-07-04
1
-1
/
+1
*
padata: avoid race in reordering
Jason A. Donenfeld
2017-07-04
1
-2
/
+3
*
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
2017-07-04
1
-0
/
+2
*
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
2017-07-04
1
-9
/
+11
*
futex: Move futex_init() to core_initcall
Yang Yang
2017-07-04
1
-1
/
+1
*
sched/debug: Don't dump sched debug info in SysRq-W
Rabin Vincent
2017-07-04
1
-1
/
+2
*
sysctl: fix proc_doulongvec_ms_jiffies_minmax()
Eric Dumazet
2017-07-04
1
-0
/
+1
*
tick/broadcast: Prevent NULL pointer dereference
Thomas Gleixner
2017-07-04
1
-0
/
+3
*
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
2017-06-17
1
-2
/
+14
*
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
2017-06-17
1
-3
/
+5
*
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
2017-06-17
1
-4
/
+4
*
ptrace: fix PTRACE_LISTEN race corrupting task->state
bsegall@google.com
2017-06-17
1
-4
/
+10
*
perf/core: Fix event inheritance on fork()
Peter Zijlstra
2017-06-17
1
-2
/
+3
*
locking/static_keys: Add static_key_{en,dis}able() helpers
Peter Zijlstra
2017-06-17
1
-4
/
+2
*
hotplug: Make register and unregister notifier API symmetric
Michal Hocko
2017-06-17
1
-2
/
+1
*
locking/rtmutex: Prevent dequeue vs. unlock race
Thomas Gleixner
2017-06-17
1
-2
/
+66
*
Revert "jiffies conversions: Use compile time constants when possible"
Mister Oyster
2017-06-02
1
-12
/
+94
*
fs: add dirtytime_expire_seconds sysctl
Theodore Ts'o
2017-05-29
1
-0
/
+8
*
sched: add bit_wait_io for 3.18 ext4 backport
Theodore Ts'o
2017-05-27
1
-0
/
+9
*
nohz: Avoid tick's double reprogramming in highres mode
Viresh Kumar
2017-05-24
1
-0
/
+4
*
nohz: Fix spurious periodic tick behaviour in low-res dynticks mode
Viresh Kumar
2017-05-24
1
-0
/
+4
*
nohz: Get timekeeping max deferment outside jiffies_lock
Frederic Weisbecker
2017-05-24
1
-1
/
+2
*
kernel: Only expose su when daemon is running
Tom Marshall
2017-05-21
3
-0
/
+39
*
UPSTREAM: tracing: Fix trace_printk() to print when not using bprintk()
Joe Maples
2017-05-20
1
-1
/
+1
*
perf: don't leave group_entry on sibling list (use-after-free)
John Dias
2017-05-07
1
-0
/
+7
*
um: fix build
Mister Oyster
2017-05-04
1
-0
/
+2
*
BACKPORT: trace: resolve stack corruption due to string copy
Amey Telawane
2017-05-02
1
-1
/
+1
*
tracing: do not leak kernel addresses
Nick Desaulniers
2017-05-02
1
-1
/
+1
*
sched: Disabled Gentle Fair Sleepers for better UI performance
Cristoforo Cataldo
2017-04-25
1
-1
/
+1
[next]