summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-03-27x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their usersDenys Vlasenko
2015-03-27x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their usersDenys Vlasenko
2015-03-27x86/asm/entry/64: Use smaller instructionsDenys Vlasenko
2015-03-27x86/asm/entry/64: Use better label name, fix commentsDenys Vlasenko
2015-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-03-26ARC: signal handling robustifyVineet Gupta
2015-03-26ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta
2015-03-25Merge tag 'metag-fixes-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-03-25Merge tag 'signed-for-4.0' of git://github.com/agraf/linux-2.6Marcelo Tosatti
2015-03-25Merge branch 'x86/urgent' into x86/asm, to resolve conflictIngo Molnar
2015-03-25s390/smp: reenable smt after resumeHeiko Carstens
2015-03-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2015-03-25Merge tag 'powerpc-4.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-03-25Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-03-24ARM: dts: sunxi: Remove overclocked/overvoltaged OPPChen-Yu Tsai
2015-03-24ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP settingChen-Yu Tsai
2015-03-24x86/asm: Further improve segment.h readabilityIngo Molnar
2015-03-24x86/asm/entry: Check for syscall exit work with IRQs disabledAndy Lutomirski
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar
2015-03-24x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar
2015-03-24x86/asm/entry/64: Always set up SYSENTER MSRsIngo Molnar
2015-03-24x86/asm: Deobfuscate segment.hDenys Vlasenko
2015-03-24x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixupDenys Vlasenko
2015-03-24x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macrosDenys Vlasenko
2015-03-24x86/asm/entry/64: Use PUSH instructions to build pt_regs on stackDenys Vlasenko
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko
2015-03-24arm64: percpu: Make this_cpu accessors pre-empt safeSteve Capper
2015-03-24x86/asm/entry/64: Fold syscall32_cpu_init() into its sole userDenys Vlasenko
2015-03-23KVM: x86: call irq notifiers with directed EOIRadim Krčmář
2015-03-23arm64: Use the reserved TTBR0 if context switching to the init_mmCatalin Marinas
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-03-23sparc64: Fix several bugs in memmove().David S. Miller
2015-03-23x86/xen: prepare p2m list for memory hotplugJuergen Gross
2015-03-23x86/asm/entry/64: Fix incorrect commentDenys Vlasenko
2015-03-23metag: Fix ioremap_wc/ioremap_cached build errorsJames Hogan
2015-03-23parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITHelge Deller
2015-03-23parisc: mm: don't count preallocated pmdsMikulas Patocka
2015-03-23x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski
2015-03-23x86/asm/entry: Remove user_mode_vm()Andy Lutomirski
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski
2015-03-23x86/asm/entry: Make user_mode() work correctly if regs came from VM86 modeAndy Lutomirski
2015-03-23x86/asm/entry: Use user_mode_ignore_vm86() where appropriateAndy Lutomirski
2015-03-23x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base()Andy Lutomirski
2015-03-23x86/asm/entry: Add user_mode_ignore_vm86()Andy Lutomirski
2015-03-23Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar
2015-03-23parisc: Add compile-time check when adding new syscallsHelge Deller
2015-03-23x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base()Andy Lutomirski
2015-03-23x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski