aboutsummaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* fastcharge: initial adaptation for Moto XPaul Reioux2014-08-284-0/+187
* Merge remote-tracking branch 'tg/kk4.4' into lycanJohn Brewer2014-08-201-29/+1
|\
| * Revert "(CR) [ARM] msm: Offset sched_clock with suspend time"Peng Liu2014-08-191-29/+1
* | Merge remote-tracking branch 'tg/kk4.4' into aicpJohn Brewer2014-08-1526-113/+494
|\|
| * Merge tag 'v3.4.103' into kk4.4dhacker292014-08-1526-113/+494
| |\
| | * arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin2014-08-141-1/+1
| | * sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan2014-08-141-1/+1
| | * sparc64: Guard against flushing openfirmware mappings.David S. Miller2014-08-142-10/+25
| | * sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller2014-08-141-0/+4
| | * sparc64: Add membar to Niagara2 memcpy code.David S. Miller2014-08-141-0/+1
| | * sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller2014-08-142-3/+17
| | * sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller2014-08-141-15/+1
| | * sparc64: Fix top-level fault handling bugs.David S. Miller2014-08-141-32/+54
| | * sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller2014-08-141-3/+9
| | * sparc64: Make itc_sync_lock rawKirill Tkhai2014-08-141-3/+3
| | * sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller2014-08-141-1/+1
| | * x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky2014-08-071-3/+2
| | * x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski2014-08-073-24/+11
| | * x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin2014-08-074-5/+43
| | * x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin2014-08-073-2/+6
| | * x86, espfix: Fix broken header guardH. Peter Anvin2014-08-071-1/+1
| | * x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin2014-08-073-3/+19
| | * x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-08-078-26/+318
| | * Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin2014-08-072-11/+1
| | * ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layoutKonstantin Khlebnikov2014-08-071-0/+7
| * | Merge tag 'v3.4.101' into kk4.4dhacker292014-08-012-6/+12
| |\|
| | * s390/ptrace: fix PSW mask checkMartin Schwidefsky2014-07-311-2/+7
| | * x86_32, entry: Store badsys error code in %eaxSven Wegener2014-07-311-4/+5
| * | Merge tag 'v3.4.100' into kk4.4dhacker292014-07-291-0/+9
| |\|
| | * perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke2014-07-281-0/+9
| | * x86, ioremap: Speed up check for RAM pagesRoland Dreier2014-07-171-7/+19
| | * powerpc/perf: Never program book3s PMCs with values >= 0x80000000Anton Blanchard2014-07-171-1/+16
* | | Merge branch 'kk4.4' of https://github.com/TEAM-Gummy/android_kernel_motorola...Jason H Weitzel2014-08-032-6/+12
* | | ARM: mutex: use generic atomic_dec-based implementation for ARMv6+Will Deacon2014-08-031-2/+7
* | | aio: convert the ioctx list to radix treePaul Reioux2014-08-031-2/+2
* | | mach-msm:cpufreq_limit: fix merge derp and minor code clean upPaul Reioux2014-08-031-18/+32
* | | arch/arm/mach-msm/cpufreq.c: reduce dmesg log spamPaul Reioux2014-08-031-3/+3
* | | mutex: back out architecture specific check for negative mutex countWaiman Long2014-08-031-10/+0
* | | mutex: Make more scalable by doing less atomic operationsWaiman Long2014-08-031-0/+10
* | | cpufreq: allow for low CPU clock policy when hotplugging new coresfaux1232014-08-031-0/+12
* | | intelli_plug: code clean up and minor bug fixesPaul Reioux2014-08-031-68/+92
* | | arch/arm/kernel/armksyms: fix merge derpfaux1232014-08-031-4/+0
* | | intelli_plug: slow down hotplug activity from 50ms to 200msfaux1232014-08-031-6/+6
* | | intelli_plug: disable by defaultfaux1232014-08-031-1/+1
* | | intelli_plug: use mp_decision to reduce online persistence count for coresfaux1232014-08-031-11/+27
* | | wip: intelli_plug: change logic for better benchmark performancefaux1232014-08-031-3/+3
* | | intelli_plug: bump threshold slightly for better responsefaux1232014-08-031-2/+2
* | | intelli_plug: tweak mp_decsion parameters and remove unused logicfaux1232014-08-031-6/+2
* | | intelli_plug: use mp_decision() algorithm for core 3 and 4faux1232014-08-031-2/+54
* | | intelli_plug: use rq_stats to help detect artificial or constant loadsfaux1232014-08-031-2/+24