summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix directory entry size calculationDavid Howells2021-01-041-0/+2
* Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-12-174-78/+13
|\
| * gpiolib: cdev: allow edge event timestamps to be configured as REALTIMEKent Gibson2020-12-051-3/+9
| * dt-bindings: gpio: Add a binding header for the MSC313 GPIO driverDaniel Palmer2020-12-051-0/+53
| * dt-bindings: gpio: Use Tegra186-specific include guardThierry Reding2020-12-051-2/+2
| * Merge tag 'intel-gpio-v5.11-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Walleij2020-11-171-2/+2
| |\
| | * gpiolib: Replace unsigned by unsigned intAndy Shevchenko2020-11-161-2/+2
| | * Merge branch 'devel' into for-nextLinus Walleij2020-11-111-71/+0
| | |\
| * | \ Merge tag 'v5.10-rc4' into develLinus Walleij2020-11-1769-2134/+441
| |\ \ \ | | |_|/ | |/| |
| * | | gpio: Retire the explicit gpio irqchip codeLinus Walleij2020-10-281-71/+0
* | | | Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-12-171-0/+63
|\ \ \ \
| * | | | cifs: Set witness notification handler for messages from userspace daemonSamuel Cabrero2020-12-141-0/+17
| * | | | cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero2020-12-141-0/+15
| * | | | cifs: Register generic netlink familySamuel Cabrero2020-12-141-0/+31
* | | | | 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