summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2018-05-30fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich
2018-05-22proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk
2018-05-22prctl: Add force disable speculationThomas Gleixner
2018-05-22proc: Provide details on speculation flaw mitigationsKees Cook
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-04-26vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang
2018-04-26proc: fix /proc/*/map_files lookupAlexey Dobriyan
2018-02-16fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens
2018-01-23proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan
2018-01-10x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki
2017-12-20tty fix oops when rmmod 8250nixiaoming
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra
2017-09-15fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-13procfs: remove unused variableArnd Bergmann
2017-09-08procfs: use faster rb_first_cached()Davidlohr Bueso
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes
2017-09-08proc: uninline proc_create()Alexey Dobriyan
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-08-14Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman
2017-08-10mm: fix KSM data corruptionMinchan Kim
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai
2017-07-23Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe
2017-07-17char_dev: order /proc/devices by major numberLogan Gunthorpe
2017-07-14fault-inject: add /proc/<pid>/fail-nthAkinobu Mita
2017-07-14fault-inject: simplify access check for fail-nthAkinobu Mita
2017-07-14fault-inject: make fail-nth read/write interface symmetricAkinobu Mita
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita
2017-07-14fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez