summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-2613-71/+1384
|\
| * platform/chrome: chromeos_laptop - instantiate Atmel at primary addressDmitry Torokhov2015-04-251-9/+26
| * platform/chrome: cros_ec_lpc - Depend on X86 || COMPILE_TESTJavier Martinez Canillas2015-03-041-1/+1
| * platform/chrome: cros_ec_lpc - Include linux/io.h header fileJavier Martinez Canillas2015-03-041-0/+1
| * platform/chrome: fix platform_no_drv_owner.cocci warningskbuild test robot2015-03-041-1/+0Star
| * platform/chrome: cros_ec_lightbar - fix duplicate const warningOlof Johansson2015-03-041-1/+1
| * platform/chrome: cros_ec_dev - fix Unknown escape '%' warningOlof Johansson2015-03-041-1/+1
| * platform/chrome: Expose Chrome OS Lightbar to usersBill Richardson2015-02-274-1/+373
| * platform/chrome: Create sysfs attributes for the ChromeOS ECBill Richardson2015-02-274-1/+280
| * mfd: cros_ec: Instantiate ChromeOS EC character deviceJavier Martinez Canillas2015-02-271-0/+4
| * platform/chrome: Add Chrome OS EC userspace device interfaceBill Richardson2015-02-275-3/+328
| * platform/chrome: Add cros_ec_lpc driver for x86 devicesBill Richardson2015-02-273-0/+332
| * mfd: cros_ec: Add char dev and virtual dev pointersJavier Martinez Canillas2015-02-271-1/+14
| * mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas2015-02-274-58/+29Star
* | Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-04-2650-1145/+325Star
|\ \
| * | cris: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-03-251-1/+1
| * | CRISv32: use GENERIC_SCHED_CLOCKRabin Vincent2015-03-253-0/+12
| * | CRISv32: use MMIO clocksourceRabin Vincent2015-03-252-21/+5Star
| * | CRISv32: use generic clockeventsRabin Vincent2015-03-252-60/+86
| * | CRIS: use generic headers via KbuildRabin Vincent2015-03-2513-53/+12Star
| * | CRIS: use generic cmpxchg.hRabin Vincent2015-03-252-51/+1Star
| * | CRIS: use generic atomic.hRabin Vincent2015-03-254-165/+1Star
| * | CRIS: use generic atomic bitopsRabin Vincent2015-03-251-110/+1Star
| * | CRISv10: remove redundant macros from system.hRabin Vincent2015-03-251-8/+0Star
| * | CRIS: remove SMP codeRabin Vincent2015-03-2517-638/+1Star
| * | CRISv32: don't enable irqs in INIT_THREADRabin Vincent2015-03-251-2/+1Star
| * | CRISv32: handle multiple signalsRabin Vincent2015-03-252-32/+26Star
| * | CRISv32: prevent bogus restarts on sigreturnRabin Vincent2015-03-252-2/+8
| * | CRISv32: don't attempt syscall restart on irq exitRabin Vincent2015-03-251-0/+2
| * | Add binding documentation for CRISJesper Nilsson2015-03-253-0/+40
| * | CRIS: add Axis 88 board device treeRabin Vincent2015-03-252-0/+56
| * | CRISv32: add device tree supportRabin Vincent2015-03-256-0/+46
| * | CRISv32: add irq domains supportRabin Vincent2015-03-252-3/+26
| * | CRIS: enable GPIOLIBRabin Vincent2015-03-251-0/+1
* | | Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-2611-117/+137
|\ \ \
| * | | powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V2015-04-231-0/+1
| * | | powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build errorShreyas B. Prabhu2015-04-171-1/+1
| * | | powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-174-22/+10Star
| * | | powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-179-36/+88
| * | | KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-173-57/+28Star
| * | | KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V2015-04-172-9/+16
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2015-04-171-0/+1
| |\ \ \
| | * | | powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()Scott Wood2015-04-151-0/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-2633-392/+1630
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-arm-for-4.1-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-04-224-5/+19
| |\ \ \ \ \
| | * | | | | KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara2015-04-224-4/+18
| | * | | | | KVM: arm: irqfd: fix value returned by kvm_irq_map_gsiEric Auger2015-04-221-1/+1
| * | | | | | Merge tag 'signed-kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into kvm...Paolo Bonzini2015-04-2125-364/+1580
| |\ \ \ \ \ \
| | * | | | | | KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras2015-04-214-22/+70
| | * | | | | | KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras2015-04-214-68/+75