1. 17 8月, 2008 7 次提交
    • L
      Merge branch 'sched-fixes-for-linus' of... · c100548d
      Linus Torvalds 提交于
      Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        sched: scale sysctl_sched_shares_ratelimit with nr_cpus
        sched: fix rt-bandwidth hotplug race
        sched: fix the race between walk_tg_tree and sched_create_group
      c100548d
    • L
      Merge branch 'x86-fixes-for-linus' of... · 0473b799
      Linus Torvalds 提交于
      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
    • A
      Move sysctl check into debugging section and don't make it default y · 9e94cd32
      Andi Kleen 提交于
      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: NAndi Kleen <ak@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      9e94cd32
    • L
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 9c0d2a20
      Linus Torvalds 提交于
      * master.kernel.org:/home/rmk/linux-2.6-arm: (38 commits)
        [ARM] 5191/1: ARM: remove CVS keywords
        [ARM] pxafb: fix the warning of incorrect lccr when lcd_conn is specified
        [ARM] pxafb: add flag to specify output format on LDD pins when base is RGBT16
        [ARM] pxafb: fix the incorrect configuration of GPIO77 as ACBIAS for TFT LCD
        [ARM] 5198/1: PalmTX: PCMCIA fixes
        [ARM] Fix a pile of broken watchdog drivers
        [ARM] update mach-types
        [ARM] 5196/1: fix inline asm constraints for preload
        [ARM] 5194/1: update .gitignore
        [ARM] add proc-macros.S include to proc-arm940 and proc-arm946
        [ARM] 5192/1: ARM TLB: add v7wbi_{possible,always}_flags to {possible,always}_tlb_flags
        [ARM] 5193/1: Wire up missing syscalls
        [ARM] traps: don't call undef hook functions with spinlock held
        [ARM] 5183/2: Provide Poodle LoCoMo GPIO names
        [ARM] dma-mapping: provide sync_range APIs
        [ARM] dma-mapping: improve type-safeness of DMA translations
        [ARM] Kirkwood: instantiate the orion_spi driver in the platform code
        [ARM] prevent crashing when too much RAM installed
        [ARM] Kirkwood: Instantiate mv_xor driver
        [ARM] Orion: Instantiate mv_xor driver for 5182
        ...
      9c0d2a20
    • D
      Fix header export of videodev2.h, ivtv.h, ivtvfb.h · 5e6b83ed
      David Woodhouse 提交于
      The exported copy of videodev2.h contains this line:
      
      	#define #include <sys/time.h>
      
      This is because for some reason it defines __user for itself -- despite
      the fact that we remove all instances of __user when exporting headers.
      _All_ pointers in userspace are user pointers. Fix it by removing the
      unnecessary '#define __user' from the file.
      
      The new headers ivtv.h and ivtvfb.h would have the same problem... if
      whoever put them there had actually remembered to add them to the Kbuild
      file while he was at it. Fix those too, and export them as was
      presumably intended.
      
      Note that includes of <linux/compiler.h> are also stripped by the header
      export process, so those don't need to be conditional.
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      Acked-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5e6b83ed
    • H
      mm: VM_flags comment fixes · 605d9288
      Hugh Dickins 提交于
      Try to comment away a little of the confusion between mm's vm_area_struct
      vm_flags and vmalloc's vm_struct flags: based on an idea by Ulrich Drepper.
      Signed-off-by: NHugh Dickins <hugh@veritas.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      605d9288
    • A
      [ARM] 5191/1: ARM: remove CVS keywords · 66bfa2f0
      Adrian Bunk 提交于
      This patch removes CVS keywords that weren't updated for a long time.
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      66bfa2f0
  2. 16 8月, 2008 30 次提交
  3. 15 8月, 2008 3 次提交