Age | Commit message (Expand) | Author |
2016-07-23 | x86/mm/cpa: Add missing comment in populate_pdg() | Andy Lutomirski |
2016-07-23 | x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs | Andy Lutomirski |
2016-07-15 | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err | Ingo Molnar |
2016-07-15 | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski |
2016-07-15 | x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm | Andy Lutomirski |
2016-07-15 | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() | Andy Lutomirski |
2016-07-15 | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populated | Andy Lutomirski |
2016-07-15 | x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() | Ingo Molnar |
2016-07-15 | kasan: add newline to messages | Dmitry Vyukov |
2016-07-14 | x86/mm: Audit and remove any unnecessary uses of module.h | Paul Gortmaker |
2016-07-14 | x86: Don't use module.h just for AUTHOR / LICENSE tags | Paul Gortmaker |
2016-07-13 | x86/mm: Use pte_none() to test for empty PTE | Dave Hansen |
2016-07-10 | x86/mm: Do not reference phys addr beyond kernel | Thomas Garnier |
2016-07-08 | x86/mm: Add memory hotplug support for KASLR memory randomization | Thomas Garnier |
2016-07-08 | x86/mm: Enable KASLR for vmalloc memory regions | Thomas Garnier |
2016-07-08 | x86/mm: Enable KASLR for physical mapping memory regions | Thomas Garnier |
2016-07-08 | x86/mm: Implement ASLR for kernel memory regions | Thomas Garnier |
2016-07-08 | x86/mm: Separate variable for trampoline PGD | Thomas Garnier |
2016-07-08 | x86/mm: Add PUD VA support for physical mapping | Thomas Garnier |
2016-07-08 | x86/mm: Update physical mapping variable names | Thomas Garnier |
2016-07-08 | x86/mm/pat, /dev/mem: Remove superfluous error message | Jiri Kosina |
2016-07-08 | x86/dumpstack: Add show_stack_regs() and use it | Borislav Petkov |
2016-07-08 | Merge tag 'v4.7-rc6' into x86/microcode, to pick up fixes before merging new ... | Ingo Molnar |
2016-06-24 | x86: get rid of superfluous __GFP_REPEAT | Michal Hocko |
2016-06-08 | x86/microcode: Fix suspend to RAM with builtin microcode | Borislav Petkov |
2016-05-30 | ACPI / NUMA: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c | Hanjun Guo |
2016-05-30 | ACPI / NUMA: remove unneeded acpi_numa=1 | Hanjun Guo |
2016-05-30 | ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.c | David Daney |
2016-05-30 | x86 / ACPI / NUMA: cleanup acpi_numa_processor_affinity_init() | Hanjun Guo |
2016-05-30 | ACPI / NUMA: move acpi_numa_slit_init() to drivers/acpi/numa.c | Hanjun Guo |
2016-05-30 | ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 only | Robert Richter |
2016-05-25 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-05-20 | x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code | Andy Lutomirski |
2016-05-19 | x86: mm: use hugetlb_bad_size() | Vaishali Thakkar |
2016-05-19 | include/linux/nodemask.h: create next_node_in() helper | Andrew Morton |
2016-05-16 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-05-16 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-05-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-05-12 | Merge branch 'sched/urgent' into sched/core to pick up fixes | Ingo Molnar |
2016-05-10 | x86/boot: Add missing file header comments | Kees Cook |
2016-05-07 | x86/boot: Split out kernel_ident_mapping_init() | Yinghai Lu |
2016-05-07 | Merge branch 'linus' into efi/core, to pick up fixes | Ingo Molnar |
2016-04-29 | x86/segments/64: When loadsegment(fs, ...) fails, clear the base | Andy Lutomirski |
2016-04-29 | Merge branch 'x86/urgent' into x86/asm, to refresh the tree | Ingo Molnar |
2016-04-28 | x86/mm, sched/core: Turn off IRQs in switch_mm() | Andy Lutomirski |
2016-04-28 | x86/mm, sched/core: Uninline switch_mm() | Andy Lutomirski |
2016-04-28 | x86/mm: Build arch/x86/mm/tlb.c even on !SMP | Andy Lutomirski |
2016-04-28 | x86/mm/pat: Document the (currently) EFI-only code path | Matt Fleming |
2016-04-26 | Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" | Andy Lutomirski |
2016-04-22 | x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET | Baoquan He |