aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/hrtimer.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul1-5/+5
2020-06-04mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"Ethon Paul1-1/+1
2020-06-04mm: replace zero-length array with flexible-array memberchenqiwu1-1/+1
2020-06-04mm/memory_hotplug: disable the functionality for 32bMichal Hocko1-0/+1
2020-06-04device-dax: add memory via add_memory_driver_managed()David Hildenbrand2-2/+27
2020-06-04kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand1-0/+5
2020-06-04mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand3-4/+61
2020-06-04mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand2-10/+13
2020-06-04mm/memory_hotplug: set node_start_pfn of hotadded pgdat to 0David Hildenbrand1-9/+6
2020-06-04mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand2-82/+0
2020-06-04powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()David Hildenbrand1-23/+3
2020-06-04mm/memory_hotplug: refrain from adding memory into an impossible nodeVishal Verma1-0/+5
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long4-22/+24
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny11-18/+6
2020-06-04sparc: remove unnecessary includesIra Weiny2-2/+0
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny2-29/+9
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny3-15/+0
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny3-64/+13
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny11-71/+25
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny4-4/+4
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny5-8/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny23-83/+37
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny21-93/+46
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny6-26/+36
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny16-110/+14
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny17-109/+29
2020-06-04arch/xtensa: move kmap build bug out of the wayIra Weiny2-5/+4
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny11-14/+13
2020-06-04mm/vmalloc: fix a typo in commentJeongtae Park1-1/+1
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual9-0/+444
2020-06-04x86/mm: define mm_p4d_folded()Anshuman Khandual1-0/+6
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport4-85/+0
2020-06-04asm-generic: remove pgtable-nop4d-hack.hMike Rapoport2-68/+0
2020-06-04unicore32: remove __ARCH_USE_5LEVEL_HACKMike Rapoport2-2/+3
2020-06-04sh: add support for folded p4d page tablesMike Rapoport11-22/+76
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport3-9/+7
2020-06-04sh: fault: modernize printing of kernel messagesGeert Uytterhoeven1-20/+18
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport23-145/+200
2020-06-04openrisc: add support for folded p4d page tablesMike Rapoport3-4/+11
2020-06-04nios2: add support for folded p4d page tablesMike Rapoport3-5/+13
2020-06-04ia64: add support for folded p4d page tablesMike Rapoport5-22/+52
2020-06-04hexagon: remove __ARCH_USE_5LEVEL_HACKMike Rapoport2-3/+2
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport12-104/+368
2020-06-04arm: add support for folded p4d page tablesMike Rapoport12-37/+125
2020-06-04h8300: remove usage of __ARCH_USE_5LEVEL_HACKMike Rapoport1-1/+0
2020-06-04mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow checkFeng Tang1-4/+0
2020-06-04usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov1-0/+3
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov4-47/+176
2020-06-04kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov1-9/+23
2020-06-04kcov: move t->kcov_sequence assignmentAndrey Konovalov1-1/+1