summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mfd: da9063: Fix missing DA9063_M_DVC_RDY mask bitSteve Twiss2015-08-111-0/+1
* mfd: axp20x: Add axp152 supportMichal Suchanek2015-08-111-1/+60
* mfd: da9062: Supply core driverS Twiss2015-08-112-0/+1158
* mfd: arizona: Add support for WM8998 and WM1814Richard Fitzgerald2015-08-113-0/+225
* mfd: 880m80x: Make use of BIT() macroVaibhav Hiremath2015-08-111-81/+81
* mfd: arizona: Update several pdata members to unsignedCharles Keepax2015-08-111-6/+6
*-. Merge branches 'ib-mfd-base-acpi-dma-4.3', 'ib-mfd-clocksource-rtc-watchdog-4...Lee Jones2015-08-113-6/+20
|\ \
| | * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform dataMatt Fleming2015-08-112-6/+19
| * | mfd: dt-bindings: Provide human readable define for Clocksource modeLee Jones2015-07-231-0/+1
| |/
* | driver core: implement device_for_each_child_reverse()Andy Shevchenko2015-07-281-0/+2
* | klist: implement klist_prev()Andy Shevchenko2015-07-281-0/+1
* | PM / QoS: Make it possible to expose device latency tolerance to userspaceMika Westerberg2015-07-281-0/+5
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-122-3/+5
|\
| * time: Get rid of do_posix_clock_monotonic_gettimeThomas Gleixner2015-07-091-1/+0
| * tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n buildThomas Gleixner2015-07-071-0/+7
| * tick/broadcast: Make idle check independent from mode and configThomas Gleixner2015-07-071-4/+0
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-121-1/+6
|\ \
| * | hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner2015-07-081-1/+6
| |/
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-07-111-1/+1
|\ \
| * | sparse: fix misplaced __pmem definitionDan Williams2015-06-301-1/+1
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-07-111-0/+4
|\ \ \
| * \ \ Merge tag 'sirf-iobrg2regmap-for-4.2' of git://git.kernel.org/pub/scm/linux/k...Kevin Hilman2015-07-081-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: prima2: move to use REGMAP APIs for rtciobrgGuo Zeng2015-06-101-0/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-07-091-0/+3
|\ \ \ \
| * | | | libceph: enable ceph in a non-default network namespaceIlya Dryomov2015-07-091-0/+3
| |/ / /
* | | | Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-082-10/+16
|\ \ \ \
| * \ \ \ Merge branch 'acpi-scan'Rafael J. Wysocki2015-07-072-0/+16
| |\ \ \ \
| | * | | | ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee2015-07-072-0/+16
| | |/ / /
| * / / / ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki2015-07-061-10/+0
| |/ / /
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-051-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov2015-07-021-0/+7
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-046-31/+52
|\ \ \ \
| * | | | fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2015-07-011-0/+3
| * | | | make simple_positive() publicAl Viro2015-06-231-0/+5
| * | | | pagemap.h: move dir_pages() over thereFabian Frederick2015-06-231-0/+6
| * | | | Merge branch 'fscache-fixes' into for-nextAl Viro2015-06-231-28/+27
| |\ \ \ \
| | * | | | FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-021-0/+1
| | * | | | FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-0/+5
| | * | | | FS-Cache: Out of line fscache_operation_init()David Howells2015-04-021-21/+3
| | * | | | FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-021-6/+0
| | * | | | FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells2015-04-021-2/+7
| | * | | | FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-241-0/+12
| * | | | | fs: Call security_ops->inode_killpriv on truncateJan Kara2015-06-231-1/+5
| * | | | | fs: Provide function telling whether file_remove_privs() will do anythingJan Kara2015-06-231-0/+1
| * | | | | fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
| * | | | | vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-0/+1
| * | | | | vfs: add file_path() helperMiklos Szeredi2015-06-231-0/+2
| * | | | | overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-192-2/+2
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-047-403/+105
|\ \ \ \ \ \
| * | | | | | target: Bump core version to v5.0Nicholas Bellinger2015-06-231-1/+1