| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/olpc: Fix build error with CONFIG_MFD_CS5535=m | Borislav Petkov | 2019-11-24 | 1 | -2/+1 |
* | x86/tsx: Add config options to set tsx=on|off|auto | Michal Hocko | 2019-11-12 | 1 | -0/+45 |
* | x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y | Thomas Gleixner | 2019-04-03 | 1 | -7/+1 |
* | x86/Kconfig: Select SCHED_SMT if SMP enabled | Thomas Gleixner | 2018-12-05 | 1 | -7/+1 |
* | x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support | Zhenzhong Duan | 2018-12-05 | 1 | -4/+0 |
* | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE | Peter Zijlstra | 2018-09-05 | 1 | -0/+1 |
* | cpu/hotplug: Provide knobs to control SMT | Thomas Gleixner | 2018-08-15 | 1 | -0/+1 |
* | objtool, retpolines: Integrate objtool with retpoline support more closely | Peter Zijlstra | 2018-03-15 | 1 | -0/+1 |
* | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 2018-02-22 | 1 | -2/+1 |
* | x86/retpoline: Add initial retpoline support | David Woodhouse | 2018-01-17 | 1 | -0/+13 |
* | x86/cpu: Implement CPU vulnerabilites sysfs functions | Thomas Gleixner | 2018-01-17 | 1 | -0/+1 |
* | x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amount | Thomas Gleixner | 2017-12-29 | 1 | -1/+2 |
* | x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow | Andrey Ryabinin | 2017-12-25 | 1 | -1/+1 |
* | x86/kasan: Use the same shadow offset for 4- and 5-level paging | Andrey Ryabinin | 2017-12-25 | 1 | -1/+0 |
* | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' | Josh Poimboeuf | 2017-12-25 | 1 | -1/+1 |
* | locking/refcounts, x86/asm: Enable CONFIG_ARCH_HAS_REFCOUNT | Kees Cook | 2017-12-10 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-11 | 1 | -1/+0 |
|\ |
|
| * | Merge branch 'for-4.14/fs' into libnvdimm-for-next | Dan Williams | 2017-08-31 | 1 | -1/+2 |
| |\ |
|
| * | | libnvdimm, nd_blk: remove mmio_flush_range() | Robin Murphy | 2017-08-31 | 1 | -1/+0 |
* | | | mm/memory_hotplug: introduce add_pages | Michal Hocko | 2017-09-08 | 1 | -0/+4 |
* | | | mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION | Naoya Horiguchi | 2017-09-08 | 1 | -0/+4 |
* | | | x86,mpx: make mpx depend on x86-64 to free up VMA flag | Rik van Riel | 2017-09-06 | 1 | -1/+3 |
* | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-09-04 | 1 | -6/+6 |
|\ \ \ |
|
| * | | | x86/intel_rdt: Introduce a common compile option for RDT | Vikas Shivappa | 2017-08-01 | 1 | -6/+6 |
| |/ / |
|
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-04 | 1 | -0/+49 |
|\ \ \ |
|
| * | | | x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y) | Vitaly Kuznetsov | 2017-08-31 | 1 | -0/+1 |
| * | | | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts | Ingo Molnar | 2017-08-26 | 1 | -1/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | x86: Enable 5-level paging support via CONFIG_X86_5LEVEL=y | Kirill A. Shutemov | 2017-07-21 | 1 | -0/+19 |
| * | | | x86/mm: Extend early_memremap() support with additional attrs | Tom Lendacky | 2017-07-18 | 1 | -0/+4 |
| * | | | x86/mm: Add Secure Memory Encryption (SME) support | Tom Lendacky | 2017-07-18 | 1 | -0/+25 |
| | |/
| |/| |
|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-09-04 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | locking/refcounts, x86/asm: Disable CONFIG_ARCH_HAS_REFCOUNT for the time being | Ingo Molnar | 2017-08-29 | 1 | -1/+2 |
| * | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2017-08-25 | 1 | -1/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | locking/refcounts, x86/asm: Implement fast refcount overflow protection | Kees Cook | 2017-08-17 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-09-04 | 1 | -4/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/lguest: Remove lguest support | Juergen Gross | 2017-08-24 | 1 | -2/+0 |
| * | | x86/kconfig: Consolidate unwinders into multiple choice selection | Josh Poimboeuf | 2017-07-26 | 1 | -2/+1 |
| * | | x86/unwind: Add the ORC unwinder | Josh Poimboeuf | 2017-07-26 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-08-20 | 1 | -0/+1 |
|\ \ |
|
| * | | kernel/watchdog: Prevent false positives with turbo modes | Thomas Gleixner | 2017-08-18 | 1 | -0/+1 |
| |/ |
|
* / | kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdog | Nicholas Piggin | 2017-08-18 | 1 | -1/+1 |
|/ |
|
* | include/linux/string.h: add the option of fortified string.h functions | Daniel Micay | 2017-07-12 | 1 | -0/+1 |
* | kernel/watchdog: split up config options | Nicholas Piggin | 2017-07-12 | 1 | -0/+1 |
* | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-07-07 | 1 | -0/+1 |
|\ |
|
| * | mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig | Oliver O'Halloran | 2017-07-02 | 1 | -0/+1 |
* | | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-07-07 | 1 | -0/+1 |
|\ \ |
|
| * | | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope... | Dan Williams | 2017-06-09 | 1 | -0/+1 |
| |/ |
|
* | | mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGE | Aneesh Kumar K.V | 2017-07-06 | 1 | -1/+1 |
* | | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 2017-07-06 | 1 | -0/+1 |