summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-04-13rhashtable: fix some __rcu annotation errorsNeilBrown1-5/+6
2019-04-13scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-6/+0
2019-04-13Merge branch 'next-integrity-for-james' of git://git.kernel.org/pub/scm/linux...James Morris1-0/+5
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov1-0/+2
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov1-0/+2
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2-4/+8
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2-3/+8
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov1-0/+2
2019-04-12bpf: Sysctl hookAndrey Ignatov3-0/+27
2019-04-12block: disk_events: introduce event flagsMartin Wilck1-1/+9
2019-04-12block: genhd: remove async_events fieldMartin Wilck1-1/+0
2019-04-12iommu: io-pgtable: Add ARM Mali midgard MMU page table formatRob Herring1-0/+7
2019-04-12block: only allow contiguous page structs in a bio_vecChristoph Hellwig1-9/+4
2019-04-12block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig1-5/+0
2019-04-12overflow.h: Add comment documenting __ab_c_size()Rasmus Villemoes1-2/+6
2019-04-12vfio/mdev: Add iommu related member in mdev_deviceLu Baolu1-0/+14
2019-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-9/+94
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal1-3/+0
2019-04-11PM / Domains: Add genpd governor for CPUsUlf Hansson1-0/+4
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+28
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-8/+0
2019-04-11video: amba-clcd: Decomission Versatile and NomadikLinus Walleij1-31/+0
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch1-2/+7
2019-04-11iommu/vt-d: Aux-domain specific domain attach/detachLu Baolu1-0/+10
2019-04-11iommu/vt-d: Add per-device IOMMU feature ops entriesLu Baolu1-0/+1
2019-04-11iommu/vt-d: Make intel_iommu_enable_pasid() more genericLu Baolu1-1/+1
2019-04-11iommu: Bind process address spaces to devicesJean-Philippe Brucker1-0/+70
2019-04-11iommu: Add APIs for multiple domains per deviceLu Baolu1-0/+70
2019-04-11iommu/iova: Separate atomic variables to improve performanceJinyu Qi1-8/+8
2019-04-11gpio: gpio-omap: configure edge detection for level IRQs for idle wakeupRussell King1-2/+0
2019-04-11firmware: imx: enable imx scu general irq functionAnson Huang1-0/+5
2019-04-11failover: allow name change on IFF_UP slave interfacesSi-Wei Liu1-0/+3
2019-04-11Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown1-1/+6
2019-04-11clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller1-0/+3
2019-04-11of: use correct function prototype for of_overlay_fdt_apply()Chris Packham1-1/+2
2019-04-10Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe5-32/+69
2019-04-10keys: safe concurrent user->{session,uid}_keyring accessJann Horn1-0/+7
2019-04-10security: don't use RCU accessors for cred->session_keyringJann Horn1-1/+1
2019-04-10Merge branch 'omap-for-v5.2/am4-ddr3' into omap-for-v5.2/am4-pm-v2Tony Lindgren1-0/+3
2019-04-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei1-0/+1
2019-04-10locking/rwsem: Optimize rwsem structure for uncontended lock acquisitionWaiman Long1-6/+15
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long1-7/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar8-29/+46
2019-04-10OPP: Introduce dev_pm_opp_find_freq_ceil_by_volt()Andrew-sh.Cheng1-0/+8
2019-04-10net/mlx5: E-Switch, add a new prio to be used by the RDMA sideMark Bloch1-0/+1
2019-04-10net/mlx5: E-Switch, don't use hardcoded values for FDB priosMark Bloch1-0/+5
2019-04-10bpf: allow for key-less BTF in array mapDaniel Borkmann1-0/+1
2019-04-10bpf: add syscall side map freeze supportDaniel Borkmann1-1/+2
2019-04-10bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-0/+29
2019-04-10bpf: implement lookup-free direct value access for mapsDaniel Borkmann2-0/+10