summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar38-87/+111
2019-11-25RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf1-0/+6
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe5-1/+32
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai100-271/+578
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon1-7/+0
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon1-100/+58
2019-11-25locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon1-7/+2
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon1-19/+20
2019-11-25locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon1-56/+75
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon1-9/+228
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon1-18/+7
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon1-7/+7
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon1-1/+9
2019-11-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar9-28/+30
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar1-14/+39
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-8/+2
2019-11-24bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann1-0/+5
2019-11-24bpf: Constant map key tracking for prog array pokesDaniel Borkmann1-1/+2
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann1-0/+12
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann2-0/+30
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann1-7/+11
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann1-0/+4
2019-11-24bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann1-0/+6
2019-11-23sctp: cache netns in sctp_ep_commonXin Long1-0/+3
2019-11-23Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-0/+1
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-12/+13
2019-11-23mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmapChristoph Hellwig1-23/+0
2019-11-23mm/hmm: remove hmm_mirror and relatedJason Gunthorpe1-181/+2
2019-11-23RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2-56/+14
2019-11-23mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe1-12/+47
2019-11-23mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirrorJason Gunthorpe1-0/+5
2019-11-23mm/mmu_notifier: add an interval tree notifierJason Gunthorpe1-0/+101
2019-11-23net: phy: remove phy_ethtool_sset()Russell King1-1/+0
2019-11-23Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski2-6/+0
2019-11-23iio: core: add thermocouple_type standard attributeAndrea Merello1-0/+1
2019-11-23iio: core: add char type for sysfs attributesAndrea Merello1-0/+1
2019-11-23iio: imu: adis: create an unlocked version of adis_reset()Alexandru Ardelean1-1/+18
2019-11-23iio: imu: adis: create an unlocked version of adis_check_status()Alexandru Ardelean1-1/+12
2019-11-23iio: imu: adis: add unlocked read/write function versionsAlexandru Ardelean1-2/+114
2019-11-23iio: imu: adis: rename txrx_lock -> state_lockAlexandru Ardelean1-1/+1
2019-11-22net: inet_is_local_reserved_port() should return bool not intMaciej Żenczykowski1-4/+4
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi2-2/+4
2019-11-22ftrace: Use BIT() macroEnrico Weigelt, metux IT consult1-18/+18
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+12
2019-11-22dt-bindings: clock: Add devicetree binding for BM1880 SoCManivannan Sadhasivam1-0/+82
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+8
2019-11-22net/mlx5: DR, Add HW bits and definitions for Geneve flex parserYevgeny Kliteynik1-0/+1
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown3-18/+117
2019-11-22Merge branch 'regulator-5.5' into regulator-nextMark Brown4-13/+61
2019-11-22Merge branch 'asoc-5.5' into asoc-nextMark Brown23-101/+422