aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_crb.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-07tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-1/+2
2017-07-07tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2-0/+37
2017-07-07Add "shutdown" to "struct class".Josh Zimmerman2-1/+7
2017-07-06mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko4-8/+16
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko8-62/+5
2017-07-06mm, memory_hotplug: drop artificial restriction on online/offlineMichal Hocko1-58/+0
2017-07-06mm: memcontrol: account slab stats per lruvecJohannes Weiner3-27/+7
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner9-55/+238
2017-07-06mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner3-29/+12
2017-07-06mm: memcontrol: use the node-native slab memory countersJohannes Weiner3-8/+6
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner7-20/+19
2017-07-06mm/zswap.c: delete an error message for a failed memory allocation in zswap_dstmem_prepare()Markus Elfring1-3/+2
2017-07-06mm/zswap.c: improve a size determination in zswap_frontswap_init()Markus Elfring1-1/+1
2017-07-06mm/zswap.c: delete an error message for a failed memory allocation in zswap_pool_create()Markus Elfring1-3/+1
2017-07-06mm/swapfile.c: sort swap entries before freeHuang Ying1-0/+16
2017-07-06mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov6-5/+29
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin10-17/+113
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas4-10/+98
2017-07-06mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas1-18/+25
2017-07-06mm: kmemleak: slightly reduce the size of some structures on 64-bit architecturesCatalin Marinas1-3/+3
2017-07-06mm, mempolicy: don't check cpuset seqlock where it doesn't matterVlastimil Babka1-16/+0
2017-07-06mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka1-21/+8
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka4-99/+21
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka6-46/+43
2017-07-06mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka2-16/+8
2017-07-06mm, page_alloc: fix more premature OOM due to race with cpuset updateVlastimil Babka1-13/+38
2017-07-06mm: rmap: use correct helper when poisoning hugepagesPunit Agrawal1-2/+5
2017-07-06mm/hugetlb: introduce set_huge_swap_pte_at() helperPunit Agrawal2-3/+18
2017-07-06mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal3-3/+5
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal16-27/+46
2017-07-06mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal1-6/+6
2017-07-06mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon1-3/+0
2017-07-06arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper1-23/+14
2017-07-06arm64: hugetlb: refactor find_num_contig()Steve Capper1-9/+8
2017-07-06mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi2-4/+0
2017-07-06mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unusedMatthias Kaehlcke1-6/+8
2017-07-06powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V3-2/+16
2017-07-06mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V7-8/+16
2017-07-06mm: adaptive hash table scalingPavel Tatashin1-0/+25
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin5-40/+12
2017-07-06mm: zero hash tables in allocatorPavel Tatashin2-3/+10
2017-07-06powerpc/hugetlb: enable hugetlb migration for ppc64Aneesh Kumar K.V1-0/+5
2017-07-06powerpc/mm/hugetlb: remove follow_huge_addr for powerpcAneesh Kumar K.V1-64/+0
2017-07-06powerpc/hugetlb: add follow_huge_pd implementation for ppc64Aneesh Kumar K.V1-0/+43
2017-07-06mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V3-0/+45
2017-07-06mm/hugetlb: move default definition of hugepd_t earlier in the headerAneesh Kumar K.V1-23/+24
2017-07-06mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual3-0/+20
2017-07-06mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V2-4/+5
2017-07-06mm/follow_page_mask: split follow_page_mask to smaller functions.Aneesh Kumar K.V1-57/+91
2017-07-06mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V1-10/+11