12 Jun, 2008

1 commit


24 Apr, 2008

1 commit


23 Apr, 2008

29 commits


14 Feb, 2008

2 commits

  • Add a new sysfs entry under cpuidle states. desc - can be used by driver to
    communicate to userspace any specific information about the state.
    This helps in identifying the exact hardware C-states behind the ACPI C-state
    definition.

    Idea is to export this through powertop, which will help to map the C-state
    reported by powertop to actual hardware C-state.

    Signed-off-by: Venkatesh Pallipadi
    Signed-off-by: Len Brown

    Venkatesh Pallipadi
     
  • The raw_pci_read() interface (as the raw_pci_ops->read() before it)
    unconditionally fills in a 32-bit integer return value regardless of the
    size of the operation requested.

    So claiming to take a "void *" is wrong, as is passing in a pointer to
    just a byte variable.

    Noticed by pageexec when enabling -fstack-protector (which needs other
    patches too to actually work, but that's a separate issue).

    Acked-by: Len Brown
    Signed-off-by: Linus Torvalds

    Linus Torvalds
     

07 Feb, 2008

7 commits