aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-8/+11
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-3/+17
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds1-136/+136
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds8-7/+196
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds7-35/+23
2019-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+76
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+13
2019-07-12Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-5/+6
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+12
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-3/+1273
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-73/+0
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-8/+16
2019-07-12Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+180
2019-07-12net: phy: make exported variables non-staticDenis Efremov1-0/+3
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov1-0/+10
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-1/+52
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-20/+15
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-112/+610
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt1-1/+0
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2-8/+1
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin1-0/+2
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko1-0/+24
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-07-12asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport1-4/+103
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig1-18/+0
2019-07-12mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long1-0/+4
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin1-1/+1
2019-07-12mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin1-1/+2
2019-07-12mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin1-0/+10
2019-07-12mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin1-3/+3
2019-07-12mm, memcg: introduce memory.events.localShakeel Butt1-1/+6
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu1-3/+2
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying1-3/+10
2019-07-12mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig1-2/+1
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka3-10/+7
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka1-4/+11
2019-07-12include/linux/pagemap.h: document trylock_page() return valueAndrew Morton1-0/+3
2019-07-12include/linux/vmpressure.h: use spinlock_t instead of struct spinlockSebastian Andrzej Siewior1-1/+1
2019-07-12mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu1-1/+1
2019-07-12include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_infoAlexey Dobriyan1-0/+2
2019-07-12mm: make !CONFIG_HUGE_PAGE wrappers into static inlinesJason Gunthorpe1-16/+86
2019-07-12include/linux/pfn_t.h: remove pfn_t_to_virt()Andrew Morton1-7/+0
2019-07-12mm/kasan: add object validation in ksize()Marco Elver1-2/+5
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver1-0/+1
2019-07-12mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver1-10/+20
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver1-3/+22
2019-07-12asm-generic, x86: add bitops instrumentation for KASANMarco Elver1-0/+263
2019-07-12include/linux/dmar.h: replace single-char identifiers in macrosQian Cai1-6/+8
2019-07-12nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada1-12/+12
2019-07-12mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V1-0/+5