summaryrefslogtreecommitdiffstats
path: root/drivers/regulator (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-05HID: wacom: EKR: have one power_supply per remoteBenjamin Tissoires4-93/+109
2016-08-05HID: wacom: EKR: allocate one input node per remoteBenjamin Tissoires3-5/+62
2016-08-05HID: wacom: EKR: have one array of struct remotes instead of many arraysBenjamin Tissoires3-29/+32
2016-08-05HID: wacom: EKR: use devres groups to manage resourcesBenjamin Tissoires1-16/+28
2016-08-05HID: wacom: EKR: have proper allocator and destructorBenjamin Tissoires1-40/+53
2016-08-05HID: wacom: rework fail path in probe() and parse_and_register()Benjamin Tissoires1-23/+14
2016-08-05HID: wacom: EKR: have the wacom resources dynamically allocatedBenjamin Tissoires4-66/+94
2016-08-05HID: wacom: EKR: add a worker to add/remove resources on addition/removalBenjamin Tissoires4-38/+113
2016-08-05HID: wacom: leds: dynamically allocate LED groupsBenjamin Tissoires3-17/+78
2016-08-05HID: wacom: devres manage the shared data tooBenjamin Tissoires1-34/+39
2016-08-05HID: wacom: use devres to allocate driver dataBenjamin Tissoires1-3/+1
2016-08-05HID: wacom: use devm_kasprintf for allocating the name of the remoteBenjamin Tissoires1-8/+6
2016-08-05HID: wacom: convert LEDs to devresBenjamin Tissoires2-51/+45
2016-08-05HID: wacom: put the managed resources in a groupBenjamin Tissoires4-43/+32
2016-08-05HID: wacom: switch inputs to devresBenjamin Tissoires1-18/+16
2016-08-05HID: wacom: switch battery to devresBenjamin Tissoires1-14/+24
2016-08-05HID: wacom: use one work queue per taskBenjamin Tissoires3-15/+29
2016-08-05HID: wacom: untie leds from inputsBenjamin Tissoires1-9/+11
2016-08-05HID: wacom: remove cleanup of wacom->remote_dir from wacom_clean_inputs()Benjamin Tissoires1-11/+14
2016-08-05HID: wacom: store the type in wacom->shared for INTUOSHT and INTUOSHT2Benjamin Tissoires1-2/+3
2016-08-05HID: wacom: actually report the battery level for wireless connectedBenjamin Tissoires1-1/+2
2016-07-28random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o1-2/+1
2016-07-28Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds3-3/+6
2016-07-28Disable "frame-address" warningLinus Torvalds1-0/+1
2016-07-27Disable "maybe-uninitialized" warning globallyLinus Torvalds3-10/+5
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso4-88/+3
2016-07-27arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototypeCatalin Marinas2-1/+1
2016-07-27xgene: Fix build warning with ACPI disabled.David S. Miller1-2/+1
2016-07-27be2net: perform temperature query in adapter regardless of its interface stateGuilherme G. Piccoli1-4/+4
2016-07-27arm64: Only select ARM64_MODULE_PLTS if MODULES=yCatalin Marinas1-1/+1
2016-07-27thp: fix comments of __pmd_trans_huge_lock()Huang Ying1-3/+3
2016-07-27cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner1-1/+1
2016-07-27cgroup: fix idr leak for the first cgroup rootJohannes Weiner1-7/+1
2016-07-27mm: memcontrol: fix documentation for compound parameterLi RongQing1-1/+4
2016-07-27mm: memcontrol: remove BUG_ON in uncharge_listLi RongQing1-1/+0
2016-07-27mm: fix build warnings in <linux/compaction.h>Minchan Kim6-26/+25
2016-07-27mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz2-23/+34
2016-07-27mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz1-3/+4
2016-07-27thp: update Documentation/{vm/transhuge,filesystems/proc}.txtKirill A. Shutemov2-36/+101
2016-07-27shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov2-1/+180
2016-07-27thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov6-21/+41
2016-07-27khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov4-17/+500
2016-07-27shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2-26/+28
2016-07-27khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Kirill A. Shutemov1-15/+10
2016-07-27thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov5-1485/+1515
2016-07-27shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov2-17/+22
2016-07-27shmem: add huge pages supportKirill A. Shutemov9-70/+331
2016-07-27shmem: get_unmapped_area align huge pageHugh Dickins5-4/+142
2016-07-27shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov4-1/+168
2016-07-27mm, rmap: account shmem thp pagesKirill A. Shutemov8-15/+58