index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
include
Age
Commit message (
Expand
)
Author
Lines
2014-08-14
xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_miss
Max Filippov
-1
/
+6
2014-08-14
xtensa: make fixmap region addressing grow with index
Max Filippov
-3
/
+24
2014-08-14
xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DS
Max Filippov
-0
/
+5
2014-08-14
xtensa: add renameat2 syscall
Miklos Szeredi
-1
/
+4
2014-08-14
xtensa: replace IOCTL code definitions with constants
Max Filippov
-9
/
+10
2014-07-17
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
-0
/
+1
2014-06-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-10
/
+4
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-9
/
+5
2014-06-02
Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-5
/
+0
2014-05-27
PCI: Turn pcibios_penalize_isa_irq() into a weak function
Hanjun Guo
-5
/
+0
2014-05-21
ftrace: Make CALLER_ADDRx macros more generic
AKASHI Takahiro
-10
/
+4
2014-05-05
Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linux
Linus Torvalds
-19
/
+150
2014-04-18
arch,xtensa: Convert smp_mb__*()
Peter Zijlstra
-9
/
+5
2014-04-06
xtensa: add HIGHMEM support
Max Filippov
-1
/
+106
2014-04-06
xtensa: optimize local_flush_tlb_kernel_range
Max Filippov
-7
/
+4
2014-04-02
xtensa: keep sysmem banks ordered in add_sysmem_bank
Max Filippov
-0
/
+5
2014-04-02
xtensa: split bootparam and kernel meminfo
Max Filippov
-11
/
+35
2014-03-31
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+3
2014-02-24
Merge tag 'xtensa-for-next-20140221-1' into for_next
Chris Zankel
-15
/
+10
2014-02-21
xtensa: wire up sched_setattr and sched_getattr syscalls
Max Filippov
-1
/
+6
2014-02-09
locking/mcs: Allow architecture specific asm files to be used for contended case
Tim Chen
-0
/
+1
2014-02-09
locking/mcs: Order the header files in Kbuild of each architecture in alphabe...
Tim Chen
-2
/
+2
2014-01-25
xtensa: introduce spill_registers_kernel macro
Max Filippov
-16
/
+28
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-0
/
+3
2014-01-25
Merge tag 'xtensa-next-20140123' of git://github.com/czankel/xtensa-linux
Linus Torvalds
-152
/
+503
2014-01-19
xtensa: fix warning '"CONFIG_OF" is not defined'
Max Filippov
-2
/
+2
2014-01-18
net: introduce SO_BPF_EXTENSIONS
Michal Sekletar
-0
/
+2
2014-01-15
xtensa: implement ndelay
Max Filippov
-0
/
+22
2014-01-15
xtensa: clean up udelay
Max Filippov
-6
/
+15
2014-01-15
xtensa: enable HAVE_PERF_EVENTS
Baruch Siach
-0
/
+4
2014-01-15
xtensa: remap io area defined in device tree
Baruch Siach
-5
/
+22
2014-01-15
xtensa: avoid duplicate of IO range definitions
Baruch Siach
-9
/
+10
2014-01-14
xtensa: implement CPU hotplug
Max Filippov
-0
/
+10
2014-01-14
xtensa: add SMP support
Max Filippov
-104
/
+152
2014-01-14
xtensa: add MX irqchip
Max Filippov
-0
/
+67
2014-01-14
xtensa: move built-in PIC to drivers/irqchip
Max Filippov
-0
/
+7
2014-01-14
xtensa: move init_mmu declaration to mmu_context.h
Max Filippov
-0
/
+6
2014-01-14
xtensa: fix __delay for small loop count
Max Filippov
-3
/
+6
2014-01-14
xtensa: fix arch spinlock function names
Max Filippov
-14
/
+37
2014-01-14
xtensa: implement robust futex atomic uaccess ops
Baruch Siach
-1
/
+147
2014-01-14
xtensa: remove trailing colons in asm statement
Max Filippov
-1
/
+1
2014-01-14
xtensa: clean up include/asm/vectors.h
Max Filippov
-9
/
+3
2014-01-12
arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h
Peter Zijlstra
-8
/
+1
2013-12-17
lib: Add missing arch generic-y entries for asm-generic/hash.h
David S. Miller
-0
/
+1
2013-11-19
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+0
2013-11-15
xtensa: use buddy allocator for PTE table
Kirill A. Shutemov
-10
/
+13
2013-11-15
xtensa: handle pgtable_page_ctor() fail
Kirill A. Shutemov
-1
/
+4
2013-11-15
xtensa: fix potential NULL-pointer dereference
Kirill A. Shutemov
-1
/
+5
2013-11-13
preempt: Make PREEMPT_ACTIVE generic
Thomas Gleixner
-2
/
+0
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-0
/
+2
[prev]
[next]