summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-18net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-0/+1
2021-12-18net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2-1/+2
2021-12-18net/sched: Extend qdisc control block with tc control blockPaul Blakey2-2/+15
2021-12-17Merge tag 'renesas-drivers-for-v5.17-tag2' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2-0/+94
2021-12-17Merge tag 'renesas-arm-dt-for-v5.17-tag2' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2-0/+94
2021-12-17Merge tag 'sunxi-dt-for-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2-2/+2
2021-12-17Merge tag 'fixes-for-v5.16' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann1-2/+2
2021-12-17asm-generic/error-injection.h: fix a spelling mistake, and a coding style issueWasin Thonkaew1-2/+2
2021-12-17net: fix typo in a commentXiang wangx1-1/+1
2021-12-17dt-bindings: power: imx8mn: add defines for DISP blk-ctrl domainsAdam Ford1-0/+5
2021-12-17Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-8/+10
2021-12-16Merge tag 'jh7100-for-5.17' of https://github.com/esmil/linux into arm/newsocArnd Bergmann3-0/+603
2021-12-16dt-bindings: pinctrl: Add StarFive pinctrl definitionsEmil Renner Berthing1-0/+275
2021-12-16dt-bindings: reset: Add StarFive JH7100 reset definitionsGeert Uytterhoeven1-0/+126
2021-12-16dt-bindings: clock: starfive: Add JH7100 clock definitionsGeert Uytterhoeven1-0/+202
2021-12-16dt-bindings: memory: tegra: Add Tegra234 supportThierry Reding2-0/+41
2021-12-16dt-bindings: Update headers for Tegra234Mikko Perttunen2-5/+24
2021-12-16soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()Dmitry Osipenko1-0/+15
2021-12-16tee: handle lookup of shm with reference count 0Jens Wiklander1-2/+2
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross1-0/+1
2021-12-15dt-bindings: clock: Add SM8450 GCC clock bindingsVinod Koul1-0/+244
2021-12-15dt-bindings: clock: Add SDX65 GCC clock bindingsVamsi krishna Lanka1-0/+122
2021-12-15mptcp: add missing documented NL paramsMatthieu Baerts1-8/+10
2021-12-15Merge tag 'ixp4xx-arm-soc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-21/+0
2021-12-14Merge tag 'memory-controller-drv-renesas-5.17' of git://git.kernel.org/pub/sc...Arnd Bergmann1-1/+7
2021-12-14Merge branch 'for-next/perf-user-counter-access' into for-next/perfWill Deacon1-0/+10
2021-12-14drivers/perf: hisi: Add driver for HiSilicon PCIe PMUQi Liu1-0/+1
2021-12-14perf: Add a counter for number of user access events in contextRob Herring1-0/+1
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring1-0/+9
2021-12-14Merge tag 'optee-async-notif-for-v5.17' of https://git.linaro.org/people/jens...Arnd Bergmann1-0/+14
2021-12-14dt-bindings: power: imx8ulp: add power domain header filePeng Fan1-0/+26
2021-12-14Merge tag 'renesas-drivers-for-v5.17-tag1' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-0/+2
2021-12-13dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721S2Aswath Govindraju1-0/+3
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-0/+6
2021-12-13dt-bindings: soc: samsung: Add Exynos USI bindingsSam Protsenko1-0/+17
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+13
2021-12-12Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+23
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 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-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-17/+18
2021-12-09percpu_ref: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
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-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-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-0/+13
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-3/+3