Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
f1f1007644ffc8051a4c11427d58b1967ae7b75a
/
arch
/
sparc
/
kernel
/
traps_64.c
f1f1007
mm: add new mmgrab() helper
by Vegard Nossum
· 8 years ago
f9a42e0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 8 years ago
0474872
sparc64: Handle PIO & MEM non-resumable errors.
by Liam R. Howlett
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
b5c3206
sparc64: make string buffers large enough
by Dan Carpenter
· 8 years ago
cdd4f4c
sparc: migrate exception table users off module.h and onto extable.h
by Paul Gortmaker
· 8 years ago
1446477
sparc: Remove signal translation and exec_domain
by Richard Weinberger
· 10 years ago
94ab599
sparc64: fatal trap should stop all cpus
by Dave Kleikamp
· 10 years ago
cb26285
arch: sparc: kernel: traps_64.c: Remove some unused functions
by Rickard Strandqvist
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
4ccb927
sparc64: sun4v TLB error power off events
by bob picco
· 10 years ago
8df5262
sparc64: fix sparse warnings in sys_sparc_64.c + unaligned_64.c
by Sam Ravnborg
· 11 years ago
9c2d84d
sparc64: fix sparse warning in traps_64.c
by Sam Ravnborg
· 11 years ago
8e9f093
sparc: fix sparse warning in math_{32,64}
by Sam Ravnborg
· 11 years ago
812cb83
sparc64: Implement HAVE_CONTEXT_TRACKING
by Kirill Tkhai
· 11 years ago
196779b
dump_stack: consolidate dump_stack() implementations and unify their behaviors
by Tejun Heo
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
dff933d
sparc64: clear syscall_noerror on the entry to syscall, not on the exit
by Al Viro
· 12 years ago
f88620b
sparc64: Fix deficiencies in sun4v error reporting.
by David S. Miller
· 12 years ago
5da444a
sparc: fix format string argument for prom_printf()
by Akinobu Mita
· 12 years ago
456d3d4
sparc64: Fix several bugs in quad floating point emulation.
by David S. Miller
· 13 years ago
d550bbd
Disintegrate asm/system.h for Sparc
by David Howells
· 13 years ago
6cb79b3
sparc: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
c6fee08
sparc64: Fix build errors with gcc-4.6.0
by David S. Miller
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
667f0ce
sparc64: Fix stack dumping and tracing when function graph is enabled.
by David S. Miller
· 15 years ago
9343af0
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
cb256aa
sparc64: Use kstack_valid() in die_if_kernel().
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
c7d5a00
sparc64: Kill off old sys_perfctr system call and state.
by David S. Miller
· 15 years ago
8249778
sparc64: Use BUILD_BUG_ON() in trap_init().
by David S. Miller
· 16 years ago
5a5488d
sparc64: Store per-cpu offset in trap_block[]
by David S. Miller
· 16 years ago
fcd26f7
sparc64: Fix DAX handling via userspace access from kernel.
by David S. Miller
· 16 years ago
917c366
sparc64: move EXPORT_SYMBOL to the symbols definition
by Sam Ravnborg
· 16 years ago
9018113
sparc64: Use unsigned long long for u64.
by Sam Ravnborg
· 16 years ago
a88b5ba
sparc,sparc64: unify kernel/
by Sam Ravnborg
· 16 years ago
[Renamed from arch/sparc64/kernel/traps.c]
b4f4372
sparc64: Make %pil level 15 a pseudo-NMI.
by David S. Miller
· 16 years ago
293666b
sparc64: Stop using memory barriers for atomics and locks.
by David S. Miller
· 16 years ago
56c5d90
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
9843099
sparc64: Fix SMP bootup with CONFIG_STACK_DEBUG or ftrace.
by David S. Miller
· 16 years ago
77d10d0
sparc64: Fix sparse warnings in pci.c
by David S. Miller
· 16 years ago
7e0b1e6
sparc64: Fix sparse warnings in visemul.c
by David S. Miller
· 16 years ago
41660e9
sparc64: Allow chmc to be built as a module.
by David S. Miller
· 16 years ago
881d021
sparc64: Add generic interface for registering a dimm printing handler.
by David S. Miller
· 16 years ago
4f70f7a
sparc64: Implement IRQ stacks.
by David S. Miller
· 16 years ago
dbf3e95
sparc64: Kill __show_regs().
by David S. Miller
· 16 years ago
9c636e3
sparc64: Kill smp_report_regs().
by David S. Miller
· 16 years ago
184b6c7
remove CONFIG_KMOD from sparc64
by Johannes Berg
· 16 years ago
4fe3ebe
sparc: Use new '%pS' infrastructure to print symbols.
by David S. Miller
· 16 years ago
14d2c68
sparc64: Fix stack tracing through trap frames.
by David S. Miller
· 17 years ago
77c664f
[SPARC64]: Detect trap frames in stack backtraces.
by David S. Miller
· 17 years ago
99cd220
[SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.c
by David S. Miller
· 17 years ago
3ac1da3
[SPARC64]: Fix sparse warnings wrt. __show_regs().
by David S. Miller
· 17 years ago
6320bce
[SPARC64]: Fix hypervisor TLB operation error reporting.
by David S. Miller
· 17 years ago
d979f17
[SPARC64]: __inline__ --> inline
by David S. Miller
· 17 years ago
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
eb2d8d6
[SPARC64]: Access ivector_table[] using physical addresses.
by David S. Miller
· 17 years ago
c1f193a
[SPARC64]: Fix show_stack() when stack argument is NULL.
by David S. Miller
· 17 years ago
bcdcd8e
Report that kernel is tainted if there was an OOPS
by Pavel Emelianov
· 17 years ago
5cbc307
[SPARC64]: Use machine description and OBP properly for cpu probing.
by David S. Miller
· 18 years ago
2f4dfe2
Remove hardcoding of hard_smp_processor_id on UP systems
by Fernando Luis Vazquez Cao
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
a2c1e06
[SPARC64]: Run ctrl-alt-del action for sun4v powerdown request.
by David S. Miller
· 18 years ago
6e7726e
[SPARC64]: Call do_mathemu on illegal instruction traps too.
by David S. Miller
· 18 years ago
5af47db
[SPARC64]: Add some missing print_symbol() calls.
by David S. Miller
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
07f8e5f
[SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.
by David S. Miller
· 19 years ago
fd0504c3
[SPARC64]: Send all device interrupts via one PIL.
by David S. Miller
· 19 years ago
5224e6c
[SPARC64]: Dump local cpu registers in sun4v_log_error()
by David S. Miller
· 19 years ago
955c054
[SPARC64]: Print out return PC in cheetah_log_errors().
by David S. Miller
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
dcc1e8d
[SPARC64]: Add a secondary TSB for hugepage mappings.
by David S. Miller
· 19 years ago
0c51ed9
[SPARC64]: First cut at VIS simulator for Niagara.
by David S. Miller
· 19 years ago
2a3a5f5
[SPARC64]: Bulletproof hypervisor TLB flushing.
by David S. Miller
· 19 years ago
5555563
[SPARC64]: Typo in sun4v_data_access_exception log message.
by David S. Miller
· 19 years ago
39334a4
[SPARC64]: Fix typo in dump_tl1_traplog()
by David S. Miller
· 19 years ago
37133c0
[SPARC64]: Disable smp_report_regs() for now.
by David S. Miller
· 19 years ago
04d7475
[SPARC64]: Use KERN_EMERG in dump_tl1_traplog() and sun4v TLB errors.
by David S. Miller
· 19 years ago
6c8927c
[SPARC64]: Fix some SUN4V TLB handling bugs.
by David S. Miller
· 19 years ago
72aff53
[SPARC64]: Get SUN4V SMP working.
by David S. Miller
· 19 years ago
3d6395c
[SPARC64]: Fix tl1 trap state capture/dump on SUN4V.
by David S. Miller
· 19 years ago
9f8a5b8
[SPARC64]: Fix C-function name called by sun4v_mna trap code.
by David S. Miller
· 19 years ago
ed6b0b4
[SPARC64]: SUN4V memory exception trap handlers.
by David S. Miller
· 19 years ago
1d2f1f9
[SPARC64]: Sun4v cross-call sending support.
by David S. Miller
· 19 years ago
5b0c057
[SPARC64]: Sun4v interrupt handling.
by David S. Miller
· 19 years ago
e088ad7
[SPARC64]: Verify all trap_per_cpu assembler offsets in trap_init()
by David S. Miller
· 19 years ago
92704a1
[SPARC64]: Refine code sequences to get the cpu id.
by David S. Miller
· 19 years ago
7bec08e
[SPARC64]: Correctable ECC errors cannot occur at trap level > 0.
by David S. Miller
· 19 years ago
56fb4df
[SPARC64]: Elminate all usage of hard-coded trap globals.
by David S. Miller
· 19 years ago
ee3eea1
[PATCH] sparc64: task_stack_page()
by Al Viro
· 19 years ago
13edad7
[SPARC64]: Rewrite convoluted physical memory probing.
by David S. Miller
· 19 years ago
ed3ffaf
[SPARC64]: Solidify check in cheetah_check_main_memory().
by David S. Miller
· 19 years ago
1014757
[SPARC64]: Kill all external references to sp_banks[]
by David S. Miller
· 19 years ago
8cf14af
[SPARC64]: Convert to use generic exception table support.
by David S. Miller
· 19 years ago
80dc0d6
[SPARC64]: Probe D/I/E-cache config and use.
by David S. Miller
· 19 years ago
6c52a96
[SPARC64]: Revamp Spitfire error trap handling.
by David S. Miller
· 19 years ago
bde4e4e
[SPARC64]: Do not call winfix_dax blindly
by David S. Miller
· 19 years ago
a3f9985
[SPARC64]: Move kernel unaligned trap handlers into assembler file.
by David S. Miller
· 19 years ago
db7d9a4
[SPARC64]: Move syscall success and newchild state out of thread flags.
by David S. Miller
· 19 years ago
Next »