index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-09
Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linux
Linus Torvalds
9
-123
/
+265
2013-05-09
xtensa: disable IRQs while IRQ handler is running
Max Filippov
3
-55
/
+28
2013-05-09
xtensa: add irq flags trace support
Max Filippov
1
-0
/
+32
2013-05-09
xtensa: provide custom CALLER_ADDR* implementations
Max Filippov
1
-0
/
+33
2013-05-09
xtensa: add stacktrace support
Max Filippov
3
-41
/
+101
2013-05-09
xtensa: provide default platform_pcibios_init implementation
Max Filippov
1
-0
/
+1
2013-05-09
xtensa: add MMU v3 support
Max Filippov
4
-27
/
+63
2013-05-09
xtensa: fix ibreakenable register update
Max Filippov
1
-0
/
+2
2013-05-09
xtensa: fix oprofile building as module
Max Filippov
1
-0
/
+5
2013-04-30
dump_stack: unify debug information printed by show_regs()
Tejun Heo
1
-0
/
+2
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
1
-8
/
+0
2013-04-08
xtensa: Use generic idle loop
Thomas Gleixner
1
-12
/
+2
2013-02-26
Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linux
Linus Torvalds
11
-74
/
+333
2013-02-25
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2013-02-23
xtensa: add support for TLS
Chris Zankel
5
-5
/
+21
2013-02-23
xtensa: complete ptrace handling of register windows
Max Filippov
1
-13
/
+20
2013-02-23
xtensa: add support for oprofile
dann
1
-1
/
+1
2013-02-23
xtensa: move spill_registers to traps.h
Max Filippov
1
-20
/
+1
2013-02-23
xtensa: avoid mmap cache aliasing
Max Filippov
1
-0
/
+41
2013-02-23
xtensa: dispatch medium-priority interrupts
Marc Gauthier
6
-36
/
+250
2013-02-03
xtensa: switch to generic sigaltstack
Al Viro
1
-16
/
+2
2013-01-21
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
1
-1
/
+1
2012-12-18
xtensa: clean up files to make them code-style compliant
Chris Zankel
14
-42
/
+33
2012-12-18
xtensa: initialize CPENABLE SR when core has one
Max Filippov
1
-1
/
+1
2012-12-18
xtensa: reset all timers on initialization
Max Filippov
1
-1
/
+1
2012-12-18
xtensa: add device trees support
Max Filippov
2
-25
/
+128
2012-12-18
xtensa: add IRQ domains support
Max Filippov
2
-34
/
+93
2012-12-18
xtensa: add s32c1i sanity check
Max Filippov
1
-0
/
+120
2012-12-18
xtensa: add trap_set_handler function
Max Filippov
1
-0
/
+11
2012-12-18
xtensa: initialize atomctl SR
Max Filippov
1
-0
/
+3
2012-12-18
xtensa: save and restore scompare1 SR on kernel entry
Max Filippov
2
-0
/
+14
2012-12-18
xtensa: display s32c1i feature flag in cpuinfo
Max Filippov
1
-0
/
+3
2012-12-18
xtensa: fix CPU cache flags formatting
Max Filippov
1
-3
/
+3
2012-12-18
xtensa: provide proper assembler function boundaries with ENDPROC()
Chris Zankel
5
-24
/
+94
2012-12-18
xtensa: make DoubleExceptionVector literals fit the gap
Max Filippov
1
-4
/
+10
2012-12-18
xtensa:fix the incompatible pointer type warning in time.c
Wanlong Gao
1
-1
/
+1
2012-11-28
flagday: don't pass regs to copy_thread()
Al Viro
1
-2
/
+1
2012-11-28
xtensa: switch to generic clone()
Al Viro
1
-9
/
+0
2012-10-25
xtensa: switch to generic sys_execve()
Max Filippov
1
-25
/
+0
2012-10-25
xtensa: switch to generic kernel_execve()
Max Filippov
1
-17
/
+1
2012-10-25
xtensa: switch to generic kernel_thread()
Max Filippov
3
-60
/
+59
2012-10-25
xtensa: reset windowbase/windowstart when cloning the VM
Chris Zankel
1
-1
/
+25
2012-10-25
xtensa: allow multi-inclusion for uapi/unistd.h
Chris Zankel
1
-4
/
+3
2012-10-19
xtensa: minor compiler warning fix
Chris Zankel
2
-2
/
+5
2012-10-15
UAPI: (Scripted) Disintegrate arch/xtensa/include/asm
David Howells
1
-1
/
+0
2012-10-15
xtensa: fix unaligned usermode access
Max Filippov
1
-2
/
+2
2012-10-15
xtensa: reorganize SR referencing
Max Filippov
7
-207
/
+207
2012-10-15
xtensa: fix boot parameters parsing
Max Filippov
1
-2
/
+2
2012-10-15
xtensa: copy_thread with CLONE_VM must not copy live parent AR windows
Marc Gauthier
1
-4
/
+20
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
1
-2
/
+2
[next]