1. 784e030 rseq: Avoid infinite recursion when delivering SIGSEGV by Will Deacon · 7 years ago
  2. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  3. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  4. d82991a Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  6. 311da49 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  7. b74406f arm: Add syscall detection for restartable sequences by Mathieu Desnoyers · 7 years ago
  8. 9800b9d arm: Add restartable sequences support by Mathieu Desnoyers · 7 years ago
  9. 0ac000e Merge branches 'fixes', 'misc' and 'spectre' into for-linus by Russell King · 7 years ago
  10. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  11. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  12. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. 10573ae ARM: spectre-v1: fix syscall entry by Russell King · 7 years ago
  14. 9d3a049 ARM: bugs: add support for per-processor bug checking by Russell King · 7 years ago
  15. 2660216 ARM: bugs: hook processor bug checking into SMP and suspend paths by Russell King · 7 years ago
  16. a5b9177 ARM: bugs: prepare processor bug infrastructure by Russell King · 7 years ago
  17. 0788f1e arm_pmu: simplify arm_pmu::handle_irq by Mark Rutland · 7 years ago
  18. 83d41fb ARM: 8774/1: remove no-op macro VMLINUX_SYMBOL() by Masahiro Yamada · 7 years ago
  19. 98f1b5a ARM: 8765/1: smp: Move clear_tasks_mm_cpumask() call to __cpu_die() by Grygorii Strashko · 7 years ago
  20. 046835b ARM: 8757/1: NOMMU: Support PMSAv8 MPU by Vladimir Murzin · 7 years ago
  21. 3c24121 ARM: 8756/1: NOMMU: Postpone MPU activation till __after_proc_init by Vladimir Murzin · 7 years ago
  22. 22893aa ARM: 8755/1: NOMMU: Reorganise __setup_mpu by Vladimir Murzin · 7 years ago
  23. 9cfb541 ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespace by Vladimir Murzin · 7 years ago
  24. eb0146d ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr by Masami Hiramatsu · 7 years ago
  25. 1c37963 ARM: kexec: record parent context registers for non-crash CPUs by Russell King · 7 years ago
  26. 2d7b3c6 ARM: kexec: fix kdump register saving on panic() by Russell King · 7 years ago
  27. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  28. d4a451d arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol by Christoph Hellwig · 7 years ago
  29. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  30. 4a1e005 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  31. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  32. 9d5b7c9 mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() by Dominik Brodowski · 7 years ago
  33. d2b35e0 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  34. 73b9160 ARM: 8748/1: mm: Define vdso_start, vdso_end as array by Jinbum Park · 7 years ago
  35. b54290e ARM: simplify and fix linker script for TCM by Nicolas Pitre · 7 years ago
  36. c3146c4 ARM: linker script: factor out TCM bits by Nicolas Pitre · 7 years ago
  37. 9147095 ARM: linker script: factor out vectors and stubs by Nicolas Pitre · 7 years ago
  38. d9a46e6 ARM: linker script: factor out unwinding table sections by Nicolas Pitre · 7 years ago
  39. 47b4c77 ARM: linker script: factor out stuff for the .text section by Nicolas Pitre · 7 years ago
  40. ab42fad ARM: linker script: factor out stuff for the DISCARD section by Nicolas Pitre · 7 years ago
  41. 2f181e0 ARM: linker script: factor out some common definitions between XIP and non-XIP by Nicolas Pitre · 7 years ago
  42. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  43. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  44. 367b0df Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  45. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  46. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  47. f71dd7d signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed by Eric W. Biederman · 7 years ago
  48. 3a175cd Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-next by Russell King · 7 years ago
  49. ff5fdaf ARM: 8745/1: get rid of __memzero() by Nicolas Pitre · 7 years ago
  50. 62d1c95 ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries cores by Vladimir Murzin · 7 years ago
  51. 3ea70d7 arm: do not use print_symbol() by Sergey Senozhatsky · 7 years ago
  52. dc8635b kernel/exit.c: export abort() to modules by Andrew Morton · 7 years ago
  53. 7153884 PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64 by Bjorn Helgaas · 7 years ago
  54. 670431e ARM: 8733/1: hw_breakpoint: Mark variables as __ro_after_init by Jinbum Park · 7 years ago
  55. c608906 ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit code by Russell King · 7 years ago
  56. 87fc5c6 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  57. 3aaf33b ARM: avoid faulting on qemu by Russell King · 7 years ago
  58. bbecb1c Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  59. 8bafae2 ARM: BUG if jumping to usermode address in kernel mode by Russell King · 7 years ago
  60. 8c60969 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  61. 441692a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  62. e7a7912 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  63. 0219614 Merge branch 'devel-stable' into for-next by Russell King · 7 years ago
  64. 7f3d1f9 Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-next by Russell King · 7 years ago
  65. b9dd05c ARM: 8720/1: ensure dump_instr() checks addr_limit by Mark Rutland · 7 years ago
  66. 2a14b80 ARM: 8717/2: debug printch/printascii: translate '\n' to "\r\n" not "\n\r" by Nicolas Pitre · 7 years ago
  67. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  68. 682e3ef Merge tag 'amlogic-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/soc by Arnd Bergmann · 7 years ago
  69. 936a417 ARM: smp_scu: allow the platform code to read the SCU CPU status by Martin Blumenstingl · 7 years ago
  70. 0606326 ARM: smp_scu: add a helper for powering on a specific CPU by Martin Blumenstingl · 7 years ago
  71. 2162183 ARM: 8713/1: NOMMU: Support MPU in XIP configuration by Vladimir Murzin · 7 years ago
  72. 9fcb01a ARM: 8711/1: V7M: Add support for MPU to M-class by Vladimir Murzin · 7 years ago
  73. a0995c08 ARM: 8708/1: NOMMU: Rework MPU to be mostly done in C by Vladimir Murzin · 7 years ago
  74. 9c323bf Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  75. 59b6359 ARM: 8702/1: head-common.S: Clear lr before jumping to start_kernel() by Geert Uytterhoeven · 7 years ago
  76. de88063 ARM: 8705/1: early_printk: use printascii() rather than printch() by Nicolas Pitre · 7 years ago
  77. ee3eaee ARM: 8704/1: semihosting: use proper instruction on v7m processors by Nicolas Pitre · 7 years ago
  78. e11d131 ARM: 8703/1: debug.S: move hexbuf to a writable section by Nicolas Pitre · 7 years ago
  79. 1bb0783 Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stable by Russell King · 7 years ago
  80. 99cf8f9 ARM: better diagnostics with missing/corrupt dtb by Russell King · 7 years ago
  81. 47624248 Merge branch 'xip_zdata' of http://git.linaro.org/people/nicolas.pitre/linux into devel-testing by Russell King · 7 years ago
  82. 6022f80 ARM: 8695/1: entry: Remove dead code in sys_mmap2 by Vladimir Murzin · 7 years ago
  83. e33f8d32 arm/syscalls: Optimize address limit check by Thomas Garnier · 7 years ago
  84. 2404269 Revert "arm/syscalls: Check address limit on user-mode return" by Thomas Garnier · 7 years ago
  85. 8fac2f9 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  86. 7f1b9be Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  87. ca8b5d9 ARM: XIP kernel: store .data compressed in ROM by Nicolas Pitre · 7 years ago
  88. 0d302c7 ARM: vmlinux-xip.lds.S: fix multiple issues by Nicolas Pitre · 7 years ago
  89. 861e37d ARM: vmlinux.lds.S: replace open coded .data sections with generic macros by Nicolas Pitre · 7 years ago
  90. 88cac29 ARM: vmlinux*.lds.S: some decruftification by Nicolas Pitre · 7 years ago
  91. 9520b1a ARM: head-common.S: speed up startup code by Nicolas Pitre · 7 years ago
  92. 382e67a ARM: enable elf_fdpic on systems with an MMU by Nicolas Pitre · 7 years ago
  93. 5c16595 ARM: signal handling support for FDPIC_FUNCPTRS functions by Nicolas Pitre · 7 years ago
  94. e71fd63 arm_elf_read_implies_exec(): remove unused argument by Nicolas Pitre · 7 years ago
  95. 8fcd6c4 ARM: implement get_tls syscall by Nicolas Pitre · 7 years ago
  96. e558bdc Merge branches 'fixes' and 'misc' into for-linus by Russell King · 7 years ago
  97. 9a3dc31 ARM: 8691/1: Export save_stack_trace_tsk() by Dustin Brown · 7 years ago
  98. fd1d362 ARM: implement memset32 & memset64 by Matthew Wilcox · 7 years ago
  99. 6c51e67 Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  100. a8e65e0 ARM: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago