Comparing raspberrypi:rpi-3.6.y...technion:rpi-3.6.y · raspberrypi/linux · GitHub
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: raspberrypi/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rpi-3.6.y
Choose a base ref
...
head repository: technion/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rpi-3.6.y
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on May 13, 2013

  1. Fixed build errors.

    kernel/trace/trace_events_filter.c: In function "ftrace_function_set_filter_cb":
    kernel/trace/trace_events_filter.c:2074:8: warning: "ret" may be used uninitialized in this function [-Wuninitialized]
    
    Patch has been queued mainline commit 92d8d4a "tracing/filter: Add missing initialization
    
    arch/arm/mach-bcm2708/bcm2708.c: In function "timer_set_mode":
    arch/arm/mach-bcm2708/bcm2708.c:780:16: warning: unused variable "stc" [-Wunused-variable]
    Removed unused variable.
    
    drivers/usb/storage/realtek_cr.c: In function "init_realtek_cr":
    drivers/usb/storage/realtek_cr.c:476:33: warning: "buf[15]" may be used uninitia
    lized in this function [-Wuninitialized]
    Change conditional.
    technion committed May 13, 2013
    Configuration menu
    Copy the full SHA
    72b52cf View commit details
    Browse the repository at this point in the history
  2. Base PPS patch.

    Spacing changed to meet kernel coding style guidelines.
    technion committed May 13, 2013
    Configuration menu
    Copy the full SHA
    2be5e55 View commit details
    Browse the repository at this point in the history
  3. PPS is now a configurable kernel option.

    Default is "disabled".
    technion committed May 13, 2013
    Configuration menu
    Copy the full SHA
    b6a9f8c View commit details
    Browse the repository at this point in the history
  4. The pin to use with PPS is now configurable.

    Added a dmesg log on boot.
    technion committed May 13, 2013
    Configuration menu
    Copy the full SHA
    8698b3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a8d810 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9281de1 View commit details
    Browse the repository at this point in the history
  7. ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()

    Cleanup and preparation for the next change.
    
    signal_wake_up(resume => true) is overused. None of ptrace/jctl callers
    actually want to wakeup a TASK_WAKEKILL task, but they can't specify the
    necessary mask.
    
    Turn signal_wake_up() into signal_wake_up_state(state), reintroduce
    signal_wake_up() as a trivial helper, and add ptrace_signal_wake_up()
    which adds __TASK_TRACED.
    
    This way ptrace_signal_wake_up() can work "inside" ptrace_request()
    even if the tracee doesn't have the TASK_WAKEKILL bit set.
    
    Signed-off-by: Oleg Nesterov <oleg@redhat.com>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
    oleg-nesterov authored and technion committed May 13, 2013
    Configuration menu
    Copy the full SHA
    e40832e View commit details
    Browse the repository at this point in the history
  8. wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACE…

    …D task
    
    wake_up_process() should never wakeup a TASK_STOPPED/TRACED task.
    Change it to use TASK_NORMAL and add the WARN_ON().
    
    TASK_ALL has no other users, probably can be killed.
    
    Signed-off-by: Oleg Nesterov <oleg@redhat.com>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
    oleg-nesterov authored and technion committed May 13, 2013
    Configuration menu
    Copy the full SHA
    913fb44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    594d4e0 View commit details
    Browse the repository at this point in the history
  10. Useful readme now.

    technion committed May 13, 2013
    Configuration menu
    Copy the full SHA
    7ec08b8 View commit details
    Browse the repository at this point in the history
  11. Revert "Revert "ARM: 7668/1: fix memset-related crashes caused by rec…

    …ent GCC (4.7.2) optimizations""
    
    This reverts commit bb9948f.
    technion committed May 13, 2013
    Configuration menu
    Copy the full SHA
    64cfdc5 View commit details
    Browse the repository at this point in the history
Loading