summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-11net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger1-0/+2
2021-12-11net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger1-0/+1
2021-12-11net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster1-0/+2
2021-12-11sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima1-11/+12
2021-12-11timers: implement usleep_idle_range()SeongJae Park1-1/+13
2021-12-11Increase default MLOCK_LIMIT to 8 MiBDrew DeVault1-3/+10
2021-12-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-7/+205
2021-12-11f2fs: show more DIO information in tracepointJaegeuk Kim1-6/+9
2021-12-11Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2021-12-11Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+27
2021-12-10genirq: Provide new interfaces for affinity hintsThomas Gleixner1-1/+52
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet1-1/+2
2021-12-10net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet1-2/+6
2021-12-10net: add netns refcount tracker to struct seq_net_privateEric Dumazet1-1/+2
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet1-0/+2
2021-12-10net: add networking namespace refcount trackerEric Dumazet3-8/+53
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-17/+18
2021-12-10EDAC: Add RDDR5 and LRDDR5 memory typesYazen Ghannam1-0/+6
2021-12-10Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-137/+168
2021-12-10pktdvd: stop using bdi congestion framework.NeilBrown1-0/+2
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+108
2021-12-10kcsan: Turn barrier instrumentation into macrosMarco Elver1-11/+13
2021-12-10kcsan: Support WEAK_MEMORY with Clang where no objtool support existsMarco Elver1-1/+12
2021-12-10compiler_attributes.h: Add __disable_sanitizer_instrumentationAlexander Potapenko1-0/+18
2021-12-10asm-generic/bitops, kcsan: Add instrumentation for barriersMarco Elver2-0/+6
2021-12-10locking/atomics, kcsan: Add instrumentation for barriersMarco Elver1-1/+134
2021-12-10locking/barriers, kcsan: Support generic instrumentationMarco Elver1-0/+25
2021-12-10locking/barriers, kcsan: Add instrumentation for barriersMarco Elver2-15/+16
2021-12-10kcsan: Add core memory barrier instrumentation functionsMarco Elver1-2/+69
2021-12-10kcsan: Add core support for a subset of weak memory modelingMarco Elver3-2/+21
2021-12-10kcsan: Avoid checking scoped accesses from nested contextsMarco Elver1-0/+1
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-40/+61
2021-12-09percpu_ref: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2021-12-09skbuff: Extract list pointers to silence compiler warningsKees Cook1-8/+10
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney5-45/+70
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-32/+38
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)1-0/+17
2021-12-09net: phylink: add legacy_pre_march2020 indicatorRussell King (Oracle)1-0/+3
2021-12-09fs_parse: allow parameter value to be emptyLukas Czerner1-1/+1
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+5
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingEric Biggers1-1/+1
2021-12-09wait: add wake_up_pollfree()Eric Biggers1-0/+26
2021-12-09drm/vmwgfx: Allow checking for gl43 contextsZack Rusin1-0/+1
2021-12-09KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RINGDavid Woodhouse1-4/+4
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-0/+13
2021-12-09mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal1-0/+3
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen1-0/+4
2021-12-09Merge drm/drm-next into drm-intel-nextJani Nikula19-91/+496
2021-12-09drm: Replace kernel.h with the necessary inclusionsAndy Shevchenko3-3/+5
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner1-4/+1