index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-30
SUNRPC: Fix up the back channel transmit
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Refactor RPC call encoding
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Add a transmission queue for RPC requests
Trond Myklebust
1
-0
/
+6
2018-09-30
SUNRPC: Distinguish between the slot allocation list and receive queue
Trond Myklebust
1
-2
/
+7
2018-09-30
SUNRPC: Refactor xprt_transmit() to remove wait for reply code
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Refactor xprt_transmit() to remove the reply queue code
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
Trond Myklebust
1
-1
/
+1
2018-09-30
SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
Trond Myklebust
1
-0
/
+3
2018-09-30
SUNRPC: Refactor the transport request pinning
Trond Myklebust
2
-2
/
+2
2018-09-30
SUNRPC: Add socket transmit queue offset tracking
Trond Myklebust
1
-0
/
+7
2018-09-30
SUNRPC: Rename TCP receive-specific state variables
Trond Myklebust
1
-7
/
+9
2018-09-30
SUNRPC: Simplify identification of when the message send/receive is complete
Trond Myklebust
1
-2
/
+4
2018-09-30
SUNRPC: The transmitted message must lie in the RPCSEC window of validity
Trond Myklebust
2
-0
/
+3
2018-09-30
SUNRPC: Clean up initialisation of the struct rpc_rqst
Trond Myklebust
1
-1
/
+0
2018-09-30
Compiler Attributes: add support for __nonstring (gcc >= 8)
Miguel Ojeda
1
-0
/
+14
2018-09-30
Compiler Attributes: remove uses of __attribute__ from compiler.h
Miguel Ojeda
1
-6
/
+6
2018-09-30
Compiler Attributes: KENTRY used twice the "used" attribute
Miguel Ojeda
1
-1
/
+1
2018-09-30
Compiler Attributes: use feature checks instead of version checks
Miguel Ojeda
5
-125
/
+254
2018-09-30
Compiler Attributes: add missing SPDX ID in compiler_types.h
Miguel Ojeda
1
-0
/
+1
2018-09-30
Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
Miguel Ojeda
3
-9
/
+3
2018-09-30
Compiler Attributes: homogenize __must_be_array
Miguel Ojeda
4
-11
/
+7
2018-09-30
Compiler Attributes: remove unneeded tests
Miguel Ojeda
1
-20
/
+3
2018-09-30
Compiler Attributes: always use the extra-underscores syntax
Miguel Ojeda
5
-33
/
+33
2018-09-30
Compiler Attributes: remove unused attributes
Miguel Ojeda
3
-7
/
+0
2018-09-30
docs: fpga: document fpga manager flags
Alan Tull
1
-6
/
+14
2018-09-30
Merge 4.19-rc6 into tty-next
Greg Kroah-Hartman
12
-36
/
+66
2018-09-30
Merge 4.19-rc6 into usb-next
Greg Kroah-Hartman
12
-36
/
+66
2018-09-30
Merge 4.19-rc6
Greg Kroah-Hartman
12
-36
/
+66
2018-09-30
xarray: Change definition of sibling entries
Matthew Wilcox
2
-4
/
+93
2018-09-30
xarray: Replace exceptional entries
Matthew Wilcox
3
-40
/
+117
2018-09-30
Update email address
Matthew Wilcox
1
-1
/
+1
2018-09-29
Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
1
-3
/
+4
2018-09-29
Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2
-6
/
+33
2018-09-29
clk: renesas: Convert to SPDX identifiers
Kuninori Morimoto
1
-6
/
+2
2018-09-28
Merge branch 'dt/cpu-type-rework' into dt/next
Rob Herring
1
-0
/
+11
2018-09-28
of: Add cpu node iterator for_each_of_cpu_node()
Rob Herring
1
-0
/
+11
2018-09-28
PCI: Add support for Immediate Readiness
Felipe Balbi
1
-0
/
+1
2018-09-28
Merge tag 'omap-for-v4.20/omap1-signed' of git://git.kernel.org/pub/scm/linux...
Arnd Bergmann
1
-0
/
+4
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-2
/
+3
2018-09-28
Merge tag 'bd71847-support' into regulator-4.20
Mark Brown
4
-194
/
+222
2018-09-28
regulator: bd718XX use pickable ranges
Matti Vaittinen
1
-14
/
+18
2018-09-28
regulator/mfd: bd718xx: rename bd71837/bd71847 common instances
Matti Vaittinen
1
-32
/
+32
2018-09-28
regulator: Support regulators where voltage ranges are selectable
Matti Vaittinen
1
-1
/
+19
2018-09-28
regulator/mfd: Support ROHM BD71847 power management IC
Matti Vaittinen
1
-147
/
+124
2018-09-28
nvmem: use EOPNOTSUPP instead of ENOSYS
Bartosz Golaszewski
2
-18
/
+17
2018-09-28
nvmem: make the naming of arguments in nvmem_cell_get() consistent
Bartosz Golaszewski
1
-6
/
+6
2018-09-28
nvmem: use SPDX license identifiers
Bartosz Golaszewski
2
-8
/
+2
2018-09-28
nvmem: add a notifier chain
Bartosz Golaszewski
1
-0
/
+21
2018-09-28
nvmem: add support for cell lookups from machine code
Bartosz Golaszewski
1
-0
/
+28
2018-09-28
nvmem: add support for cell info
Bartosz Golaszewski
1
-9
/
+24
[prev]
[next]