Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2017-12-07proc: show si_ptr in /proc/<pid>/timers without hashingLinus Torvalds
2017-11-28proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-23Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-18pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-11-18proc: use do-while in name_to_int()Alexey Dobriyan
2017-11-18proc: : uninline name_to_int()Alexey Dobriyan
2017-11-18proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin
2017-11-18Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-16mm: consolidate page table accountingKirill A. Shutemov
2017-11-16mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-16mm: account pud page tablesKirill A. Shutemov
2017-11-15x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki
2017-11-14Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-20tty fix oops when rmmod 8250nixiaoming
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra
2017-09-30mode_t whack-a-mole: task_dump_owner()Al Viro
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-16fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-14procfs: remove unused variableArnd Bergmann
2017-09-09procfs: use faster rb_first_cached()Davidlohr Bueso
2017-09-09fs, proc: unconditional cond_resched when reading smapsDavid Rientjes
2017-09-09proc: uninline proc_create()Alexey Dobriyan
2017-09-09fs, proc: remove priv argument from is_stackMichal Hocko
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-09mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-07mm: add /proc/pid/smaps_rollupDaniel Colascione
2017-09-07mm: 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-11mm: fix KSM data corruptionMinchan Kim
2017-08-11mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai
2017-07-24Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman