Age | Commit message (Expand) | Author | Files | Lines |
2014-03-07 | powerpc: Align p_dyn, p_rela and p_st symbols | Anton Blanchard | 1 | -0/+1 |
2014-03-07 | powerpc/tm: Fix crash when forking inside a transaction | Michael Neuling | 1 | -0/+9 |
2014-02-28 | powerpc: Increase stack redzone for 64-bit userspace to 512 bytes | Paul Mackerras | 1 | -2/+2 |
2014-02-28 | powerpc/ftrace: bugfix for test_24bit_addr | Liu Ping Fan | 1 | -0/+1 |
2014-02-28 | powerpc/crashdump : Fix page frame number check in copy_oldmem_page | Laurent Dufour | 1 | -3/+5 |
2014-02-17 | powerpc/eeh: Disable EEH on reboot | Gavin Shan | 1 | -0/+20 |
2014-02-17 | powerpc/eeh: Cleanup on eeh_subsystem_enabled | Gavin Shan | 1 | -6/+6 |
2014-02-17 | powerpc: Use unstripped VDSO image for more accurate profiling data | Anton Blanchard | 2 | -2/+2 |
2014-02-17 | powerpc: Set the correct ksp_limit on ppc32 when switching to irq stack | Kevin Hao | 1 | -1/+4 |
2014-02-11 | powerpc/powernv: Add iommu DMA bypass support for IODA2 | Benjamin Herrenschmidt | 2 | -3/+19 |
2014-02-11 | powerpc: Fix endian issues in kexec and crash dump code | Anton Blanchard | 2 | -6/+14 |
2014-02-11 | powerpc/ppc32: Fix the bug in the init of non-base exception stack for UP | Kevin Hao | 2 | -0/+10 |
2014-02-11 | powerpc/relocate fix relocate processing in LE mode | Laurent Dufour | 1 | -2/+2 |
2014-02-11 | powerpc/eeh: Drop taken reference to driver on eeh_rmv_device | Thadeu Lima de Souza Cascardo | 1 | -2/+6 |
2014-01-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -47/+44 |
2014-01-29 | Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue | Paolo Bonzini | 2 | -47/+44 |
2014-01-29 | powerpc: Make sure "cache" directory is removed when offlining cpu | Paul Mackerras | 1 | -0/+3 |
2014-01-29 | powerpc/pseries/cpuidle: smt-snooze-delay cleanup. | Deepthi Dharwar | 1 | -2/+0 |
2014-01-29 | powerpc: Fix 32-bit frames for signals delivered when transactional | Paul Mackerras | 1 | -12/+7 |
2014-01-29 | powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurations | Andreas Schwab | 1 | -1/+1 |
2014-01-29 | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt | 2 | -83/+0 |
2014-01-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 46 | -391/+2197 |
2014-01-27 | KVM: PPC: Book3S HV: Add new state for transactional memory | Michael Neuling | 1 | -3/+16 |
2014-01-27 | KVM: PPC: Book3S HV: Basic little-endian guest support | Anton Blanchard | 1 | -0/+1 |
2014-01-27 | KVM: PPC: Book3S HV: Add support for DABRX register on POWER7 | Paul Mackerras | 1 | -0/+1 |
2014-01-27 | KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs | Michael Neuling | 1 | -0/+23 |
2014-01-27 | KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbers | Paul Mackerras | 1 | -1/+2 |
2014-01-23 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -7/+20 |
2014-01-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2014-01-20 | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -6/+0 |
2014-01-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 8 | -34/+41 |
2014-01-15 | powerpc/eeh: Use global PCI rescan-remove locking | Rafael J. Wysocki | 1 | -3/+16 |
2014-01-15 | powerpc/eeh: Handle multiple EEH errors | Gavin Shan | 1 | -72/+78 |
2014-01-15 | Merge remote-tracking branch 'scott/next' into next | Benjamin Herrenschmidt | 11 | -57/+756 |
2014-01-15 | powerpc: Fix transactional FP/VMX/VSX unavailable handlers | Paul Mackerras | 1 | -9/+36 |
2014-01-15 | powerpc: Don't corrupt transactional state when using FP/VMX in kernel | Paul Mackerras | 8 | -46/+188 |
2014-01-15 | powerpc: Fix races with irq_work | Benjamin Herrenschmidt | 1 | -0/+11 |
2014-01-15 | Move precessing of MCE queued event out from syscall exit path. | Mahesh Salgaonkar | 2 | -8/+10 |
2014-01-15 | powerpc/iommu: Don't detach device without IOMMU group | Gavin Shan | 1 | -0/+11 |
2014-01-15 | powerpc/eeh: Hotplug improvement | Gavin Shan | 2 | -3/+22 |
2014-01-15 | powerpc/eeh: Add restore_config operation | Gavin Shan | 1 | -0/+3 |
2014-01-15 | powerpc: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 12 | -11/+1 |
2014-01-13 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -9/+13 |
2014-01-13 | powerpc: Check return value of instance-to-package OF call | Benjamin Herrenschmidt | 1 | -9/+13 |
2014-01-12 | clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCK | Gerhard Sittig | 2 | -83/+0 |
2014-01-11 | powerpc: Replaced tlbilx with tlbwe in the initialization code | Diana Craciun | 1 | -8/+2 |
2014-01-10 | powerpc/e6500: TLB miss handler with hardware tablewalk support | Scott Wood | 3 | -0/+45 |
2014-01-10 | powerpc/fsl_booke: smp support for booting a relocatable kernel above 64M | Kevin Hao | 1 | -13/+28 |
2014-01-10 | powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable... | Kevin Hao | 1 | -5/+69 |
2014-01-10 | powerpc: introduce early_get_first_memblock_info | Kevin Hao | 1 | -1/+40 |