- fe9e1d5 powerpc: Add code to handle soft-disabled doorbells on server by Ian Munsie · 12 years ago
- 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
- 12660b17 powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning ! by Li Zhong · 12 years ago
- 53b50f9 powerpc: take dereferencing to ret_from_kernel_thread() by Al Viro · 12 years ago
- 4079210 powerpc: don't mess with r2 in copy_thread() and friends by Al Viro · 12 years ago
- 138d1ce powerpc: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
- 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- be6abfa7 powerpc: switch to generic sys_execve()/kernel_execve() by Al Viro · 12 years ago
- 58254e1 powerpc: split ret_from_fork by Al Viro · 12 years ago
- a9c4e54 powerpc/kprobe: Complete kprobe and migrate exception frame by Tiejun Chen · 12 years ago
- 7143328 powerpc: Restore correct DSCR in context switch by Anton Blanchard · 12 years ago
- 9778b69 powerpc: Use CURRENT_THREAD_INFO instead of open coded assembly by Stuart Yoder · 13 years ago
- ac1dc36 powerpc: Clear RI and EE at the same time in system call exit by Anton Blanchard · 13 years ago
- c58ce2b ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preempt by Tiejun Chen · 13 years ago
- 8b6ee04 Merge branch 'merge' into next by Benjamin Herrenschmidt · 13 years ago
- 7c0482e powerpc/irq: Fix another case of lazy IRQ state getting out of sync by Benjamin Herrenschmidt · 13 years ago
- ea4e89a Merge branch 'merge' into next by Benjamin Herrenschmidt · 13 years ago
- 56dfa7f powerpc/irq: Fix bug with new lazy IRQ handling code by Benjamin Herrenschmidt · 13 years ago
- fd6c40f powerpc: Better scheduling of CR save code in system call path by Anton Blanchard · 13 years ago
- 8208741 powerpc: No need to preserve count register across system call by Anton Blanchard · 13 years ago
- 823df43 powerpc: No need to save XER in a system call by Anton Blanchard · 13 years ago
- d14299d powerpc: Hide some system call labels from profile tools by Anton Blanchard · 13 years ago
- 7230c56 powerpc: Rework lazy-interrupt handling by Benjamin Herrenschmidt · 13 years ago
- d9ada91 powerpc: Replace mfmsr instructions with load from PACA kernel_msr field by Benjamin Herrenschmidt · 13 years ago
- 1421ae0 powerpc: Improve 64-bit syscall entry/exit by Benjamin Herrenschmidt · 13 years ago
- 4f8cf36 powerpc: Remove legacy iSeries bits from assembly files by Benjamin Herrenschmidt · 13 years ago
- 18b246f powerpc: Fix various issues with return to userspace by Benjamin Herrenschmidt · 13 years ago
- 44ae3ab powerpc: Free up some CPU feature bits by moving out MMU-related features by Matt Evans · 14 years ago
- efcac65 powerpc: Per process DSCR + some fixes (try#4) by Alexey Kardashevskiy · 14 years ago
- 2dd60d7 powerpc: In HV mode, use HSPRG0 for PACA by Benjamin Herrenschmidt · 14 years ago
- cf9efce powerpc: Account time using timebase rather than PURR by Paul Mackerras · 14 years ago
- f89451f powerpc: Feature nop out reservation clear when stcx checks address by Anton Blanchard · 14 years ago
- 0fe1ac4 powerpc/perf_event: Fix oops due to perf_event_do_pending call by Paul Mackerras · 15 years ago
- 44c9f3c powerpc: Clear MSR_RI during RTAS calls by Anton Blanchard · 15 years ago
- 0ffa798 Merge branches 'perf/powerpc' and 'perf/bench' into perf/core by Ingo Molnar · 15 years ago
- 917e407 powerpc: perf_event: Hide iseries_check_pending_irqs by Anton Blanchard · 15 years ago
- 4f917ba powerpc/ppc64: Use preempt_schedule_irq instead of preempt_schedule by Benjamin Herrenschmidt · 15 years ago
- be10ab1 powerpc64/ftrace: use PACA to retrieve TOC in mod_return_to_handler by Steven Rostedt · 15 years ago
- cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
- 2d27cfd powerpc: Remaining 64-bit Book3E support by Benjamin Herrenschmidt · 15 years ago
- 6c17199 powerpc/of: Remove useless register save/restore when calling OF back by Benjamin Herrenschmidt · 15 years ago
- ee43eb7 powerpc: Use names rather than numbers for SPRGs (v2) by Benjamin Herrenschmidt · 15 years ago
- f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 16 years ago
- bb72534 powerpc64, ftrace: save toc only on modules for function graph by Steven Rostedt · 16 years ago
- 4654288 powerpc64, tracing: add function graph tracer with dynamic tracing by Steven Rostedt · 16 years ago
- 6794c78 powerpc64: port of the function graph tracer by Steven Rostedt · 16 years ago
- 93a6d3c powerpc: Provide a way to defer perf counter work until interrupts are enabled by Paul Mackerras · 16 years ago
- b8307db Merge commit 'v2.6.28-rc7' into tracing/core by Ingo Molnar · 16 years ago
- ab598b6 powerpc: Fix system calls on Cell entered with XER.SO=1 by Paul Mackerras · 16 years ago
- c7b0d173 powerpc: ftrace, do nothing in mcount call for dyn ftrace by Steven Rostedt · 16 years ago
- 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
- e31aa45 powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bit by Paul Mackerras · 16 years ago
- 01f3880d powerpc: Streamline ret_from_except_lite for non-iSeries platforms by Michael Ellerman · 16 years ago
- 7d6d637 powerpc: Add TIF_NOTIFY_RESUME support for tracehook by Roland McGrath · 16 years ago
- 4f72c42 powerpc: Make syscall tracing use tracehook.h helpers by Roland McGrath · 16 years ago
- 43d2548 Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build by Benjamin Herrenschmidt · 16 years ago
- ce48b21 powerpc: Add VSX context save/restore, ptrace and signal support by Michael Neuling · 17 years ago
- c230328 powerpc: Use an alternative feature section in entry_64.S by Michael Ellerman · 17 years ago
- 395a59d ftrace: store mcount address in rec->ip by Abhishek Sagar · 17 years ago
- 4e491d1 ftrace: support for PowerPC by Steven Rostedt · 17 years ago
- 945feb1 [POWERPC] irqtrace support for 64-bit powerpc by Benjamin Herrenschmidt · 17 years ago
- ec2b36b [POWERPC] Move stackframe definitions to common header by Benjamin Herrenschmidt · 17 years ago
- f66bce5 [POWERPC] Add 1TB workaround for PA6T by Olof Johansson · 17 years ago
- 1189be6 [POWERPC] Use 1TB segments by Paul Mackerras · 17 years ago
- 00efee7 [POWERPC] Remove barriers from the SLB shadow buffer update by Michael Neuling · 17 years ago
- 67439b7 [POWERPC] Fixes for the SLB shadow buffer code by Michael Neuling · 17 years ago
- a583f1b remove unused TIF_NOTIFY_RESUME flag by Stephane Eranian · 17 years ago
- e56a6e2 [POWERPC] Clear RI bit in MSR before restoring r13 when returning to userspace by Paul Mackerras · 18 years ago
- 007d88d [POWERPC] Fix manual assembly WARN_ON() in enter_rtas(). by David Woodhouse · 18 years ago
- c705677 [POWERPC] iSeries: Eliminate "exceeds stub group size" warnings by Stephen Rothwell · 18 years ago
- a7a1ed3 [PATCH] Remove occurences of PPC_MULTIPLATFORM in head_64.S by s.hauer@pengutronix.de · 18 years ago
- b0a779d [POWERPC] Make sure interrupt enable gets restored properly by Paul Mackerras · 18 years ago
- d04c56f [POWERPC] Lazy interrupt disabling for 64-bit machines by Paul Mackerras · 18 years ago
- 3f639ee [POWERPC] implement BEGIN/END_FW_FTR_SECTION by Stephen Rothwell · 18 years ago
- 11a27ad [POWERPC] SLB shadow buffer cleanup by Michael Neuling · 18 years ago
- 2f6093c [POWERPC] Implement SLB shadow buffer by Michael Neuling · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- bd19c89 [POWERPC] system call micro optimisation by Anton Blanchard · 19 years ago
- 9fe901d [PATCH] powerpc: Workaround for pSeries RTAS bug by Mike Kravetz · 19 years ago
- 5164501 Merge ../linux-2.6 by Paul Mackerras · 19 years ago
- 1bd7933 powerpc: Fix various syscall/signal/swapcontext bugs by Paul Mackerras · 19 years ago
- c6622f6 powerpc: Implement accurate task and CPU time accounting by Paul Mackerras · 19 years ago
- 2ef9481 [PATCH] powerpc: trivial: modify comments to refer to new location of files by Jon Mason · 19 years ago
- f27201d [PATCH] TIF_RESTORE_SIGMASK support for arch/powerpc by David Woodhouse · 19 years ago
- 3356bb9f7 [PATCH] powerpc: Remove lppaca structure from the PACA by David Gibson · 19 years ago
- e58c349 [PATCH] powerpc: Cleanup LOADADDR etc. asm macros by David Gibson · 19 years ago
- b5666f7 [PATCH] powerpc: Separate usage of KERNELBASE and PAGE_OFFSET by Michael Ellerman · 19 years ago
- bcb0550 [PATCH] ppc64 syscall_exit_work: call the save_nvgprs function, not its descriptor. by David Woodhouse · 19 years ago
- 401d1f0 [PATCH] syscall entry/exit revamp by David Woodhouse · 19 years ago
- 3eb6f26 powerpc: correct register usage in 64-bit syscall exit path by Paul Mackerras · 19 years ago
- ebd50e5 [PATCH] audit_sysctl_exit can only be used with CONF_AUDIT_SYSCTL by Horms · 19 years ago
- b09a491 powerpc: change sys32_ to compat_sys_ by Stephen Rothwell · 19 years ago
- 9994a33 powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.S by Paul Mackerras · 19 years ago