aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov2017-10-031-1/+1
* memremap: add scheduling point to devm_memremap_pagesMichal Hocko2017-10-031-1/+3
* mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko2017-10-031-0/+1
* mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko2017-10-031-0/+1
* lib/idr.c: fix comment for idr_replace()Eric Biggers2017-10-031-2/+2
* mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner2017-10-032-13/+21
* kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez2017-10-031-2/+0
* include/linux/bitfield.h: remove 32bit from FIELD_GET comment blockMasahiro Yamada2017-10-031-1/+1
* lib/lz4: make arrays static const, reduces object code sizeColin Ian King2017-10-031-2/+2
* exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-031-9/+5
* exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov2017-10-031-4/+8
* exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov2017-10-031-2/+2
* exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Oleg Nesterov2017-10-031-6/+6
* exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov2017-10-031-13/+9
* exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-033-10/+11
* userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli2017-10-031-10/+56
* mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab2017-10-031-1/+1
* mm: fix data corruption caused by lazyfree pageShaohua Li2017-10-031-0/+11
* mm: avoid marking swap cached page as lazyfreeShaohua Li2017-10-031-2/+2
* mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton2017-10-031-0/+8
* m32r: define CPU_BIG_ENDIANSudip Mukherjee2017-10-031-0/+4
* zram: fix null dereference of handleMinchan Kim2017-10-031-24/+12
* mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy2017-10-031-1/+1
* rapidio: remove global irq spinlocks from the subsystemIoan Nicu2017-10-034-37/+35
* mm: meminit: mark init_reserved_page as __meminitArnd Bergmann2017-10-031-1/+1
* z3fold: fix stale list handlingVitaly Wool2017-10-031-4/+2
* mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso2017-10-031-8/+5
* android: binder: drop lru lock in isolate callbackSherry Yang2017-10-033-6/+36
* mm/memcg: avoid page count check for zone deviceJérôme Glisse2017-10-031-1/+2
* mm, memcg: remove hotplug locking from try_chargeMichal Hocko2017-10-031-5/+15
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-032-0/+21
* z3fold: fix potential race in z3fold_reclaim_pageVitaly Wool2017-10-031-1/+3
* sh: sh7269: remove nonexistent GPIO_PH[0-7] to fix pinctrl registrationGeert Uytterhoeven2017-10-031-3/+1
* sh: sh7264: remove nonexistent GPIO_PH[0-7] to fix pinctrl registrationGeert Uytterhoeven2017-10-031-3/+1
* sh: sh7757: remove nonexistent GPIO_PT[JLNQ]7_RESV to fix pinctrl registrationGeert Uytterhoeven2017-10-031-4/+4
* sh: sh7722: remove nonexistent GPIO_PTQ7 to fix pinctrl registrationGeert Uytterhoeven2017-10-031-1/+1
* mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise2017-10-031-2/+10
* ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai2017-10-031-1/+4
* include/linux/mm.h: fix typo in VM_MPX definitionKirill A. Shutemov2017-10-031-1/+1
* scripts/spelling.txt: add more spelling mistakes to spelling.txtColin Ian King2017-10-031-0/+33
* kernel/params.c: align add_sysfs_param documentation with codeJean Delvare2017-10-031-1/+1
* alpha: fix build failuresSudip Mukherjee2017-10-031-0/+1
* Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-6/+6
|\
| * Documentation: core-api: minor workqueue.rst cleanupsRandy Dunlap2017-09-181-6/+6
* | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-0/+8
|\ \
| * | cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long2017-09-221-0/+8
* | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-033-3/+27
|\ \ \
| * | | percpu: fix iteration to prevent skipping over blockDennis Zhou2017-09-281-0/+4
| * | | percpu: fix starting offset for chunk statistics traversalDennis Zhou2017-09-271-1/+1
| * | | percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland2017-09-261-2/+22