1. 17 7月, 2014 7 次提交
  2. 30 5月, 2014 6 次提交
  3. 07 5月, 2014 1 次提交
    • T
      ARM: tegra: Support reboot modes · 498bb3da
      Thierry Reding 提交于
      The boot ROM on Tegra SoCs supports booting into forced recovery mode
      (RCM) by setting a bit in the PMC scratch register 0. Similarily, the
      Android bootloader examines some of the bits in this register to disable
      autoboot or enter recovery mode.
      
      Support these modes by setting the corresponding bits depending on the
      specified reboot command (forced-recovery, bootloader, recovery). Recent
      systemd-based distributions allow this to be specified using an optional
      argument to the reboot command.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      Tested-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      498bb3da
  4. 24 4月, 2014 1 次提交
  5. 11 4月, 2014 1 次提交
  6. 26 2月, 2014 2 次提交
  7. 20 2月, 2014 3 次提交
  8. 19 2月, 2014 3 次提交
  9. 13 2月, 2014 1 次提交
  10. 04 2月, 2014 1 次提交
    • T
      arm, pm, vmpressure: add missing slab.h includes · 1ff6bbfd
      Tejun Heo 提交于
      arch/arm/mach-tegra/pm.c, kernel/power/console.c and mm/vmpressure.c
      were somehow getting slab.h indirectly through cgroup.h which in turn
      was getting it indirectly through xattr.h.  A scheduled cgroup change
      drops xattr.h inclusion from cgroup.h and breaks compilation of these
      three files.  Add explicit slab.h includes to the three files.
      
      A pending cgroup patch depends on this change and it'd be great if
      this can be routed through cgroup/for-3.14-fixes branch.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Acked-by: NStephen Warren <swarren@wwwdotorg.org>
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: linux-tegra@vger.kernel.org
      Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
      Cc: linux-pm@vger.kernel.org
      Cc: Johannes Weiner <hannes@cmpxchg.org>
      Cc: Michal Hocko <mhocko@suse.cz>
      Cc: Balbir Singh <bsingharora@gmail.com>
      Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
      Cc: cgroups@vger.kernel.org
      1ff6bbfd
  11. 17 12月, 2013 7 次提交
  12. 14 12月, 2013 3 次提交
  13. 13 12月, 2013 1 次提交
  14. 12 12月, 2013 3 次提交