summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen2019-12-291-4/+2
* iio: adc: ti-ads1015: Get rid of legacy platform dataAndy Shevchenko2019-12-152-24/+0
* iio: ad7266: Convert to use GPIO descriptorsLinus Walleij2019-12-151-3/+0
* iio: adf4350: Convert to use GPIO descriptorLinus Walleij2019-12-151-4/+0
* iio: ak8975: Convert to use GPIO descriptorLinus Walleij2019-12-151-2/+0
* iio: core: add thermocouple_type standard attributeAndrea Merello2019-11-231-0/+1
* iio: core: add char type for sysfs attributesAndrea Merello2019-11-231-0/+1
* iio: imu: adis: create an unlocked version of adis_reset()Alexandru Ardelean2019-11-231-1/+18
* iio: imu: adis: create an unlocked version of adis_check_status()Alexandru Ardelean2019-11-231-1/+12
* iio: imu: adis: add unlocked read/write function versionsAlexandru Ardelean2019-11-231-2/+114
* iio: imu: adis: rename txrx_lock -> state_lockAlexandru Ardelean2019-11-231-1/+1
* Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2019-11-131-2/+4
|\
| * iio: imu: adis: assign value only if return code zero in read funcsAlexandru Ardelean2019-11-031-2/+4
* | Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman2019-11-1155-143/+261
|\ \ | |/ |/|
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-11-102-3/+3
| |\
| | * reset: fix reset_control_ops kerneldoc commentRandy Dunlap2019-10-281-1/+1
| | * reset: fix reset_control_get_exclusive kerneldoc commentPhilipp Zabel2019-10-241-1/+1
| | * reset: fix reset_control_lookup kerneldoc commentPhilipp Zabel2019-10-241-1/+1
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-11-101-7/+0
| |\ \
| | * | timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-041-7/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-0917-22/+34
| |\ \ \
| | * | | net: fix data-race in neigh_event_send()Eric Dumazet2019-11-081-2/+2
| | * | | net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen2019-11-081-2/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-11-071-1/+2
| | |\ \ \
| | | * | | netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-11-041-1/+2
| | | |/ /
| | * | | net/tls: add a TX lockJakub Kicinski2019-11-071-0/+5
| | * | | net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-061-2/+2
| | * | | net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski2019-11-061-3/+6
| | * | | net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley2019-11-061-0/+4
| | * | | bonding: fix state transition issue in link monitoringJay Vosburgh2019-11-061-2/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-11-061-2/+2
| | |\ \ \
| | | * | | bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel2019-10-311-2/+2
| | * | | | can: don't use deprecated license identifiersYegor Yefremov2019-11-058-8/+8
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-091-0/+1
| |\ \ \ \
| | * | | | nvme: change nvme_passthru_cmd64 to explicitly mark rsvdCharles Machalow2019-11-051-0/+1
| * | | | | Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-11-082-19/+1
| |\ \ \ \ \
| | * | | | | idr: Fix integer overflow in idr_for_each_entryMatthew Wilcox (Oracle)2019-11-031-1/+1
| | * | | | | radix tree: Remove radix_tree_iter_findMatthew Wilcox (Oracle)2019-11-021-18/+0
| * | | | | | Merge tag 'drm-fixes-2019-11-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-082-1/+15
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'drm-misc-fixes-2019-11-07-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2019-11-082-1/+15
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | drm/shmem: Add docbook comments for drm_gem_shmem_object madvise fieldsRob Herring2019-11-071-0/+13
| | | * | | | | drm/atomic: fix self-refresh helpers crtc state dereferenceRob Clark2019-11-061-1/+2
| | | | |_|_|/ | | | |/| | |
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-11-063-7/+23
| |\ \ \ \ \ \
| | * | | | | | mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi2019-11-063-7/+23
| | |/ / / / /
| * | | | | | Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-051-0/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | clone3: validate stack argumentsChristian Brauner2019-11-051-0/+4
| | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-0221-79/+116
| |\ \ \ \ \
| | * | | | | net: increase SOMAXCONN to 4096Eric Dumazet2019-10-311-1/+1
| | * | | | | net: annotate lockless accesses to sk->sk_napi_idEric Dumazet2019-10-311-3/+3
| | * | | | | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2