Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/linux-milkymist
base: d5f28d5a11f0
Choose a base ref
...
head repository: m-labs/linux-milkymist
compare: 0ca475bc9227
Choose a head ref
  • 7 commits
  • 17 files changed
  • 2 contributors

Commits on Feb 23, 2013

  1. lm32: Drop unused debugger_info field from thread_info struct

    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
    larsclausen committed Feb 23, 2013
    Copy the full SHA
    37807cf View commit details
    Browse the repository at this point in the history
  2. Drop __devinit/__devexit from milkymist drivers

    These will be gone in upstream v3.8
    
    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
    larsclausen committed Feb 23, 2013
    Copy the full SHA
    b0017d7 View commit details
    Browse the repository at this point in the history
  3. lm32: Implement user_stack_pointer()

    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
    larsclausen committed Feb 23, 2013
    Copy the full SHA
    a756401 View commit details
    Browse the repository at this point in the history
  4. lm32: Switch to GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE

    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
    larsclausen committed Feb 23, 2013
    Copy the full SHA
    50af5f9 View commit details
    Browse the repository at this point in the history
  5. lm32: switch to generic sys_execve()

    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
    larsclausen committed Feb 23, 2013
    Copy the full SHA
    aab9d67 View commit details
    Browse the repository at this point in the history
  6. generic sys_fork / sys_vfork / sys_clone

    ... and get rid of idiotic struct pt_regs * in asm-generic/syscalls.h
    prototypes of the same, while we are at it.  Eventually we want those
    in linux/syscalls.h, of course, but that'll have to wait a bit.
    
    Note that there are *three* variants of sys_clone() order of arguments.
    Braindamage galore...
    
    Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
    Al Viro authored and larsclausen committed Feb 23, 2013
    Copy the full SHA
    e1bbf3a View commit details
    Browse the repository at this point in the history
  7. lm32: switch to generic clone(2)

    Unfortunately lm32 has yet another crazy sys_clone parameter order. We need to
    fix this at some point. This will break all existing userspace though.
    
    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
    larsclausen committed Feb 23, 2013
    Copy the full SHA
    0ca475b View commit details
    Browse the repository at this point in the history