summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-04-10iio: dac: Add support for the AD5592R/AD5593R ADCs/DACsPaul Cercueil1-0/+16
2016-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-81/+206
2016-04-09Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2016-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+25
2016-04-09clk: Provide OF helper to mark clocks as CRITICALLee Jones1-1/+7
2016-04-09clk: Allow clocks to be marked as CRITICALLee Jones1-0/+1
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+9
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+88
2016-04-09Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2016-04-09ACPI / utils: Rename acpi_dev_present()Lukas Wunner2-2/+2
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus3-17/+8
2016-04-09ACPI 2.0 / AML: Improve module level execution by moving the If/Else/While ex...Lv Zheng1-1/+1
2016-04-09ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Chen Yu1-0/+1
2016-04-09fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro1-0/+1
2016-04-09cpufreq: dt: Include types.h from cpufreq-dt.hViresh Kumar1-0/+2
2016-04-09Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman13-31/+55
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot1-1/+1
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot1-1/+1
2016-04-08net: dsa: make the STP state function return voidVivien Didelot1-2/+2
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...David S. Miller5-8/+187
2016-04-08cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki1-0/+1
2016-04-08Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+2
2016-04-08PCI: Add Intel Thunderbolt device IDsLukas Wunner1-0/+18
2016-04-08bpf: sanitize bpf tracepoint accessAlexei Starovoitov2-0/+2
2016-04-08bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov1-0/+1
2016-04-08perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2-1/+10
2016-04-08perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov3-9/+9
2016-04-08perf: remove unused __addr variableAlexei Starovoitov2-8/+2
2016-04-08perf: optimize perf_fetch_caller_regsAlexei Starovoitov1-2/+0
2016-04-08net: Fix build failure due to lockdep_sock_is_held().David S. Miller1-0/+2
2016-04-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+20
2016-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+2
2016-04-08sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa1-1/+1
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-1/+4
2016-04-07udp: Remove udp_offloadsTom Herbert2-20/+0
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert1-1/+0
2016-04-07udp: Add socket based GRO and configTom Herbert1-0/+7
2016-04-07udp: Add GRO functions to UDP socketTom Herbert2-2/+13
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert1-0/+4
2016-04-07net: Checks skb_dst to be NULL in inet_iifTom Herbert1-3/+4
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa1-4/+0
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-2/+10
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa1-1/+6
2016-04-07Merge ath-next from ath.gitKalle Valo1-0/+4
2016-04-07clk: renesas: mstp: Clarify cpg_mstp_{at,de}tach_dev() domain parameterGeert Uytterhoeven1-2/+2
2016-04-07clk: renesas: mstp: Drop check for CONFIG_PM_GENERIC_DOMAINS_OFGeert Uytterhoeven1-4/+0
2016-04-07iommu: Add MMIO mapping typeRobin Murphy1-0/+1
2016-04-07virtio: add VIRTIO_CONFIG_S_NEEDS_RESET device status bitStefan Hajnoczi1-0/+2
2016-04-07mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar1-61/+3
2016-04-07Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+1