Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | lguest: Read offset of device_cap later | Paul Bolle | 2016-06-10 | |
| * | | | | | | | | | | | | | | | | | | | | lguest: Read length of device_cap later | Paul Bolle | 2016-06-10 | |
| * | | | | | | | | | | | | | | | | | | | | x86: Do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB | Linus Walleij | 2016-06-09 | |
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-07-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | kbuild, x86: Track generated headers with generated-y | James Hogan | 2016-07-07 | |
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | x86/boot: Simplify EBDA-vs-BIOS reservation logic | Andy Lutomirski | 2016-07-22 | |
| * | | | | | | | | | | | | | | | | | | | | x86/boot: Clarify what x86_legacy_features.reserve_bios_regions does | Andy Lutomirski | 2016-07-22 | |
| * | | | | | | | | | | | | | | | | | | | | x86/boot: Reorganize and clean up the BIOS area reservation code | Ingo Molnar | 2016-07-21 | |
| * | | | | | | | | | | | | | | | | | | | | x86/mm: Do not reference phys addr beyond kernel | Thomas Garnier | 2016-07-10 | |
| * | | | | | | | | | | | | | | | | | | | | 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: Refactor KASLR entropy functions | Thomas Garnier | 2016-07-08 | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/mm' into x86/boot, to pick up dependencies | Ingo Molnar | 2016-07-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | x86/KASLR: Fix boot crash with certain memory configurations | Baoquan He | 2016-07-08 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/boot/64: Add forgotten end of function marker | Borislav Petkov | 2016-06-27 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/KASLR: Allow randomization below the load address | Yinghai Lu | 2016-06-26 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/KASLR: Extend kernel image physical address randomization to addresses la... | Kees Cook | 2016-06-26 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/KASLR: Randomize virtual address separately | Baoquan He | 2016-06-26 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/KASLR: Clarify identity map interface | Kees Cook | 2016-06-26 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/boot: Refuse to build with data relocations | Kees Cook | 2016-06-26 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/KASLR, x86/power: Remove x86 hibernation restrictions | Kees Cook | 2016-06-26 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-07-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | 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-23 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2 | H.J. Lu | 2016-07-15 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/smp: Remove unnecessary initialization of thread_info::cpu | Andy Lutomirski | 2016-07-15 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/smp: Remove stack_smp_processor_id() | Andy Lutomirski | 2016-07-15 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/uaccess: Move thread_info::addr_limit to thread_struct | 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/dumpstack: When OOPSing, rewind the stack before do_exit() | Andy Lutomirski | 2016-07-15 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm | Andy Lutomirski | 2016-07-15 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPS | Andy Lutomirski | 2016-07-15 | |
| * | | | | | | | | | | | | | | | | | | | | | x86/dumpstack: Try harder to get a call trace on stack overflow | 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 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/asm' into x86/mm, to resolve conflicts | Ingo Molnar | 2016-07-15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | x86/entry: Inline enter_from_user_mode() | Paolo Bonzini | 2016-07-10 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/entry: Avoid interrupt flag save and restore | Paolo Bonzini | 2016-07-10 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes | Ingo Molnar | 2016-07-09 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | x86/asm/entry: Make thunk's restore a local label | Borislav Petkov | 2016-07-08 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/signals: Add build-time checks to the siginfo compat code | Dave Hansen | 2016-06-14 |