summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20180822next-20180822Stephen Rothwell2018-08-225-0/+5101
* Merge branch 'akpm/master'Stephen Rothwell2018-08-2254-970/+1022
|\
| * drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer overflowAndi Kleen2018-08-221-2/+2
| * vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann2018-08-221-1/+3
| * mm-change-return-type-int-to-vm_fault_t-for-fault-handlers-fixAndrew Morton2018-08-221-4/+4
| * mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-2215-100/+103
| * lib/fonts: convert comments to utf-8Arnd Bergmann2018-08-224-512/+512
| * s390: ebcdic: convert comments to UTF-8Arnd Bergmann2018-08-221-18/+18
| * treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-2212-103/+103
| * drivers/gpu/drm/gma500/: change return type to vm_fault_tSouptick Joarder2018-08-223-27/+17
| * docs/core-api: mm-api: add section about GFP flagsMike Rapoport2018-08-221-0/+21
| * docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport2018-08-221-137/+154
| * docs/core-api: split memory management API to a separate fileMike Rapoport2018-08-223-54/+58
| * docs/core-api: move *{str,mem}dup* to "String Manipulation"Mike Rapoport2018-08-221-1/+5
| * docs/core-api: kill trailing whitespace in kernel-api.rstMike Rapoport2018-08-221-1/+0
| * mm/util: add kernel-doc for kvfreeMike Rapoport2018-08-221-0/+7
| * mm/util: make strndup_user description a kernel-doc commentMike Rapoport2018-08-221-1/+1
| * fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann2018-08-221-0/+2
| * treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-228-8/+10
| * fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-222-2/+3
| * drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_tSouptick Joarder2018-08-221-1/+1
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2018-08-22221-2486/+3996
|\
| * ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul2018-08-182-2/+2
| * ipc/util.c: further variable name cleanupsManfred Spraul2018-08-186-27/+27
| * ipc: simplify ipc initializationDavidlohr Bueso2018-08-186-54/+30
| * ipc: get rid of ids->tables_initialized hackDavidlohr Bueso2018-08-182-16/+8
| * lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso2018-08-181-3/+11
| * lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso2018-08-181-5/+2
| * ipc: drop ipc_lock()Davidlohr Bueso2018-08-183-43/+23
| * ipc/util.c: correct comment in ipc_obtain_object_checkManfred Spraul2018-08-181-2/+2
| * ipc: rename ipcctl_pre_down_nolock()Manfred Spraul2018-08-185-8/+8
| * ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul2018-08-184-4/+12
| * ipc: reorganize initialization of kern_ipc_perm.seqManfred Spraul2018-08-182-44/+50
| * ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul2018-08-183-15/+41
| * init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber2018-08-181-12/+12
| * fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann2018-08-181-3/+3
| * bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-08-181-3/+6
| * adfs: use timespec64 for time conversionArnd Bergmann2018-08-181-7/+4
| * kernel/sysctl.c: fix typos in commentsRandy Dunlap2018-08-181-3/+3
| * drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer mdColin Ian King2018-08-181-2/+0
| * fork: don't copy inconsistent signal handler state to childJann Horn2018-08-181-0/+2
| * signal: make get_signal() return boolChristian Brauner2018-08-182-3/+3
| * signal: make sigkill_pending() return boolChristian Brauner2018-08-181-3/+3
| * signal: make legacy_queue() return boolChristian Brauner2018-08-181-1/+1
| * signal: make wants_signal() return boolChristian Brauner2018-08-181-5/+9
| * signal: make flush_sigqueue_mask() voidChristian Brauner2018-08-181-3/+2
| * signal: make unhandled_signal() return boolChristian Brauner2018-08-182-4/+6
| * signal: make recalc_sigpending_tsk() return boolChristian Brauner2018-08-181-3/+4
| * signal: make has_pending_signals() return boolChristian Brauner2018-08-181-1/+1
| * signal: make sig_ignored() return boolChristian Brauner2018-08-181-3/+3