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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-28
nvmem: make nvmem_add_cells() static
Srinivas Kandagatla
1
-2
/
+1
2018-09-28
nvmem: sunxi_sid: remove unused variable in probe
Srinivas Kandagatla
1
-1
/
+1
2018-09-28
nvmem: use octal permissions instead of constants
Bartosz Golaszewski
1
-4
/
+4
2018-09-28
nvmem: fix commenting style
Bartosz Golaszewski
1
-2
/
+2
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
2
-19
/
+20
2018-09-28
nvmem: use SPDX license identifiers
Bartosz Golaszewski
3
-17
/
+3
2018-09-28
nvmem: add a notifier chain
Bartosz Golaszewski
2
-0
/
+57
2018-09-28
Documentation: nvmem: document cell tables and lookup entries
Bartosz Golaszewski
1
-0
/
+31
2018-09-28
nvmem: add support for cell lookups from machine code
Bartosz Golaszewski
2
-26
/
+131
2018-09-28
nvmem: resolve cells from DT at registration time
Bartosz Golaszewski
1
-48
/
+75
2018-09-28
nvmem: add support for cell info
Bartosz Golaszewski
2
-9
/
+96
2018-09-28
nvmem: remove the global cell list
Bartosz Golaszewski
1
-49
/
+15
2018-09-28
nvmem: change the signature of nvmem_unregister()
Bartosz Golaszewski
2
-12
/
+5
2018-09-28
nvmem: mxs-ocotp: use devm_nvmem_register()
Bartosz Golaszewski
1
-2
/
+2
2018-09-28
nvmem: lpc18xx_eeprom: use devm_nvmem_register()
Bartosz Golaszewski
1
-5
/
+1
2018-09-28
nvmem: sunxi_sid: use devm_nvmem_register()
Bartosz Golaszewski
1
-17
/
+3
2018-09-28
nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails
Bartosz Golaszewski
1
-1
/
+1
2018-09-28
nvmem: use kref
Bartosz Golaszewski
1
-22
/
+22
2018-09-28
nvmem: check the return value of nvmem_add_cells()
Bartosz Golaszewski
1
-2
/
+8
2018-09-28
nvmem: remove a stray newline
Bartosz Golaszewski
1
-1
/
+0
2018-09-28
nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
Bartosz Golaszewski
1
-5
/
+2
2018-09-28
nvmem: remove the name field from struct nvmem_device
Bartosz Golaszewski
1
-2
/
+1
2018-09-28
nvmem: provide nvmem_dev_name()
Bartosz Golaszewski
2
-0
/
+21
2018-09-28
eeprom: at25: use devm_nvmem_register()
Bartosz Golaszewski
1
-2
/
+1
2018-09-28
eeprom: eeprom_93xx46: use resource management
Bartosz Golaszewski
1
-14
/
+5
2018-09-25
platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' static
Wei Yongjun
1
-1
/
+1
2018-09-25
uio_hv_generic: defer opening vmbus until first use
Stephen Hemminger
1
-30
/
+74
2018-09-25
hv_uio_generic: map ringbuffer phys addr
Stephen Hemminger
1
-2
/
+2
2018-09-25
uio: introduce UIO_MEM_IOVA
Stephen Hemminger
2
-11
/
+14
2018-09-25
vmbus: split ring buffer allocation from open
Stephen Hemminger
3
-115
/
+162
2018-09-25
vmbus: keep pointer to ring buffer page
Stephen Hemminger
3
-14
/
+13
2018-09-25
vmbus: pass channel to hv_process_channel_removal
Stephen Hemminger
4
-17
/
+8
2018-09-25
platform: goldfish: pipe: Remove redundant header include
Roman Kiryanov
1
-1
/
+0
2018-09-25
platform: goldfish: pipe: Remove redundant struct declarations
Roman Kiryanov
1
-2
/
+0
2018-09-25
platform: goldfish: pipe: Remove a redundant blank line
Roman Kiryanov
1
-1
/
+0
2018-09-25
platform: goldfish: pipe: Prevent memory corruption from several threads writ...
Roman Kiryanov
1
-10
/
+14
2018-09-25
platform: goldfish: pipe: Remove license boilerplate
Roman Kiryanov
1
-14
/
+0
2018-09-25
coreisght: tmc: Claim device before use
Suzuki K Poulose
2
-3
/
+23
2018-09-25
misc: genwqe: remove duplicated include file
zhong jiang
2
-2
/
+0
2018-09-25
misc: genwqe: should return proper error value.
zhong jiang
1
-6
/
+7
2018-09-25
misc: mic: scif: Remove unused variable
Nathan Chancellor
1
-3
/
+1
2018-09-25
misc: remove redundant include moduleparam.h
zhong jiang
2
-2
/
+0
2018-09-25
misc: kgdbts: Fix restrict error
Laura Abbott
1
-10
/
+6
2018-09-25
misc: echo: Remove unnecessary parentheses and simplify check for zero
Nathan Chancellor
1
-1
/
+1
2018-09-25
slimbus: core: add support to uevent
Srinivas Kandagatla
1
-0
/
+14
2018-09-25
slimbus: core: update device status in probe
Srinivas Kandagatla
1
-1
/
+16
2018-09-25
slimbus: core: match device tree based devices correctly
Srinivas Kandagatla
1
-1
/
+5
2018-09-25
slimbus: ngd: validate logical address assigned by remote
Srinivas Kandagatla
1
-0
/
+4
2018-09-25
silmbus: ngd: register controller after power up.
Srinivas Kandagatla
1
-9
/
+11
[next]