summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-112-1/+74
|\
| * ARM: OMAP5+: dpll: support Duty Cycle Correction(DCC)Andrii Tseglytskyi2014-06-061-0/+4
| * dt:/bindings: DRA7 ATL (Audio Tracking Logic) clock bindingsPeter Ujfalusi2014-05-281-0/+40
| * ARM: OMAP2: clock: add DT boot support for cpufreq_ckTero Kristo2014-05-281-0/+1
| * CLK: TI: OMAP2: add clock init supportTero Kristo2014-05-281-0/+2
| * CLK: TI: interface: add support for omap2430 specific interface clockTero Kristo2014-05-281-0/+1
| * CLK: TI: APLL: add support for omap2 apllsTero Kristo2014-05-281-1/+20
| * CLK: TI: DPLL: add support for omap2 core dpllTero Kristo2014-05-281-0/+6
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-082-6/+15
|\ \
| * | ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-121-1/+11
| * | ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-211-4/+4
| * | ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner2014-04-211-1/+0
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-08290-3293/+9066
|\ \ \
| * \ \ Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-06-0812-64/+303
| |\ \ \
| | * | | clk: qcom: Support msm8974pro global clock control hardwareStephen Boyd2014-05-291-0/+4
| | * | | ARM: shmobile: r8a7779: Add clock index macros for DT sourcesSimon Horman2014-05-281-0/+64
| | * | | Merge remote-tracking branch 'linaro/clk-next' into clk-nextMike Turquette2014-05-2310-64/+235
| | |\ \ \
| | | * | | clk: divider: add CLK_DIVIDER_READ_ONLY flagHeiko Stuebner2014-05-231-0/+4
| | | * | | clk: tegra: Fix xusb_hs_src clock hierarchyAndrew Bresticker2014-05-232-2/+4
| | | * | | Merge tag 'clk-hisi-for-v3.16' of https://git.kernel.org/pub/scm/linux/kernel...Mike Turquette2014-05-151-0/+58
| | | |\ \ \
| | | | * | | clk: hisi: add clk-hix5hd2.cZhangfei Gao2014-05-121-0/+58
| | | * | | | clk: sunxi: Fixup clk_sunxi_mmc_phase_control to take a clk rather then a hw_clkHans de Goede2014-05-151-1/+1
| | | * | | | clk: shmobile: r8a7779: Add clocks supportSimon Horman2014-05-131-0/+3
| | | * | | | clk: Improve clk_ops documentationGeert Uytterhoeven2014-05-131-19/+25
| | | * | | | clk: Fixup spacing in commentsGeert Uytterhoeven2014-05-131-44/+44
| | | * | | | clk: sunxi: Implement MMC phase controlEmilio López2014-05-061-0/+22
| | | * | | | clk: qcom: Various fixes for MSM8960's global clock controllerKumar Gala2014-04-302-5/+4
| | | * | | | clk: bcm21664: use common clock frameworkAlex Elder2014-04-301-0/+62
| | | * | | | clk: bcm281xx: move compatible string definitionsAlex Elder2014-04-301-0/+12
| | | * | | | clk: divider: Add round to closest dividerMaxime COQUELIN2014-04-301-0/+3
| | | | |_|/ | | | |/| |
| * | | | | Merge tag 'vfio-v3.16-rc1' of git://github.com/awilliam/linux-vfio into nextLinus Torvalds2014-06-081-3/+2
| |\ \ \ \ \
| | * | | | | drivers/vfio: Rework offsetofend()Gavin Shan2014-05-301-3/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-081-0/+13
| |\ \ \ \ \ \
| | * | | | | | crypto: hash - Add real ahash walk interfaceHerbert Xu2014-05-211-0/+13
| * | | | | | | Merge branch 'akpm' (patches from Andrew Morton) into nextLinus Torvalds2014-06-0712-27/+80
| |\ \ \ \ \ \ \
| | * | | | | | | idle: remove cpu_idle() forward declarationsGeert Uytterhoeven2014-06-072-3/+0
| | * | | | | | | mm: introduce kmemleak_update_trace()Catalin Marinas2014-06-071-0/+4
| | * | | | | | | key: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-1/+1
| | * | | | | | | ipc,shm: document new limits in the uapi headerDavidlohr Bueso2014-06-071-6/+9
| | * | | | | | | ipc/shm.c: increase the defaults for SHMALL, SHMMAXManfred Spraul2014-06-072-7/+4
| | * | | | | | | include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse errorHans Verkuil2014-06-071-0/+5
| | * | | | | | | idr: reorder the fieldsLai Jiangshan2014-06-071-5/+8
| | * | | | | | | signals: introduce kernel_sigaction()Oleg Nesterov2014-06-071-2/+16
| | * | | | | | | signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2014-06-072-3/+2
| | * | | | | | | signals: kill sigfindinword()Oleg Nesterov2014-06-071-5/+0
| | * | | | | | | ptrace: fix fork event messages across pid namespacesMatthew Dempsky2014-06-071-0/+32
| | * | | | | | | drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportMaciej W. Rozycki2014-06-071-0/+4
| * | | | | | | | Merge tag 'mfd-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-0616-1288/+2522
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mfd: palmas: Format the header fileKeerthy2014-06-031-1083/+1083
| | * | | | | | | | mfd: abx500-core: Remove unused function abx500_dump_all_banks()Lee Jones2014-06-031-1/+0