aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2013-01-10powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32Li Zhong
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard
2013-01-10powerpc: Remove RELOC() macroAnton Blanchard
2013-01-10powerpc: Relocate prom_init.c on 64bitAnton Blanchard
2013-01-10powerpc/pasemi: Enable PRINTK_TIME in defconfigOlof Johansson
2013-01-10powerpc/pseries/pci: Use NULL instead of 0 for pointersTushar Behera
2013-01-10powerpc/perf: Change PMU flag representation from decimal to hexAnshuman Khandual
2013-01-10powerpc: Hook up doorbells on serverIan Munsie
2013-01-10powerpc: Update Kconfig + Makefile to prepare for server doorbellsIan Munsie
2013-01-10powerpc: Add code to handle soft-disabled doorbells on serverIan Munsie
2013-01-10powerpc: Select either privileged or hypervisor doorbell when sendingIan Munsie
2013-01-10powerpc: Add book3s privileged doorbell exception vectorsIan Munsie
2013-01-10powerpc: Add book3s hypervisor doorbell exception vectorsIan Munsie
2013-01-10powerpc: Define differences between doorbells on book3e and book3sIan Munsie
2013-01-10powerpc/dts/virtex440: Add ethernet phy to virtex440-ml507 boardGernot Vormayr
2013-01-10powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong
2013-01-10powerpc/pseries: Cleanup best_energy_hcall detectionMichael Neuling
2013-01-10powerpc/pseries: Allow firmware features to match partial stringsMichael Neuling
2013-01-10powerpc: Enable the Watchdog vector for 405Jason Gunthorpe
2013-01-10powerpc: Fix a lazy irq related WARING in arch_local_irq_restore()Li Zhong
2013-01-10powerpc: Add a powerpc implementation of SHA-1Michael Ellerman
2013-01-03Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman
2013-01-03powerpc: Add missing NULL terminator to avoid boot panic on PPC40xGabor Juhos
2013-01-03powerpc/vdso: Remove redundant locking in update_vsyscall_tz()Shan Hai
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas
2012-12-17include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel
2012-12-14powerpc: add finit_module syscall.Rusty Russell
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12mm, oom: remove statically defined arch functions of same nameDavid Rientjes
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim