1. 801c0b2 powerpc: Print MSR TM bits in oops messages by Michael Neuling · 9 years ago
  2. 81d7a32 powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered by Boqun Feng · 9 years ago
  3. 49e9cf3 powerpc: Make value-returning atomics fully ordered by Boqun Feng · 9 years ago
  4. 4dcbd88e powerpc/mm: Don't open code pgtable_t size by Aneesh Kumar K.V · 9 years ago
  5. 4ad90c8 powerpc/mm: Use H_READ with H_READ_4 by Aneesh Kumar K.V · 9 years ago
  6. 45949eb powerpc/nohash: we don't use real_pte_t for nohash by Aneesh Kumar K.V · 9 years ago
  7. cc50380 powerpc/nohash: Update 64K nohash config to have 32 pte fragement by Aneesh Kumar K.V · 9 years ago
  8. 4d9057c powerpc/mm: Don't hardcode the hash pte slot shift by Aneesh Kumar K.V · 9 years ago
  9. 62607bc powerpc/mm: Don't hardcode page table size by Aneesh Kumar K.V · 9 years ago
  10. 6a119ea powerpc/mm: Add a _PAGE_PTE bit by Aneesh Kumar K.V · 9 years ago
  11. e34aa03 powerpc/mm: Move THP headers around by Aneesh Kumar K.V · 9 years ago
  12. 26a344a powerpc/mm: Move hugetlb related headers by Aneesh Kumar K.V · 9 years ago
  13. 40e8550 powerpc/mm: Move WIMG update to helper. by Aneesh Kumar K.V · 9 years ago
  14. c6a3c49 powerpc/mm: Add helper for converting pte bit to hpte bits by Aneesh Kumar K.V · 9 years ago
  15. a43c0eb powerpc/mm: Convert 4k insert from asm to C by Aneesh Kumar K.V · 9 years ago
  16. 89ff725 powerpc/mm: Convert __hash_page_64K to C by Aneesh Kumar K.V · 9 years ago
  17. 227fdbe powerpc/mm: Increase the width of #define by Aneesh Kumar K.V · 9 years ago
  18. 506b863 powerpc/mm: Remove pte_val usage for the second half of pgtable_t by Aneesh Kumar K.V · 9 years ago
  19. bf680d5 powerpc/mm: Don't track subpage valid bit in pte_t by Aneesh Kumar K.V · 9 years ago
  20. 106713a powerpc/mm: Remove the dependency on pte bit position in asm code by Aneesh Kumar K.V · 9 years ago
  21. 91f1da9 powerpc/mm: Convert 4k hash insert to C by Aneesh Kumar K.V · 9 years ago
  22. 17ed9e3 powerpc/booke: Move nohash headers by Aneesh Kumar K.V · 9 years ago
  23. 1ca7212 powerpc/mm: Move PTE bits from generic functions to hash64 functions. by Aneesh Kumar K.V · 9 years ago
  24. 371352c powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h by Aneesh Kumar K.V · 9 years ago
  25. f281b5d powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue by Aneesh Kumar K.V · 9 years ago
  26. 10bd380 powerpc/mm: Don't use pte_val as lvalue by Aneesh Kumar K.V · 9 years ago
  27. b0412ea powerpc/mm: Drop pte-common.h from BOOK3S 64 by Aneesh Kumar K.V · 9 years ago
  28. ee4889c powerpc/mm: Don't have generic headers introduce functions touching pte bits by Aneesh Kumar K.V · 9 years ago
  29. cbbb868 powerpc/mm: Delete booke bits from book3s by Aneesh Kumar K.V · 9 years ago
  30. ab537dc powerpc/mm: Move hash specific pte width and other defines to book3s by Aneesh Kumar K.V · 9 years ago
  31. 3dfcb315 powerpc/mm: make a separate copy for book3s by Aneesh Kumar K.V · 9 years ago
  32. 26b6a3d powerpc/mm: move pte headers to book3s directory by Aneesh Kumar K.V · 9 years ago
  33. 0863d7f powerpc/mm: Fix infinite loop in hash fault with 4K page size by Aneesh Kumar K.V · 9 years ago
  34. db1231d powerpc: Fix DSCR inheritance over fork() by Anton Blanchard · 9 years ago
  35. 20dbe67 powerpc: Call restore_sprs() before _switch() by Anton Blanchard · 9 years ago
  36. d64d02c powerpc: Call check_if_tm_restore_required() in enable_kernel_*() by Anton Blanchard · 9 years ago
  37. d1e1cf2 powerpc: clean up asm/switch_to.h by Anton Blanchard · 9 years ago
  38. f3d885c powerpc: Rearrange __switch_to() by Anton Blanchard · 9 years ago
  39. 579e633 powerpc: create flush_all_to_thread() by Anton Blanchard · 9 years ago
  40. c208505 powerpc: create giveup_all() by Anton Blanchard · 9 years ago
  41. 1f2e25b powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}() by Anton Blanchard · 9 years ago
  42. 3eb5d58 powerpc: Add ppc_strict_facility_enable boot option by Anton Blanchard · 9 years ago
  43. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  44. a0e72cf powerpc: Create msr_check_and_{set,clear}() by Anton Blanchard · 9 years ago
  45. 1552cd7 crypto: vmx: Only call enable_kernel_vsx() by Anton Blanchard · 9 years ago
  46. a7d623d powerpc: Move part of giveup_vsx into c by Anton Blanchard · 9 years ago
  47. 98da581 powerpc: Move part of giveup_fpu,altivec,spe into c by Anton Blanchard · 9 years ago
  48. b51b115 powerpc: Remove NULL task struct pointer checks in FP and vector code by Anton Blanchard · 9 years ago
  49. 611b0e5 powerpc: Create mtmsrd_isync() by Anton Blanchard · 9 years ago
  50. b86fd2b powerpc: Simplify TM restore checks by Anton Blanchard · 9 years ago
  51. af1bbc3 powerpc: Remove UP only lazy floating point and vector optimisations by Anton Blanchard · 9 years ago
  52. 68bfa96 powerpc: Remove redundant mflr in _switch by Anton Blanchard · 9 years ago
  53. 152d523 powerpc: Create context switch helpers save_sprs() and restore_sprs() by Anton Blanchard · 9 years ago
  54. af72ab6 powerpc: Don't disable MSR bits in do_load_up_transact_*() functions by Anton Blanchard · 9 years ago
  55. 07e45c1 powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switch by Anton Blanchard · 9 years ago
  56. 31a40e2 powerpc/64: Include KVM guest test in all interrupt vectors by Paul Mackerras · 9 years ago
  57. b4f8144 powerpc/axonram: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  58. 6735b2e powerpc/rackmeter: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  59. 343c332 powerpc: Add rN aliases to the pt_regs_offset table. by Rashmica Gupta · 9 years ago
  60. f43194e powerpc: Standardise on NR_syscalls rather than __NR_syscalls. by Rashmica Gupta · 9 years ago
  61. cdfc8ed powerpc: Remove unused function trace_syscall() by Rashmica Gupta · 9 years ago
  62. 58531b0 powerpc/boot: allow wrapper to work on non-english system by Laurent Vivier · 9 years ago
  63. 6c30821 powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer by John Ogness · 9 years ago
  64. 57f8894 powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlers by John Ogness · 9 years ago
  65. 87630eb powerpc/powernv: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  66. 48f0f6b cxl: use correct operator when writing pcie config space values by Andrew Donnellan · 9 years ago
  67. 1b5df59 cxl: Fix possible idr warning when contexts are released by Vaibhav Jain · 9 years ago
  68. 1ec2183 Linux 4.4-rc2 by Linus Torvalds · 9 years ago
  69. 104e2a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  70. dcfeda9 Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  71. 7f21739 Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  72. 6d2d91b Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  73. 0ec7dc8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  74. 94521b2 Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  75. 727cde6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. 069ec22 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  78. 0337451 slub: add missing kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  79. 03ec0ed slub: fix kmem cgroup bug in kmem_cache_alloc_bulk by Jesper Dangaard Brouer · 9 years ago
  80. d0ecd89 slub: optimize bulk slowpath free by detached freelist by Jesper Dangaard Brouer · 9 years ago
  81. 8108465 slub: support for bulk free with SLUB freelists by Jesper Dangaard Brouer · 9 years ago
  82. 41b85a1 parisc: Map kernel text and data on huge pages by Helge Deller · 9 years ago
  83. 736d216 parisc: Add Huge Page and HUGETLBFS support by Helge Deller · 9 years ago
  84. 337685e parisc: Use long branch to do_syscall_trace_exit by Helge Deller · 9 years ago
  85. 332b42e parisc: Increase initial kernel mapping to 32MB on 64bit kernel by Helge Deller · 9 years ago
  86. 4182d0c parisc: Initialize the fault vector earlier in the boot process. by Helge Deller · 9 years ago
  87. 1f25ad2 parisc: Add defines for Huge page support by Helge Deller · 9 years ago
  88. dcbf0d2 parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h by Helge Deller · 9 years ago
  89. 3ad5d7e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  90. 707b4f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  91. 4143fc8 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. 876454a Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  93. bd63acf serial: export fsl8250_handle_irq by Arnd Bergmann · 9 years ago
  94. fa70045 serial: 8250_mid: Add missing dependency by Heikki Krogerus · 9 years ago
  95. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  96. f356d7a serial: etraxfs-uart: Fix crash by Guenter Roeck · 9 years ago
  97. bec8bf6 serial: fsl_lpuart: Fix earlycon support by Peter Hurley · 9 years ago
  98. 83f7fa6 bcm63xx_uart: Use the device name when registering an interrupt by Simon Arlott · 9 years ago
  99. 17a6921 tty: Fix direct use of tty buffer work by Peter Hurley · 9 years ago
  100. ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 9 years ago