search for: offsets_32

Displaying 20 results from an estimated 20 matches for "offsets_32".

2007 Oct 21
2
[git pull] lguest: paravirt boot code
...rg/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git Documentation/i386/boot.txt | 34 +++++++++++++++++++++++++++- arch/x86/boot/compressed/head_32.S | 15 ++++++++++- arch/x86/boot/compressed/misc_32.c | 3 ++ arch/x86/boot/header.S | 7 +++++- arch/x86/kernel/asm-offsets_32.c | 7 +++++ arch/x86/kernel/head_32.S | 44 +++++++++++++++++++++++++++++++++-- include/asm-x86/bootparam.h | 9 +++++- include/linux/linkage.h | 6 +++++ 8 files changed, 116 insertions(+), 9 deletions(-) commit f160a3a39ba7a5ac03a0eb64c25d3751c342e0e7 Aut...
2007 Oct 21
2
[git pull] lguest: paravirt boot code
...rg/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git Documentation/i386/boot.txt | 34 +++++++++++++++++++++++++++- arch/x86/boot/compressed/head_32.S | 15 ++++++++++- arch/x86/boot/compressed/misc_32.c | 3 ++ arch/x86/boot/header.S | 7 +++++- arch/x86/kernel/asm-offsets_32.c | 7 +++++ arch/x86/kernel/head_32.S | 44 +++++++++++++++++++++++++++++++++-- include/asm-x86/bootparam.h | 9 +++++- include/linux/linkage.h | 6 +++++ 8 files changed, 116 insertions(+), 9 deletions(-) commit f160a3a39ba7a5ac03a0eb64c25d3751c342e0e7 Aut...
2007 Oct 31
3
[PATCH 0/7] (Re-)introducing pvops for x86_64 - Consolidation part
Hi folks, Here is the result of the latest work on the pvops front, after the x86 arch merge. From the functionality point of view, almost nothing was changed, except for proper vsmp support - which was discussed, but not implemented before - and the introduction of smp_ops in x86_64, which eased the merging of the smp header. Speaking of the merge, a significant part (although not majority) of
2007 Oct 31
3
[PATCH 0/7] (Re-)introducing pvops for x86_64 - Consolidation part
Hi folks, Here is the result of the latest work on the pvops front, after the x86 arch merge. From the functionality point of view, almost nothing was changed, except for proper vsmp support - which was discussed, but not implemented before - and the introduction of smp_ops in x86_64, which eased the merging of the smp header. Speaking of the merge, a significant part (although not majority) of
2017 Oct 12
3
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
...| 8 + >> arch/x86/include/asm/setup.h | 2 >> arch/x86/include/asm/stackprotector.h | 19 ++ >> arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- >> arch/x86/kernel/asm-offsets.c | 3 >> arch/x86/kernel/asm-offsets_32.c | 3 >> arch/x86/kernel/asm-offsets_64.c | 3 >> arch/x86/kernel/cpu/common.c | 7 - >> arch/x86/kernel/cpu/microcode/core.c | 4 >> arch/x86/kernel/ftrace.c | 42 +++++- >> arch/x...
2017 Oct 12
3
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
...| 8 + >> arch/x86/include/asm/setup.h | 2 >> arch/x86/include/asm/stackprotector.h | 19 ++ >> arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- >> arch/x86/kernel/asm-offsets.c | 3 >> arch/x86/kernel/asm-offsets_32.c | 3 >> arch/x86/kernel/asm-offsets_64.c | 3 >> arch/x86/kernel/cpu/common.c | 7 - >> arch/x86/kernel/cpu/microcode/core.c | 4 >> arch/x86/kernel/ftrace.c | 42 +++++- >> arch/x...
2017 Oct 11
0
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
...ions.h | 8 + > arch/x86/include/asm/setup.h | 2 > arch/x86/include/asm/stackprotector.h | 19 ++ > arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- > arch/x86/kernel/asm-offsets.c | 3 > arch/x86/kernel/asm-offsets_32.c | 3 > arch/x86/kernel/asm-offsets_64.c | 3 > arch/x86/kernel/cpu/common.c | 7 - > arch/x86/kernel/cpu/microcode/core.c | 4 > arch/x86/kernel/ftrace.c | 42 +++++- > arch/x86/kernel/head64.c...
2017 Oct 12
0
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
...arch/x86/include/asm/setup.h | 2 >>> arch/x86/include/asm/stackprotector.h | 19 ++ >>> arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- >>> arch/x86/kernel/asm-offsets.c | 3 >>> arch/x86/kernel/asm-offsets_32.c | 3 >>> arch/x86/kernel/asm-offsets_64.c | 3 >>> arch/x86/kernel/cpu/common.c | 7 - >>> arch/x86/kernel/cpu/microcode/core.c | 4 >>> arch/x86/kernel/ftrace.c | 42 ++++...
2018 May 29
1
[PATCH v4 00/27] x86: PIE support and option to extend KASLR randomization
...+ arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 ++ arch/x86/kernel/Makefile | 6 arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 3 arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 42 +++++- arch/x86/kernel/head64.c | 23 ++...
2018 Jun 25
1
[PATCH v5 00/27] x86: PIE support and option to extend KASLR randomization
...4 arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 ++ arch/x86/kernel/Makefile | 6 arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 3 arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 51 +++++++ arch/x86/kernel/head64.c | 23 +...
2017 Oct 11
32
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
...+ arch/x86/include/asm/sections.h | 8 + arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 ++ arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 7 - arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 42 +++++- arch/x86/kernel/head64.c | 32 +...
2017 Oct 11
32
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
...+ arch/x86/include/asm/sections.h | 8 + arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 ++ arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 7 - arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 42 +++++- arch/x86/kernel/head64.c | 32 +...
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
...+ arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 ++ arch/x86/kernel/Makefile | 6 arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 7 - arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 42 +++++- arch/x86/kernel/head64.c | 23 +...
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
...+ arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 ++ arch/x86/kernel/Makefile | 6 arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 7 - arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 42 +++++- arch/x86/kernel/head64.c | 23 +...
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
...+ arch/x86/include/asm/sections.h | 4 arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 +- arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 7 arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 168 ++++++++++++++-------- arch/x86/kernel/head64.c...
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
...+ arch/x86/include/asm/sections.h | 4 arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 +- arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 7 arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 168 ++++++++++++++-------- arch/x86/kernel/head64.c...
2018 May 23
33
[PATCH v3 00/27] x86: PIE support and option to extend KASLR randomization
...+ arch/x86/include/asm/setup.h | 2 arch/x86/include/asm/stackprotector.h | 19 ++ arch/x86/kernel/Makefile | 6 arch/x86/kernel/acpi/wakeup_64.S | 31 ++-- arch/x86/kernel/asm-offsets.c | 3 arch/x86/kernel/asm-offsets_32.c | 3 arch/x86/kernel/asm-offsets_64.c | 3 arch/x86/kernel/cpu/common.c | 3 arch/x86/kernel/cpu/microcode/core.c | 4 arch/x86/kernel/ftrace.c | 42 +++++- arch/x86/kernel/head64.c | 23 ++...
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
...e for register_vcpu_info [*] - add extra debugging output for failed multicalls XFS: - eagerly unmap vmapped areas to avoid confict with Xen [*] bugfix needed for 2.6.23. I've also cc:d them to stable@kernel.org Diffstat: arch/x86/kernel/alternative.c | 4 arch/x86/kernel/asm-offsets_32.c | 14 arch/x86/kernel/entry_32.S | 2 arch/x86/kernel/paravirt_32.c | 234 ++++++++----- arch/x86/kernel/vmi_32.c | 211 ++++++------ arch/x86/mm/init_32.c | 22 - arch/x86/xen/enlighten.c | 295 +++++++++------- arch/x...
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
...e for register_vcpu_info [*] - add extra debugging output for failed multicalls XFS: - eagerly unmap vmapped areas to avoid confict with Xen [*] bugfix needed for 2.6.23. I've also cc:d them to stable@kernel.org Diffstat: arch/x86/kernel/alternative.c | 4 arch/x86/kernel/asm-offsets_32.c | 14 arch/x86/kernel/entry_32.S | 2 arch/x86/kernel/paravirt_32.c | 234 ++++++++----- arch/x86/kernel/vmi_32.c | 211 ++++++------ arch/x86/mm/init_32.c | 22 - arch/x86/xen/enlighten.c | 295 +++++++++------- arch/x...
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
...e for register_vcpu_info [*] - add extra debugging output for failed multicalls XFS: - eagerly unmap vmapped areas to avoid confict with Xen [*] bugfix needed for 2.6.23. I've also cc:d them to stable@kernel.org Diffstat: arch/x86/kernel/alternative.c | 4 arch/x86/kernel/asm-offsets_32.c | 14 arch/x86/kernel/entry_32.S | 2 arch/x86/kernel/paravirt_32.c | 234 ++++++++----- arch/x86/kernel/vmi_32.c | 211 ++++++------ arch/x86/mm/init_32.c | 22 - arch/x86/xen/enlighten.c | 295 +++++++++------- arch/x...