2012-10-02 |
H. Peter Anvin | x86, suspend: Correct the restore of CR4, EFER; skip... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-27 |
H. Peter Anvin | x86, smep, smap: Make the switching functions one-way Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-26 |
H. Peter Anvin | x86, suspend: On wakeup always initialize cr4 and EFER Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-26 |
H. Peter Anvin | x86-32: Start out eflags and cr4 clean Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-25 |
H. Peter Anvin | x86, smap: Do not abuse the [f][x]rstor_checking()... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-22 |
H. Peter Anvin | Merge branch 'x86/fpu' into x86/smap Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86-32, smap: Add STAC/CLAC instructions to 32-bit... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, smap: Reduce the SMAP overhead for signal handling Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, smap: A page fault due to SMAP is an oops Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, smap: Turn on Supervisor Mode Access Prevention Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, smap: Add STAC and CLAC instructions to control... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, uaccess: Merge prototypes for clear_user/__clear_user Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, smap: Add a header file with macros for STAC/CLAC Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, alternative: Add header guards to <asm/alternative... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, alternative: Use .pushsection/.popsection Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86, smap: Add CR4 bit for SMAP Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-21 |
H. Peter Anvin | x86-32, mm: The WP test should be done on a kernel... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-09-09 |
H. Peter Anvin | x86, cpufeature: Add feature bit for SMAP Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-08-14 |
H. Peter Anvin | Revert "x86-64/efi: Use EFI to deal with platform wall... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-08-01 |
H. Peter Anvin | x86-64, kcmp: The kcmp system call can be common Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-07-28 |
H. Peter Anvin | random: mix in architectural randomness in extract_buf() Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-07-23 |
H. Peter Anvin | x86, doc: Assign a bootloader ID for "Minimal Linux... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-07-20 |
H. Peter Anvin | x86, cpufeature: Add the RDSEED and ADX features Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-06-26 |
H. Peter Anvin | x86, cpufeature: Remove stray %s, add -w to mkcapflags.pl Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-06-25 |
H. Peter Anvin | x86, cpufeature: Catch duplicate CPU feature strings
|
commit | commitdiff | tree |
2012-06-25 |
H. Peter Anvin | x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-06-21 |
H. Peter Anvin | x86-64, reboot: Be more paranoid in 64-bit reboot=bios Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-06-21 |
H. Peter Anvin | x86, reboot: Drop redundant write of reboot_mode Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-06-17 |
H. Peter Anvin | x86-64, reboot: Allow reboot=bios and reboot-cpu override... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-06-07 |
H. Peter Anvin | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-06-01 |
H. Peter Anvin | Merge remote-tracking branch 'rostedt/tip/perf/urgent...
|
commit | commitdiff | tree |
2012-05-30 |
H. Peter Anvin | Merge branch 'x86/trampoline' into x86/urgent Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-30 |
H. Peter Anvin | x86, realmode: Unbreak the ia64 build of drivers/acpi... Originally-by: H. Peter Anvin <hpa@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-24 |
H. Peter Anvin | x86, relocs: Add jiffies and jiffies_64 to the relative... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-23 |
H. Peter Anvin | x86-32, relocs: Whitelist more symbols for ld bug workaround Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-21 |
H. Peter Anvin | Merge commit 'v3.4' into x86/urgent
|
commit | commitdiff | tree |
2012-05-21 |
H. Peter Anvin | x86, realmode: Move end signature into header.S Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-19 |
H. Peter Anvin | x86, relocs: When printing an error, say relative or... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-19 |
H. Peter Anvin | x86, relocs: Workaround for binutils 2.22.52.0.1 section bug Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-19 |
H. Peter Anvin | x86, realmode: 16-bit real-mode code support for relocs... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-18 |
H. Peter Anvin | x86, relocs: When printing an error, say relative or... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-18 |
H. Peter Anvin | x86, relocs: More relocations which may end up as absolute Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-18 |
H. Peter Anvin | x86, relocs: Workaround for binutils 2.22.52.0.1 section bug Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-17 |
H. Peter Anvin | xen-acpi-processor: Add missing #include <xen/xen.h> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-05-17 |
H. Peter Anvin | acpi, bgrd: Add missing <linux/io.h> to drivers/acpi... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-16 |
H. Peter Anvin | x86, realmode: Change EFER to a single u64 field Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-16 |
H. Peter Anvin | x86, realmode: Move kernel/realmode.c to realmode/init.c Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-16 |
H. Peter Anvin | x86, realmode: Move not-common bits out of trampoline_common.S Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-16 |
H. Peter Anvin | x86, realmode: Mask out EFER.LMA when saving trampoline... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-09 |
H. Peter Anvin | x86, realmode: Make sure all generated files are listed... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Fix always-zero test in reboot_32.S Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Move trampoline_*.S early in the link... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Replace open-coded ljmpw with a macro Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Remove indirect jumps in trampoline_32... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Remove indirect jumps in trampoline_64.S Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Align .data section in trampoline_32.S Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Move bits to the proper sections in... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Add .text64 section, make barrier symbols... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: Allow absolute pa_* symbols in the realmode... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-05-08 |
H. Peter Anvin | x86, realmode: 16-bit real-mode code support for relocs... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-04-30 |
H. Peter Anvin | asm-generic: Use __BITS_PER_LONG in statfs.h Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-04-24 |
H. Peter Anvin | x32, siginfo: Provide proper overrides for x32 siginfo_t Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-04-23 |
H. Peter Anvin | asm-generic: Allow overriding clock_t and add attributes... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-04-21 |
H. Peter Anvin | x86, extable: Switch to relative exception table entries Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-21 |
H. Peter Anvin | x86, extable: Disable presorted exception table for now Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Add _ASM_EXTABLE_EX() macro Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove the now-unused __ASM_EX_SEC macros Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Remove open-coded exception table entries... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, extable: Use .pushsection ... .popsection for... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-20 |
H. Peter Anvin | x86, doc: Revert "x86: Document rdmsr_safe restrictions" Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-04-19 |
H. Peter Anvin | x86-32: Handle exception table entries during early... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-19 |
H. Peter Anvin | x86-64: Handle exception table entries during early... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-04-19 |
H. Peter Anvin | x86, extable: Add early_fixup_exception() Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-04-19 |
H. Peter Anvin | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-19 |
H. Peter Anvin | x86: Add symbolic constant for exceptions with error... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-19 |
H. Peter Anvin | x86, nop: Make the ASM_NOP* macros work from assembly Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-04-06 |
H. Peter Anvin | x86: Use correct byte-sized register constraint in... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-03-28 |
H. Peter Anvin | Merge branch x86/build into x86/efi and fix up arch... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2012-03-22 |
H. Peter Anvin | x86, boot: Correct CFLAGS for hostprogs Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-03-14 |
H. Peter Anvin | x32: Fix alignment fail in struct compat_siginfo Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-03-14 |
H. Peter Anvin | x32: Fix stupid ia32/x32 inversion in the siginfo format Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-03-05 |
H. Peter Anvin | x32: Switch to a 64-bit clock_t Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-03-05 |
H. Peter Anvin | x32: Provide separate is_ia32_task() and is_x32_task... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-03-02 |
H. Peter Anvin | regset: Return -EFAULT, not -EIO, on host-side memory... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2012-03-02 |
H. Peter Anvin | regset: Prevent null pointer reference on readonly... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
next |