aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'lineageos/cm-14.1' into ElementalX-6.00-cmflar22017-07-216-517/+0
|\
| * time: Remove CONFIG_TIMER_STATSKees Cook2017-07-026-517/+0
* | Merge remote-tracking branch 'lineageos/cm-14.1' into ElementalX-6.00-cmflar22017-07-032-6/+6
|\|
| * ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)2017-06-261-5/+5
| * cgroup: prefer %pK to %pNick Desaulniers2017-06-261-1/+1
* | Merge remote-tracking branch 'lineageos/cm-14.1' into ElementalX-6.00-cmflar22017-06-121-0/+7
|\|
| * perf: don't leave group_entry on sibling list (use-after-free)John Dias2017-06-071-0/+7
* | Merge remote-tracking branch 'lineageos/cm-14.1' into ElementalX-6.00-cmflar22017-06-055-3/+53
|\|
| * kernel: Only expose su when daemon is runningTom Marshall2017-05-193-0/+39
| * trace: resolve stack corruption due to string copyAmey Telawane2017-05-011-1/+1
| * perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-05-011-2/+13
* | Adjust Makefilesflar22016-11-222-10/+3
* | mm: remove swap token codeRik van Riel2016-11-221-9/+0
* | Implement kexec-hardbootVojtech Bocek2016-11-221-0/+4
* | update ARM topology and cpu_power driverflar22016-11-221-1/+1
|/
* BACKPORT: audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-11-111-170/+167
* perf: Fix race in swevent hashPeter Zijlstra2016-11-111-7/+0
* FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman2016-10-291-0/+22
* cpu: Handle smpboot_unpark_threads() uniformlyPaul E. McKenney2016-10-291-1/+1
* cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2016-10-291-3/+31
* smpboot: use kmemleak_not_leak for smpboot_thread_dataVignesh Radhakrishnan2016-10-291-0/+3
* smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2016-10-291-0/+2
* kthread: Fix the race condition when kthread is parkedSubbaraman Narayanamurthy2016-10-291-0/+2
* kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2016-10-292-26/+40
* stop_machine: Mark per cpu stopper enabled earlyThomas Gleixner2016-10-292-1/+3
* stop_machine: Use smpboot threadsThomas Gleixner2016-10-292-86/+52
* stop_machine: Store task reference in a separate per cpu variableThomas Gleixner2016-10-291-16/+16
* smpboot: Allow selfparking per cpu threadsThomas Gleixner2016-10-291-2/+3
* softirq: Use hotplug thread infrastructureThomas Gleixner2016-10-291-84/+27
* rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney2016-10-294-177/+41
* hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney2016-10-292-2/+5
* smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner2016-10-293-1/+242
* kthread: Implement park/unpark facilityThomas Gleixner2016-10-291-19/+166
* rcu: Yield simplerThomas Gleixner2016-10-293-184/+41
* smpboot: Remove leftover declarationThomas Gleixner2016-10-291-2/+0
* smpboot, idle: Fix comment mismatch over idle_threads_init()Srivatsa S. Bhat2016-10-291-4/+7
* smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()Srivatsa S. Bhat2016-10-291-2/+4
* smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2016-10-294-56/+31
* smp: Provide generic idle thread allocationThomas Gleixner2016-10-294-2/+96
* smp: Add generic smpboot facilityThomas Gleixner2016-10-294-0/+29
* smp: Add task_struct argument to __cpu_up()Thomas Gleixner2016-10-291-1/+1
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-10-291-0/+14
* hrtimer: Prevent remote enqueue of leftmost timersLeon Ma2016-10-291-0/+5
* rcu: Fix batch-limit size problemEric Dumazet2016-10-291-7/+8
* f2fs: avoid hungtask problem caused by losing wake_upYunlei He2016-10-291-0/+1
* prctl: make PR_SET_TIMERSLACK_PID pid namespace awareMicha Kalfon2016-10-291-2/+2
* __ptrace_may_access() should not deny sub-threadsMark Grondona2016-10-291-1/+1
* sched: Remove redundant update_runtime notifierNeil Zhang2016-10-293-44/+0
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2016-10-291-1/+16
* softirq: reduce latenciesEric Dumazet2016-10-291-8/+9