aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAge
...
| | * | | | | | | | switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro2012-01-03
| | * | | | | | | | switch spufs guts to umode_tAl Viro2012-01-03
| | * | | | | | | | switch procfs to umode_t useAl Viro2012-01-03
| |/ / / / / / / /
| * | | | | | / / vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-07
|\ \ \ \ \ \ \ \
| * | | | | | | | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely2011-12-12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-07
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-06
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | driver-core: remove sysdev.h usage.Kay Sievers2011-12-21
| | * | | | | | | power: suspend - convert sysdev_class to a regular subsystemKay Sievers2011-12-21
| | * | | | | | | power: qe_ic - convert sysdev_class to a regular subsystemKay Sievers2011-12-21
| | * | | | | | | power: cmm - convert sysdev_class to a regular subsystemKay Sievers2011-12-21
| | * | | | | | | convert 'memory' sysdev_class to a regular subsystemKay Sievers2011-12-21
| | * | | | | | | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-21
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc: fix compile error with 85xx/p1010rdb.cTony Breeds2012-01-04
| * | | | | | | | | powerpc: fix compile error with 85xx/p1023_rds.cMichael Neuling2012-01-04
| * | | | | | | | | powerpc/fsl: add MSI support for the Freescale hypervisorTimur Tabi2012-01-04
| * | | | | | | | | arch/powerpc/sysdev/fsl_rmu.c: introduce missing kfreeJulia Lawall2012-01-04
| * | | | | | | | | powerpc/fsl: Add support for Integrated Flash ControllerPrabhakar Kushwaha2012-01-04
| * | | | | | | | | powerpc/fsl: update compatiable on fsl 16550 uart nodesKumar Gala2012-01-04
| * | | | | | | | | powerpc/85xx: fix PCI and localbus properties in p1022ds.dtsTimur Tabi2012-01-04
| * | | | | | | | | powerpc/85xx: re-enable ePAPR byte channel driver in corenet32_smp_defconfigTimur Tabi2012-01-04
| * | | | | | | | | powerpc/fsl: Update defconfigs to enable some standard FSL HW featuresKumar Gala2012-01-04
| * | | | | | | | | powerpc: Add TBI PHY node to first MDIO busAndy Fleming2012-01-04
| * | | | | | | | | sbc834x: put full compat string in board match checkPaul Gortmaker2012-01-04
| * | | | | | | | | powerpc/fsl-pci: Allow 64-bit PCIe devices to DMA to any memory addressKumar Gala2012-01-04
| * | | | | | | | | powerpc: Fix unpaired probe_hcall_entry and probe_hcall_exitLi Zhong2012-01-02
| * | | | | | | | | powerpc/boot: Change the WARN to INFO for boot wrapper overlap messageSuzuki Poulose2011-12-21
| * | | | | | | | | powerpc/44x: Fix build error on currituck platformJosh Boyer2011-12-20
| * | | | | | | | | powerpc/boot: Change the load address for the wrapper to fit the kernelSuzuki Poulose2011-12-20
| * | | | | | | | | powerpc/44x: Enable CRASH_DUMP for 440xSuzuki Poulose2011-12-20
| * | | | | | | | | powerpc/44x: Enable CONFIG_RELOCATABLE for PPC44xSuzuki Poulose2011-12-20
| * | | | | | | | | powerpc: Define virtual-physical translations for RELOCATABLESuzuki Poulose2011-12-20
| * | | | | | | | | powerpc: Process dynamic relocations for kernelSuzuki Poulose2011-12-20
| * | | | | | | | | powerpc/44x: Enable DYNAMIC_MEMSTART for 440xSuzuki Poulose2011-12-20
| * | | | | | | | | powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookESuzuki Poulose2011-12-20
| * | | | | | | | | powerpc: Fix old bug in prom_init setting of the colorBenjamin Herrenschmidt2011-12-18
| * | | | | | | | | powerpc: Only use initrd_end as the limit for alloc_bottom if it's inside the...Paul Mackerras2011-12-18
| * | | | | | | | | powerpc: Fix comment explaining our VSID layoutAnton Blanchard2011-12-18
| * | | | | | | | | powerpc: Fix wrong divisor in usecs_to_cputimeAndreas Schwab2011-12-18
| * | | | | | | | | powerpc/mm: Fix section mismatch for read_n_cellsDavid Rientjes2011-12-18
| * | | | | | | | | powerpc/mm: Fix section mismatch for mark_reserved_regions_for_nidDavid Rientjes2011-12-18
| * | | | | | | | | powerpc: Add __SANE_USERSPACE_TYPES__ to asm/types.h for LL64Matt Evans2011-12-18
| * | | | | | | | | powerpc: POWER7 optimised copy_to_user/copy_from_user using VMXAnton Blanchard2011-12-18
| * | | | | | | | | powerpc: Use rwsem.h from generic locationRichard Kuo2011-12-15
| * | | | | | | | | Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2011-12-15
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | powerpc/47x: Add support for the new IBM currituck platformTony Breeds2011-12-09
| | * | | | | | | | | powerpc/476fpe: Add 476fpe SoC codeTony Breeds2011-12-09
| | * | | | | | | | | powerpc/boot: Add mfdcrxTony Breeds2011-12-09