summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | | clk: stm32mp1: Introduce STM32MP1 clock driverGabriel Fernandez2018-03-111-0/+254
| | | | |/ / / / / / / /
| | | * | | | | | | | | clk: stm32: Add DSI clock for STM32F469 BoardGabriel Fernandez2018-03-191-1/+2
| | | * | | | | | | | | clk: stm32: END_PRIMARY_CLK should be declare after CLK_SYSCLKGabriel Fernandez2018-03-191-3/+3
| | | |/ / / / / / / /
| | * / / / / / / / / dt-bindings: clocks: add APB RTC gate for SC9860Chunyan Zhang2018-03-161-1/+20
| | |/ / / / / / / /
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'clk-versatile', 'clk-doc', 'clk-must-check', 'clk-qcom' and '...Stephen Boyd2018-04-061-8/+8
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | clk: add more __must_check for bulk APIsDong Aisheng2018-03-161-8/+8
| | |/ / / / / / / /
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. | | | | | | | | Merge branches 'clk-ti', 'clk-amlogic', 'clk-tegra' and 'clk-samsung' into cl...Stephen Boyd2018-04-064-2/+25
| |\ \ \| | | | | | | |
| | | * | | | | | | | | clk: tegra: MBIST work around for Tegra210Peter De Schrijver2018-03-081-0/+1
| | | * | | | | | | | | clk: tegra: Add la clock for Tegra210Peter De Schrijver2018-03-081-1/+1
| | | |/ / / / / / / /
| | * | | | | | | | | clk: meson: axg: add hifi clock bindingsJerome Brunet2018-03-131-0/+1
| | * | | | | | | | | clk: divider: read-only divider can propagate rate changeJerome Brunet2018-03-121-0/+15
| | * | | | | | | | | clk: fix mux clock documentationJerome Brunet2018-03-121-1/+2
| | * | | | | | | | | clk: mux: add helper function for index/value translationJerome Brunet2018-03-121-0/+4
| | * | | | | | | | | clk: divider: export clk_div_mask() helperJerome Brunet2018-03-121-0/+1
| | |/ / / / / / / /
| * / / / / / / / / clk: ti: add support for register read-modify-write low-level operationTero Kristo2018-03-081-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-132-2/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | backing: silence compiler warning using __printfMathieu Malaterre2018-04-101-0/+1
| * | | | | | | | blk-mq: remove blk_mq_delay_queue()Ming Lei2018-04-101-2/+0
* | | | | | | | | Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-121-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller2018-04-111-1/+2
* | | | | | | | | | Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-121-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lockref: Add lockref_put_not_zeroAndreas Gruenbacher2018-04-121-0/+1
* | | | | | | | | | | Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-126-36/+218
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | NFSv4; Clean up XDR encoding of type bitmap4Trond Myklebust2018-04-101-0/+63
| * | | | | | | | | | | SUNRPC: Add a helper for encoding opaque data inlineTrond Myklebust2018-04-101-0/+25
| * | | | | | | | | | | SUNRPC: Add helpers for decoding opaque and string typesTrond Myklebust2018-04-101-0/+6
| * | | | | | | | | | | NFS: More fine grained attribute trackingTrond Myklebust2018-04-101-5/+16
| * | | | | | | | | | | NFS: Convert NFS_INO_INVALID flags to unsigned longTrond Myklebust2018-04-101-8/+8
| * | | | | | | | | | | NFS: Remove the unused return_delegation() callbackTrond Myklebust2018-04-101-1/+0
| * | | | | | | | | | | NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust2018-04-101-1/+1
| * | | | | | | | | | | NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust2018-04-101-1/+3
| * | | | | | | | | | | NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust2018-04-101-1/+1
| * | | | | | | | | | | sunrpc: Add static trace point to report result of RPC pingChuck Lever2018-04-101-0/+21
| * | | | | | | | | | | sunrpc: Add static trace point to report RPC latency statsChuck Lever2018-04-101-0/+45
| * | | | | | | | | | | sunrpc: Simplify synopsis of some trace pointsChuck Lever2018-04-101-19/+21
| * | | | | | | | | | | SUNRPC: Make num_reqs a non-atomic integerChuck Lever2018-04-101-1/+1
| * | | | | | | | | | | SUNRPC: Move xprt_update_rtt callsiteChuck Lever2018-04-101-0/+1
| * | | | | | | | | | | xprtrdma: "Support" call-only RPCsChuck Lever2018-04-101-0/+7
* | | | | | | | | | | | Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-121-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-191-0/+6
* | | | | | | | | | | | | Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-122-1/+114
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | afs: Trace protocol errorsDavid Howells2018-04-091-0/+21
| * | | | | | | | | | | | | afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-091-0/+90
| * | | | | | | | | | | | | afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-091-0/+2
| * | | | | | | | | | | | | vfs: Remove the const from dir_context::actorDavid Howells2018-04-091-1/+1
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | slip: Check if rstate is initialized before uncompressingTejaswi Tanikella2018-04-111-0/+1
* | | | | | | | | | | | | | | Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-122-0/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky2018-04-101-0/+23
| * | | | | | | | | | | | | | | xen/acpi: upload _PSD info for non Dom0 CPUs tooJoao Martins2018-03-211-0/+2