summaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\
| * mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-031-0/+1
* | mm: consolidate page table accountingKirill A. Shutemov2017-11-161-9/+2
* | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-161-1/+1
* | mm: account pud page tablesKirill A. Shutemov2017-11-161-1/+4
* | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-141-1/+2
|\ \
| * | tty fix oops when rmmod 8250nixiaoming2017-10-201-1/+2
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+1
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0827-1/+32
| |\ \
| * | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-101-1/+1
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0727-1/+32
|\ \ \ | | |/ | |/|
| * | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying2017-11-031-1/+5
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0227-0/+27
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-291-1/+2
* sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra2017-09-291-8/+13
* sched/debug: Implement consistent task-state printingPeter Zijlstra2017-09-291-13/+2
* fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2017-09-151-0/+9
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-142-5/+5
* procfs: remove unused variableArnd Bergmann2017-09-141-1/+0
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-094-15/+17
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-091-2/+3
* proc: uninline proc_create()Alexey Dobriyan2017-09-091-0/+8
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-092-8/+5
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-091-1/+1
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-091-0/+7
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-091-11/+16
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-091-11/+21
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-071-0/+1
* mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-073-62/+139
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-071-5/+5
* Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-4/+4
|\
| * Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2017-08-142-6/+9
| |\
| * \ Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman2017-07-241-3/+3
| |\ \
| * | | block: order /proc/devices by major numberLogan Gunthorpe2017-07-171-2/+2
| * | | char_dev: order /proc/devices by major numberLogan Gunthorpe2017-07-171-4/+4
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-08-252-6/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: fix KSM data corruptionMinchan Kim2017-08-111-2/+5
| * | | mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-111-4/+4
| | |/ | |/|
* / | sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai2017-08-101-1/+2
|/ /
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-3/+3
|\ \ | |/ |/|
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-3/+3
* | fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2017-07-151-0/+1
* | fault-inject: simplify access check for fail-nthAkinobu Mita2017-07-151-15/+10
* | fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2017-07-151-8/+6
* | fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita2017-07-151-5/+4
* | fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita2017-07-151-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-132-5/+73
|\ \
| * | fault-inject: support systematic fault injectionDmitry Vyukov2017-07-131-0/+52
| * | sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-131-1/+3