summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-03-22UPSTREAM: psi: pressure stall information for CPU, memory, and IOJohannes Weiner15-6/+1004
2019-01-23mm: optimize thread stack usage on ARMv7 [1/1]tao zeng19-48/+656
2019-01-13Merge 4.9.150 into android-4.9Greg Kroah-Hartman61-273/+522
2019-01-13fork: record start_time lateDavid Herrmann1-2/+11
2018-12-06mm: optimize thread stack usage on arm64 [1/1]tao zeng16-0/+853
2018-09-20Merge 4.9.128 into android-4.9Greg Kroah-Hartman81-195/+357
2018-09-19kthread: Fix use-after-free if kthread fork failsVegard Nossum1-5/+12
2018-09-15Merge 4.9.127 into android-4.9Greg Kroah-Hartman82-194/+377
2018-09-15fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-08-09Merge 4.9.119 into android-4.9Greg Kroah-Hartman22-35/+91
2018-08-09fork: unconditionally clear stack on forkKees Cook2-8/+2
2018-08-09kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2-1/+5
2018-07-18ANDROID: Fix massive cpufreq_times memory leaksSultan Alsawaf5-8/+15
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins3-17/+36
2018-01-05kaiser: merged updateDave Hansen15-188/+549
2018-01-05KAISER: Kernel Address IsolationRichard Fellner22-16/+449
2017-09-07mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2-2/+8
2017-08-30fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers1-0/+1
2017-05-25stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay1-1/+1
2017-05-25pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai1-2/+6
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman4-18/+20
2016-11-01fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski1-0/+4
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-22/+725
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy19-22/+37
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy8-1/+689
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu7-22/+34
2016-10-08mm, oom: get rid of signal_struct::oom_victimsMichal Hocko4-12/+14
2016-10-08kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko3-3/+19
2016-10-08oom: keep mm of the killed task availableMichal Hocko3-32/+23
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds35-71/+1007
2016-09-16fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_V...Andy Lutomirski1-9/+53
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski4-2/+55
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar838-4534/+7735
2016-09-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-124/+116
2016-09-02kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-9/+30
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik3-6/+25
2016-08-24fork: Add generic vmalloced stack supportAndy Lutomirski4-21/+126
2016-08-17cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh1-2/+2
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman4-25/+49
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman4-30/+117
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman4-11/+81
2016-07-28mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski3-13/+10
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski5-7/+6
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov7-72/+31
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman1-2/+2
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds10-39/+41
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko3-1/+7
2016-05-24mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko1-1/+5
[next]