summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xmon: Add some more elements to the existing PACA dump listMichael Ellerman2015-10-151-4/+57
* powerpc/xmon: Paginate kernel log buffer displaySam bobroff2015-10-151-3/+3
* powerpc/xmon: Paged output for paca displaySam bobroff2015-10-153-2/+83
* powerpc/mpc5xxx: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1
* powerpc/numa: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1
* powerpc: Delete old orphaned PrPMC 280/2800 DTS and boot file.Paul Gortmaker2015-10-152-868/+0
* drivers/macintosh: adb: fix misleading Kconfig help textAaro Koskinen2015-10-151-3/+2
* powerpc: discard .exit.data at runtimeStephen Rothwell2015-10-151-0/+6
* powerpc/eeh: atomic_dec_if_positive() to update passthru countGavin Shan2015-10-151-2/+1
* cxl: Free virtual PHB when removingAndrew Donnellan2015-10-151-0/+2
* powerpc/pci: export pcibios_free_controller()Andrew Donnellan2015-10-151-0/+1
* powerpc: Individual System V IPC system callsSam bobroff2015-10-153-1/+25
* powerpc/pseries: Drop always true CONFIG_PSERIES_MSIMichael Ellerman2015-10-152-7/+1
* powerpc/pseries: Move PCI objects to obj-yMichael Ellerman2015-10-151-3/+2
* powerpc/pseries: Remove use of CONFIG_PCIMichael Ellerman2015-10-152-14/+0
* powerpc/pseries: Make PCI non-optionalMichael Ellerman2015-10-151-1/+1
* scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O=Michael Ellerman2015-10-151-1/+1
* powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-1212-24/+49
* powerpc/mm: Disable hugepd for 64K page size.Aneesh Kumar K.V2015-10-122-0/+34
* powerpc/pseries/hvcserver: don't memset pi_buff if it is nullColin Ian King2015-10-081-1/+1
* powerpc: Fix _ALIGN_* errors due to type difference.Aneesh Kumar K.V2015-10-082-4/+5
* powerpc/kexec: Wait 1s for secondaries to enter OPALSamuel Mendoza-Jonas2015-10-061-8/+13
* powerpc/8xx: Shorten irq_chip name for the SIUChristophe Leroy2015-10-061-1/+1
* powerpc/msi: Free the bitmap if it was slab allocatedDenis Kirjanov2015-10-052-4/+13
* powerpc/pseries: re-use code from of_helpers moduleAndy Shevchenko2015-10-051-26/+5
* powerpc/pseries: handle nodes without '/'Andy Shevchenko2015-10-051-3/+3
* powerpc/pseries: replace kmalloc + strlcpyAndy Shevchenko2015-10-051-2/+1
* powerpc/pseries: fix a potential memory leakAndy Shevchenko2015-10-051-4/+2
* powerpc/pseries: extract of_helpers moduleAndy Shevchenko2015-10-054-32/+49
* agp/uninorth: fix a memleak in create_gatt_tableDenis Kirjanov2015-10-021-6/+10
* powerpc/nvram: Fix function name in some errors messages.Christophe Jaillet2015-10-021-7/+7
* powerpc/nvram: Add missing kfree in error pathChristophe Jaillet2015-10-021-0/+1
* powerpc: Add ppc64le_defconfigMichael Ellerman2015-10-011-0/+4
* scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a targetMichael Ellerman2015-10-011-1/+4
* powerpc/mm: Add virt_to_pfn and use this instead of opencodingAneesh Kumar K.V2015-10-011-2/+3
* powerpc/vdso: Avoid link stack corruption in __get_datapage()Michael Neuling2015-10-012-10/+14
* powerpc/selftest: Add gettimeofday() benchmarkMichael Neuling2015-10-014-1/+45
* powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()Michael Ellerman2015-10-011-5/+5
* powerpc/slb: Define an enum for the bolted indexesAnshuman Khandual2015-10-011-21/+26
* powerpc/vdso: Emit GNU & SysV hashesMichael Ellerman2015-10-012-2/+2
* powerpc/ps3: Refresh ps3_defconfigGeoff Levand2015-09-291-5/+0
* drivers/ps3: Fix ps3-vuart null dereferenceColin King2015-09-291-2/+1
* drivers/ps3: Fix ps3-lpm white spaceRudhresh Kumar J2015-09-291-1/+1
* powerpc: Kconfig: remove BE-only platforms from LE kernel buildBoqun Feng2015-09-295-6/+6
* Linux 4.3-rc3v4.3-rc3Linus Torvalds2015-09-271-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-272-5/+27
|\
| * x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski2015-09-221-1/+4
| * x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-09-222-4/+23
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-271-8/+16
|\ \
| * | irqchip/atmel-aic5: Use per chip mask caches in mask/unmask()Ludovic Desroches2015-09-221-8/+16
| |/