1. 21 10月, 2014 2 次提交
  2. 06 10月, 2014 2 次提交
  3. 14 8月, 2014 6 次提交
  4. 06 5月, 2014 1 次提交
  5. 08 4月, 2014 1 次提交
  6. 07 4月, 2014 1 次提交
    • M
      xtensa: add HIGHMEM support · 65559100
      Max Filippov 提交于
      Introduce fixmap area just below the vmalloc region. Use it for atomic
      mapping of high memory pages.
      High memory on cores with cache aliasing is not supported and is still
      to be implemented. Fail build for such configurations for now.
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      65559100
  7. 02 4月, 2014 1 次提交
  8. 22 2月, 2014 3 次提交
  9. 15 1月, 2014 5 次提交
  10. 08 1月, 2014 1 次提交
  11. 13 9月, 2013 1 次提交
  12. 08 7月, 2013 3 次提交
  13. 09 5月, 2013 5 次提交
  14. 17 4月, 2013 1 次提交
  15. 16 4月, 2013 1 次提交
  16. 08 4月, 2013 1 次提交
  17. 13 3月, 2013 1 次提交
  18. 28 2月, 2013 1 次提交
  19. 24 2月, 2013 3 次提交
    • M
      xtensa: do not enable GENERIC_GPIO by default · e98c5b5b
      Max Filippov 提交于
      Now that drivers/gpio/devres.c build does not depend on GPIOLIB do not
      enable GENERIC_GPIO by default to fix the following build errors seen
      in the linux-next:
      
      include/asm-generic/gpio.h:270:2: error: implicit declaration of function
      	'__gpio_get_value' [-Werror=implicit-function-declaration]
      include/asm-generic/gpio.h:276:2: error: implicit declaration of function
      	'__gpio_set_value' [-Werror=implicit-function-declaration]
      include/linux/gpio.h:60:19: error: redefinition of 'gpio_cansleep'
      	include/linux/gpio.h:62:2: error: implicit declaration of function
             	'__gpio_cansleep' [-Werror=implicit-function-declaration]
      include/linux/gpio.h:67:2: error: implicit declaration of function
      	'__gpio_to_irq' [-Werror=implicit-function-declaration]
      drivers/gpio/devres.c:26:2: error: implicit declaration of function
      	'gpio_free' [-Werror=implicit-function-declaration]
      drivers/gpio/devres.c:60:2: error: implicit declaration of function
      	'gpio_request' [-Werror=implicit-function-declaration]
      drivers/gpio/devres.c:90:2: error: implicit declaration of function
      	'gpio_request_one' [-Werror=implicit-function-declaration]
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      Signed-off-by: NChris Zankel <chris@zankel.net>
      e98c5b5b
    • D
      xtensa: add support for oprofile · e6ffe17e
      dann 提交于
      Support call graph profiling.
      Keep upper two bits of PC unchanged through backtrace rather than take
      them from sp (a1). The stack pointer is usually in the same GB (same
      upper 2 bits) as PC, but technically doesn't always have to be (and
      might not in the future, when taking full advantage of MMU v3).
      Signed-off-by: NDan Nicolaescu <dann@xtensa-linux.org>
      Signed-off-by: NPete Delaney <piet@tensilica.com>
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      Signed-off-by: NChris Zankel <chris@zankel.net>
      e6ffe17e
    • V
      xtensa: ISS: add host file-based simulated disk · b6c7e873
      Victor Prupis 提交于
      Simdisk is a block device that maps to a file in the host file system.
      It is usable for testing in the simulated environment, like xt-sim or
      QEMU. Device binding to host file may be changed at runtime via proc
      interface provided the device is not in use. Number of block devices
      and initial binding to host files is controlled via kernel/module
      parameters, with defaults specified in the kernel configuration.
      Signed-off-by: NVictor Prupis <vnp@tensilica.com>
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      Signed-off-by: NChris Zankel <chris@zankel.net>
      b6c7e873