index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
testmgr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-02
memory: omap-gpmc: Fix -Wunused-function warnings
YueHaibing
1
-57
/
+57
2020-09-02
memory: tegra: Remove GPU from DRM IOMMU group
Thierry Reding
1
-1
/
+0
2020-09-02
memory: tegra186-emc: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-8
/
+2
2020-09-02
memory: brcmstb_dpfe: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+2
2020-09-01
memory: samsung: exynos5422-dmc: add missing and fix kerneldoc
Krzysztof Kozlowski
1
-4
/
+42
2020-09-01
memory: samsung: exynos5422-dmc: remove unused exynos5_dmc members
Krzysztof Kozlowski
1
-9
/
+0
2020-09-01
memory: samsung: exynos5422-dmc: rename timing register fields variables
Krzysztof Kozlowski
1
-24
/
+25
2020-08-27
memory: emif: Remove bogus debugfs error handling
Dan Carpenter
1
-28
/
+5
2020-08-27
memory: omap-gpmc: Fix build error without CONFIG_OF
YueHaibing
1
-0
/
+4
2020-08-26
memory: omap-gpmc: Fix a couple off by ones
Dan Carpenter
1
-2
/
+2
2020-08-22
memory: brcmstb_dpfe: fix array index out of bounds
Markus Mayer
1
-7
/
+16
2020-08-20
memory: brcmstb_dpfe: Fix memory leak
Alex Dewar
1
-6
/
+10
2020-08-20
memory: tegra: Correct shift value of apew
Nicolin Chen
1
-1
/
+1
2020-08-17
memory: Enable compile testing for most of the drivers
Krzysztof Kozlowski
1
-17
/
+22
2020-08-17
memory: brcmstb_dpfe: add separate entry for compile test
Krzysztof Kozlowski
2
-1
/
+13
2020-08-17
memory: tegra: tegra210-emc: fix indentation
Krzysztof Kozlowski
1
-1
/
+1
2020-08-17
memory: renesas-rpc-if: simplify with PTR_ERR_OR_ZERO
Krzysztof Kozlowski
1
-3
/
+1
2020-08-17
memory: omap-gpmc: consistently use !res for NULL checks
Krzysztof Kozlowski
1
-1
/
+1
2020-08-17
memory: omap-gpmc: use WARN() instead of BUG() on wrong free
Krzysztof Kozlowski
1
-2
/
+1
2020-08-17
memory: omap-gpmc: remove GPMC_SET_ONE_CD_MAX macro for safety
Krzysztof Kozlowski
1
-44
/
+93
2020-08-17
memory: omap-gpmc: return meaningful error codes in gpmc_cs_set_timings()
Krzysztof Kozlowski
1
-3
/
+3
2020-08-17
memory: omap-gpmc: remove unused file-scope phys_base and mem_size
Krzysztof Kozlowski
1
-4
/
+0
2020-08-17
memory: omap-gpmc: remove unneeded asm/mach-types.h inclusion
Krzysztof Kozlowski
1
-2
/
+0
2020-08-17
memory: samsung: exynos5422-dmc: Document mutex scope
Krzysztof Kozlowski
1
-0
/
+1
2020-08-17
memory: samsung: exynos5422-dmc: Additional locking for 'curr_rate'
Lukasz Luba
1
-0
/
+3
2020-08-16
Linux 5.9-rc1
v5.9-rc1
Linus Torvalds
1
-2
/
+2
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
1
-0
/
+6
2020-08-16
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
1
-1
/
+4
2020-08-15
io_uring: sanitize double poll handling
Jens Axboe
1
-9
/
+25
2020-08-15
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
ntb: intel: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
3
-3
/
+3
2020-08-15
rtl818x: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
22
-138
/
+138
2020-08-15
sh: use generic strncpy()
Kuninori Morimoto
1
-26
/
+0
2020-08-15
sh: clkfwk: remove r8/r16/r32
Kuninori Morimoto
1
-19
/
+4
2020-08-15
include/asm-generic/vmlinux.lds.h: align ro_after_init
Romain Naour
1
-0
/
+1
2020-08-15
mm: annotate a data race in page_zonenum()
Qian Cai
1
-0
/
+1
2020-08-15
mm/swap.c: annotate data races for lru_rotate_pvecs
Qian Cai
1
-2
/
+3
2020-08-15
mm/rmap: annotate a data race at tlb_flush_batched
Qian Cai
1
-1
/
+1
2020-08-15
mm/mempool: fix a data race in mempool_free()
Qian Cai
1
-1
/
+1
2020-08-15
mm/list_lru: fix a data race in list_lru_count_one
Qian Cai
1
-1
/
+1
2020-08-15
mm/memcontrol: fix a data race in scan count
Qian Cai
1
-1
/
+1
2020-08-15
mm/page_counter: fix various data races at memsw
Qian Cai
1
-6
/
+7
2020-08-15
mm/swapfile: fix and annotate various data races
Qian Cai
2
-15
/
+20
2020-08-15
mm/filemap.c: fix a data race in filemap_fault()
Kirill A. Shutemov
1
-7
/
+13
2020-08-15
mm/swap_state: mark various intentional data races
Qian Cai
1
-2
/
+2
2020-08-15
mm/page_io: mark various intentional data races
Qian Cai
1
-4
/
+4
2020-08-15
mm/frontswap: mark various intentional data races
Qian Cai
1
-4
/
+4
2020-08-15
mm/kmemleak: silence KCSAN splats in checksum
Qian Cai
1
-0
/
+2
2020-08-15
all arch: remove system call sys_sysctl
Xiaoming Ni
52
-227
/
+24
[next]