summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-29kernfs: implement i_generationShaohua Li1-0/+2
2017-07-29kernfs: use idr instead of ida to manage inode numberShaohua Li1-1/+1
2017-07-29dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson1-1/+2
2017-07-29Documentation: add some docs for errseq_tJeff Layton2-4/+3
2017-07-29drm/tinydrm: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-3/+1
2017-07-29drm/gem: Add drm_gem_dumb_map_offset()Noralf Trønnes1-0/+2
2017-07-29drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt1-0/+11
2017-07-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2017-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+4
2017-07-28Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-07-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+20
2017-07-28Merge tag 'mmc-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-10/+0
2017-07-28crypto: Add akcipher_set_reqsize() functionGary R Hook1-0/+6
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2-17/+24
2017-07-28Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2-10/+12
2017-07-28Merge tag 'acpi-4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+1
2017-07-27soc: renesas: Add r8a77995 SYSC PM Domain Binding DefinitionsGeert Uytterhoeven1-0/+23
2017-07-27net/mlx5e: Add field select to MTPPS registerEugenia Emantayev1-3/+7
2017-07-27net/mlx5: Fix mlx5_ifc_mtpps_reg_bits structure sizeEugenia Emantayev1-1/+1
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner1-1/+6
2017-07-27HID: introduce hid_is_using_ll_driverJason Gerecke1-0/+11
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford2-0/+4
2017-07-27RDMA/qedr: notify user application of supported WIDsAmrani, Ram1-0/+2
2017-07-27RDMA/qedr: notify user application if DPM is supportedAmrani, Ram1-0/+1
2017-07-27drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon1-0/+4
2017-07-27qed: enhanced per queue max coalesce value.Rahul Verma1-1/+1
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma2-10/+2
2017-07-27qed: Add support for vf coalesce configuration.Rahul Verma1-2/+2
2017-07-27qed: Add support for Energy efficient ethernet.Sudarsana Reddy Kalluru1-0/+20
2017-07-27sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-07-27scsi: bnx2i: Simplify cpu hotplug codeThomas Gleixner1-1/+0
2017-07-27scsi: bnx2fc: Simplify CPU hotplug codeThomas Gleixner1-1/+0
2017-07-27Merge branches 'rxe' and 'mlx' into k.o/for-nextDoug Ledford10-24/+183
2017-07-27Merge airlied/drm-next into drm-misc-nextSean Paul57-115/+198
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie57-115/+198
2017-07-27percpu: update free path to take advantage of contig hintsDennis Zhou (Facebook)1-0/+3
2017-07-27percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)1-0/+12
2017-07-27percpu: replace area map allocator with bitmapDennis Zhou (Facebook)1-1/+0
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal1-0/+1
2017-07-26include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR...Murilo Opsfelder Araujo1-2/+2
2017-07-26drm/bridge: Add a devm_ allocator for panel bridge.Eric Anholt1-0/+3
2017-07-26media: fix warning on v4l2_subdev_call() result interpreted as boolArnd Bergmann1-2/+10
2017-07-26KVM: make pid available for uevents without debugfsClaudio Imbrenda1-0/+1
2017-07-26errseq: rename __errseq_set to errseq_setJeff Layton1-8/+1
2017-07-26percpu: increase minimum percpu allocation size and align first regionsDennis Zhou (Facebook)1-0/+4
2017-07-26media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicatorSakari Ailus1-3/+3
2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard1-0/+1
2017-07-26drm/fb-helper: Support deferred setupDaniel Vetter1-0/+23
2017-07-26dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter1-2/+2
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter631-5247/+16234