1. 627276c x86/asm/entry/64: Move retint_kernel code block closer to its user by Denys Vlasenko · 10 years ago
  2. 4ee8ec1 x86/asm/entry/32: Make register zero-extension more prominent by Denys Vlasenko · 10 years ago
  3. a232e3d x86/asm/entry/32: Update "interrupt off" comments by Denys Vlasenko · 10 years ago
  4. 27be87c x86/asm/entry/64: Add missing CFI annotation by Denys Vlasenko · 10 years ago
  5. 487d1ed x86/asm/entry/64: Fix comment about SYSENTER MSRs by Denys Vlasenko · 10 years ago
  6. aa6d9a1 x86/irq/tracing: Do not save callee-preserved registers around lockdep_sys_exit_thunk by Denys Vlasenko · 10 years ago
  7. 7dc7cc0 x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their users by Denys Vlasenko · 10 years ago
  8. 40e2ec6 x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their users by Denys Vlasenko · 10 years ago
  9. 47eb582 x86/asm/entry/64: Use smaller instructions by Denys Vlasenko · 10 years ago
  10. 146b2b0 x86/asm/entry/64: Use better label name, fix comments by Denys Vlasenko · 10 years ago
  11. 06ab9c1 Merge branch 'x86/urgent' into x86/asm, to resolve conflict by Ingo Molnar · 10 years ago
  12. 72d64cc x86/asm: Further improve segment.h readability by Ingo Molnar · 10 years ago
  13. b3494a4 x86/asm/entry: Check for syscall exit work with IRQs disabled by Andy Lutomirski · 10 years ago
  14. dca5b52 x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() by Ingo Molnar · 10 years ago
  15. f9d7185 x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro by Ingo Molnar · 10 years ago
  16. 1ddc6f3 x86/asm/entry/64: Improve the THREAD_INFO() macro explanation by Ingo Molnar · 10 years ago
  17. d56fe4b x86/asm/entry/64: Always set up SYSENTER MSRs by Ingo Molnar · 10 years ago
  18. 84f5378 x86/asm: Deobfuscate segment.h by Denys Vlasenko · 10 years ago
  19. 65c2377 x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixup by Denys Vlasenko · 10 years ago
  20. a71ffdd x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macros by Denys Vlasenko · 10 years ago
  21. 9ed8e7d x86/asm/entry/64: Use PUSH instructions to build pt_regs on stack by Denys Vlasenko · 10 years ago
  22. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
  23. b3fe8ba x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
  24. a76c7f4 x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user by Denys Vlasenko · 10 years ago
  25. 34061f1 x86/asm/entry/64: Fix incorrect comment by Denys Vlasenko · 10 years ago
  26. d74ef11 x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks by Andy Lutomirski · 10 years ago
  27. 7a28067 x86/asm/entry: Remove user_mode_vm() by Andy Lutomirski · 10 years ago
  28. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
  29. efa7045 x86/asm/entry: Make user_mode() work correctly if regs came from VM86 mode by Andy Lutomirski · 10 years ago
  30. ae60f07 x86/asm/entry: Use user_mode_ignore_vm86() where appropriate by Andy Lutomirski · 10 years ago
  31. 383f3af x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base() by Andy Lutomirski · 10 years ago
  32. a67e727 x86/asm/entry: Add user_mode_ignore_vm86() by Andy Lutomirski · 10 years ago
  33. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
  34. c56716a x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base() by Andy Lutomirski · 10 years ago
  35. d31bf07 x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch() by Andy Lutomirski · 10 years ago
  36. 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 10 years ago
  37. bc465aa Linux 4.0-rc5 by Linus Torvalds · 10 years ago
  38. 1b717b1 Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. f897522 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  45. 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
  46. 97448d5 Merge git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  47. 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
  48. e477f3e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  49. 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
  50. 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  51. 0d122f7 Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  52. c6ef814 Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  53. 60ed380 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  54. 62a202d Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  55. 9c86286 Merge branches 'pm-cpuidle', 'powercap', 'irq-pm' and 'acpi-resources' by Rafael J. Wysocki · 10 years ago
  56. 0c35bd4 md: fix problems with freeing private data after ->run failure. by NeilBrown · 10 years ago
  57. 7132813 arm64: Honor __GFP_ZERO in dma allocations by Suzuki K. Poulose · 10 years ago
  58. 130c93f arm64: efi: don't restore TTBR0 if active_mm points at init_mm by Will Deacon · 10 years ago
  59. 9e8ce4b Revert "x86/PCI: Refine the way to release PCI IRQ resources" by Rafael J. Wysocki · 10 years ago
  60. 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
  61. 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
  62. 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
  63. 5f7da04 target: Fix virtual LUN=0 target_configure_device failure OOPs by Nicholas Bellinger · 10 years ago
  64. 215a8fe target/pscsi: Fix NULL pointer dereference in get_device_type by Nicholas Bellinger · 10 years ago
  65. d556546 tcm_fc: missing curly braces in ft_invl_hw_context() by Dan Carpenter · 10 years ago
  66. 7544e597 target: Fix reference leak in target_get_sess_cmd() error path by Bart Van Assche · 10 years ago
  67. 2f450cc loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session by Bart Van Assche · 10 years ago
  68. 75c3d0b tcm_qla2xxx: Fix incorrect use of __transport_register_session by Bart Van Assche · 10 years ago
  69. f068fbc iscsi-target: Avoid early conn_logout_comp for iser connections by Nicholas Bellinger · 10 years ago
  70. 2a03ee8 Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target" by Nicholas Bellinger · 10 years ago
  71. 4b36b68 target: Disallow changing of WRITE cache/FUA attrs after export by Nicholas Bellinger · 10 years ago
  72. b314aca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  73. 1e744c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  74. e409ac3 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  75. 32dafb9 Merge tag 'mmc-v4.0-rc4' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  76. 01d62ee Merge tag 'pinctrl-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  77. 18eda52 Merge tag 'nios2-fixes-v4.0-rc5' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
  78. a93fc15 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 10 years ago
  79. 22283c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  80. 133d5582 Subject: nfsd: don't recursively call nfsd4_cb_layout_fail by Christoph Hellwig · 10 years ago
  81. 47226fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  82. 94e4fe2 fuse: explicitly set /dev/fuse file's private_data by Tom Van Braeckel · 10 years ago
  83. f64255b Revert "of: Fix premature bootconsole disable with 'stdout-path'" by Peter Hurley · 10 years ago
  84. 721a09e of: handle both '/' and ':' in path strings by Brian Norris · 10 years ago
  85. 5ca1b0d of: unittest: Add option string test case with longer path by Brian Norris · 10 years ago
  86. d7c1460 of/irq: Fix of_irq_parse_one() returned error codes by Laurent Pinchart · 10 years ago
  87. 6b7a783 mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_alloc by NeilBrown · 10 years ago
  88. 4a87b99 Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  89. 31a55cf Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 10 years ago
  90. 8421596 ide_tape: convert jiffies with jiffies_to_msecs by Nicholas Mc Guire · 10 years ago
  91. 8d006e0 Revert "net: cx82310_eth: use common match macro" by Ondrej Zary · 10 years ago
  92. 3c08158 sparc: Fix /proc/kcore by David S. Miller · 10 years ago
  93. 2fc800f Merge branch 'mlx4-net' by David S. Miller · 10 years ago
  94. 39de961 net/mlx4_en: Set statistics bitmap at port init by Eran Ben Elisha · 10 years ago
  95. 61a3855 IB/mlx4: Saturate RoCE port PMA counters in case of overflow by Majd Dibbiny · 10 years ago
  96. a16f356 net/mlx4_en: Fix off-by-one in ethtool statistics display by Eran Ben Elisha · 10 years ago
  97. 217e8b1 IB/mlx4: Verify net device validity on port change event by Moni Shoua · 10 years ago
  98. 7b09ac7 Merge tag 'sound-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  99. ec3fbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  100. da11508 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago