Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fcb732d8f8cf6084f8480015ad41d25fb023a4dd
/
arch
/
ia64
/
kernel
/
vmlinux.lds.S
c604abc
vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
by Kees Cook
· 4 years, 4 months ago
65fddcf
mm: reorder includes after introduction of linux/pgtable.h
by Mike Rapoport
· 4 years, 7 months ago
ca5999f
mm: introduce include/linux/pgtable.h
by Mike Rapoport
· 4 years, 7 months ago
505a0ef
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
by Alexander Potapenko
· 4 years, 9 months ago
9b30e70
ia64: Move EXCEPTION_TABLE to RO_DATA segment
by Kees Cook
· 5 years ago
c823182
vmlinux.lds.h: Replace RODATA with RO_DATA
by Kees Cook
· 5 years ago
eaf9370
vmlinux.lds.h: Move NOTES into RO_DATA
by Kees Cook
· 5 years ago
fbe6a8e
vmlinux.lds.h: Move Program Header restoration into NOTES macro
by Kees Cook
· 5 years ago
441110a
vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
by Kees Cook
· 5 years ago
430c6b2
ia64: Rename PT_LOAD identifier "code" to "text"
by Kees Cook
· 5 years ago
df41017
ia64: remove support for machvecs
by Christoph Hellwig
· 5 years ago
ab486bc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
0500871
Construct init thread stack in the linker script rather than by union
by David Howells
· 7 years ago
8e30788
ia64: Add .opd based function descriptor dereference
by Sergey Senozhatsky
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
b5effd3
debug: Fix __bug_table[] in arch linker scripts
by Peter Zijlstra
· 8 years ago
6727ad9
nmi_backtrace: generate one-line reports for idle cpus
by Chris Metcalf
· 8 years ago
e55645e
ia64: remove paravirt code
by Luis R. Rodriguez
· 10 years ago
d52eefb
ia64/xen: Remove Xen support for ia64
by Boris Ostrovsky
· 11 years ago
c140d87
Disintegrate asm/system.h for IA64
by David Howells
· 13 years ago
30f7276
[IA64] define "_sdata" symbol
by Tony Luck
· 14 years ago
19df0c2
percpu: align percpu readmostly subsection to cacheline
by Tejun Heo
· 14 years ago
7b313fd
[IA64] beautify vmlinux.lds.h
by Sam Ravnborg
· 15 years ago
75ddb0e
Rename .text.lock to .text..lock.
by Denys Vlasenko
· 15 years ago
2b55f36
Rename .text.ivt to .text..ivt.
by Denys Vlasenko
· 15 years ago
dafb932
Rename .data..patch.XXX to .data..patch.XXX.
by Denys Vlasenko
· 15 years ago
e1cb14b
Rename .data.gate to .data..gate.
by Denys Vlasenko
· 15 years ago
75b1348
Rename .data.page_aligned to .data..page_aligned.
by Tim Abbott
· 15 years ago
3688647
ia64: allocate percpu area for cpu0 like percpu areas for other cpus
by Tejun Heo
· 15 years ago
fa877c7
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 15 years ago
6ae8635
[IA64] Clean up linker script using standard macros.
by Nelson Elhage
· 15 years ago
ed7af3e
[IA64] Use standard macros for page-aligned data.
by Nelson Elhage
· 15 years ago
f172468
[IA64] Use .ref.text, not .text.init for start_ap.
by Tim Abbott
· 15 years ago
023bf6f
linker script: unify usage of discard definition
by Tejun Heo
· 15 years ago
405d967
linker script: throw away .discard section
by Tejun Heo
· 16 years ago
c66b31f
Pull pvops into release branch
by Tony Luck
· 16 years ago
bf7ab02
ia64/pv_op/binarypatch: add helper functions to support binary patching for paravirt_ops.
by Isaku Yamahata
· 16 years ago
b937dd7
ia64/pv_ops/xen: define xen specific gate page.
by Isaku Yamahata
· 16 years ago
19390c4
linker script: define __per_cpu_load on all SMP capable archs
by Tejun Heo
· 16 years ago
74e7904
linker script: add missing .data.percpu.page_aligned
by Tejun Heo
· 16 years ago
c459ce8
[IA64] Put the space for cpu0 per-cpu area into .data section
by Tony Luck
· 16 years ago
10617bb
[IA64] Ensure cpu0 can access per-cpu variables in early boot code
by Tony Luck
· 16 years ago
8311d21
[IA64] pvops: preparation: move the constants, LOAD_OFFSET, to a header file.
by Isaku Yamahata
· 17 years ago
4dcc29e
[IA64] Workaround for RSE issue
by Tony Luck
· 17 years ago
01ba2bd
all archs: consolidate init and exit sections in vmlinux.lds.h
by Sam Ravnborg
· 17 years ago
b898a42
[IA64] rename _bss to __bss_start
by Bernhard Walle
· 17 years ago
9bf77d0
[IA64] get back PT_IA_64_UNWIND program header
by David Mosberger-Tang
· 17 years ago
336cdba8
[IA64] need NOTES in vmlinux.lds.S
by David Mosberger-Tang
· 17 years ago
9d6f40b
[IA64] fix section mismatch warnings
by Tony Luck
· 17 years ago
5fb7dc3
define new percpu interface for shared data
by Fenghua Yu
· 17 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
b643b0fd
Pull percpu-dtc into release branch
by Tony Luck
· 18 years ago
67d3822
[PATCH] disable init/initramfs.c: architectures
by Jean-Paul Saman
· 18 years ago
a0776ec
[IA64] remove per-cpu ia64_phys_stacked_size_p8
by Chen, Kenneth W
· 18 years ago
d00195e
[IA64] alignment bug in ldscript
by Kirill Korotaev
· 18 years ago
61ce1ef
[PATCH] vmlinux.lds: consolidate initcall sections
by Andrew Morton
· 18 years ago
df8f0ec
[IA64] minor reformatting to vmlinux.lds.S
by Al Stone
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
d89cfe7
[IA64] Move __mca_table out of the __init section
by Russ Anderson
· 19 years ago
d2a28ad
[IA64] MCA recovery: kernel context recovery table
by Russ Anderson
· 19 years ago
39e18de
[IA64] move patchlist and machvec into init section
by Chen, Kenneth W
· 19 years ago
dc86e88
[IA64] Add __read_mostly support for IA64
by Christoph Lameter
· 19 years ago
1f7ad57
[PATCH] Kprobes: prevent possible race conditions ia64 changes
by Prasanna S Panchamukhi
· 19 years ago
c7b645f
[PATCH] kprobes/ia64: refuse kprobe on ivt code
by Keshavamurthy Anil S
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago