1. 460d124 x86/entry: Make irqs_disabled checks in exit code depend on lockdep by Andy Lutomirski · 9 years ago
  2. 8b13c25 x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscalls by Andy Lutomirski · 9 years ago
  3. 487e3bf x86/asm: Remove thread_info.sysenter_return by Andy Lutomirski · 9 years ago
  4. 5f310f7 x86/entry/32: Re-implement SYSENTER using the new C path by Andy Lutomirski · 9 years ago
  5. 150ac78 x86/entry/32: Switch INT80 to the new C syscall path by Andy Lutomirski · 9 years ago
  6. 39e8701 x86/entry/32: Open-code return tracking from fork and kthreads by Andy Lutomirski · 9 years ago
  7. 7841b40 x86/entry/compat: Implement opportunistic SYSRETL for compat syscalls by Andy Lutomirski · 9 years ago
  8. a474e67 x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace by Andy Lutomirski · 9 years ago
  9. 710246d x86/entry: Add C code for fast system call entries by Andy Lutomirski · 9 years ago
  10. ee08c6b x86/entry/64/compat: Migrate the body of the syscall entry to C by Andy Lutomirski · 9 years ago
  11. bd2d3a3 x86/entry: Add do_syscall_32(), a C function to do 32-bit syscalls by Andy Lutomirski · 9 years ago
  12. eb974c6 x86/syscalls: Give sys_call_ptr_t a useful type by Andy Lutomirski · 9 years ago
  13. 034042c x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h by Andy Lutomirski · 9 years ago
  14. 8169aff x86/entry/64/compat: Set up full pt_regs for all compat syscalls by Andy Lutomirski · 9 years ago
  15. 2ec6797 x86/entry/64/compat: Remove most of the fast system call machinery by Andy Lutomirski · 9 years ago
  16. c5f638a x86/entry/64/compat: Remove audit optimizations by Andy Lutomirski · 9 years ago
  17. e62a254 x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries by Andy Lutomirski · 9 years ago
  18. 8242c6c x86/vdso/32: Save extra registers in the INT80 vsyscall path by Andy Lutomirski · 9 years ago
  19. 7bcdea4 x86/elf/64: Clear more registers in elf_common_init() by Andy Lutomirski · 9 years ago
  20. 29c0ce9 x86/vdso: Replace hex int80 CFI annotations with GAS directives by Andy Lutomirski · 9 years ago
  21. f24f910 x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asm by Andy Lutomirski · 9 years ago
  22. 7b956f0 x86/asm: Re-add parts of the manual CFI infrastructure by Andy Lutomirski · 9 years ago
  23. 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
  24. b611acf x86/entry/64/compat: After SYSENTER, move STI after the NT fixup by Andy Lutomirski · 9 years ago
  25. 72f9247 x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  26. dd27f99 x86/entry/64/compat: Fix SYSENTER's NT flag before user memory access by Andy Lutomirski · 9 years ago
  27. 7e0f51c x86/uaccess: Add unlikely() to __chk_range_not_ok() failure paths by Andy Lutomirski · 9 years ago
  28. a76cf66 x86/uaccess: Tell the compiler that uaccess is unlikely to fault by Andy Lutomirski · 9 years ago
  29. 25a9a92 Merge branch 'linus' into x86/asm, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  30. f670268 Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  31. 3ec20e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  32. 98dd166 x86/xen/p2m: hint at the last populated P2M entry by David Vrabel · 9 years ago
  33. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  34. 0d87708 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  35. d218af7 MIPS: scall: Always run the seccomp syscall filters by Markos Chandras · 9 years ago
  36. 2cf3082 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  37. a758379 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. 5634347 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  39. b55a97e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 9 years ago
  40. 66803dd MIPS: Octeon: Fix kernel panic on startup from memory corruption by Matt Bennett · 9 years ago
  41. 085c2f2 MIPS: Fix R2300 FP context switch handling by Paul Burton · 9 years ago
  42. 0fa2434 MIPS: Fix octeon FP context switch handling by Paul Burton · 9 years ago
  43. ee556d0 arm64: ftrace: fix function_graph tracer panic by Li Bin · 9 years ago
  44. 0c5d187 MIPS: BPF: Fix load delay slots. by Ralf Baechle · 9 years ago
  45. f4b4aae x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds by Ben Hutchings · 9 years ago
  46. ab76f7b x86/mm: Set NX on gap between __ex_table and rodata by Stephen Smalley · 9 years ago
  47. e3c41e3 x86/kexec: Fix kexec crash in syscall kexec_file_load() by Lee, Chun-Yi · 9 years ago
  48. bde17b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  49. a523841 arch/x86/include/asm/efi.h: fix build failure by Andrey Ryabinin · 9 years ago
  50. ccf70dd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  51. 1a541b4 arm64: Fix THP protection change logic by Steve Capper · 9 years ago
  52. 1e16a8f MIPS: BPF: Do all exports of symbols with FEXPORT(). by Ralf Baechle · 9 years ago
  53. d292242 Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS by Dirk Müller · 9 years ago
  54. fc07e76 Revert "KVM: SVM: use NPT page attributes" by Paolo Bonzini · 9 years ago
  55. bcf166a Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask" by Paolo Bonzini · 9 years ago
  56. 625422f Revert "KVM: SVM: Sync g_pat with guest-written PAT value" by Paolo Bonzini · 9 years ago
  57. 606decd Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages" by Paolo Bonzini · 9 years ago
  58. 0ce3cc0 arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions by Ard Biesheuvel · 9 years ago
  59. a5caa20 x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down by Matt Fleming · 9 years ago
  60. daad0bf s390/defconfig: set SCSI_DH=y by Sebastian Ott · 9 years ago
  61. 5b235dc MIPS: Fix the build on jz4740 after removing the custom gpio.h by Alban Bedel · 9 years ago
  62. 95c632f Merge remote-tracking branch 'tglx/x86/urgent' into x86/urgent by Ingo Molnar · 9 years ago
  63. 7ba7805 x86/process: Unify 32bit and 64bit implementations of get_wchan() by Thomas Gleixner · 9 years ago
  64. eddd382 x86/process: Add proper bound checks in 64bit get_wchan() by Thomas Gleixner · 9 years ago
  65. 7a63076 MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT by Paul Burton · 9 years ago
  66. a5b0f6d MIPS: CPS: Don't include MT code in non-MT kernels. by Paul Burton · 9 years ago
  67. 1e5fb28 MIPS: CPS: Stop dangling delay slot from has_mt. by Paul Burton · 9 years ago
  68. 5396005 MIPS: dma-default: Fix 32-bit fall back to GFP_DMA by James Hogan · 10 years ago
  69. 72d38b1 s390/vtime: correct scaled cputime of partially idle CPUs by Martin Schwidefsky · 9 years ago
  70. 96fc7a9 MIPS: Wire up userfaultfd and membarrier syscalls. by Ralf Baechle · 9 years ago
  71. 4ac86a6 x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernels by Andrey Ryabinin · 9 years ago
  72. ccf79c2 Merge tag 'v4.3-rc3' into x86/urgent, before applying dependent fix by Ingo Molnar · 9 years ago
  73. 1e03474 x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE case by Vitaly Kuznetsov · 9 years ago
  74. adc0b7f s390/boot/decompression: disable floating point in decompressor by Christian Borntraeger · 9 years ago
  75. 64c98e7 x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map by Malcolm Crossley · 9 years ago
  76. 3225031 Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  77. 3a48d13 tile: fix build failure by Sudip Mukherjee · 9 years ago
  78. 0b34a16 x86/xen: Support kexec/kdump in HVM guests by doing a soft reset by Vitaly Kuznetsov · 9 years ago
  79. 2ecf91b xen/x86: Don't try to write syscall-related MSRs for PV guests by Boris Ostrovsky · 9 years ago
  80. 24f775a xen: use correct type for HYPERVISOR_memory_op() by Juergen Gross · 9 years ago
  81. 9bac175 Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR" by Radim Krčmář · 9 years ago
  82. 95bc06e m68k/defconfig: Update defconfigs for v4.3-rc1 by Geert Uytterhoeven · 9 years ago
  83. 8474ba7 m68k: Define asmlinkage_protect by Andreas Schwab · 9 years ago
  84. 7f843da m68k: Wire up membarrier by Geert Uytterhoeven · 9 years ago
  85. b92858f m68k: Wire up userfaultfd by Geert Uytterhoeven · 9 years ago
  86. 5b3f33e m68k: Wire up direct socket calls by Geert Uytterhoeven · 9 years ago
  87. 097f70b Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  88. e3be426 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. e060f6e MIPS: Initialise MAARs on secondary CPUs by Paul Burton · 9 years ago
  90. 651ca7f MIPS: print MAAR configuration during boot by Paul Burton · 9 years ago
  91. def3ab5 MIPS: mm: compile maar_init unconditionally by Paul Burton · 9 years ago
  92. 7573b94 MIPS: CM: Provide a function to map from CPU to VP ID. by Paul Burton · 9 years ago
  93. 162e6df Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  94. c905929 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  95. 685b5f1 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  96. e46fc90 Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes by Olof Johansson · 9 years ago
  97. b8ba826 Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 9 years ago
  98. 966966a Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  99. b6d980f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  100. 57cb635 Merge tag 'powerpc-4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago