summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-3111-16/+19
* mm: remove nobootmemMike Rapoport2018-10-313-129/+104
* memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport2018-10-314-4/+4
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-3135-39/+39
* memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport2018-10-315-31/+6
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-3115-52/+24
* mm: nobootmem: remove bootmem allocation APIsMike Rapoport2018-10-312-271/+0
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-3119-26/+28
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-3112-24/+36
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-3110-13/+16
* memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-317-11/+16
* memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport2018-10-313-9/+6
* memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport2018-10-314-12/+14
* memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport2018-10-311-4/+4
* memblock: add align parameter to memblock_alloc_node()Mike Rapoport2018-10-312-3/+3
* memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2018-10-312-4/+4
* memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport2018-10-312-3/+4
* memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanicMike Rapoport2018-10-311-1/+1
* memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport2018-10-311-2/+4
* memblock: replace alloc_bootmem_low with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_align with memblock_allocMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-3137-105/+105
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-3130-51/+50
* mm: nobootmem: remove dead codeMike Rapoport2018-10-312-61/+0
* mm: remove bootmem allocator implementation.Mike Rapoport2018-10-312-827/+0
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-3140-199/+11
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-3129-76/+4
* percpu: remove PER_CPU_DEF_ATTRIBUTES macroAlexander Pateenok2018-10-312-8/+2
* kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2018-10-311-1/+3
* lib/lz4: update LZ4 decompressor moduleGao Xiang2018-10-312-141/+349
* ipc: IPCMNI limit check for semmniWaiman Long2018-10-312-1/+31
* ipc: IPCMNI limit check for msgmni and shmmniWaiman Long2018-10-311-2/+5
* kernel/panic.c: filter out a potential trailing newlineBorislav Petkov2018-10-311-2/+6
* kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov2018-10-311-1/+1
* include/linux/signal.h: mark expected switch fall-throughsGustavo A. R. Silva2018-10-311-0/+6
* kernel/signal.c: fix a comment errorWeikang Shi2018-10-312-3/+3
* fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-311-0/+12
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-315-20/+20
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-316-0/+87
* fat: create a function to calculate the timezone offestFrank Sorenson2018-10-311-7/+9
* fat: expand a slightly out-of-date commentMihir Mehta2018-10-311-1/+3
* reiserfs: remove workaround code for GCC 3.xMasahiro Yamada2018-10-311-9/+0
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-10-311-0/+7
* fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King2018-10-311-1/+1
* hfs: update timestamp on truncate()Ernesto A. Fernández2018-10-311-0/+2
* hfsplus: update timestamps on truncate()Ernesto A. Fernández2018-10-311-0/+1
* hfs: fix return value of hfs_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-314-16/+46
* hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-315-16/+68