1. df9ab97 Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  2. ed8f8ce Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into for-next by Russell King · 10 years ago
  3. 8684014 ARM: 8301/1: qcom: Use secondary_startup_arm() by Stephen Boyd · 10 years ago
  4. bafe586 ARM: 8302/1: Add a secondary_startup that assumes ARM mode by Stephen Boyd · 10 years ago
  5. ada63d4 ARM: 8300/1: teach __asmeq that r11 == fp and r12 == ip by Ard Biesheuvel · 10 years ago
  6. 4e1c066 ARM: kprobes: Fix compilation error caused by superfluous '*' by Jon Medhurst · 10 years ago
  7. 1d88967 ARM: 8297/1: cache-l2x0: optimize aurora range operations by Arnd Bergmann · 10 years ago
  8. 20e783e ARM: 8296/1: cache-l2x0: clean up aurora cache handling by Arnd Bergmann · 10 years ago
  9. 8e64806 ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover by Will Deacon · 10 years ago
  10. e461894 ARM: 8284/1: sa1100: clear RCSR_SMR on resume by Dmitry Eremin-Solenikov · 10 years ago
  11. 1ff990c ARM: 8283/1: sa1100: collie: clear PWER register on machine init by Dmitry Eremin-Solenikov · 10 years ago
  12. 364e386 ARM: 8282/1: sa1100: use handle_domain_irq by Dmitry Eremin-Solenikov · 10 years ago
  13. a0ea298d3 ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driver by Dmitry Eremin-Solenikov · 10 years ago
  14. a82be3f ARM: 8280/1: sa1100: switch to irq_domain_add_simple() by Dmitry Eremin-Solenikov · 10 years ago
  15. 590f266 ARM: 8279/1: sa1100: merge both GPIO irqdomains by Dmitry Eremin-Solenikov · 10 years ago
  16. 8350809 ARM: 8278/1: sa1100: split irq handling for low GPIOs by Dmitry Eremin-Solenikov · 10 years ago
  17. fba2890 ARM: 8298/1: ARM_KERNMEM_PERMS only works with MMU enabled by Arnd Bergmann · 10 years ago
  18. ed46092 ARM: 8295/1: fix v7M build for !CONFIG_PRINTK by Rob Herring · 10 years ago
  19. c2607f7 ARM: 8294/1: ATAG_DTB_COMPAT: remove the DT workspace's hardcoded 64KB size by Nicolas Pitre · 10 years ago
  20. c2273a1 ARM: 8288/1: dma-mapping: don't detach devices without an IOMMU during teardown by Will Deacon · 10 years ago
  21. 7a06192 ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv code by Masahiro Yamada · 10 years ago
  22. 7d57909 ARM: 8290/1: decompressor: fix a wrong comment by Masahiro Yamada · 10 years ago
  23. 99a468d ARM: 8286/1: mm: Fix dma_contiguous_reserve comment by George G. Davis · 10 years ago
  24. 35997a2 ARM: 8248/1: pm: remove outdated comment by Brian Norris · 10 years ago
  25. 909ba29 ARM: 8292/1: mm: fix size rounding-down of arm_add_memory() function by Masahiro Yamada · 10 years ago
  26. a61cbf5 ARM: 8274/1: Fix DEBUG_LL for multi-platform kernels (without PL01X) by Daniel Thompson · 10 years ago
  27. d02fde7 ARM: 8273/1: Seperate DEBUG_UART_PHYS from DEBUG_LL on EP93XX by Daniel Thompson · 10 years ago
  28. 4d31e66 ARM: 8272/1: netx: Migrate DEBUG_LL macros to shared directory by Daniel Thompson · 10 years ago
  29. c26b999 ARM: 8271/1: omap1: Migrate debug_ll macros to use 8250.S by Daniel Thompson · 10 years ago
  30. abbfb21 ARM: 8270/1: ks8695: Migrate debug_ll macros to shared directory by Daniel Thompson · 10 years ago
  31. 6f51945 ARM: 8269/1: Remove DEBUG_LL_UART_NONE by Daniel Thompson · 10 years ago
  32. 34c64a5 ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where needed by Daniel Thompson · 10 years ago
  33. ecba152 ARM: 8267/1: cnx3xxx: Remove spurious default for DEBUG_CNS3xxx by Daniel Thompson · 10 years ago
  34. fb892bd ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUs by Jon Medhurst · 10 years ago
  35. c256303 ARM: 8285/1: remove ARMv3 user access code again by Nicolas Pitre · 10 years ago
  36. 56b60b8 ARM: 8265/1: dts: exynos4: Add nodes for L2 cache controller by Tomasz Figa · 10 years ago
  37. 30ad527 ARM: 8264/1: EXYNOS: Add support for non-secure L2X0 resume by Tomasz Figa · 10 years ago
  38. 5445b64 ARM: 8263/1: EXYNOS: Add .write_sec outer cache callback for L2C-310 by Tomasz Figa · 10 years ago
  39. cf0681c ARM: 8262/1: l2c: Add support for overriding prefetch settings by Tomasz Figa · 10 years ago
  40. 0c4c2ed ARM: 8261/1: l2c: Get outer cache .write_sec callback from mach_desc only if not NULL by Tomasz Figa · 10 years ago
  41. c6d1a2d ARM: 8260/1: l2c: Add interface to ask hypervisor to configure L2C by Tomasz Figa · 10 years ago
  42. 6b49241 ARM: 8259/1: l2c: Refactor the driver to use commit-like interface by Tomasz Figa · 10 years ago
  43. 0021824 ARM: 8258/1: l2c: use l2c_write_sec() for restoring latency and filter regs by Marek Szyprowski · 10 years ago
  44. 944e9df ARM: 8257/1: OMAP2+: use common l2cache initialization code by Marek Szyprowski · 10 years ago
  45. 0b7857d ARM: 8287/1: add bitrev.h file to support rbit instruction by Yalin Wang · 10 years ago
  46. bfc9657 ARM: optprobes: execute instruction during restoring if possible. by Wang Nan · 10 years ago
  47. 7a8ca0a ARM: 8252/1: sa1100: use pxa_timer clocksource driver by Dmitry Eremin-Solenikov · 10 years ago
  48. ee3a402 ARM: 8250/1: sa1100: provide OSTIMER0 clock for pxa_timer by Dmitry Eremin-Solenikov · 10 years ago
  49. 28a1899 ARM: kprobes: check register usage for probed instruction. by Wang Nan · 10 years ago
  50. 4cd872d ARM: kprobes: Fix unreliable MRS instruction tests by Jon Medhurst (Tixy) · 10 years ago
  51. 0dc016d ARM: kprobes: enable OPTPROBES for ARM 32 by Wang Nan · 10 years ago
  52. cbf6ab5 kprobes: Pass the original kprobe for preparing optimized kprobe by Masami Hiramatsu · 10 years ago
  53. 8d257e9 ARM: kprobes: Add test cases for stack consuming instructions by Jon Medhurst (Tixy) · 10 years ago
  54. a0266c2 ARM: kprobes: disallow probing stack consuming instructions by Wang Nan · 10 years ago
  55. 6624cf6 ARM: kprobes: collects stack consumption for store instructions by Wang Nan · 10 years ago
  56. 2d9ed74 ARM: 8255/1: perf: Prevent wraparound during overflow by Daniel Thompson · 10 years ago
  57. a18f364 ARM: 8266/1: Remove early stack deallocation from restore_user_regs by Daniel Thompson · 10 years ago
  58. 1e34792 ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile error by Victor Kamensky · 10 years ago
  59. 83803d9 ARM: kprobes: introduces checker by Wang Nan · 10 years ago
  60. 832607e ARM: probes: Use correct action types for MOVW, SEV and WFI by Jon Medhurst · 10 years ago
  61. fca08f3 ARM: probes: move all probe code to dedicate directory by Wang Nan · 10 years ago
  62. ac08468 ARM: 8253/1: mm: use phys_addr_t type in map_lowmem() for kernel mem region by Grygorii Strashko · 10 years ago
  63. cca547e ARM: 8249/1: mm: dump: don't skip regions by Mark Rutland · 10 years ago
  64. 841ee23 ARM: wire up execveat syscall by Russell King · 10 years ago
  65. 79b8cb9 Merge tag 'powerpc-3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  66. b739896 [IA64] Enable execveat syscall for ia64 by Tony Luck · 10 years ago
  67. 693a30b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  68. 4bf9636 Revert "ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo" by Pavel Machek · 10 years ago
  69. b485342 x86, um: actually mark system call tables readonly by Daniel Borkmann · 10 years ago
  70. f911d73 um: Skip futex_atomic_cmpxchg_inatomic() test by Richard Weinberger · 10 years ago
  71. a5cb236 Merge tag 'nios2-fixes-v3.19-rc3' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
  72. 1b0f449 nios2: Use preempt_schedule_irq by Tobias Klauser · 10 years ago
  73. 6f3d2b0 nios2: Initialize cpuinfo.mmu by Walter Goossens · 10 years ago
  74. 9bb29b6 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  75. 007487f Add USB_EHCI_EXYNOS to multi_v7_defconfig by Steev Klimaszewski · 10 years ago
  76. 1be6f10 Revert "powerpc: Secondary CPUs must set cpu_callin_map after setting active and online" by Michael Ellerman · 10 years ago
  77. c1caae3 powerpc/kdump: Ignore failure in enabling big endian exception during crash by Hari Bathini · 10 years ago
  78. 1e5d0fd powerpc: Wire up sys_execveat() syscall by Pranith Kumar · 10 years ago
  79. 2ea1e35 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  80. a629df7 kvm: x86: drop severity of "generation wraparound" message by Paolo Bonzini · 10 years ago
  81. baa0352 kvm: x86: vmx: reorder some msr writing by Tiejun Chen · 10 years ago
  82. 58628a7 Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  83. 45db073 parisc: fix out-of-register compiler error in ldcw inline assembler function by John David Anglin · 10 years ago
  84. 5d96e0c arm64: mm: Add pgd_page to support RCU fast_gup by Jungseok Lee · 10 years ago
  85. f7bf130 arm64: defconfig: defconfig update for 3.19 by Will Deacon · 10 years ago
  86. f43c271 arm64: kernel: fix __cpu_suspend mm switch on warm-boot by Lorenzo Pieralisi · 10 years ago
  87. 8e7a4ce ARM: 8189/1: arm64:add bitrev.h file to support rbit instruction by Yalin Wang · 10 years ago
  88. 31dde11 arm64: Replace set_arch_dma_coherent_ops with arch_setup_dma_ops by Catalin Marinas · 10 years ago
  89. d4b0833 ARM: mvebu: Fix pinctrl configuration for Armada 370 DB by Gregory CLEMENT · 10 years ago
  90. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  91. bfc7249 Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  92. 5d6a546 Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  93. 5be95b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 10 years ago
  94. 971d9e0 Merge tag 'cris-changes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 10 years ago
  95. acab1f88 Merge tag 'please-pull-misc-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
  96. 8bcabff CRISv32: Remove last remnants of ETRAX_SPI_MMC_BOARD by Jesper Nilsson · 10 years ago
  97. a3199ad CRISv32: ETRAXFS: Fix recursive spinlock by Jesper Nilsson · 10 years ago
  98. 9f1ad51 CRISv32: Select MTDRAM for axisflashmap by Jesper Nilsson · 10 years ago
  99. 4729d77 CRISv32: Implement early console by Jesper Nilsson · 10 years ago
  100. 421d085 CRIS: Use KALLSYMs if available in call stack dump by Jesper Nilsson · 10 years ago