1. eea8148 powerpc/mm: Move register_process_table() out of ppc_md by Michael Ellerman · 8 years ago
  2. 1a058f1 powerpc/perf: Fix incorrect event codes in power9-event-list by Madhavan Srinivasan · 8 years ago
  3. 2c0f995 powerpc/32: Fix early access to cpu_spec relocation by Benjamin Herrenschmidt · 8 years ago
  4. a67ae75 powerpc/ptrace: Enable support for Performance Monitor registers by Anshuman Khandual · 8 years ago
  5. cf89d4e powerpc/ptrace: Enable support for EBB registers by Anshuman Khandual · 8 years ago
  6. fa43981 powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCR by Anshuman Khandual · 8 years ago
  7. c45dc90 powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR by Anshuman Khandual · 8 years ago
  8. 08e1c01 powerpc/ptrace: Enable support for TM SPR state by Anshuman Khandual · 8 years ago
  9. 9d3918f powerpc/ptrace: Enable support for NT_PPC_CVSX by Anshuman Khandual · 8 years ago
  10. 8c13f59 powerpc/ptrace: Enable support for NT_PPC_CVMX by Anshuman Khandual · 8 years ago
  11. 19cbcbf powerpc/ptrace: Enable support for NT_PPC_CFPR by Anshuman Khandual · 8 years ago
  12. 25847fb powerpc/ptrace: Enable support for NT_PPC_CGPR by Anshuman Khandual · 8 years ago
  13. 04fcadc powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transaction by Anshuman Khandual · 8 years ago
  14. 94b7d36 powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requests by Anshuman Khandual · 8 years ago
  15. d844e27 powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requests by Anshuman Khandual · 8 years ago
  16. 1ec8549 powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requests by Anshuman Khandual · 8 years ago
  17. 8d460f6 powerpc/process: Add the function flush_tmregs_to_thread by Anshuman Khandual · 8 years ago
  18. 0dc696b elf: Add powerpc specific core note sections by Anshuman Khandual · 8 years ago
  19. 703b41a powerpc/mm: remove flush_tlb_page_nohash by Aneesh Kumar K.V · 8 years ago
  20. 5491ae7 powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range by Aneesh Kumar K.V · 8 years ago
  21. fbfa26d powerpc/mm/radix/hugetlb: Add helper for finding page size from hstate by Aneesh Kumar K.V · 8 years ago
  22. f22dfc9 powerpc/mm/radix: Rename function and drop unused arg by Aneesh Kumar K.V · 8 years ago
  23. d8e91e9 powerpc/mm/radix: Add tlb flush of THP ptes by Aneesh Kumar K.V · 8 years ago
  24. 9d4dab1 powerpc/mm: Drop multiple definition of mm_is_core_local by Aneesh Kumar K.V · 8 years ago
  25. 13dce03 powerpc/mm: Use hugetlb flush functions by Aneesh Kumar K.V · 8 years ago
  26. 138ee7e powerpc/mm/hash: Add helper for finding SLBE LLP encoding by Aneesh Kumar K.V · 8 years ago
  27. 8cb8140 powerpc/mm/radix: Implement tlb mmu gather flush efficiently by Aneesh Kumar K.V · 8 years ago
  28. e2985fd powerpc/jump_label: Annotate jump label assembly by Michael Ellerman · 8 years ago
  29. c812c7d powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label init by Aneesh Kumar K.V · 8 years ago
  30. c12e6f2 powerpc: Add option to use jump label for mmu_has_feature() by Kevin Hao · 8 years ago
  31. 4db7327 powerpc: Add option to use jump label for cpu_has_feature() by Kevin Hao · 8 years ago
  32. bfbfc8a powerpc: Add kconfig option to use jump labels for cpu/mmu_has_feature() by Michael Ellerman · 8 years ago
  33. b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 8 years ago
  34. 905259e powerpc: Remove mfvtb() by Kevin Hao · 8 years ago
  35. 309b315 powerpc: Call jump_label_init() in apply_feature_fixups() by Aneesh Kumar K.V · 8 years ago
  36. e3f9108 jump_label: Make it possible for arches to invoke jump_label_init() earlier by Kevin Hao · 8 years ago
  37. b8f1b4f powerpc/mm: Convert early cpu/mmu feature check to use the new helpers by Aneesh Kumar K.V · 8 years ago
  38. a141cca powerpc/mm: Add early_[cpu|mmu]_has_feature() by Michael Ellerman · 8 years ago
  39. bab4c8d powerpc/mm: Define radix_enabled() in one place & use static inline by Michael Ellerman · 8 years ago
  40. 6574ba9 powerpc/kernel: Convert cpu_has_feature() to returning bool by Michael Ellerman · 8 years ago
  41. a81dc9d powerpc/kernel: Convert mmu_has_feature() to returning bool by Michael Ellerman · 8 years ago
  42. 5a25b6f powerpc/mm: Make MMU_FTR_RADIX a MMU family feature by Aneesh Kumar K.V · 8 years ago
  43. a28e46f powerpc/kernel: Check features don't change after patching by Michael Ellerman · 8 years ago
  44. 9e8066f powerpc/64: Do feature patching before MMU init by Michael Ellerman · 8 years ago
  45. 2537b09 powerpc/mm: Do radix device tree scanning earlier by Michael Ellerman · 8 years ago
  46. bacf9cf powerpc/mm: Do hash device tree scanning earlier by Michael Ellerman · 8 years ago
  47. c610ec6 powerpc/mm: Move disable_radix handling into mmu_early_init_devtree() by Michael Ellerman · 8 years ago
  48. 1a01dc8 powerpc/mm: Add mmu_early_init_devtree() by Michael Ellerman · 8 years ago
  49. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  50. dd0f0cf random: Fix crashes with sparse node ids by Michael Ellerman · 8 years ago
  51. 7f155c7 Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  52. d761f3e Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  53. b325e04 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  54. 7f7d556 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. 228ffba Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. f64d6e2 Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  57. 1056c9b Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  58. 719dbb2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  59. 797cee9 Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  60. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  61. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  62. 099c0cb documentation: da9052: Update regulator bindings names to match DA9052/53 DTS expectations by Steve Twiss · 8 years ago
  63. 601f887 Merge tag 'pm-urgent-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  64. 574c7e2 Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  65. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. 1a81a8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 8 years ago
  67. 86505fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  68. 9d3bc3d Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  69. e148d0f Merge branch 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  70. befff3b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 8 years ago
  71. b5f00d1 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  72. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  73. 20d00ee Revert "vfs: add lookup_hash() helper" by Linus Torvalds · 8 years ago
  74. e7b4f2d Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  75. 0a7736d Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfs by Linus Torvalds · 8 years ago
  76. a54809f Merge tag 'configfs-for-4.8' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  77. b0c4e2a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  78. 7bc3777 sparc64: Trim page tables for 8M hugepages by Nitin Gupta · 8 years ago
  79. 2af04ea objtool: Un-capitalize "Warning" for out-of-sync instruction decoder by Josh Poimboeuf · 8 years ago
  80. 8d94c2f objtool: Resync x86 instruction decoder with the kernel's by Josh Poimboeuf · 8 years ago
  81. 6d01f28 objtool: Support new GCC 6 switch jump table pattern by Josh Poimboeuf · 8 years ago
  82. 9ecabed Merge tag 'perf-urgent-for-mingo-20160728' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  83. 4a7f4e8 fuse: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  84. d72d9e2 mm: export filemap_check_errors() to modules by Miklos Szeredi · 8 years ago
  85. 9446385 fuse: fix wrong assignment of ->flags in fuse_send_init() by Wei Fang · 8 years ago
  86. 9ebce59 fuse: fuse_flush must check mapping->flags for errors by Maxim Patlasov · 8 years ago
  87. ac7f052 fuse: fsync() did not return IO errors by Alexey Kuznetsov · 8 years ago
  88. 4ce827b x86/power/64: Fix hibernation return address corruption by Josh Poimboeuf · 8 years ago
  89. 30c17eb ovl: simplify empty checking by Miklos Szeredi · 8 years ago
  90. 29c42e8 qstr: constify instances in overlayfs by Al Viro · 8 years ago
  91. dbc816d ovl: clear nlink on rmdir by Miklos Szeredi · 8 years ago
  92. 76bc8e2 ovl: disallow overlayfs as upperdir by Miklos Szeredi · 8 years ago
  93. 656189d ovl: fix warning by Miklos Szeredi · 8 years ago
  94. 5f21501 ovl: remove duplicated include from super.c by Wei Yongjun · 8 years ago
  95. 500cac3 ovl: append MAY_READ when diluting write checks by Vivek Goyal · 8 years ago
  96. e29841a ovl: dilute permission checks on lower only if not special file by Vivek Goyal · 8 years ago
  97. d837a49 ovl: fix POSIX ACL setting by Miklos Szeredi · 8 years ago
  98. 51f7e52 ovl: share inode for hard link by Miklos Szeredi · 8 years ago
  99. 39b681f ovl: store real inode pointer in ->i_private by Miklos Szeredi · 8 years ago
  100. a999d7e ovl: permission: return ECHILD instead of ENOENT by Miklos Szeredi · 8 years ago