Sign in
googlers
/
maze
/
linux
/
a03fdb7612874834d6847107198712d18b5242c7
/
arch
/
xtensa
/
kernel
a03fdb7
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
d4f587c
timekeeping: Increase granularity of read_persistent_clock()
by Martin Schwidefsky
· 16 years ago
384be2b
Merge branch 'percpu-for-linus' into percpu-for-next
by Tejun Heo
· 16 years ago
023bf6f
linker script: unify usage of discard definition
by Tejun Heo
· 16 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 16 years ago
c43768c
Merge branch 'master' into for-next
by Tejun Heo
· 16 years ago
405d967
linker script: throw away .discard section
by Tejun Heo
· 16 years ago
1beee21
xtensa: allow variant to initialize own irq chips
by Daniel Glöckner
· 16 years ago
bba7fc0
ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa
by Oleg Nesterov
· 16 years ago
bb1f17b
mm: consolidate init_mm definition
by Alexey Dobriyan
· 16 years ago
5933048
module: cleanup FIXME comments about trimming exception table entries.
by Rusty Russell
· 16 years ago
78f3cdf
xtensa: Fix linker script to include .literal sections
by Chris Zankel
· 16 years ago
586411d
xtensa: always use correct stack pointer for stack traces
by Johannes Weiner
· 16 years ago
0ebdcb4
xtensa: convert to use __HEAD and HEAD_TEXT macros.
by Tim Abbott
· 16 years ago
65127d2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into merge
by Chris Zankel
· 16 years ago
06a7476
xtensa: make startup code discardable
by Daniel Glöckner
· 16 years ago
fcc8f0f
xtensa: ccount clocksource
by Johannes Weiner
· 16 years ago
4476c96
xtensa: remove platform rtc hooks
by Johannes Weiner
· 16 years ago
90be8c1
xtensa: use generic sched_clock()
by Johannes Weiner
· 16 years ago
6770fa0
xtensa: let platform override KERNELOFFSET
by Johannes Weiner
· 16 years ago
4c0d214
xtensa: variant irq set callbacks
by Johannes Weiner
· 16 years ago
e5083a6
xtensa: nommu support
by Johannes Weiner
· 16 years ago
28a0ce7
xtensa: use correct stack pointer for stack traces
by Johannes Weiner
· 16 years ago
6f2c55b
Simplify copy_thread()
by Alexey Dobriyan
· 16 years ago
edb3502
Merge branches 'irq/genirq' and 'linus' into irq/core
by Ingo Molnar
· 16 years ago
5a891ed
xtensa: fix compilation somewhat
by Alexey Dobriyan
· 16 years ago
dee4102
sparseirq: use kstat_irqs_cpu instead
by Yinghai Lu
· 16 years ago
52fefce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6
by Linus Torvalds
· 16 years ago
18d8fda
take init_fs to saner place
by Al Viro
· 16 years ago
367b811
xtensa: move headers files to arch/xtensa/include
by Chris Zankel
· 16 years ago
1b532c6
xtensa: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
91ddc99
xtensa: remove dead CONFIG_BLK_DEV_IDE code
by Adrian Bunk
· 16 years ago
0e25f71
remove unneeded #include <linux/ide.h>'s
by Adrian Bunk
· 17 years ago
ed8cae8
flag parameters: pipe
by Ulrich Drepper
· 17 years ago
27ac792
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
by Andrea Righi
· 17 years ago
f52111b
[PATCH] take init_files to fs/file.c
by Al Viro
· 17 years ago
0fcfbb1
xtensa: use kbuild.h macros instead of defining them in asm-offsets.c
by Christoph Lameter
· 17 years ago
64ac24e
Generic semaphore implementation
by Matthew Wilcox
· 17 years ago
42086ce
[XTENSA] Allow debugger to modify the WINDOWBASE register.
by Chris Zankel
· 17 years ago
e108843
[XTENSA] Fix register corruption for certain processor configurations
by Chris Zankel
· 17 years ago
44c64e6
[XTENSA] Add support for the sa_restorer function
by Chris Zankel
· 17 years ago
c658eac
[XTENSA] Add support for configurable registers and coprocessors
by Chris Zankel
· 17 years ago
6d15d10
[XTENSA] Add missing RELOCATE_ENTRY for debug vector
by Marc Gauthier
· 17 years ago
03dfa44
[XTENSA] Remove unused code
by Chris Zankel
· 17 years ago
3b4a49e
[XTENSA] Fix modules for non-exec processor configurations
by Chris Zankel
· 17 years ago
ea0b6b0
[XTENSA] Fix comments regarding the number of frames to save
by Chris Zankel
· 17 years ago
50c0716
[XTENSA] Add missing a2 register restore in register spill routine
by Chris Zankel
· 17 years ago
3befce8
[XTENSA] Remove oldmask from sigcontext and fix register flush
by Chris Zankel
· 17 years ago
8d7e824
[XTENSA] Clean up elf-gregset.
by Chris Zankel
· 17 years ago
4f8d98f
[XTENSA] Add .literal sections for various init sectiont to linker script
by Chris Zankel
· 17 years ago
78c5bbc
[XTENSA] Remove dead code reported by Robert P. J. Day.
by Adrian Bunk
· 17 years ago
1e12e39
[XTENSA] Remove duplicate includes.
by Chris Zankel
· 17 years ago
03a4482
procfs: constify function pointer tables
by Jan Engelhardt
· 17 years ago
6c81c32
calibrate_delay() must be __cpuinit
by Adrian Bunk
· 17 years ago
01ba2bd
all archs: consolidate init and exit sections in vmlinux.lds.h
by Sam Ravnborg
· 17 years ago
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
1bcf548
Consolidate PTRACE_DETACH
by Alexey Dobriyan
· 17 years ago
6656920
[XTENSA] Add support for cache-aliasing
by Chris Zankel
· 18 years ago
ff6fd46
[XTENSA] Add kernel module support
by Chris Zankel
· 18 years ago
01858d1
[XTENSA] Add support for executable/non-executable feature in the mmu
by Chris Zankel
· 18 years ago
5c1c808
[XTENSA] Initialize semaphore_wake_lock
by Chris Zankel
· 18 years ago
2b8aea7
[XTENSA] Fix timer instabilities.
by Chris Zankel
· 18 years ago
bc671aa
[XTENSA] Fix fadvise64_64
by Chris Zankel
· 18 years ago
787a22d
[XTENSA] Move string-io functions to io.c from pci.c
by Chris Zankel
· 18 years ago
73089cb
[XTENSA] Move pre-initialized structures to init_task.c
by Chris Zankel
· 18 years ago
b91dc33
[XTENSA] fix wrong usage of __init and __initdata in traps.c
by Chris Zankel
· 18 years ago
efffbee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 18 years ago
5fb7dc3
define new percpu interface for shared data
by Fenghua Yu
· 18 years ago
f284ce7
PTRACE_POKEDATA consolidation
by Alexey Dobriyan
· 18 years ago
7664732
PTRACE_PEEKDATA consolidation
by Alexey Dobriyan
· 18 years ago
bcdcd8e
Report that kernel is tainted if there was an OOPS
by Pavel Emelianov
· 18 years ago
b824325
xtensa: use DATA_DATA in xtensa
by Mathieu Desnoyers
· 18 years ago
29c4dfd
[XTENSA] Remove non-rt signal handling
by Chris Zankel
· 18 years ago
adba09f
[XTENSA] Move common sections into bss sections
by Chris Zankel
· 18 years ago
de4f6e5
[XTENSA] clean-up header files
by Chris Zankel
· 18 years ago
54213ba
[XTENSA] Remove multi-exported symbols from xtensa_ksyms.c
by Chris Zankel
· 18 years ago
4af410a
[XTENSA] Spelling fixes in arch/xtensa
by Chris Zankel
· 18 years ago
ca96725
all-archs: consolidate .data section definition in asm-generic
by Sam Ravnborg
· 18 years ago
7664709
all-archs: consolidate .text section definition in asm-generic
by Sam Ravnborg
· 18 years ago
9a9136e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
f7e4217
rename thread_info to stack
by Roman Zippel
· 18 years ago
5886269
fix file specification in comments
by Uwe Kleine-König
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
ea62ccd
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
6473d16
PCI: Cleanup the includes of <linux/pci.h>
by Jean Delvare
· 18 years ago
b6e3590
[PATCH] x86: Allow percpu variables to be page-aligned
by Jeremy Fitzhardinge
· 18 years ago
d3e9cce
[PATCH] Dynamic kernel command-line: xtensa
by Alon Bar-Lev
· 18 years ago
b035b6d
[PATCH] Consolidate default sched_clock()
by Alexey Dobriyan
· 18 years ago
67d3822
[PATCH] disable init/initramfs.c: architectures
by Jean-Paul Saman
· 18 years ago
1c0350b
[PATCH] Xtensa: Add ktermios and minor filename fix
by Chris Zankel
· 18 years ago
fc4fb2a
[PATCH] xtensa: fix system call interface
by Chris Zankel
· 18 years ago
173d668
[PATCH] xtensa: remove extra header files
by Chris Zankel
· 18 years ago
fd43fe1
[PATCH] xtensa: fix irq and misc fixes
by Chris Zankel
· 18 years ago
61ce1ef
[PATCH] vmlinux.lds: consolidate initcall sections
by Andrew Morton
· 18 years ago
f30c226
fix file specification in comments
by Uwe Zeisberger
· 18 years ago
fe74290
[PATCH] provide kernel_execve on all architectures
by Arnd Bergmann
· 18 years ago
e9ff399
[PATCH] namespaces: utsname: switch to using uts namespaces
by Serge E. Hallyn
· 18 years ago
8ef3860
[PATCH] kill wall_jiffies
by Atsushi Nemoto
· 18 years ago
3171a03
[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
by Atsushi Nemoto
· 18 years ago
d742eae
[PATCH] xtensa: ptrace: EXIT_ZOMBIE fix
by Bill Huey (hui
· 19 years ago
Next »