summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-24lib/fonts: convert comments to utf-8Arnd Bergmann4-512/+512
2018-08-24s390: ebcdic: convert comments to UTF-8Arnd Bergmann1-18/+18
2018-08-24treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann12-103/+103
2018-08-24drivers/gpu/drm/gma500/: change return type to vm_fault_tSouptick Joarder3-27/+17
2018-08-24docs/core-api: mm-api: add section about GFP flagsMike Rapoport1-0/+21
2018-08-24docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport1-137/+154
2018-08-24docs/core-api: split memory management API to a separate fileMike Rapoport3-54/+58
2018-08-24docs/core-api: move *{str,mem}dup* to "String Manipulation"Mike Rapoport1-1/+5
2018-08-24docs/core-api: kill trailing whitespace in kernel-api.rstMike Rapoport1-1/+0
2018-08-24mm/util: add kernel-doc for kvfreeMike Rapoport1-0/+7
2018-08-24mm/util: make strndup_user description a kernel-doc commentMike Rapoport1-1/+1
2018-08-24fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann1-0/+2
2018-08-24treewide: correct "differenciate" and "instanciate" typosFinn Thain8-8/+10
2018-08-24fs/afs: use new return type vm_fault_tSouptick Joarder2-2/+3
2018-08-24drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_tSouptick Joarder1-1/+1
2018-08-24mm: soft-offline: close the race against page allocationNaoya Horiguchi5-16/+57
2018-08-24mm: fix race on soft-offlining free huge pagesNaoya Horiguchi3-14/+21
2018-08-24namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca4-3/+106
2018-08-24hfs: prevent crash on exit from failed searchErnesto A. Fernández1-3/+4
2018-08-24hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez1-3/+4
2018-08-24hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-08-23include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers9-253/+133
2018-08-23Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-pla...Linus Torvalds27-419/+1738
2018-08-23ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoTony Luck1-2/+2
2018-08-23Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-137/+113
2018-08-23Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds27-314/+1300
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds59-305/+1372
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds43-656/+879
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds21-532/+1671
2018-08-22ovl: set I_CREATING on inode being createdMiklos Szeredi1-0/+4
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds182-2270/+3192
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
2018-08-22fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann1-3/+3
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann1-7/+4
2018-08-22kernel/sysctl.c: fix typos in commentsRandy Dunlap1-3/+3
2018-08-22drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer mdColin Ian King1-2/+0
2018-08-22fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-08-22signal: make get_signal() return boolChristian Brauner2-3/+3