summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds6-234/+319
2019-11-25Merge tag 'for-5.5/libata-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit1-0/+10
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+4
2019-11-25Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds1-18/+232
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds1-2/+0
2019-11-25Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar14-59/+55
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe3-1/+22
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai51-172/+346
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 Molnar5-25/+20
2019-11-25bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-8/+2
2019-11-25bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann1-0/+5
2019-11-25bpf: Constant map key tracking for prog array pokesDaniel Borkmann1-1/+2
2019-11-25bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann1-0/+12
2019-11-25bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann2-0/+30
2019-11-25bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann1-7/+11
2019-11-25bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann1-0/+4
2019-11-25bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann1-0/+6
2019-11-24Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-0/+1
2019-11-24net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-12/+13
2019-11-24mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmapChristoph Hellwig1-23/+0
2019-11-24mm/hmm: remove hmm_mirror and relatedJason Gunthorpe1-181/+2
2019-11-24mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe1-12/+47
2019-11-24mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirrorJason Gunthorpe1-0/+5
2019-11-24mm/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 Kicinski1-5/+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-23tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi2-2/+4
2019-11-23ftrace: Use BIT() macroEnrico Weigelt, metux IT consult1-18/+18
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+10
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+6
2019-11-23net/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 Brown3-13/+45
2019-11-22Merge branch 'asoc-5.5' into asoc-nextMark Brown1-65/+220