- 3f705df x86, selftests: Add sigreturn selftest by Andy Lutomirski · 10 years ago
- 69df353 x86/alternatives: Guard NOPs optimization by Borislav Petkov · 10 years ago
- fc3e958 x86/asm/entry: Clear EXTRA_REGS for all executable formats by Denys Vlasenko · 10 years ago
- 6a3713f x86/signal: Remove pax argument from restore_sigcontext by Brian Gerst · 10 years ago
- dbe4058 x86/alternatives: Fix ALTERNATIVE_2 padding generation properly by Borislav Petkov · 10 years ago
- 6b51311 x86/asm/entry/64: Use a define for an invalid segment selector by Borislav Petkov · 10 years ago
- 7c74d5b x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR value by Borislav Petkov · 10 years ago
- 78cac48 x86/mm/KASLR: Propagate KASLR status to kernel proper by Borislav Petkov · 10 years ago
- 47091e3 x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32 by Borislav Petkov · 10 years ago
- 4214a16 x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTER by Andy Lutomirski · 10 years ago
- cf9328c x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1 by Andy Lutomirski · 10 years ago
- ff8287f x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING comment by Andy Lutomirski · 10 years ago
- d9dc64f x86/asm: Add support for the CLWB instruction by Ross Zwisler · 10 years ago
- 3f85483 x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests by Boris Ostrovsky · 10 years ago
- 40e4f2d1 x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20 by Denys Vlasenko · 10 years ago
- 0784b36 x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only user by Denys Vlasenko · 10 years ago
- a6de5a2 x86/asm/entry/64: Use local label to skip around sycall dispatch by Denys Vlasenko · 10 years ago
- a734b4a x86/asm: Replace "MOVQ $imm, %reg" with MOVL by Denys Vlasenko · 10 years ago
- 36acef2 x86/asm/entry/64: Simplify looping around preempt_schedule_irq() by Denys Vlasenko · 10 years ago
- 32a0407 x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS() by Denys Vlasenko · 10 years ago
- 6ba71b7 x86/asm/entry/64: Simplify retint_kernel label usage, make retint_restore_args label local by Denys Vlasenko · 10 years ago
- 4c9c0e9 x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_regs' on stack by Denys Vlasenko · 10 years ago
- 4416c5a x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 path by Denys Vlasenko · 10 years ago
- 55474c4 x86/asm/entry: Remove user_mode_ignore_vm86() by Ingo Molnar · 10 years ago
- a3675b3 x86/asm/entry/64: Do not GET_THREAD_INFO() too early by Denys Vlasenko · 10 years ago
- 627276c x86/asm/entry/64: Move retint_kernel code block closer to its user by Denys Vlasenko · 10 years ago
- 4ee8ec1 x86/asm/entry/32: Make register zero-extension more prominent by Denys Vlasenko · 10 years ago
- a232e3d x86/asm/entry/32: Update "interrupt off" comments by Denys Vlasenko · 10 years ago
- 27be87c x86/asm/entry/64: Add missing CFI annotation by Denys Vlasenko · 10 years ago
- 487d1ed x86/asm/entry/64: Fix comment about SYSENTER MSRs by Denys Vlasenko · 10 years ago
- aa6d9a1 x86/irq/tracing: Do not save callee-preserved registers around lockdep_sys_exit_thunk by Denys Vlasenko · 10 years ago
- 7dc7cc0 x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their users by Denys Vlasenko · 10 years ago
- 40e2ec6 x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their users by Denys Vlasenko · 10 years ago
- 47eb582 x86/asm/entry/64: Use smaller instructions by Denys Vlasenko · 10 years ago
- 146b2b0 x86/asm/entry/64: Use better label name, fix comments by Denys Vlasenko · 10 years ago
- 06ab9c1 Merge branch 'x86/urgent' into x86/asm, to resolve conflict by Ingo Molnar · 10 years ago
- 72d64cc x86/asm: Further improve segment.h readability by Ingo Molnar · 10 years ago
- b3494a4 x86/asm/entry: Check for syscall exit work with IRQs disabled by Andy Lutomirski · 10 years ago
- dca5b52 x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() by Ingo Molnar · 10 years ago
- f9d7185 x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro by Ingo Molnar · 10 years ago
- 1ddc6f3 x86/asm/entry/64: Improve the THREAD_INFO() macro explanation by Ingo Molnar · 10 years ago
- d56fe4b x86/asm/entry/64: Always set up SYSENTER MSRs by Ingo Molnar · 10 years ago
- 84f5378 x86/asm: Deobfuscate segment.h by Denys Vlasenko · 10 years ago
- 65c2377 x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixup by Denys Vlasenko · 10 years ago
- a71ffdd x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macros by Denys Vlasenko · 10 years ago
- 9ed8e7d x86/asm/entry/64: Use PUSH instructions to build pt_regs on stack by Denys Vlasenko · 10 years ago
- ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
- b3fe8ba x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
- a76c7f4 x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user by Denys Vlasenko · 10 years ago
- 34061f1 x86/asm/entry/64: Fix incorrect comment by Denys Vlasenko · 10 years ago
- d74ef11 x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks by Andy Lutomirski · 10 years ago
- 7a28067 x86/asm/entry: Remove user_mode_vm() by Andy Lutomirski · 10 years ago
- f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
- efa7045 x86/asm/entry: Make user_mode() work correctly if regs came from VM86 mode by Andy Lutomirski · 10 years ago
- ae60f07 x86/asm/entry: Use user_mode_ignore_vm86() where appropriate by Andy Lutomirski · 10 years ago
- 383f3af x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base() by Andy Lutomirski · 10 years ago
- a67e727 x86/asm/entry: Add user_mode_ignore_vm86() by Andy Lutomirski · 10 years ago
- e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
- c56716a x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base() by Andy Lutomirski · 10 years ago
- d31bf07 x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch() by Andy Lutomirski · 10 years ago
- 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 10 years ago
- bc465aa Linux 4.0-rc5 by Linus Torvalds · 10 years ago
- 1b717b1 Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
- 4541c22 Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- b93dbee Merge tag 'char-misc-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
- 704fa7f Merge tag 'staging-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
- b2f45ee Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
- cedd5f6 Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
- f897522 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
- 3d7a6db Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- 97448d5 Merge git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
- bb8ef2f Merge tag 'devicetree-fixes-for-4.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
- e477f3e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
- da6b9a2 Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
- 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- 0d122f7 Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
- c6ef814 Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
- 60ed380 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
- 62a202d Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
- 9c86286 Merge branches 'pm-cpuidle', 'powercap', 'irq-pm' and 'acpi-resources' by Rafael J. Wysocki · 10 years ago
- 0c35bd4 md: fix problems with freeing private data after ->run failure. by NeilBrown · 10 years ago
- 7132813 arm64: Honor __GFP_ZERO in dma allocations by Suzuki K. Poulose · 10 years ago
- 130c93f arm64: efi: don't restore TTBR0 if active_mm points at init_mm by Will Deacon · 10 years ago
- 9e8ce4b Revert "x86/PCI: Refine the way to release PCI IRQ resources" by Rafael J. Wysocki · 10 years ago
- 8265d44 Merge tag 'drm-intel-fixes-2015-03-19' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
- f42e2c2 Merge tag 'drm-amdkfd-fixes-2015-03-19' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes by Dave Airlie · 10 years ago
- 9bc6548 target: do not reject FUA CDBs when write cache is enabled but emulate_write_cache is 0 by Christophe Vu-Brugier · 10 years ago
- 5f7da04 target: Fix virtual LUN=0 target_configure_device failure OOPs by Nicholas Bellinger · 10 years ago
- 215a8fe target/pscsi: Fix NULL pointer dereference in get_device_type by Nicholas Bellinger · 10 years ago
- d556546 tcm_fc: missing curly braces in ft_invl_hw_context() by Dan Carpenter · 10 years ago
- 7544e597 target: Fix reference leak in target_get_sess_cmd() error path by Bart Van Assche · 10 years ago
- 2f450cc loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session by Bart Van Assche · 10 years ago
- 75c3d0b tcm_qla2xxx: Fix incorrect use of __transport_register_session by Bart Van Assche · 10 years ago
- f068fbc iscsi-target: Avoid early conn_logout_comp for iser connections by Nicholas Bellinger · 10 years ago
- 2a03ee8 Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target" by Nicholas Bellinger · 10 years ago
- 4b36b68 target: Disallow changing of WRITE cache/FUA attrs after export by Nicholas Bellinger · 10 years ago
- b314aca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
- 1e744c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
- e409ac3 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
- 32dafb94 Merge tag 'mmc-v4.0-rc4' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago