1. 06 1月, 2012 1 次提交
  2. 03 11月, 2011 1 次提交
  3. 04 10月, 2011 1 次提交
  4. 24 9月, 2011 1 次提交
  5. 25 8月, 2011 1 次提交
  6. 06 8月, 2011 1 次提交
    • L
      acer-wmi: schedule threeg and interface sysfs for feature removal · 7b8aca65
      Lee, Chun-Yi 提交于
      we can now autodetect internal 3G device and already have the threeg
      rfkill device. So, we plan to remove threeg sysfs support for it's no
      longer necessary.
      
      We also plan to remove interface sysfs file that exposed which ACPI-WMI
      interface that was used by acer-wmi driver. It will replaced by information
      log when acer-wmi initial.
      
      We keep it around for userspace compatibility reasons, schedule removal
      in 2012.
      
      Cc: Carlos Corbacho <carlos@strangeworlds.co.uk>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Corentin Chary <corentincj@iksaif.net>
      Acked-by: NThomas Renninger <trenn@suse.de>
      Signed-off-by: NLee, Chun-Yi <jlee@novell.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      7b8aca65
  7. 03 8月, 2011 1 次提交
  8. 28 7月, 2011 1 次提交
  9. 27 7月, 2011 1 次提交
  10. 26 7月, 2011 2 次提交
  11. 16 7月, 2011 1 次提交
    • N
      nfsd: Remove deprecated nfsctl system call and related code. · 49b28684
      NeilBrown 提交于
      As promised in feature-removal-schedule.txt it is time to
      remove the nfsctl system call.
      
      Userspace has perferred to not use this call throughout 2.6 and it has been
      excluded in the default configuration since 2.6.36 (9 months ago).
      
      So this patch removes all the code that was being compiled out.
      
      There are still references to sys_nfsctl in various arch systemcall tables
      and related code.  These should be cleaned out too, probably in the next
      merge window.
      Signed-off-by: NNeilBrown <neilb@suse.de>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      49b28684
  12. 08 7月, 2011 1 次提交
  13. 07 7月, 2011 1 次提交
  14. 29 6月, 2011 1 次提交
  15. 27 6月, 2011 1 次提交
  16. 16 6月, 2011 2 次提交
  17. 29 5月, 2011 4 次提交
    • L
      x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline param · 5d4c47e0
      Len Brown 提交于
      mwait_idle() is a C1-only idle loop intended to be more efficient
      than HLT on SMP hardware that supports it.
      
      But mwait_idle() has been replaced by the more general
      mwait_idle_with_hints(), which handles both C1 and deeper C-states.
      ACPI uses only mwait_idle_with_hints(), and never uses mwait_idle().
      
      Deprecate mwait_idle() and the "idle=mwait" cmdline param
      to simplify the x86 idle code.
      
      After this change, kernels configured with
      (!CONFIG_ACPI=n && !CONFIG_INTEL_IDLE=n) when run on hardware
      that support MWAIT will simply use HLT.  If MWAIT is desired
      on those systems, cpuidle and the cpuidle drivers above
      can be used.
      
      cc: x86@kernel.org
      cc: stable@kernel.org # .39.x
      Signed-off-by: NLen Brown <len.brown@intel.com>
      5d4c47e0
    • L
      x86 idle: deprecate "no-hlt" cmdline param · cdaab4a0
      Len Brown 提交于
      We'd rather that modern machines not check if HLT works on
      every entry into idle, for the benefit of machines that had
      marginal electricals 15-years ago.  If those machines are still running
      the upstream kernel, they can use "idle=poll".  The only difference
      will be that they'll now invoke HLT in machine_hlt().
      
      cc: x86@kernel.org # .39.x
      Signed-off-by: NLen Brown <len.brown@intel.com>
      cdaab4a0
    • L
      x86 idle APM: deprecate CONFIG_APM_CPU_IDLE · 99c63221
      Len Brown 提交于
      We don't want to export the pm_idle function pointer to modules.
      Currently CONFIG_APM_CPU_IDLE w/ CONFIG_APM_MODULE forces us to.
      
      CONFIG_APM_CPU_IDLE is of dubious value, it runs only on 32-bit
      uniprocessor laptops that are over 10 years old.  It calls into
      the BIOS during idle, and is known to cause a number of machines
      to fail.
      
      Removing CONFIG_APM_CPU_IDLE and will allow us to stop exporting
      pm_idle.  Any systems that were calling into the APM BIOS
      at run-time will simply use HLT instead.
      
      cc: x86@kernel.org
      cc: Jiri Kosina <jkosina@suse.cz>
      cc: stable@kernel.org # .39.x
      Signed-off-by: NLen Brown <len.brown@intel.com>
      99c63221
    • L
      x86 idle floppy: deprecate disable_hlt() · 3b70b2e5
      Len Brown 提交于
      Plan to remove floppy_disable_hlt in 2012, an ancient
      workaround with comments that it should be removed.
      
      This allows us to remove clutter and a run-time branch
      from the idle code.
      
      WARN_ONCE() on invocation until it is removed.
      
      cc: x86@kernel.org
      cc: stable@kernel.org # .39.x
      Signed-off-by: NLen Brown <len.brown@intel.com>
      3b70b2e5
  18. 24 5月, 2011 1 次提交
  19. 20 5月, 2011 2 次提交
  20. 18 5月, 2011 1 次提交
  21. 10 5月, 2011 1 次提交
  22. 08 4月, 2011 1 次提交
  23. 07 4月, 2011 1 次提交
  24. 02 4月, 2011 1 次提交
  25. 23 3月, 2011 1 次提交
  26. 22 3月, 2011 2 次提交
    • H
      [media] v4l: removal of old, obsolete ioctls · 7ee40aad
      Hans Verkuil 提交于
      Some ioctl's were defined wrong on 2.6.2 and 2.6.6, using the wrong
      type of R/W arguments. They were fixed, but the old ioctl names are
      still there, maintained to avoid breaking binary compatibility:
      
      There's no sense on preserving those forever, as it is very doubtful
      that someone would try to use a such old binary with a modern kernel.
      Removing them will allow us to remove some magic done at the V4L ioctl
      handler.
      
      Note that any application compiled with a videodev2.h from 2.6.7 or later
      will be using the correct ioctls.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      7ee40aad
    • H
      [media] se401: remove last V4L1 driver · b287db11
      Hans Verkuil 提交于
      This driver is for obsolete hardware that the old maintainer
      didn't care (or not have the hardware anymore), and that no other developer
      could find any hardware to buy.
      
      The V4L1 API is no longer supported, and since nobody stepped in to convert
      them to V4L2 the decision was made to remove them.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      b287db11
  27. 20 3月, 2011 2 次提交
  28. 16 3月, 2011 1 次提交
  29. 22 2月, 2011 1 次提交
  30. 03 2月, 2011 1 次提交
  31. 21 1月, 2011 1 次提交
  32. 20 1月, 2011 1 次提交
    • J
      netfilter: xtables: connlimit revision 1 · cc4fc022
      Jan Engelhardt 提交于
      This adds destination address-based selection. The old "inverse"
      member is overloaded (memory-wise) with a new "flags" variable,
      similar to how J.Park did it with xt_string rev 1. Since revision 0
      userspace only sets flag 0x1, no great changes are made to explicitly
      test for different revisions.
      Signed-off-by: NJan Engelhardt <jengelh@medozas.de>
      cc4fc022