aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar2015-03-24
* x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar2015-03-24
* x86/asm/entry/64: Always set up SYSENTER MSRsIngo Molnar2015-03-24
* x86/asm: Deobfuscate segment.hDenys Vlasenko2015-03-24
* x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixupDenys Vlasenko2015-03-24
* x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macrosDenys Vlasenko2015-03-24
* x86/asm/entry/64: Use PUSH instructions to build pt_regs on stackDenys Vlasenko2015-03-24
* x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-24
* x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko2015-03-24
* x86/asm/entry/64: Fold syscall32_cpu_init() into its sole userDenys Vlasenko2015-03-24
* x86/asm/entry/64: Fix incorrect commentDenys Vlasenko2015-03-23
* x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski2015-03-23
* x86/asm/entry: Remove user_mode_vm()Andy Lutomirski2015-03-23
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-23
* x86/asm/entry: Make user_mode() work correctly if regs came from VM86 modeAndy Lutomirski2015-03-23
* x86/asm/entry: Use user_mode_ignore_vm86() where appropriateAndy Lutomirski2015-03-23
* x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base()Andy Lutomirski2015-03-23
* x86/asm/entry: Add user_mode_ignore_vm86()Andy Lutomirski2015-03-23
* Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar2015-03-23
|\
| * Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-21
| |\
| | * Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki2015-03-20
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-03-21
| |\ \
| | * | arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose2015-03-20
| | * | arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon2015-03-20
| | |/
| * | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-03-21
| |\ \
| | * | ARM: 8313/1: Use read_cpuid_ext() macro instead of inline asmMason2015-03-18
| | * | ARM: 8311/1: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-18
| | * | ARM: 8310/1: l2c: Fix prefetch settings dt parsingFabrice Gasnier2015-03-18
| | * | ARM: dump pgd, pmd and pte states on unhandled data abort faultsRussell King2015-03-10
| | * | ARM: dma-api: fix off-by-one error in __dma_supported()Russell King2015-03-10
| * | | Merge tag 'nios2-fixes-v4.0-rc5' of git://git.rocketboards.org/linux-socfpga-...Linus Torvalds2015-03-19
| |\ \ \
| | * | | nios2: mm: do not invoke OOM killer on kernel fault OOMLey Foon Tan2015-03-16
| | * | | nios2: Remove ucontext.h from exported arch headersTobias Klauser2015-03-15
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-03-19
| |\ \ \
| | * | | sparc: Fix /proc/kcoreDavid S. Miller2015-03-18
| | * | | sparc: semtimedop() unreachable due to comparison errorRob Gardner2015-03-03
| | * | | sparc: io_64.h: Replace io function-link macrosRicardo Ribalda2015-03-02
| | * | | sparc64: fatal trap should stop all cpusDave Kleikamp2015-03-02
| | * | | arch: sparc: kernel: starfire.c: Remove unused functionRickard Strandqvist2015-03-02
| | * | | arch: sparc: kernel: traps_64.c: Remove some unused functionsRickard Strandqvist2015-03-02
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-03-18
| |\ \ \ \
| | * | | | crypto: aesni - fix memory usage in GCM decryptionStephan Mueller2015-03-13
| | * | | | crypto: arm/aes update NEON AES module to latest OpenSSL versionArd Biesheuvel2015-03-02
| | | |_|/ | | |/| |
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-17
| |\ \ \ \
| | * | | | Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2015-03-16
| | * | | | x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov2015-03-13
| | * | | | x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...Oleg Nesterov2015-03-13
| | * | | | x86/apic/numachip: Fix sibling map with NumaChipDaniel J Blueman2015-03-12
| | * | | | x86/platform, acpi: Bypass legacy PIC and PIT in ACPI hardware reduced modeLi, Aubrey2015-03-12
| | * | | | x86/asm/entry/32: Fix user_mode() misusesAndy Lutomirski2015-03-09