1. 09 3月, 2013 1 次提交
  2. 28 2月, 2013 1 次提交
  3. 25 2月, 2013 1 次提交
  4. 17 2月, 2013 1 次提交
  5. 14 2月, 2013 3 次提交
    • A
      burying unused conditionals · d64008a8
      Al Viro 提交于
      __ARCH_WANT_SYS_RT_SIGACTION,
      __ARCH_WANT_SYS_RT_SIGSUSPEND,
      __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND,
      __ARCH_WANT_COMPAT_SYS_SCHED_RR_GET_INTERVAL - not used anymore
      CONFIG_GENERIC_{SIGALTSTACK,COMPAT_RT_SIG{ACTION,QUEUEINFO,PENDING,PROCMASK}} -
      can be assumed always set.
      d64008a8
    • A
      ARM: pick Versatile by default for !MMU · 1420b22b
      Arnd Bergmann 提交于
      The introduction of ARCH_MULTIPLATFORM changed
      the default for nommu kernels from Versatile to
      Integrator, which is less common, and does not
      currently build for allnoconfig because that does
      not select any of the CPUs.
      
      This also ensures that at least one of the three
      board files in versatile are enabled, which lets
      us successfully build an allnoconfig kernel.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      1420b22b
    • A
      ARM: disable virt_to_bus/virt_to_bus almost everywhere · a5d533ee
      Arnd Bergmann 提交于
      We are getting a number of warnings about the use of the deprecated
      bus_to_virt function in drivers using the ARM ISA DMA API:
      
      drivers/parport/parport_pc.c: In function 'parport_pc_fifo_write_block_dma':
      drivers/parport/parport_pc.c:622:3: warning: 'bus_to_virt' is deprecated
      (declared at arch/arm/include/asm/memory.h:253) [-Wdeprecated-declarations]
      
      This is only because that function gets used by the inline
      set_dma_addr() helper. We know that any driver for the ISA DMA API
      is correctly using the DMA addresses, so we can change this
      to use the __bus_to_virt() function instead, which does not warn.
      
      After this, there are no remaining drivers that are used on
      any defconfigs on ARM using virt_to_bus or bus_to_virt, with
      the exception of the OSS sound driver. That driver is only used
      on RiscPC, NetWinder and Shark, so we can set ARCH_NO_VIRT_TO_BUS
      on all other platforms and hide the deprecated functions, which
      is far more effective than marking them as deprecated, in order
      to avoid any new users of that code.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      a5d533ee
  6. 10 2月, 2013 1 次提交
  7. 06 2月, 2013 1 次提交
  8. 04 2月, 2013 4 次提交
  9. 02 2月, 2013 2 次提交
  10. 01 2月, 2013 2 次提交
  11. 31 1月, 2013 1 次提交
  12. 29 1月, 2013 2 次提交
  13. 25 1月, 2013 1 次提交
  14. 24 1月, 2013 1 次提交
  15. 22 1月, 2013 5 次提交
  16. 15 1月, 2013 1 次提交
  17. 12 1月, 2013 2 次提交
  18. 11 1月, 2013 1 次提交
  19. 08 1月, 2013 1 次提交
  20. 02 1月, 2013 1 次提交
  21. 20 12月, 2012 1 次提交
  22. 07 12月, 2012 1 次提交
  23. 02 12月, 2012 1 次提交
  24. 29 11月, 2012 1 次提交
  25. 27 11月, 2012 1 次提交
  26. 24 11月, 2012 2 次提交