1. 227d735 powerpc: add CPU field to struct thread_info by Ard Biesheuvel · 3 years, 3 months ago
  2. 98db179 powerpc/64s: power4 nap fixup in C by Nicholas Piggin · 3 years, 9 months ago
  3. 1a0e455 powerpc: Remove duplicate includes by Zhang Yunkai · 3 years, 10 months ago
  4. 2a06bf3 powerpc/64: context tracking remove _TIF_NOHZ by Nicholas Piggin · 4 years ago
  5. 8a5be36 Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years ago
  6. d7df77e powerpc/exec: Set thread.regs early during exec by Aneesh Kumar K.V · 4 years, 1 month ago
  7. 900f071 powerpc: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 2 months ago
  8. 5ae4998 powerpc: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 4 months ago
  9. 0a7601b powerpc/64: make buildable without CONFIG_COMPAT by Michal Suchanek · 4 years, 9 months ago
  10. 63289e7 powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK by Christophe Leroy · 5 years ago
  11. 0284748 powerpc/32: prepare for CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  12. c911d2e powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFO by Christophe Leroy · 6 years ago
  13. f7354cc powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU by Christophe Leroy · 6 years ago
  14. ed1cd6d powerpc: Activate CONFIG_THREAD_INFO_IN_TASK by Christophe Leroy · 6 years ago
  15. 5434ae7 powerpc/64s/hash: Add a SLB preload cache by Nicholas Piggin · 6 years ago
  16. 425d331 powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup by Nicholas Piggin · 6 years ago
  17. 5521eb4 powerpc/ptrace: Add support for PTRACE_SYSEMU by Breno Leitao · 6 years ago
  18. 16d7c69 powerpc: Redefine TIF_32BITS thread flag by Breno Leitao · 6 years ago
  19. 54be0b9 Revert "convert SLB miss handlers to C" and subsequent commits by Michael Ellerman · 6 years ago
  20. 89ca4e1 powerpc/64s/hash: Add a SLB preload cache by Nicholas Piggin · 6 years ago
  21. 2e16267 powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setup by Nicholas Piggin · 6 years ago
  22. 5c35a02 powerpc: clean the inclusion of stringify.h by Christophe Leroy · 6 years ago
  23. ec0c464 powerpc: move ASM_CONST and stringify_in_c() into asm-const.h by Christophe Leroy · 6 years ago
  24. 3e37868 powerpc: Check address limit on user-mode return (TIF_FSCHECK) by Michael Ellerman · 7 years ago
  25. fd70d9f powerpc: Add missing prototype for arch_dup_task_struct() by Mathieu Malaterre · 7 years ago
  26. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  27. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  28. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  29. 4761340 powerpc: Move THREAD_SHIFT config to Kconfig by Hamish Martin · 8 years ago
  30. a768f78 livepatch/powerpc: add TIF_PATCH_PENDING thread flag by Josh Poimboeuf · 8 years ago
  31. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
  32. c223c90 powerpc32: provide VIRT_CPU_ACCOUNTING by Christophe Leroy · 9 years ago
  33. 5d31a96 powerpc/livepatch: Add livepatch stack to struct thread_info by Michael Ellerman · 9 years ago
  34. fa41b1c arch: Remove exec_domain from remaining archs by Richard Weinberger · 10 years ago
  35. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  36. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  37. 10ea834 powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACE by Michael Ellerman · 10 years ago
  38. a87e810 powerpc: Work around gcc bug in current_thread_info() by Michael Ellerman · 10 years ago
  39. a3e5b35 powerpc: Don't use local named register variable in current_thread_info by Anton Blanchard · 10 years ago
  40. d31626f powerpc: Don't corrupt transactional state when using FP/VMX in kernel by Paul Mackerras · 11 years ago
  41. ae39c58 powerpc: Reclaim two unused thread_info flag bits by Paul Mackerras · 11 years ago
  42. 527d151 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  43. 373c76d powerpc: Add TIF_ELF2ABI flag. by Rusty Russell · 11 years ago
  44. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  45. 22ecbe8 powerpc: Syscall hooks for context tracking subsystem by Li Zhong · 12 years ago
  46. ee761f6 arch: Consolidate tsk_is_polling() by Thomas Gleixner · 12 years ago
  47. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  48. 16a8016 sanitize tsk_is_polling() by Al Viro · 13 years ago
  49. f0d1128 powerpc/kprobe: Introduce a new thread flag by Tiejun Chen · 12 years ago
  50. 8b7b80b powerpc: Uprobes port to powerpc by Ananth N Mavinakayanahalli · 12 years ago
  51. 9778b69 powerpc: Use CURRENT_THREAD_INFO instead of open coded assembly by Stuart Yoder · 12 years ago
  52. edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 13 years ago
  53. 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 13 years ago
  54. 6f73b36 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  55. a7243c1 powerpc: Remove now unused _TIF_RUNLATCH by Tiejun Chen · 13 years ago
  56. 96c9511 powerpc: Use common threadinfo allocator by Thomas Gleixner · 13 years ago
  57. fe1952f powerpc: Rework runlatch code by Benjamin Herrenschmidt · 13 years ago
  58. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  59. 02424d8 powerpc/ftrace: Implement raw syscall tracepoints on PowerPC by Ian Munsie · 14 years ago
  60. d6bf29b powerpc: mmu_gather rework by Peter Zijlstra · 14 years ago
  61. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 14 years ago
  62. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 15 years ago
  63. 94f28da powerpc: TIF_ABI_PENDING bit removal by Andreas Schwab · 15 years ago
  64. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  65. 652e8f8 Merge commit 'jwb/next' into next by Benjamin Herrenschmidt · 16 years ago
  66. a465f9b powerpc: Move is_32bit_task by Anton Blanchard · 16 years ago
  67. e124012 powerpc/44x: Support for 256KB PAGE_SIZE by Yuri Tikhonov · 16 years ago
  68. b8b572e powerpc: Move include files to arch/powerpc/include/asm by Stephen Rothwell · 16 years ago[Renamed from include/asm-powerpc/thread_info.h]
  69. 7d6d637 powerpc: Add TIF_NOTIFY_RESUME support for tracehook by Roland McGrath · 16 years ago
  70. b69c49b clean up duplicated alloc/free_thread_info by FUJITA Tomonori · 16 years ago
  71. a560643 [POWERPC] Defer processing of interrupts when the CPU wakes from sleep mode by Paul Mackerras · 17 years ago
  72. 7a10174 [POWERPC] Define and use TLF_RESTORE_SIGMASK by Roland McGrath · 17 years ago
  73. f6a6168 [POWERPC] Fix kernel stack allocation alignment by Benjamin Herrenschmidt · 17 years ago
  74. a583f1b remove unused TIF_NOTIFY_RESUME flag by Stephane Eranian · 17 years ago
  75. f341973d [POWERPC] Reserve threadinfo flags for perfmon2 by Anton Blanchard · 18 years ago
  76. 8a102ee [PATCH] PM: Fix SMP races in the freezer by Rafael J. Wysocki · 18 years ago
  77. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  78. f39224a powerpc: Use correct sequence for putting CPU into nap mode by Paul Mackerras · 19 years ago
  79. 1bd7933 powerpc: Fix various syscall/signal/swapcontext bugs by Paul Mackerras · 19 years ago
  80. cb2c9b2 [PATCH] powerpc: Fix runlatch performance issues by Anton Blanchard · 19 years ago
  81. e795638 [PATCH] __user annotations in powerpc thread_info by Al Viro · 19 years ago
  82. f27201d [PATCH] TIF_RESTORE_SIGMASK support for arch/powerpc by David Woodhouse · 19 years ago
  83. f5a61d0 [PATCH] death of get_thread_info/put_thread_info by Al Viro · 19 years ago
  84. 401d1f0 [PATCH] syscall entry/exit revamp by David Woodhouse · 19 years ago
  85. 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 19 years ago
  86. 328985b [PATCH] powerpc: Don't use kmalloc() for kernel stacks by David Gibson · 19 years ago
  87. 6cb7bfe [PATCH] powerpc: Merge thread_info.h by David Gibson · 19 years ago[Renamed (84%) from include/asm-ppc64/thread_info.h]
  88. 637a6ff [PATCH] ppc64: Updated Olof misc updates 3/3 by Olof Johansson · 19 years ago
  89. dcd497f [PATCH] streamline preempt_count type across archs by Jesper Juhl · 20 years ago
  90. 6dc2f0c [PATCH] ppc64: cleanup iseries runlight support by Anton Blanchard · 20 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago