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