1. b146e2c x86: annotate ->poll() instances by Al Viro · 7 years ago
  2. 76d2d4a um: annotate ->poll() instances by Al Viro · 7 years ago
  3. 8153a5e ppc: annotate ->poll() instances by Al Viro · 7 years ago
  4. 8b9aab0 mips: annotate ->poll() instances by Al Viro · 7 years ago
  5. e720f32 ia64: annotate ->poll() instances by Al Viro · 7 years ago
  6. 87c1c09 cris: annotate ->poll() instances by Al Viro · 7 years ago
  7. 8ced390 define __poll_t, annotate constants by Al Viro · 7 years ago
  8. d759be8 switch wrapper poll.h instances to generic-y by Al Viro · 7 years ago
  9. 699d7a5 um: make sure to have generated headers for target by Al Viro · 7 years ago
  10. bbecb1c Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  11. 02fc87b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  12. 580e3d5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  13. 8bafae2 ARM: BUG if jumping to usermode address in kernel mode by Russell King · 7 years ago
  14. 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  15. ca122fe Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  16. 5e2fda4 Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  17. 7753ea0 Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  18. 83ada03 Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  19. 54b8a23 m68k/macboing: Fix missed timer callback assignment by Kees Cook · 7 years ago
  20. 12a78d4 x86/decoder: Add new TEST instruction pattern by Masami Hiramatsu · 7 years ago
  21. fd2fa6c x86/PCI: Remove unused HyperTransport interrupt support by Bjorn Helgaas · 7 years ago
  22. e2a5dca x86/umip: Fix insn_get_code_seg_params()'s return value by Borislav Petkov · 7 years ago
  23. 69550d4 x86/boot/KASLR: Remove unused variable by Chao Fan · 7 years ago
  24. ca37e57 x86/entry/64: Add missing irqflags tracing to native_load_gs_index() by Andy Lutomirski · 7 years ago
  25. 14b661e Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  26. 4d6c51b powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features by Michael Ellerman · 7 years ago
  27. 73ce9aec powerpc/perf: Fix IMC_MAX_PMU macro by Madhavan Srinivasan · 7 years ago
  28. de34787f powerpc/perf: Fix pmu_count to count only nest imc pmus by Madhavan Srinivasan · 7 years ago
  29. 252eb55 powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX by Christophe Leroy · 7 years ago
  30. f68d62a x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow by Andrey Ryabinin · 7 years ago
  31. 548c305 x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing by Andy Lutomirski · 7 years ago
  32. f3f1dfd powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id() by Michael Ellerman · 7 years ago
  33. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  34. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  35. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  36. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  37. 6cc73a0 s390: cmm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  38. 8238573 ARC: perf: avoid vmalloc backed mmap by Vineet Gupta · 8 years ago
  39. 5b9027d ARCv2: perf: optimize given that num counters <= 32 by Vineet Gupta · 9 years ago
  40. 4d43129 ARCv2: perf: tweak overflow interrupt by Vineet Gupta · 9 years ago
  41. 400eeff ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE by Philip Derrin · 7 years ago
  42. 3b0c0c9 ARM: 8721/1: mm: dump: check hardware RO bit for LPAE by Philip Derrin · 7 years ago
  43. 29337b6 ARM: make decompressor debug output user selectable by Russell King · 7 years ago
  44. 1ee5e87 ARM: fix get_user_pages_fast by Russell King · 7 years ago
  45. 62b49c4 powerpc/vas: Export chip_to_vas_id() by Sukadev Bhattiprolu · 7 years ago
  46. fd11a64 x86/umip: Print a warning into the syslog if UMIP-protected instructions are used by Ricardo Neri · 7 years ago
  47. 7a06c66 powerpc/64s/slice: Use addr limit when computing slice mask by Aneesh Kumar K.V · 7 years ago
  48. 1deab8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  49. bf070bb kbuild: remove all dummy assignments to obj- by Masahiro Yamada · 7 years ago
  50. 09bd7c7 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  51. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  52. 52563d0 arch/tile/include/asm/topology.h: remove unused parent_node() macro by Dou Liyang · 7 years ago
  53. 5f4cdac arch/sparc/include/asm/topology_64.h: remove unused parent_node() macro by Dou Liyang · 7 years ago
  54. ece1578 arch/sh/include/asm/topology.h: remove unused parent_node() macro by Dou Liyang · 7 years ago
  55. 5eb9e8a arch/ia64/include/asm/topology.h: remove unused parent_node() macro by Dou Liyang · 7 years ago
  56. e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
  57. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  58. 2a8358d bug: define the "cut here" string in a single place by Kees Cook · 7 years ago
  59. fb6cc4a sh/boot: add static stack-protector to pre-kernel by Kees Cook · 7 years ago
  60. e75080f Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  61. e291167 Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  62. e71d512 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  63. 5a3e0b1 Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  64. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  65. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  66. b4c0a73 x86/smpboot: Fix __max_logical_packages estimate by Prarit Bhargava · 7 years ago
  67. 30bb981 x86/topology: Avoid wasting 128k for package id array by Andi Kleen · 7 years ago
  68. d46b4c1 perf/x86/intel/uncore: Cache logical pkg id in uncore driver by Andi Kleen · 7 years ago
  69. 4ee2ec1b x86/acpi: Reduce code duplication in mp_override_legacy_irq() by Vikas C Sajjan · 7 years ago
  70. 2527141 x86/acpi: Handle SCI interrupts above legacy space gracefully by Vikas C Sajjan · 7 years ago
  71. ac5292e x86/boot: Fix boot failure when SMP MP-table is based at 0 by Tom Lendacky · 7 years ago
  72. 7b8b098 arch: Fix duplicates in Kconfig for parisc and sparc by Babu Moger · 7 years ago
  73. bc5a768 parisc: Make some PDC structures accessible in uapi headers by Helge Deller · 7 years ago
  74. 3744d98 parisc: Pass endianness info to sparse by Luc Van Oostenryck · 7 years ago
  75. bf7b4c1 parisc: Add CPU topology support by Helge Deller · 7 years ago
  76. 05f016d parisc: Fix validity check of pointer size argument in new CAS implementation by John David Anglin · 7 years ago
  77. d02fcf5 kvm: vmx: Allow disabling virtual NMI support by Paolo Bonzini · 7 years ago
  78. 8a1b439 kvm: vmx: Reinstate support for CPUs without virtual NMI by Paolo Bonzini · 7 years ago
  79. 15038e1 KVM: SVM: obey guest PAT by Paolo Bonzini · 7 years ago
  80. fc3790f Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 7 years ago
  81. cf9b077 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  82. 527d147 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  83. 8c60969 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  84. 051089a Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  85. 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  86. 441692a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  87. 5b0e2cb Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  88. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  89. b630a23 Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  90. 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  91. ba5b503 arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3 by Masahiro Yamada · 7 years ago
  92. 52c291a sh: decompressor: add shipped files to .gitignore by Masahiro Yamada · 7 years ago
  93. 380a1ed frv: .gitignore: ignore vmlinux.lds by Masahiro Yamada · 7 years ago
  94. ab35727 s390: remove unused parameter from Makefile by Heiko Carstens · 7 years ago
  95. 544e8dd7 s390/cpum_sf: correctly set the PID and TID in perf samples by Hendrik Brueckner · 8 years ago
  96. d4c7e64 s390/cpum_sf: load program parameter at sampler enablement by Hendrik Brueckner · 7 years ago
  97. 0da0017 s390/perf: extend perf_regs support to include floating-point registers by Hendrik Brueckner · 7 years ago
  98. c33eff6 s390/perf: add perf_regs support and user stack dump by Heiko Carstens · 9 years ago
  99. 9232c3c s390/cpum_sf: do not register PMU if no sampling mode is authorized by Hendrik Brueckner · 7 years ago
  100. 3d43b98 s390/cpumf: remove raw event support in basic-only sampling mode by Pu Hou · 7 years ago