| Commit message (Expand) | Author | Age |
* | xtensa: make __pa work with uncached KSEG addresses | Max Filippov | 2017-04-12 |
* | xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD | Max Filippov | 2017-03-14 |
* | xtensa: fix noMMU build on cores with MMU | Max Filippov | 2017-02-09 |
* | xtensa: wire up new pkey_{mprotect,alloc,free} syscalls | Max Filippov | 2016-11-14 |
* | xtensa: clean up printk usage for boot/crash logging | Max Filippov | 2016-11-07 |
* | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-10-12 |
|\ |
|
| * | xtensa: split uaccess.h into C and asm sides | Al Viro | 2016-09-27 |
| * | exceptions: detritus removal | Al Viro | 2016-09-27 |
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-10 |
|\ \ |
|
| * | | x86/pkeys: Allocation/free syscalls | Dave Hansen | 2016-09-09 |
| |/ |
|
* | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-07 |
* | | Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2016-10-05 |
|\ \
| |/
|/| |
|
| * | xtensa: disable MMU initialization option on MMUv2 cores | Max Filippov | 2016-09-29 |
| * | xtensa: add default memmap and mmio32native options to defconfigs | Max Filippov | 2016-09-20 |
| * | xtensa: add default memmap option to common_defconfig | Max Filippov | 2016-09-20 |
| * | xtensa: add default memmap option to iss_defconfig | Max Filippov | 2016-09-20 |
| * | xtensa: ISS: allow simdisk to use high memory buffers | Max Filippov | 2016-09-20 |
| * | xtensa: ISS: define simc_exit and use it instead of inline asm | Max Filippov | 2016-09-20 |
| * | xtensa: xtfpga: group platform_* functions together | Max Filippov | 2016-09-20 |
| * | xtensa: rearrange CCOUNT calibration | Max Filippov | 2016-09-20 |
| * | xtensa: xtfpga: use clock provider, don't update DT | Max Filippov | 2016-09-20 |
| * | xtensa: Tweak xuartps UART driver Rx watermark for Cadence CSP config. | Scott Telford | 2016-09-19 |
| * | xtensa: initialize MMU before jumping to reset vector | Max Filippov | 2016-09-12 |
| * | xtensa: fix icountlevel setting in cpu_reset | Max Filippov | 2016-09-12 |
| * | xtensa: extract common CPU reset code into separate function | Max Filippov | 2016-09-12 |
| * | xtensa: Added Cadence CSP kernel configuration for Xtensa | Scott Telford | 2016-09-09 |
| * | xtensa: fix default kernel load address | Max Filippov | 2016-09-09 |
| * | Merge tag 'xtensa-for-next-20160731' of git://github.com/jcmvbkbc/linux-xtens... | Chris Zankel | 2016-08-03 |
| |\ |
|
| | * | xtensa: wire up new syscalls | Max Filippov | 2016-07-30 |
| | * | xtensa: support reserved-memory DT node | Max Filippov | 2016-07-23 |
| | * | xtensa: drop sysmem and switch to memblock | Max Filippov | 2016-07-23 |
| | * | xtensa: minimize use of PLATFORM_DEFAULT_MEM_{ADDR,SIZE} | Max Filippov | 2016-07-23 |
| | * | xtensa: cleanup MMU setup and kernel layout macros | Max Filippov | 2016-07-23 |
| | * | xtensa: add alternative kernel memory layouts | Max Filippov | 2016-07-23 |
| | * | xtensa: move kernel mapping addresses into kmem_layout.h | Max Filippov | 2016-07-23 |
| | * | xtensa: fix __ffs result type | Max Filippov | 2016-07-23 |
| | * | xtensa: define ___unlock_[di]cache_all unconditionally | Max Filippov | 2016-06-28 |
* | | | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 |
* | | | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-07-30 |
|\ \ \ |
|
| * | | | xtensa: Partially Revert "xtensa: Remove unnecessary of_platform_populate wit... | Rob Herring | 2016-07-26 |
| * | | | xtensa: Fix build error due to missing include file | Guenter Roeck | 2016-07-26 |
| * | | | xtensa: Remove unnecessary of_platform_populate with default match table | Kefeng Wang | 2016-06-23 |
| | |/
| |/| |
|
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-29 |
|\ \ \ |
|
| * | | | xtensa/perf: Convert the hotplug notifier to state machine callbacks | Sebastian Andrzej Siewior | 2016-07-14 |
| | |/
| |/| |
|
* | | | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 2016-07-26 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 |
|\ \ \ |
|
| * | | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 |
| * | | | locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 |
| * | | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 |
| | |/
| |/| |
|
* | | | Merge 4.7-rc6 into tty-next | Greg Kroah-Hartman | 2016-07-04 |
|\ \ \
| | |/
| |/| |
|