| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: switch to generic old sigaction() | Al Viro | 2013-02-03 | 2 | -74/+0 |
* | powerpc: switch to generic compat rt_sigaction() | Al Viro | 2013-02-03 | 2 | -39/+0 |
* | powerpc: kill pointless wrappers | Al Viro | 2013-02-03 | 1 | -301/+0 |
* | powerpc: switch to generic old sigsuspend | Al Viro | 2013-02-03 | 1 | -11/+0 |
* | powerpc: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-03 | 1 | -24/+0 |
* | powerpc: switch to generic compat rt_sigpending() | Al Viro | 2013-02-03 | 1 | -18/+0 |
* | powerpc: switch to generic compat rt_sigprocmask() | Al Viro | 2013-02-03 | 1 | -35/+0 |
* | powerpc: switch to generic sigaltstack | Al Viro | 2013-02-03 | 4 | -83/+12 |
* | take sys_rt_sigsuspend() prototype to linux/syscalls.h | Al Viro | 2013-02-03 | 1 | -1/+0 |
* | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-01-03 | 12 | -51/+48 |
|\ |
|
| * | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 12 | -51/+48 |
* | | powerpc/vdso: Remove redundant locking in update_vsyscall_tz() | Shan Hai | 2013-01-03 | 1 | -5/+0 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-12-18 | 18 | -121/+451 |
|\ |
|
| * | powerpc: Setup relocation on exceptions for bare metal systems | Michael Neuling | 2012-11-15 | 1 | -0/+2 |
| * | powerpc: Move initial mfspr LPCR out of __init_LPCR | Michael Neuling | 2012-11-15 | 1 | -1/+5 |
| * | powerpc: Add relocation on exception vector handlers | Michael Neuling | 2012-11-15 | 2 | -9/+174 |
| * | powerpc: Add new macros needed for relocation on exceptions | Michael Neuling | 2012-11-15 | 1 | -0/+25 |
| * | powerpc: Turn syscall handler into macros | Michael Neuling | 2012-11-15 | 1 | -23/+40 |
| * | powerpc: Make load_hander handle upto 64k offset | Michael Neuling | 2012-11-15 | 2 | -2/+7 |
| * | powerpc: Remove unessessary 0x3000 location enforcement | Michael Neuling | 2012-11-15 | 1 | -1/+3 |
| * | powerpc: Whitespace changes in exception64s.S | Michael Neuling | 2012-11-15 | 1 | -15/+15 |
| * | Merge branch 'dt' into next | Benjamin Herrenschmidt | 2012-11-15 | 5 | -16/+15 |
| |\ |
|
| | * | powerpc+of: Remove the pSeries_reconfig.h file | Nathan Fontenot | 2012-11-15 | 1 | -1/+0 |
| | * | powerpc+of: Rename the drivers/of prom_* functions to of_* | Nathan Fontenot | 2012-11-15 | 3 | -12/+12 |
| | * | powerpc+of: Add of node/property notification chain for adds and removes | Nathan Fontenot | 2012-11-15 | 1 | -3/+3 |
| * | | powerpc: Fix CONFIG_RELOCATABLE=y CONFIG_CRASH_DUMP=n build | Anton Blanchard | 2012-11-15 | 1 | -1/+1 |
| * | | powerpc: Add POWER8 architected mode to cputable | Michael Neuling | 2012-11-15 | 1 | -0/+15 |
| * | | powerpc/pseries: Update ibm,architecture.vec for PAPR 2.7/POWER8 | Michael Neuling | 2012-11-15 | 1 | -3/+8 |
| * | | powerpc/ptrace: Enable hardware breakpoint upon re-registering | Aravinda Prasad | 2012-11-15 | 1 | -0/+4 |
| * | | powerpc/iommu: Use bitmap library | Akinobu Mita | 2012-11-15 | 1 | -11/+5 |
| * | | powerpc: Fix denorm symbol name | Michael Neuling | 2012-11-15 | 1 | -1/+1 |
| * | | powerpc: POWER8 cputable entry | Michael Neuling | 2012-11-15 | 1 | -0/+21 |
| * | | powerpc: Add POWER8 setup code | Michael Neuling | 2012-11-15 | 2 | -0/+26 |
| * | | powerpc: make POWER7 setup code name generic | Michael Neuling | 2012-11-15 | 2 | -1/+1 |
| * | | powerpc/ptrace: Remove unused addr parameter in ppc_del_hwdebug() | Michael Neuling | 2012-11-15 | 1 | -2/+2 |
| * | | powerpc/ptrace: Fix spelling mistake | Michael Neuling | 2012-11-15 | 1 | -2/+2 |
| * | | powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrac... | K.Prasad | 2012-11-15 | 1 | -4/+74 |
| * | | powerpc: Remove no longer used ppc_md.idle_loop() | Michael Ellerman | 2012-11-15 | 1 | -3/+0 |
| * | | powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning ! | Li Zhong | 2012-11-15 | 1 | -0/+2 |
| * | | powerpc/powernv: Fix OPAL debug entry | Benjamin Herrenschmidt | 2012-11-15 | 1 | -0/+1 |
| * | | powerpc/rtas_flash: Eliminate possible double free | Julia Lawall | 2012-11-15 | 1 | -3/+1 |
| * | | powerpc/udbg: Remove unused udbg_read() | Michael Ellerman | 2012-11-15 | 1 | -23/+0 |
| * | | powerpc: Add asm/debug.h to get powerpc_debugfs_root | Tony Breeds | 2012-11-15 | 1 | -0/+1 |
| |/ |
|
* | | compat: generic compat_sys_sched_rr_get_interval() implementation | Catalin Marinas | 2012-12-17 | 1 | -13/+4 |
* | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-12-13 | 6 | -5/+91 |
|\ \ |
|
| * | | KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations | Paul Mackerras | 2012-12-06 | 1 | -3/+1 |
| * | | Merge commit 'origin/queue' into for-queue | Alexander Graf | 2012-10-31 | 41 | -355/+796 |
| |\ \ |
|
| | * | | Merge remote-tracking branch 'master' into queue | Marcelo Tosatti | 2012-10-29 | 41 | -355/+796 |
| | |\| |
|
| * | | | KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online | Paul Mackerras | 2012-10-30 | 1 | -0/+46 |
| |/ / |
|
| * | | Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue | Marcelo Tosatti | 2012-10-10 | 4 | -2/+44 |
| |\ \ |
|