summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Mark vdpa_config_ops.get_vq_notification as optionalEugenio PĂ©rez2022-01-141-1/+1
* vdpa: add driver_override supportStefano Garzarella2022-01-141-0/+2
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-0/+1
* mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman2021-12-312-1/+4
* Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-303-7/+8
|\
| * nfc: uapi: use kernel size_t to fix user-space buildsKrzysztof Kozlowski2021-12-271-1/+1
| * uapi: fix linux/nfc.h userspace compilation errorsDmitry V. Levin2021-12-271-2/+2
| * sctp: use call_rcu to free endpointXin Long2021-12-252-4/+5
* | Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-12-271-0/+6
|\ \
| * | efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas2021-12-131-0/+6
* | | Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-12-264-4/+6
|\ \ \
| * | | compiler.h: Fix annotation macro misplacement with ClangJosh Poimboeuf2021-12-212-4/+4
| * | | uapi: Fix undefined __always_inline on non-glibc systemsIsmael Luceno2021-12-212-0/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-12-252-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nidThibaut Sautereau2021-12-251-1/+1
| * | | mm: delete unsafe BUG from page_cache_add_speculative()Hugh Dickins2021-12-251-1/+0
* | | | Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-236-7/+43
|\ \ \ \
| * | | | net: skip virtio_net_hdr_set_proto if protocol already setWillem de Bruijn2021-12-201-0/+3
| * | | | net: accept UFOv6 packages in virtio_net_hdr_to_skbWillem de Bruijn2021-12-201-2/+20
| * | | | inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-1/+1
| * | | | net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-171-0/+1
| * | | | net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-172-1/+2
| * | | | net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-172-2/+15
| * | | | net: fix typo in a commentXiang wangx2021-12-171-1/+1
| | |/ / | |/| |
* | | | Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-231-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'fixes-for-v5.16' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann2021-12-171-2/+2
| |\ \ \
| | * | | tee: handle lookup of shm with reference count 0Jens Wiklander2021-12-161-2/+2
* | | | | Merge tag 'fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-221-2/+2
|\ \ \ \ \
| * | | | | memblock: fix memblock_phys_alloc() section mismatch errorJackie Liu2021-12-221-2/+2
| |/ / / /
* | | | | Merge branch 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2021-12-201-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-161-0/+1
| |/ / /
* | | | Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-161-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | mptcp: add missing documented NL paramsMatthieu Baerts2021-12-141-8/+10
* | | | Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-12-121-0/+13
|\ \ \ \
| * | | | bus: mhi: core: Add support for forced PM resumeLoic Poulain2021-12-091-0/+13
| | |/ / | |/| |
* | | | Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-111-1/+1
|\ \ \ \
| * | | | percpu_ref: Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-12-091-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-12-112-4/+23
|\ \ \ \ \
| * | | | | timers: implement usleep_idle_range()SeongJae Park2021-12-101-1/+13
| * | | | | Increase default MLOCK_LIMIT to 8 MiBDrew DeVault2021-12-101-3/+10
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-12-101-1/+1
|\ \ \ \ \
| * | | | | PM: runtime: Fix pm_runtime_active() kerneldoc commentRafael J. Wysocki2021-12-081-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-12-102-1/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | aio: fix use-after-free due to missing POLLFREE handlingEric Biggers2021-12-091-1/+1
| * | | | wait: add wake_up_pollfree()Eric Biggers2021-12-091-0/+26
| |/ / /
* | | | Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-099-32/+38
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-081-3/+3
| |\ \ \ \
| | * | | | netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-081-3/+3
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-085-23/+15
| |\ \ \ \ \
| | * | | | | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-033-2/+2