summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ppp: Fix PPPIOCUNBRIDGECHAN request numberGuillaume Nault2020-12-211-1/+1
* Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-175-10/+12
|\
| * net/mlx5: Fix compilation warning for 32-bit platformParav Pandit2020-12-171-3/+3
| * devlink: use _BITUL() macro instead of BIT() in the UAPI headerTobias Klauser2020-12-161-1/+1
| * phy: fix kdoc warningJakub Kicinski2020-12-161-1/+2
| * net: core: introduce __netdev_notify_peersLijun Pan2020-12-161-0/+1
| * net/connector: Add const qualifier to cb_idGeoff Levand2020-12-161-5/+5
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-12-171-0/+102
|\ \
| * | drivers/soc/litex: add LiteX SoC Controller driverPawel Czarnecki2020-11-091-0/+102
* | | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-174-1/+48
|\ \ \
| * | | ocxl: Update the Process Element EntryChristophe Lombard2020-12-041-1/+1
| * | | signal: Add unsafe_put_compat_sigset()Christophe Leroy2020-12-041-0/+32
| * | | powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Oleg Nesterov2020-11-261-0/+12
| * | | powerpc/mm: factor out creating/removing linear mappingDavid Hildenbrand2020-11-191-0/+3
| |/ /
* | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-175-14/+271
|\ \ \
| * | | seq_buf: Avoid type mismatch for seq_buf_initArnd Bergmann2020-12-072-3/+3
| * | | livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-131-0/+7
| * | | ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-131-1/+6
| * | | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-132-3/+15
| * | | ftrace: Clean up the recursion code a bitSteven Rostedt (VMware)2020-11-101-15/+7
| * | | fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-101-2/+2
| * | | ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-4/+25
| * | | ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-061-6/+6
| * | | ftrace: Optimize testing what context current is inSteven Rostedt (VMware)2020-11-061-13/+20
| * | | ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)2020-11-061-0/+25
| * | | ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)2020-11-062-0/+188
| |/ /
* | | Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-173-21/+21
|\ \ \
| * | | module: drop semicolon from version macroJohan Hovold2020-12-071-1/+1
| * | | init: use type alignment for kernel parametersJohan Hovold2020-12-011-1/+1
| * | | params: clean up module-param macrosJohan Hovold2020-11-251-4/+4
| * | | params: use type alignment for kernel parametersJohan Hovold2020-11-251-2/+2
| * | | params: drop redundant "unused" attributesJohan Hovold2020-11-251-2/+2
| * | | module: simplify version-attribute handlingJohan Hovold2020-11-251-13/+13
| * | | module: drop version-attribute alignmentJohan Hovold2020-11-251-1/+1
* | | | Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-1710-0/+351
|\ \ \ \
| * | | | dmaengine: ti: k3-udma-glue: Add support for K3 PKTDMAVignesh Raghavendra2020-12-111-0/+8
| * | | | soc: ti: k3-ringacc: add AM64 DMA rings support.Grygorii Strashko2020-12-111-0/+17
| * | | | dmaengine: ti: Add support for k3 event routersPeter Ujfalusi2020-12-111-0/+16
| * | | | dmaengine: ti: k3-psil: Extend psil_endpoint_config for K3 PKTDMAPeter Ujfalusi2020-12-111-0/+16
| * | | | dmaengine: Add support for per channel coherency handlingPeter Ujfalusi2020-12-111-0/+12
| * | | | dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi2020-12-111-0/+2
| * | | | dmaengine: ti: k3-udma-glue: Add function to get device pointer for DMA APIPeter Ujfalusi2020-12-111-0/+4
| * | | | Merge tag 'tags/drivers_soc_for_5.11' into dmaengine/nextVinod Koul2020-12-112-29/+61
| |\ \ \ \
| * | | | | dmaengine: idxd: add IAX configuration support in the IDXD driverDave Jiang2020-12-111-0/+79
| * | | | | dmaengine: qcom: Add GPI dma driverVinod Koul2020-11-241-0/+83
| * | | | | dmaengine: add peripheral configurationVinod Koul2020-11-241-0/+5
| * | | | | dt-bindings: dmaengine: Document qcom,gpi dma bindingVinod Koul2020-11-241-0/+11
| * | | | | dt-bindings: dmaengine: Add X2000 bindings.周琰杰 (Zhou Yanjie)2020-11-181-0/+54
| * | | | | dt-bindings: dmaengine: Add JZ4775 bindings.周琰杰 (Zhou Yanjie)2020-11-181-0/+44
| | |/ / / | |/| | |
* | | | | Merge tag 'mailbox-v5.11' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2020-12-171-0/+20
|\ \ \ \ \