summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1220-112/+610
|\
| * oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt2019-07-121-1/+0
| * mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-122-8/+1
| * mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin2019-07-121-0/+2
| * mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-0/+24
| * mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-121-2/+1
| * asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2019-07-121-4/+103
| * mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-121-18/+0
| * mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long2019-07-121-0/+4
| * mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin2019-07-121-1/+1
| * mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin2019-07-121-1/+2
| * mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin2019-07-121-0/+10
| * mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin2019-07-121-3/+3
| * mm, memcg: introduce memory.events.localShakeel Butt2019-07-121-1/+6
| * mm, swap: use rbtree for swap_extentAaron Lu2019-07-121-3/+2
| * mm, swap: fix race between swapoff and some swap operationsHuang Ying2019-07-121-3/+10
| * mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2019-07-121-2/+1
| * mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka2019-07-123-10/+7
| * mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka2019-07-121-4/+11
| * include/linux/pagemap.h: document trylock_page() return valueAndrew Morton2019-07-121-0/+3
| * include/linux/vmpressure.h: use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-121-1/+1
| * mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu2019-07-121-1/+1
| * include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_infoAlexey Dobriyan2019-07-121-0/+2
| * mm: make !CONFIG_HUGE_PAGE wrappers into static inlinesJason Gunthorpe2019-07-121-16/+86
| * include/linux/pfn_t.h: remove pfn_t_to_virt()Andrew Morton2019-07-121-7/+0
| * mm/kasan: add object validation in ksize()Marco Elver2019-07-121-2/+5
| * mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-121-0/+1
| * mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver2019-07-121-10/+20
| * mm/kasan: introduce __kasan_check_{read,write}Marco Elver2019-07-121-3/+22
| * asm-generic, x86: add bitops instrumentation for KASANMarco Elver2019-07-121-0/+263
| * include/linux/dmar.h: replace single-char identifiers in macrosQian Cai2019-07-121-6/+8
| * nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada2019-07-121-12/+12
| * mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-121-0/+5
* | Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-123-718/+2971
|\ \
| * | mfd / platform: cros_ec_debugfs: Expose resume result via debugfsEvan Green2019-07-011-0/+1
| * | Merge tag 'ib-mfd-cros-v5.3' into chrome-platform/for-nextEnric Balletbo i Serra2019-06-121-720/+2884
| |\ \
| | * | mfd: cros_ec: Update I2S APIGwendal Grignou2019-06-101-24/+20
| | * | mfd: cros_ec: Add Management API entry pointsGwendal Grignou2019-06-101-0/+113
| | * | mfd: cros_ec: Add SKU ID and Secure storage APIGwendal Grignou2019-06-101-0/+107
| | * | mfd: cros_ec: Add API for rwsigGwendal Grignou2019-06-101-0/+26
| | * | mfd: cros_ec: Add API for Fingerprint supportGwendal Grignou2019-06-101-0/+228
| | * | mfd: cros_ec: Add API for Touchpad supportGwendal Grignou2019-06-101-0/+26
| | * | mfd: cros_ec: Add API for EC-EC communicationGwendal Grignou2019-06-101-0/+95
| | * | mfd: cros_ec: Add I2C passthru protection APIGwendal Grignou2019-06-101-0/+22
| | * | mfd: cros_ec: Add Smart Battery Firmware update APIGwendal Grignou2019-06-101-0/+73
| | * | mfd: cros_ec: Add Hibernate APIGwendal Grignou2019-06-101-2/+70
| | * | mfd: cros_ec: Add API for keyboard testingGwendal Grignou2019-06-101-0/+18
| | * | mfd: cros_ec: Complete Power and USB PD APIGwendal Grignou2019-06-101-8/+228
| | * | mfd: cros_ec: Fix temperature APIGwendal Grignou2019-06-101-7/+57
| | * | mfd: cros_ec: Add fingerprint APIGwendal Grignou2019-06-101-0/+34