aboutsummaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23lib/fonts: convert comments to utf-8Arnd Bergmann4-512/+512
2018-08-23s390: ebcdic: convert comments to UTF-8Arnd Bergmann1-18/+18
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann12-103/+103
2018-08-23drivers/gpu/drm/gma500/: change return type to vm_fault_tSouptick Joarder3-27/+17
2018-08-23docs/core-api: mm-api: add section about GFP flagsMike Rapoport1-0/+21
2018-08-23docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport1-137/+154
2018-08-23docs/core-api: split memory management API to a separate fileMike Rapoport3-54/+58
2018-08-23docs/core-api: move *{str,mem}dup* to "String Manipulation"Mike Rapoport1-1/+5
2018-08-23docs/core-api: kill trailing whitespace in kernel-api.rstMike Rapoport1-1/+0
2018-08-23mm/util: add kernel-doc for kvfreeMike Rapoport1-0/+7
2018-08-23mm/util: make strndup_user description a kernel-doc commentMike Rapoport1-1/+1
2018-08-23fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann1-0/+2
2018-08-23treewide: correct "differenciate" and "instanciate" typosFinn Thain8-8/+10
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder2-2/+3
2018-08-23drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_tSouptick Joarder1-1/+1
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi5-16/+57
2018-08-23mm: fix race on soft-offlining free huge pagesNaoya Horiguchi3-14/+21
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca4-3/+106
2018-08-23hfs: prevent crash on exit from failed searchErnesto A. Fernández1-3/+4
2018-08-23hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez1-3/+4
2018-08-23hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-08-23arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.hWill Deacon1-0/+2
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra9-6/+26
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin2-14/+13
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra3-0/+22
2018-08-23mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-08-23mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra4-181/+77
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers9-253/+133
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsChuck Lever1-0/+17
2018-08-22nfsd: Remove callback_credChuck Lever3-30/+2
2018-08-22nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever1-1/+8
2018-08-22sunrpc: Extract target name into svc_credChuck Lever3-27/+53
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever1-3/+17
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-08-22ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoTony Luck1-2/+2
2018-08-22ovl: set I_CREATING on inode being createdMiklos Szeredi1-0/+4
2018-08-22ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul2-2/+2
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul6-27/+27
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso6-54/+30
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso2-16/+8
2018-08-22lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso1-3/+11
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso1-5/+2
2018-08-22ipc: drop ipc_lock()Davidlohr Bueso3-43/+23
2018-08-22ipc/util.c: correct comment in ipc_obtain_object_checkManfred Spraul1-2/+2
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul5-8/+8
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul4-4/+12
2018-08-22ipc: reorganize initialization of kern_ipc_perm.seqManfred Spraul2-44/+50
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul3-15/+41
2018-08-22init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber1-12/+12