1. 18 1月, 2011 1 次提交
  2. 16 1月, 2011 5 次提交
    • G
      dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() · 672c5446
      Grant Likely 提交于
      The physical address is never used by the device tree code when
      allocating memory for unflattening.  Change the architecture's alloc
      hook to return the virutal address instead.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      672c5446
    • L
      Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 · 1b59be2a
      Linus Torvalds 提交于
      * 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6:
        Update Pekka's email address in MAINTAINERS
        mm/slab.c: make local symbols static
        slub: Avoid use of slub_lock in show_slab_objects()
        memory hotplug: one more lock on memory hotplug
      1b59be2a
    • L
      Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus',... · f9ee7f60
      Linus Torvalds 提交于
      Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        rcu: avoid pointless blocked-task warnings
        rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter status
        rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi()
      
      * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        x86, olpc: Add missing Kconfig dependencies
        x86, mrst: Set correct APB timer IRQ affinity for secondary cpu
        x86: tsc: Fix calibration refinement conditionals to avoid divide by zero
        x86, ia64, acpi: Clean up x86-ism in drivers/acpi/numa.c
      
      * 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        timekeeping: Make local variables static
        time: Rename misnamed minsec argument of clocks_calc_mult_shift()
      
      * 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        tracing: Remove syscall_exit_fields
        tracing: Only process module tracepoints once
        perf record: Add "nodelay" mode, disabled by default
        perf sched: Fix list of events, dropping unsupported ':r' modifier
        Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"
        perf top: Fix annotate segv
        perf evsel: Fix order of event list deletion
      f9ee7f60
    • L
      Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm · 16c10203
      Linus Torvalds 提交于
      * 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm: (161 commits)
        ARM: pxa: fix building issue of missing physmap.h
        ARM: mmp: PXA910 drive strength FAST using wrong value
        ARM: mmp: MMP2 drive strength FAST using wrong value
        ARM: pxa: fix recursive calls in pxa_low_gpio_chip
        AT91: Support for gsia18s board
        AT91: Acme Systems FOX Board G20 board files
        AT91: board-sam9m10g45ek.c: Remove duplicate inclusion of mach/hardware.h
        ARM: pxa: fix suspend/resume array index miscalculation
        ARM: pxa: use cpu_has_ipr() consistently in irq.c
        ARM: pxa: remove unused variable in clock-pxa3xx.c
        ARM: pxa: fix warning in zeus.c
        ARM: sa1111: fix typo in sa1111_retrigger_lowirq()
        ARM mxs: clkdev related compile fixes
        ARM i.MX mx31_3ds: Fix MC13783 regulator names
        ARM: plat-stmp3xxx: irq_data conversion.
        ARM: plat-spear: irq_data conversion.
        ARM: plat-orion: irq_data conversion.
        ARM: plat-omap: irq_data conversion.
        ARM: plat-nomadik: irq_data conversion.
        ARM: plat-mxc: irq_data conversion.
        ...
      
      Fix up trivial conflict in arch/arm/plat-omap/gpio.c (Lennert
      Buytenhek's irq_data conversion clashing with some omap irq updates)
      16c10203
    • L
      Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm · 65e5d002
      Linus Torvalds 提交于
      * 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm:
        ARM: fix missing branch in __error_a
        ARM: fix /proc/$PID/stack on SMP
        ARM: Fix build regression on SA11x0, PXA, and H720x targets
        ARM: 6625/1: use memblock memory regions for "System RAM" I/O resources
        ARM: fix wrongly patched constants
        ARM: 6624/1: fix dependency for CONFIG_SMP_ON_UP
        ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.S
        ARM: 6622/1: fix dma_unmap_sg() documentation
        ARM: 6621/1: bitops: remove condition code clobber for CLZ
        ARM: 6620/1: Change misleading warning when CONFIG_CMDLINE_FORCE is used
        ARM: 6619/1: nommu: avoid mapping vectors page when !CONFIG_MMU
        ARM: sched_clock: make minsec argument to clocks_calc_mult_shift() zero
        ARM: sched_clock: allow init_sched_clock() to be called early
        ARM: integrator: fix compile warning in cpu.c
        ARM: 6616/1: Fix ep93xx-fb init/exit annotations
        ARM: twd: fix display of twd frequency
        ARM: udelay: prevent math rounding resulting in short udelays
      65e5d002
  3. 15 1月, 2011 34 次提交