summaryrefslogtreecommitdiffstats
path: root/arch/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-28cpufreq: create cpu/cpufreq/policyX directoriesViresh Kumar2-31/+4
2015-10-28cpufreq: remove cpufreq_sysfs_{create|remove}_file()Viresh Kumar2-19/+5
2015-10-28cpufreq: create cpu/cpufreq at boot timeViresh Kumar3-47/+7
2015-10-28cpufreq: Use cpumask_copy instead of cpumask_or to copy a maskViresh Kumar1-1/+1
2015-10-28cpufreq: ondemand: Drop unnecessary locks from update_sampling_rate()Viresh Kumar1-9/+1
2015-10-28PM / Domains: Merge measurements for PM QoS device latenciesUlf Hansson3-56/+55
2015-10-28PM / Domains: Don't measure ->start|stop() latency in system PM callbacksUlf Hansson1-7/+12
2015-10-26ACPI / Documentation: add copy_dsdt to ACPI format optionsRami Rosen1-1/+2
2015-10-26ACPI / sysfs: correctly check failing memory allocationInsu Yun1-0/+3
2015-10-26ACPI / video: Add a quirk to force native backlight on Lenovo IdeaPad S405Hans de Goede1-0/+9
2015-10-26ACPI / CPPC: Fix potential memory leakAshwin Chaugule1-1/+0
2015-10-26ACPI / CPPC: signedness bug in register_pcc_channel()Dan Carpenter1-1/+1
2015-10-26ACPI / PAD: power_saving_thread() is not freezableJiri Kosina1-2/+0
2015-10-26ACPI / PM: Fix incorrect wakeup IRQ setting during suspend-to-idleChen Yu1-2/+4
2015-10-26ACPI: Using correct irq when waiting for eventsChen Yu1-2/+2
2015-10-26ACPI: Use correct IRQ when uninstalling ACPI interrupt handlerChen Yu2-3/+12
2015-10-25Linux 4.3-rc7v4.3-rc7Linus Torvalds1-1/+1
2015-10-23dm cache: the CLEAN_SHUTDOWN flag was not being setJoe Thornber1-1/+1
2015-10-23dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer1-1/+1
2015-10-23dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber1-6/+11
2015-10-23rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-10/+23
2015-10-23rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+16
2015-10-23cpuidle: mvebu: disable the bind/unbind attributes and use builtin_platform_d...Russell King1-1/+2
2015-10-23cpuidle: mvebu: clean up multiple platform driversRussell King1-25/+20
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra2-2/+16
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2-2/+3
2015-10-23fault-inject: fix inverted interval/probability values in printkFlorian Westphal1-1/+1
2015-10-23lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=yAndrey Ryabinin1-0/+1
2015-10-23mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-23thp: use is_zero_pfn() only after pte_present() checkMinchan Kim1-1/+2
2015-10-23mailmap: update Javier Martinez Canillas' emailJavier Martinez Canillas1-0/+1
2015-10-23MAINTAINERS: add Sergey as zsmalloc reviewerSergey Senozhatsky1-0/+1
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani4-6/+6
2015-10-23kmod: don't run async usermode helper as a child of kworker threadOleg Nesterov1-2/+6
2015-10-22[media] m88ds3103: use own reg update_bits() implementationAntti Palosaari1-26/+47
2015-10-22[media] rtl28xxu: fix control message flawsAntti Palosaari2-3/+14
2015-10-22[media] v4l2-flash-led-class: Add missing VIDEO_V4L2 Kconfig dependencyJacek Anaszewski1-1/+1
2015-10-22[media] netup_unidvb: fix potential crash when spi is NULLAbylay Ospan1-8/+4
2015-10-22[media] si2168: Bounds check firmwareLaura Abbott1-0/+4
2015-10-22[media] si2157: Bounds check firmwareLaura Abbott1-0/+4
2015-10-22[media] ir-hix5hd2: drop the use of IRQF_NO_SUSPENDSudeep Holla1-1/+1
2015-10-22[media] c8sectpfe: fix return of garbageSudip Mukherjee1-2/+2
2015-10-22[media] c8sectpfe: fix ininitialized error return on firmware load failureColin Ian King1-2/+1
2015-10-22[media] lnbh25: Fix lnbh25_attach() function return typeJavier Martinez Canillas1-1/+1
2015-10-22[media] horus3a: Fix horus3a_attach() function parametersJavier Martinez Canillas1-2/+2
2015-10-22ASoC: wm8962: mark cache_dirty flag after software reset in pm_resumeJiada Wang1-0/+2
2015-10-22btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-10-22ACPICA: Update version to 20150930Bob Moore1-1/+1
2015-10-22ACPICA: Debugger: Fix dead lock issue ocurred in single stepping modeLv Zheng1-0/+10
2015-10-22ACPI: Enable build of AML interpreter debuggerLv Zheng17-49/+43