1. 17 Aug, 2008 2 commits
    • Linus Torvalds's avatar
      Merge branch 'x86-fixes-for-linus' of... · 0473b799
      Linus Torvalds authored
      Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (32 commits)
        x86: add MAP_STACK mmap flag
        x86: fix section mismatch warning - spp_getpage()
        x86: change init_gdt to update the gdt via write_gdt, rather than a direct write.
        x86-64: fix overlap of modules and fixmap areas
        x86, geode-mfgpt: check IRQ before using MFGPT as clocksource
        x86, acpi: cleanup, temp_stack is used only when CONFIG_SMP is set
        x86: fix spin_is_contended()
        x86, nmi: clean UP NMI watchdog failure message
        x86, NMI: fix watchdog failure message
        x86: fix /proc/meminfo DirectMap
        x86: fix readb() et al compile error with gcc-3.2.3
        arch/x86/Kconfig: clean up, experimental adjustement
        x86: invalidate caches before going into suspend
        x86, perfctr: don't use CCCR_OVF_PMI1 on Pentium 4Ds
        x86, AMD IOMMU: initialize dma_ops after sysfs registration
        x86m AMD IOMMU: cleanup: replace LOW_U32 macro with generic lower_32_bits
        x86, AMD IOMMU: initialize device table properly
        x86, AMD IOMMU: use status bit instead of memory write-back for completion wait
        x86: silence mmconfig printk
        x86, msr: fix NULL pointer deref due to msr_open on nonexistent CPUs
        ...
      0473b799
    • Andi Kleen's avatar
      Move sysctl check into debugging section and don't make it default y · 9e94cd32
      Andi Kleen authored
      I noticed that sysctl_check.o was the largest object file in
      a allnoconfig build in kernel/*.
      
        36243       0       0   36243    8d93 kernel/sysctl_check.o
      
      This is because it was default y and && EMBEDDED. But I don't
      really see a need for a non kernel developer to have their
      sysctls checked all the time.
      
      So move the Kconfig into the kernel debugging section and
      also drop the default y and the EMBEDDED check.
      Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      9e94cd32
  2. 16 Aug, 2008 11 commits
  3. 15 Aug, 2008 27 commits