Age | Commit message (Expand) | Author | Files | Lines |
2015-06-30 | x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit | Josh Triplett | 1 | -0/+1 |
2015-06-30 | x86: mm: enable deferred struct page initialisation on x86-64 | Mel Gorman | 1 | -0/+1 |
2015-06-29 | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
2015-06-26 | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -15/+10 |
2015-06-26 | arch, x86: pmem api for ensuring durability of persistent memory updates | Ross Zwisler | 1 | -0/+1 |
2015-06-24 | Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 1 | -0/+2 |
2015-06-24 | libnvdimm, pmem: add libnvdimm support to the pmem driver | Dan Williams | 1 | -0/+3 |
2015-06-07 | x86: Kill CONFIG_X86_HT | Borislav Petkov | 1 | -6/+2 |
2015-06-03 | x86/kconfig: Reorganize arch feature Kconfig select's | Ingo Molnar | 1 | -105/+105 |
2015-06-03 | Merge branch 'locking/core' into x86/core, to prepare for dependent patch | Ingo Molnar | 1 | -2/+3 |
2015-06-03 | Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/... | Ingo Molnar | 1 | -7/+8 |
2015-05-28 | EDAC: Cleanup atomic_scrub mess | Borislav Petkov | 1 | -0/+2 |
2015-05-27 | x86/mm/kconfig: Simplify conditions for HAVE_ARCH_HUGE_VMAP | Toshi Kani | 1 | -1/+1 |
2015-05-24 | hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k | Pali Rohár | 1 | -15/+10 |
2015-05-12 | locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS | Waiman Long | 1 | -1/+1 |
2015-05-11 | Merge branch 'x86/asm' into x86/apic, to resolve a conflict | Ingo Molnar | 1 | -0/+1 |
2015-05-11 | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar | 1 | -2/+2 |
2015-05-08 | x86/kconfig: Fix the CONFIG_NR_CPUS description | Kirill A. Shutemov | 1 | -1/+1 |
2015-05-08 | x86/kconfig: Bump default NR_CPUS from 8 to 64 for 64-bit configuration | Kirill A. Shutemov | 1 | -1/+2 |
2015-05-08 | locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching | Peter Zijlstra (Intel) | 1 | -1/+1 |
2015-05-08 | locking/qspinlock, x86: Enable x86-64 to use queued spinlocks | Waiman Long | 1 | -0/+1 |
2015-05-06 | x86/platform/uv: Make SGI UV dependent on CONFIG_PCI | Ingo Molnar | 1 | -0/+1 |
2015-05-05 | x86: Let x2APIC support depend on interrupt remapping or guest support | Jan Kiszka | 1 | -1/+1 |
2015-04-24 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+1 |
2015-04-24 | x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ | Jiang Liu | 1 | -1/+0 |
2015-04-24 | x86/MSI: Use hierarchical irqdomains to manage MSI interrupts | Jiang Liu | 1 | -0/+1 |
2015-04-24 | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors | Jiang Liu | 1 | -2/+1 |
2015-04-18 | Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+10 |
2015-04-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2015-04-18 | config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected | Konrad Rzeszutek Wilk | 1 | -1/+1 |
2015-04-14 | mm: move memtest under mm | Vladimir Murzin | 1 | -11/+0 |
2015-04-14 | mm: split ET_DYN ASLR from mmap ASLR | Kees Cook | 1 | -1/+0 |
2015-04-14 | mm: expose arch_mmap_rnd when available | Kees Cook | 1 | -0/+1 |
2015-04-14 | x86, mm: support huge KVA mappings on x86 | Toshi Kani | 1 | -0/+1 |
2015-04-14 | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -0/+6 |
2015-04-13 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+7 |
2015-04-01 | x86/mm: Add support for the non-standard protected e820 type | Christoph Hellwig | 1 | -0/+10 |
2015-03-25 | ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT | Graeme Gregory | 1 | -0/+1 |
2015-03-13 | x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text | Borislav Petkov | 1 | -8/+5 |
2015-03-13 | Merge tag 'v4.0-rc3' into x86/build, to refresh an older tree before applying... | Ingo Molnar | 1 | -0/+32 |
2015-03-05 | x86/intel/quark: Select COMMON_CLK | Andy Shevchenko | 1 | -0/+1 |
2015-03-05 | x86/mm: Further simplify 1 GB kernel linear mappings handling | Ingo Molnar | 1 | -14/+6 |
2015-03-05 | x86/mm: Simplify enabling direct_gbpages | Luis R. Rodriguez | 1 | -5/+13 |
2015-02-21 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+16 |
2015-02-18 | x86/intel/quark: Add Intel Quark platform support | Bryan O'Donoghue | 1 | -0/+16 |
2015-02-18 | x86/Kconfig: Simplify X86_UP_APIC handling | Jan Beulich | 1 | -5/+2 |
2015-02-18 | x86/Kconfig: Simplify X86_IO_APIC dependencies | Jan Beulich | 1 | -2/+2 |
2015-02-18 | x86/Kconfig: Avoid issuing pointless turned off entries to .config | Jan Beulich | 1 | -6/+4 |
2015-02-13 | x86_64: add KASan support | Andrey Ryabinin | 1 | -0/+1 |
2015-02-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+3 |