1. dff0796 x86/traps: Introduce do_error_trap() by Oleg Nesterov · 11 years ago
  2. 38cad57 x86/traps: Use SEND_SIG_PRIV instead of force_sig() by Oleg Nesterov · 11 years ago
  3. 5e1b05b x86/traps: Make math_error() static by Oleg Nesterov · 11 years ago
  4. 1ea30fb uprobes/x86: Fix scratch register selection for rip-relative fixups by Denys Vlasenko · 11 years ago
  5. 50204c6 uprobes/x86: Simplify rip-relative handling by Denys Vlasenko · 11 years ago
  6. c90a695 uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similar by Oleg Nesterov · 11 years ago
  7. 7f55e82 uprobes/x86: Kill the "autask" arg of riprel_pre_xol() by Oleg Nesterov · 11 years ago
  8. 1475ee7 uprobes/x86: Rename *riprel* helpers to make the naming consistent by Oleg Nesterov · 11 years ago
  9. 83cd591 uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALL by Oleg Nesterov · 11 years ago
  10. 1dc76e6 uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logic by Oleg Nesterov · 11 years ago
  11. 2b82cad uprobes/x86: Introduce push_ret_address() by Oleg Nesterov · 11 years ago
  12. 78d9af4 uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8 by Oleg Nesterov · 11 years ago
  13. 97aa5cd uprobes/x86: Move default_xol_ops's data into arch_uprobe->def by Oleg Nesterov · 11 years ago
  14. 220ef8d uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to default_post_xol_op() by Oleg Nesterov · 11 years ago
  15. 6ded5f3 uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol() by Oleg Nesterov · 11 years ago
  16. 588fbd6 uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op() by Oleg Nesterov · 11 years ago
  17. dd91016 uprobes/x86: Don't change the task's state if ->pre_xol() fails by Oleg Nesterov · 11 years ago
  18. b24dc8d uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32 by Oleg Nesterov · 11 years ago
  19. 8dbacad uprobes/x86: Make good_insns_* depend on CONFIG_X86_* by Oleg Nesterov · 11 years ago
  20. ff26196 uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init_insn() by Oleg Nesterov · 11 years ago
  21. 2ae1f49 uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits() by Oleg Nesterov · 11 years ago
  22. 73175d0 uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits() by Oleg Nesterov · 11 years ago
  23. 250bbd1 uprobes/x86: Refuse to attach uprobe to "word-sized" branch insns by Denys Vlasenko · 11 years ago
  24. 42ebd27 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 11 years ago
  25. 9f7ff89 perf/x86: Fix RAPL rdmsrl_safe() usage by Stephane Eranian · 11 years ago
  26. 39bfe90 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  27. 0565103 um: Memory corruption on startup by Anton Ivanov · 11 years ago
  28. 9fcb663 um: Missing pipe handling by Anton Ivanov · 11 years ago
  29. 0d71832 uml: Simplify tempdir logic. by Tristan Schmelcher · 11 years ago
  30. 6d45969 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  31. 8de3f7a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  32. ea2388f Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  33. 8229f1a mips: export flush_icache_range by Kees Cook · 11 years ago
  34. 9cc2368 Shiraz has moved by Viresh Kumar · 11 years ago
  35. 12c743e powerpc/mm: fix ".__node_distance" undefined by Mike Qiu · 11 years ago
  36. 64ee9f3 ARC: Delete stale barrier.h by Vineet Gupta · 11 years ago
  37. 674366e Merge tag 'pci-v3.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  38. 4a3dc12 perf/x86: Export perf_assign_events() by Yan, Zheng · 11 years ago
  39. 1111b680 Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes. by Ingo Molnar · 11 years ago
  40. 2422365 perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMU by Venkatesh Srinivas · 11 years ago
  41. 81cef0f Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  42. 6cc5e7f uprobes/x86: Emulate relative conditional "near" jmp's by Oleg Nesterov · 11 years ago
  43. 8f95505 uprobes/x86: Emulate relative conditional "short" jmp's by Oleg Nesterov · 11 years ago
  44. 8e89c0b uprobes/x86: Emulate relative call's by Oleg Nesterov · 11 years ago
  45. d241006 uprobes/x86: Emulate nop's using ops->emulate() by Oleg Nesterov · 11 years ago
  46. 7ba6db2 uprobes/x86: Emulate unconditional relative jmp's by Oleg Nesterov · 11 years ago
  47. 8faaed1 uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uretprobe_hijack_return_addr() by Oleg Nesterov · 11 years ago
  48. 75f9ef0 uprobes/x86: Teach arch_uprobe_post_xol() to restart if possible by Oleg Nesterov · 11 years ago
  49. 014940b uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails by Oleg Nesterov · 11 years ago
  50. e55848a uprobes/x86: Conditionalize the usage of handle_riprel_insn() by Oleg Nesterov · 11 years ago
  51. 8ad8e9d uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops by Oleg Nesterov · 11 years ago
  52. 34e7317 uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooks by Oleg Nesterov · 11 years ago
  53. d20737c uprobes/x86: Gather "riprel" functions together by Oleg Nesterov · 11 years ago
  54. 59078d4b uprobes/x86: Kill the "ia32_compat" check in handle_riprel_insn(), remove "mm" arg by Oleg Nesterov · 11 years ago
  55. ddb69f2 uprobes/x86: Fold prepare_fixups() into arch_uprobe_analyze_insn() by Oleg Nesterov · 11 years ago
  56. 88764e0 Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  57. 6381c24 kprobes/x86: Fix page-fault handling logic by Masami Hiramatsu · 11 years ago
  58. ea43164 x86/mce: Fix CMCI preemption bugs by Ingo Molnar · 11 years ago
  59. 6ca2a88 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  60. 2a83dc7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  61. 5f63517 Merge tag 'pinctrl-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  62. 0f689a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  63. 7d38cc0 Merge tag 'please-pull-ia64-erratum' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  64. c0b5a64 [IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237) by Tony Luck · 11 years ago
  65. 5be44a6 x86: Remove the PCI reboot method from the default chain by Ingo Molnar · 11 years ago
  66. e0fc17a xen/spinlock: Don't enable them unconditionally. by Konrad Rzeszutek Wilk · 11 years ago
  67. 4461bbc x86/xen: Fix 32-bit PV guests's usage of kernel_stack by Boris Ostrovsky · 11 years ago
  68. 55101e2 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  69. 140ab64 powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal by Mike Qiu · 11 years ago
  70. b351c39 KVM: x86: remove WARN_ON from get_kernel_ns() by Marcelo Tosatti · 11 years ago
  71. 66386ad KVM: Rename variable smep to cr4_smep by Feng Wu · 11 years ago
  72. de935ae KVM: expose SMAP feature to guest by Feng Wu · 11 years ago
  73. e1e746b KVM: Disable SMAP for guests in EPT realmode and EPT unpaging mode by Feng Wu · 11 years ago
  74. 97ec8c0 KVM: Add SMAP support when setting CR4 by Feng Wu · 11 years ago
  75. 56d6efc KVM: Remove SMAP bit from CR4_RESERVED_BITS by Feng Wu · 11 years ago
  76. 740c699 Merge tag 'v3.15-rc1' into perf/urgent by Ingo Molnar · 11 years ago
  77. e6bcd1a x86/build: Supress "Nothing to be done for ..." messages by Masahiro Yamada · 11 years ago
  78. 74805e0 Update bcm_defconfig with new pinctrl CONFIG by Sherman Yin · 11 years ago
  79. 86e5876 x86/gpu: Fix sign extension issue in Intel graphics stolen memory quirks by Ville Syrjälä · 11 years ago
  80. f963640 x86/platform: Fix "make O=dir kvmconfig" by Antonio Borneo · 11 years ago
  81. ab3e55b parisc: fix epoll_pwait syscall on compat kernel by Helge Deller · 11 years ago
  82. 0ef36bd parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZE by Helge Deller · 11 years ago
  83. 18aa0da powerpc: Don't try to set LPCR unless we're in hypervisor mode by Paul Mackerras · 11 years ago
  84. fd18f00 Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 11 years ago
  85. 09c9b61 Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/kernel by Linus Torvalds · 11 years ago
  86. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  87. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  88. c4a2c58 blackfin: cleanup board files by Steven Miao · 11 years ago
  89. f8ef77d93 bf609: clock: drop unused clock bit set/clear functions by Steven Miao · 11 years ago
  90. f57ac8a Blackfin: bf537: rename "CONFIG_ADT75" by Paul Bolle · 12 years ago
  91. e3dd192 Blackfin: bf537: rename "CONFIG_AD7314" by Paul Bolle · 12 years ago
  92. 6ffe346 Blackfin: bf537: rename ad2s120x ->ad2s1200 by Paul Bolle · 12 years ago
  93. cb8f05f blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE" by Paul Bolle · 12 years ago
  94. 3def907 blackfin: dma: current count mmr is read only by Sonic Zhang · 11 years ago
  95. 3356c99 bfin_crc: Move architecture independant crc header file out of the blackfin folder. by Sonic Zhang · 11 years ago
  96. ba3b6d7 bf54x: drop unuesd HOST status,control,timeout registers bit define macros by Steven Miao · 11 years ago
  97. a0c1fb2 blackfin: portmux: cleanup head file by Steven Miao · 11 years ago
  98. ab0a935 i386: Wire up the renameat2() syscall by Miklos Szeredi · 11 years ago
  99. eeb91e4 Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  100. 40e9963 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago