Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Pull more powerpc bits from Ben Herrenschmidt: "Here are a few more powerpc bits for this merge window. The bulk is made of two pull requests from Scott and Anatolij that I had missed previously (they arrived while I was away). Since both their branches are in -next independently, and the content has been around for a little while, they can still go in. The rest is mostly bug and regression fixes, a small series of cleanups to our pseries cpuidle code (including moving it to the right place), and one new cpuidle bakend for the powernv platform. I also wired up the new sched_attr syscalls" * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (37 commits) powerpc: Wire up sched_setattr and sched_getattr syscalls powerpc/hugetlb: Replace __get_cpu_var with get_cpu_var powerpc: Make sure "cache" directory is removed when offlining cpu powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allowed address space powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform. powerpc/pseries/cpuidle: smt-snooze-delay cleanup. powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro. powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module. powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation. powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle. powerpc: Fix 32-bit frames for signals delivered when transactional powerpc/iommu: Fix initialisation of DART iommu table powerpc/numa: Fix decimal permissions powerpc/mm: Fix compile error of pgtable-ppc64.h powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurations clk: corenet: Adds the clock binding powerpc/booke64: Guard e6500 tlb handler with CONFIG_PPC_FSL_BOOK3E powerpc/512x: dts: add MPC5125 clock specs powerpc/512x: clk: support MPC5121/5123/5125 SoC variants powerpc/512x: clk: enforce even SDHC divider values ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/clock/corenet-clock.txt 134 additions, 0 deletionsDocumentation/devicetree/bindings/clock/corenet-clock.txt
- arch/powerpc/Kconfig 1 addition, 5 deletionsarch/powerpc/Kconfig
- arch/powerpc/boot/dts/ac14xx.dts 7 additions, 0 deletionsarch/powerpc/boot/dts/ac14xx.dts
- arch/powerpc/boot/dts/mpc5121.dtsi 112 additions, 1 deletionarch/powerpc/boot/dts/mpc5121.dtsi
- arch/powerpc/boot/dts/mpc5125twr.dts 52 additions, 1 deletionarch/powerpc/boot/dts/mpc5125twr.dts
- arch/powerpc/include/asm/clk_interface.h 0 additions, 20 deletionsarch/powerpc/include/asm/clk_interface.h
- arch/powerpc/include/asm/mpc5121.h 6 additions, 1 deletionarch/powerpc/include/asm/mpc5121.h
- arch/powerpc/include/asm/pgtable-ppc64.h 3 additions, 3 deletionsarch/powerpc/include/asm/pgtable-ppc64.h
- arch/powerpc/include/asm/processor.h 0 additions, 7 deletionsarch/powerpc/include/asm/processor.h
- arch/powerpc/include/asm/systbl.h 2 additions, 0 deletionsarch/powerpc/include/asm/systbl.h
- arch/powerpc/include/asm/unistd.h 1 addition, 1 deletionarch/powerpc/include/asm/unistd.h
- arch/powerpc/include/uapi/asm/unistd.h 2 additions, 1 deletionarch/powerpc/include/uapi/asm/unistd.h
- arch/powerpc/kernel/Makefile 0 additions, 1 deletionarch/powerpc/kernel/Makefile
- arch/powerpc/kernel/cacheinfo.c 3 additions, 0 deletionsarch/powerpc/kernel/cacheinfo.c
- arch/powerpc/kernel/clock.c 0 additions, 82 deletionsarch/powerpc/kernel/clock.c
- arch/powerpc/kernel/process.c 1 addition, 1 deletionarch/powerpc/kernel/process.c
- arch/powerpc/kernel/signal_32.c 7 additions, 12 deletionsarch/powerpc/kernel/signal_32.c
- arch/powerpc/kernel/sysfs.c 0 additions, 2 deletionsarch/powerpc/kernel/sysfs.c
- arch/powerpc/mm/hugetlbpage.c 3 additions, 1 deletionarch/powerpc/mm/hugetlbpage.c
- arch/powerpc/mm/numa.c 1 addition, 1 deletionarch/powerpc/mm/numa.c
Loading
Please register or sign in to comment