1. e185fab arm64: add seccomp syscall for compat task by AKASHI Takahiro · 11 years ago
  2. 65a2ae8 asm-generic: add generic seccomp.h for secure computing mode 1 by AKASHI Takahiro · 11 years ago
  3. 1014c81 arm64: ptrace: allow tracer to skip a system call by AKASHI Takahiro · 11 years ago
  4. 766a85d arm64: ptrace: add NT_ARM_SYSTEM_CALL regset by AKASHI Takahiro · 11 years ago
  5. 034edab arm64: Move some head.text functions to executable section by Laura Abbott · 11 years ago
  6. 6ddae41 arm64: jump labels: NOP out NOP -> NOP replacement by Mark Rutland · 11 years ago
  7. c9465b4 arm64: add support to dump the kernel page tables by Laura Abbott · 11 years ago
  8. dab78b6 arm64: Add FIX_HOLE to permanent fixed addresses by Laura Abbott · 11 years ago
  9. c9453a3 arm64: alternatives: fix pr_fmt string for consistency by Will Deacon · 11 years ago
  10. 07c802b arm64: vmlinux.lds.S: don't discard .exit.* sections at link-time by Will Deacon · 11 years ago
  11. af86e59 arm64: Factor out fixmap initialization from ioremap by Laura Abbott · 11 years ago
  12. c3684fb arm64: Move cpu_resume into the text section by Laura Abbott · 11 years ago
  13. ac2dec5 arm64: Switch to adrp for loading the stub vectors by Laura Abbott · 11 years ago
  14. fcff588 arm64: Treat handle_arch_irq as a function pointer by Laura Abbott · 11 years ago
  15. 3eebdbe arm64: sanity checks: add ID_AA64DFR{0,1}_EL1 by Mark Rutland · 11 years ago
  16. efdf421 arm64: sanity checks: add missing newline to print by Mark Rutland · 11 years ago
  17. 9760270 arm64: sanity checks: ignore ID_MMFR0.AuxReg by Mark Rutland · 11 years ago
  18. 1cefdae arm64: topology: Fix handling of multi-level cluster MPIDR-based detection by Mark Brown · 11 years ago
  19. c0a01b8 arm64: protect alternatives workarounds with Kconfig options by Andre Przywara · 11 years ago
  20. 5afaa1f arm64: add Cortex-A57 erratum 832075 workaround by Andre Przywara · 11 years ago
  21. 301bcfa arm64: add Cortex-A53 cache errata workaround by Andre Przywara · 11 years ago
  22. e116a37 arm64: detect silicon revisions and set cap bits accordingly by Andre Przywara · 11 years ago
  23. e039ee4 arm64: add alternative runtime patching by Andre Przywara · 11 years ago
  24. 930da09 arm64: add cpu_capabilities bitmap by Andre Przywara · 11 years ago
  25. 9096339 arm64: fix return code check when changing emulation handler by Will Deacon · 11 years ago
  26. 7f73f7a arm64: mm: report unhandled level-0 translation faults correctly by Will Deacon · 11 years ago
  27. 1b907f4 arm64: kconfig: move emulation option under kernel features by Will Deacon · 11 years ago
  28. d784e29 arm64: Trace emulation of AArch32 legacy instructions by Punit Agrawal · 11 years ago
  29. c852f32 arm64: Emulate CP15 Barrier instructions by Punit Agrawal · 11 years ago
  30. bd35a4a arm64: Port SWP/SWPB emulation support from arm by Punit Agrawal · 11 years ago
  31. 587064b arm64: Add framework for legacy instruction emulation by Punit Agrawal · 11 years ago
  32. 0be0e44 arm64: Add AArch32 instruction set condition code checks by Punit Agrawal · 11 years ago
  33. 9b79f52 arm64: Add support for hooks to handle undefined instructions by Punit Agrawal · 11 years ago
  34. f97fc81 arm64: percpu: Implement this_cpu operations by Steve Capper · 11 years ago
  35. 15670ef arm64: pgalloc: consistently use PGALLOC_GFP by Mark Rutland · 11 years ago
  36. d6c763a arm64/mm: Remove hack in mmap randomize layout by Yann Droneaud · 11 years ago
  37. 7d57511 arm64: Add COMPAT_HWCAP_LPAE by Catalin Marinas · 11 years ago
  38. fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 11 years ago
  39. 63648dd arm64: entry: use ldp/stp instead of push/pop when saving/restoring regs by Will Deacon · 11 years ago
  40. d54e81f arm64: entry: avoid writing lr explicitly for constructing return paths by Will Deacon · 11 years ago
  41. 44b82b7 arm64: Fix up /proc/cpuinfo by Mark Rutland · 11 years ago
  42. 302cd37 arm64: kvm: eliminate literal pool entries by Ard Biesheuvel · 11 years ago
  43. f1ba46e arm64: ftrace: eliminate literal pool entries by Ard Biesheuvel · 11 years ago
  44. 8070867 arm64: log physical ID of boot CPU by Mark Rutland · 11 years ago
  45. 12ac3ef arm64/crypto: use crypto instructions to generate AES key schedule by Ard Biesheuvel · 11 years ago
  46. 286fb1c arm64/kvm: Fix assembler compatibility of macros by Geoff Levand · 11 years ago
  47. d8c6d8b arm64/dt: add machine name to kernel call stack dump output by Ard Biesheuvel · 11 years ago
  48. 5284e1b arm64: xchg: Implement cmpxchg_double by Steve Capper · 11 years ago
  49. 70ddb63 arm64: optimize memcpy_{from,to}io() and memset_io() by Joonwoo Park · 11 years ago
  50. 4ee2098 arm64: fix data type for physical address by Min-Hua Chen · 11 years ago
  51. f2001bd5 Merge tag 'for-3.19' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into ard/efi-for-3.19 by Will Deacon · 11 years ago
  52. 0bcaa90 efi: efi-stub: notify on DTB absence by Mark Rutland · 11 years ago
  53. b07bfaa arm64: dmi: set DMI string as dump stack arch description by Ard Biesheuvel · 11 years ago
  54. d1ae8c0 arm64: dmi: Add SMBIOS/DMI support by Yi Li · 11 years ago
  55. fc43026 dmi: add support for SMBIOS 3.0 64-bit entry point by Ard Biesheuvel · 11 years ago
  56. e1ccbbc efi: dmi: add support for SMBIOS 3.0 UEFI configuration table by Ard Biesheuvel · 11 years ago
  57. 4e27d47 arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES) by Ard Biesheuvel · 11 years ago
  58. 61139eb arm64/efi: invert UEFI memory region reservation logic by Ard Biesheuvel · 11 years ago
  59. a352ea3 arm64/efi: set PE/COFF file alignment to 512 bytes by Ard Biesheuvel · 11 years ago
  60. ea6bc80 arm64/efi: set PE/COFF section alignment to 4 KB by Ard Biesheuvel · 11 years ago
  61. 95b3959 arm64/efi: efistub: jump to 'stext' directly, not through the header by Ard Biesheuvel · 11 years ago
  62. cac7f24 Linux 3.18-rc2 by Linus Torvalds · 11 years ago
  63. 88e2376 Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  64. d1e14f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  65. efc176a Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 11 years ago
  66. d1e61eb ARM: dts: imx28-evk: Let i2c0 run at 100kHz by Fabio Estevam · 11 years ago
  67. a1fc198 ARM: i.MX6: Fix "emi" clock name typo by Steve Longerbeam · 11 years ago
  68. db6ec21 overlayfs: embed middle into overlay_readdir_data by Al Viro · 11 years ago
  69. 49be4fb overlayfs: embed root into overlay_readdir_data by Al Viro · 11 years ago
  70. 68bf861 overlayfs: make ovl_cache_entry->name an array instead of pointer by Al Viro · 11 years ago
  71. 3d268c9 overlayfs: don't hold ->i_mutex over opening the real directory by Al Viro · 11 years ago
  72. 2cc9188 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  73. cdc63a0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  74. 83da00f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  75. 96971e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  76. 20ca57c Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  77. c6d1340 Merge tag 'sound-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  78. 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  79. 1c45d9a Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  80. 8264fce Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  81. 3dec0fe arm64: Fix memblock current_limit with 64K pages and 48-bit VA by Catalin Marinas · 11 years ago
  82. 06090e8 sparc64: Implement __get_user_pages_fast(). by David S. Miller · 11 years ago
  83. ef3e035 sparc64: Fix register corruption in top-most kernel stack frame during boot. by David S. Miller · 11 years ago
  84. 9298040 arm64: ASLR: Don't randomise text when randomise_va_space == 0 by Arun Chandran · 11 years ago
  85. 4846f11 MIPS: SEAD3: Fix I2C device registration. by Ralf Baechle · 11 years ago
  86. 571ee1b kvm: vfio: fix unregister kvm_device_ops of vfio by Wanpeng Li · 11 years ago
  87. 1715d0d KVM: x86: Wrong assertion on paging_tmpl.h by Nadav Amit · 11 years ago
  88. 3d32e4d kvm: fix excessive pages un-pinning in kvm_iommu_map error path. by Quentin Casasnovas · 11 years ago
  89. 3f6f148 KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag by Nadav Amit · 11 years ago
  90. 13e457e KVM: x86: Emulator does not decode clflush well by Nadav Amit · 11 years ago
  91. a430c91 KVM: emulate: avoid accessing NULL ctxt->memopp by Paolo Bonzini · 11 years ago
  92. cc08d25 MIPS: SEAD3: Nuke PIC32 I2C driver. by Ralf Baechle · 11 years ago
  93. 08da44a KVM: x86: Decoding guest instructions which cross page boundary may fail by Nadav Amit · 11 years ago
  94. 2bc19dc kvm: x86: don't kill guest on unknown exit reason by Michael S. Tsirkin · 11 years ago
  95. a642fc3 kvm: vmx: handle invvpid vm exit gracefully by Petr Matousek · 11 years ago
  96. d1442d8 KVM: x86: Handle errors when RIP is set during far jumps by Nadav Amit · 11 years ago
  97. 234f3ce KVM: x86: Emulator fixes for eip canonical checks on near branches by Nadav Amit · 11 years ago
  98. 05c83ec KVM: x86: Fix wrong masking on relative jump/call by Nadav Amit · 11 years ago
  99. 2febc83 KVM: x86: Improve thread safety in pit by Andy Honig · 11 years ago
  100. 8b3c310 KVM: x86: Prevent host from panicking on shared MSR writes. by Andy Honig · 11 years ago