aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2015-06-25Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidlsk-v3.14-15.07-androidAlex Shi
2015-05-06Merge branch 'linux-3.14.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...Kevin Hilman
2015-04-29proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov
2015-04-29mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner
2015-04-18Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-04-18Merge remote-tracking branch 'origin/v3.14/topic/overlayfs' into linux-linaro...Alex Shi
2015-04-17new helper: readlink_copy()Al Viro
2015-03-30Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-03-30 Merge tag 'v3.14.37' into linux-linaro-lsk-v3.14Alex Shi
2015-03-26pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov
2015-03-19Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-03-19 Merge tag 'v3.14.36' into linux-linaro-lsk-v3.14Alex Shi
2015-03-18procfs: fix race between symlink removals and traversalsAl Viro
2015-03-16Merge branch 'linaro-android-3.14-lsk' of git://android.git.linaro.org/kernel...Alex Shi
2015-03-09proc: make oom adjustment files user read-onlyRom Lemarchand
2015-03-09Revert "Grants system server access to /proc/<pid>/oom_adj for Android applic...Rom Lemarchand
2015-02-21Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2015-02-21Merge branch 'lsk/v3.14/topic/of' into linux-linaro-lsk-v3.14lsk-v3.14-15.02lsk-v3.14-14.02Mark Brown
2015-02-19of: remove /proc/device-treeGrant Likely
2015-01-28Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2015-01-27genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2015-01-08Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2015-01-08userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2014-10-10Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-10-09mm: per-thread vma cachingDavidlohr Bueso
2014-09-17Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidlsk-v3.14-android-14.09Mark Brown
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris
2014-06-16Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-06-11mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi
2014-03-19mm: add a field to store names for private anonymous memoryColin Cross
2014-03-19Grants system server access to /proc/<pid>/oom_adj for Android applications.Mike Chan
2014-03-10fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev
2014-03-04mm: close PageTail raceDavid Rientjes
2014-02-10vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker
2014-01-23fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones
2014-01-23proc: set attributes of pde using accessor functionsRui Xiang
2014-01-23proc: fix ->f_pos overflows in first_tid()Oleg Nesterov
2014-01-23proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov
2014-01-23proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov
2014-01-23proc: fix the potential use-after-free in first_tid()Oleg Nesterov
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov
2014-01-23fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel
2013-12-12procfs: also fix proc_reg_get_unmapped_area() for !MMU caseJan Beulich
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-11-15consolidate simple ->d_delete() instancesAl Viro
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov