summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-2/+2
* mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
* drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
* drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-2/+3
* block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
* include/linux/slab.h: add kmalloc_array_node() and kcalloc_node()Johannes Thumshirn2017-11-151-0/+16
* slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen2017-11-151-0/+4
* slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan2017-11-154-28/+28
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-1515-81/+97
* mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes2017-11-151-2/+2
* mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen2017-11-151-1/+1
* mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi2017-11-153-2/+67
* mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-155-15/+6
* tools: slabinfo: add "-U" option to show unreclaimable slabs onlyYang Shi2017-11-151-1/+10
* ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()Guozhonghua2017-11-151-4/+1
* ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge2017-11-151-1/+3
* ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen2017-11-151-8/+55
* ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen2017-11-151-8/+18
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-151-2/+7
* ocfs2: clean up some unused function declarationspiaojun2017-11-151-3/+0
* ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-151-0/+1
* ocfs2: cleanup unused func declaration and assignmentpiaojun2017-11-152-4/+0
* ocfs2: no need flush workqueue before destroying itpiaojun2017-11-153-5/+1
* ocfs2: remove unused declaration ocfs2_publish_get_mount_state()Guozhonghua2017-11-151-3/+0
* m32r: fix endianness constraintsGeert Uytterhoeven2017-11-151-2/+2
* bloat-o-meter: provide 3 different arguments for data, function and AllManinder Singh2017-11-151-34/+55
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-1597-601/+7399
|\
| * arm64: Make ARMV8_DEPRECATED depend on SYSCTLDave Martin2017-11-131-0/+1
| * arm64: Implement __lshrti3 library functionJason A. Donenfeld2017-11-131-0/+21
| * arm64: support __int128 on gcc 5+Jason A. Donenfeld2017-11-033-1/+62
| * arm64/sve: Add documentationDave Martin2017-11-032-0/+511
| * arm64/sve: Detect SVE and activate runtime supportDave Martin2017-11-038-6/+36
| * arm64/sve: KVM: Hide SVE from CPU features exposed to guestsDave Martin2017-11-031-1/+11
| * arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave Martin2017-11-031-0/+8
| * arm64/sve: KVM: Prevent guests from using SVEDave Martin2017-11-037-6/+53
| * arm64/sve: Add sysctl to set the default vector length for new processesDave Martin2017-11-031-1/+61
| * arm64/sve: Add prctl controls for userspace vector length managementDave Martin2017-11-035-0/+84
| * arm64/sve: ptrace and ELF coredump supportDave Martin2017-11-035-9/+482
| * arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin2017-11-031-6/+61
| * arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin2017-11-031-2/+4
| * arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin2017-11-036-3/+223
| * arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin2017-11-031-15/+15
| * arm64/sve: Backend logic for setting the vector lengthDave Martin2017-11-033-1/+149
| * arm64/sve: Signal handling supportDave Martin2017-11-034-19/+206
| * arm64/sve: Support vector length resetting for new processesDave Martin2017-11-033-4/+14
| * arm64/sve: Core task context handlingDave Martin2017-11-038-11/+407
| * arm64/sve: Low-level CPU setupDave Martin2017-11-031-1/+12
| * arm64/sve: Signal frame and context structure definitionDave Martin2017-11-031-1/+116
| * arm64/sve: Kconfig update and conditional compilation supportDave Martin2017-11-032-0/+16
| * arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin2017-11-033-0/+170