summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-16docs-rst: don't ignore internal functions for jbd2 docsMauro Carvalho Chehab1-1/+0
2017-05-16fs: jbd2: make jbd2_journal_start() kernel-doc parseableMauro Carvalho Chehab1-19/+19
2017-05-16docs-rst: filesystems: use c domain references where neededMauro Carvalho Chehab1-36/+40
2017-05-16docs-rst: convert filesystems book to ReSTMauro Carvalho Chehab6-382/+328
2017-05-16docs-rst: add userspace API book to pdf outputMauro Carvalho Chehab1-0/+2
2017-05-16docs-rst: add sound book to pdf outputMauro Carvalho Chehab2-0/+12
2017-05-16docs-rst: add dev-tools book to pdf outputMauro Carvalho Chehab1-0/+2
2017-05-16docs-rst: add crypto API book to pdf outputMauro Carvalho Chehab2-0/+12
2017-05-16docs-rst: conf.py: remove kernel-documentation from LaTeXMauro Carvalho Chehab1-3/+1
2017-05-16docs-rst: conf.py: sort LaTeX documents in alphabetical orderMauro Carvalho Chehab1-6/+7
2017-05-16conf.py: define a color for important markup on PDF outputMauro Carvalho Chehab1-1/+7
2017-05-16kgdb.rst: Adjust ReST markupsMauro Carvalho Chehab1-255/+232
2017-05-16docs-rst: convert kgdb DocBook to ReSTMauro Carvalho Chehab4-919/+932
2017-05-16locking.rst: Update some ReST markupsMauro Carvalho Chehab1-8/+8
2017-05-16locking.rst: add captions to two tablesMauro Carvalho Chehab1-34/+36
2017-05-16locking.rst: reformat locking tableMauro Carvalho Chehab1-23/+14
2017-05-16mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab3-26/+26
2017-05-16docs-rst: convert kernel-locking to ReSTMauro Carvalho Chehab4-2152/+1454
2017-05-16kernel-hacking: update documentMauro Carvalho Chehab1-81/+98
2017-05-16docs-rst: convert kernel-hacking to ReSTMauro Carvalho Chehab7-1313/+816
2017-05-11doc: replace FTP URL to kernel.org with HTTPS oneMichael Heimpold1-1/+1
2017-05-09docs: update references to the device io bookHelmut Grohne2-4/+4
2017-05-09Documentation: earlycon: fix Marvell Armada 3700 UART nameAndre Przywara1-1/+1
2017-05-09docs-rst: add input docs at main index and use kernel-figureMauro Carvalho Chehab2-2/+3
2017-05-09proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds1-4/+1
2017-05-09drivers/staging/ccree/ssi_hash.c: fix build with gcc-4.4.4Andrew Morton1-110/+126
2017-05-09selftests/vm: add a test for virtual address range mappingAnshuman Khandual3-0/+134
2017-05-09dax: add tracepoint to dax_insert_mapping()Ross Zwisler2-0/+31
2017-05-09dax: add tracepoint to dax_writeback_one()Ross Zwisler2-0/+25
2017-05-09dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler2-5/+39
2017-05-09dax: add tracepoints to dax_load_hole()Ross Zwisler2-5/+12
2017-05-09dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler2-0/+5
2017-05-09dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler2-4/+52
2017-05-09mtd: nand: nandsim: convert to memalloc_noreclaim_*()Vlastimil Babka1-20/+9
2017-05-09treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka4-12/+16
2017-05-09mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka3-11/+29
2017-05-09mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka1-1/+2
2017-05-09mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran1-2/+18
2017-05-09mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran1-6/+2
2017-05-09time: delete CURRENT_TIME_SEC and CURRENT_TIMEDeepa Dinamani1-3/+0
2017-05-09gfs2: replace CURRENT_TIME with current_timeStephen Rothwell1-2/+2
2017-05-09apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani1-1/+1
2017-05-09lustre: replace CURRENT_TIME macroDeepa Dinamani2-5/+5
2017-05-09fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani6-30/+26
2017-05-09fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani1-2/+4
2017-05-09fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani4-6/+10
2017-05-09fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani3-19/+23
2017-05-09trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani3-15/+14
2017-05-09fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani2-3/+4
2017-05-09format-security: move static strings to constKees Cook19-27/+31