03 Jul, 2006

1 commit


01 Jul, 2006

1 commit


16 May, 2006

1 commit


16 Mar, 2006

1 commit


16 Feb, 2006

1 commit

  • A change to the SMP initialisation caused the following oops:

    CPU1: Booted secondary processor
    CPU1: D VIPT write-back cache
    CPU1: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
    CPU1: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
    Calibrating delay loop... 83.14 BogoMIPS (lpj=415744)
    Unable to handle kernel NULL pointer dereference at virtual address 0000001c
    ...
    PC is at enqueue_task+0x1c/0x64
    LR is at activate_task+0xcc/0xe4

    SMP initialisation now requires cpu_possible_map to be initialised in
    setup_arch(). Move this from smp_prepare_cpus() to smp_init_cpus()
    and call it from our setup_arch() if CONFIG_SMP is enabled.

    Signed-off-by: Russell King

    Russell King
     

09 Feb, 2006

1 commit


14 Jan, 2006

2 commits


13 Jan, 2006

1 commit


09 Jan, 2006

1 commit

  • Include fixes for 2.6.14-git11. Should allow to remove sched.h from
    module.h on i386, x86_64, arm, ia64, ppc, ppc64, and s390. Probably more
    to come since I haven't yet checked the other archs.

    Signed-off-by: Tim Schmielau
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Tim Schmielau
     

08 Jan, 2006

1 commit


07 Jan, 2006

1 commit


04 Jan, 2006

1 commit

  • It seems that clk_use() and clk_unuse() are additional complexity
    which isn't required anymore. Remove them from the clock framework
    to avoid the additional confusion which they cause, and update all
    ARM machine types except for OMAP.

    Signed-off-by: Russell King

    Russell King
     

25 Nov, 2005

1 commit


16 Nov, 2005

1 commit


09 Nov, 2005

2 commits


08 Nov, 2005

4 commits


07 Nov, 2005

1 commit


02 Nov, 2005

1 commit


01 Nov, 2005

1 commit


31 Oct, 2005

1 commit