summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bitMichael Ellerman2016-09-121-1/+1
* powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state lossGautham R. Shenoy2016-09-121-5/+5
* powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras2016-09-081-1/+6
* powerpc/32: Fix again csum_partial_copy_generic()Christophe Leroy2016-09-081-3/+4
* powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PEGavin Shan2016-09-081-1/+2
* powerpc/powernv: Fix crash on releasing compound PEGavin Shan2016-09-061-6/+9
* powerpc/xics/opal: Fix processor numbers in OPAL ICPBenjamin Herrenschmidt2016-09-061-5/+7
* powerpc/pseries: Fix little endian build with CONFIG_KEXEC=nThiago Jung Bauermann2016-09-061-1/+1
* powerpc: signals: Discard transaction state from signal framesCyril Bur2016-08-293-0/+30
* powerpc/powernv : Drop reference added by kset_find_obj()Mukesh Ojha2016-08-292-2/+12
* powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin2016-08-291-6/+6
* powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-08-225-7/+10
* powerpc: sysdev: cpm: fix gpio save_regs functionsChristophe Leroy2016-08-222-3/+6
* powerpc/pseries: PACA save area fix for MCE vs MCENicholas Piggin2016-08-221-1/+20
* powerpc/pseries: PACA save area fix for general exception vs MCENicholas Piggin2016-08-221-4/+4
* powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman2016-08-221-3/+6
* powerpc, hotplug: Avoid to touch non-existent cpumasks.Boqun Feng2016-08-221-1/+1
* powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-226-6/+7
* powerpc/powernv/pci: fix iterator signednessAndrzej Hajda2016-08-221-1/+1
* powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)Mauricio Faria de Oliveira2016-08-224-2/+46
* cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan2016-08-222-1/+10
* powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-221-1/+0
* powerpc/512x: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-221-1/+0
* drivers/macintosh: Delete owner assignmentMarkus Elfring2016-08-224-4/+0
* powerpc: cputhreads: Add missing include fileGuenter Roeck2016-08-221-0/+1
* Linux 4.8-rc3v4.8-rc3Linus Torvalds2016-08-221-1/+1
* Merge branch 'parisc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-213-22/+2
|\
| * parisc: Fix order of EREFUSED define in errno.hHelge Deller2016-08-201-2/+2
| * parisc: Fix automatic selection of cr16 clocksourceHelge Deller2016-08-202-20/+0
* | EDAC, skx_edac: Add EDAC driver for SkylakeTony Luck2016-08-214-0/+1136
|/
* Make the hardened user-copy code depend on having a hardened allocatorLinus Torvalds2016-08-191-0/+1
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-198-22/+34
|\
| * i2c: meson: Use complete() instead of complete_all()Daniel Wagner2016-08-151-3/+3
| * i2c: brcmstb: Use complete() instead of complete_all()Daniel Wagner2016-08-151-1/+1
| * i2c: bcm-kona: Use complete() instead of complete_all()Daniel Wagner2016-08-151-1/+1
| * i2c: bcm-iproc: Use complete() instead of complete_all()Daniel Wagner2016-08-151-1/+1
| * i2c: at91: fix support of the "alternative command" featureCyrille Pitchen2016-08-151-10/+14
| * i2c: ocores: add missed clk_disable_unprepare() on failure pathsAlexey Khoroshilov2016-08-151-4/+10
| * i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()Brian Norris2016-08-151-1/+1
| * i2c: mux: demux-pinctrl: properly roll back when adding adapter failsWolfram Sang2016-08-151-1/+3
* | Merge tag 'dm-4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-08-193-38/+53
|\ \
| * | dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen2016-08-171-0/+12
| * | dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen2016-08-161-8/+24
| * | dm raid: fix restoring of failed devices regressionHeinz Mauelshagen2016-08-161-22/+11
| * | dm raid: fix frozen recovery regressionHeinz Mauelshagen2016-08-161-6/+1
| * | dm crypt: increase mempool reserve to better support swappingMikulas Patocka2016-08-151-1/+1
| * | dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer2016-08-151-2/+5
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-08-196-19/+29
|\ \ \
| * \ \ Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley2016-08-137-24/+35
| |\ \ \ | | |_|/ | |/| |
| | * | ses: Fix racy cleanup of /sys in remove_dev()Calvin Owens2016-08-121-1/+2