index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
loadpin
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-29
dt-bindings: mtd: mtk-nand: Update properties description
Xiaolei Li
1
-5
/
+19
2018-04-29
mtd: nand: add myself as NAND co-maintainer
Miquel Raynal
1
-0
/
+1
2018-04-29
mtd: rawnand: gpmi: remove unnecessary variables
Sascha Hauer
1
-10
/
+5
2018-04-29
mtd: rawnand: gpmi: return valid value from bch_set_geometry()
Sascha Hauer
1
-2
/
+3
2018-04-29
mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data struct
Sascha Hauer
3
-14
/
+11
2018-04-29
mtd: rawnand: gpmi: put only once used functions inline
Sascha Hauer
1
-66
/
+23
2018-04-29
mtd: rawnand: gpmi: pass buffer and len around
Sascha Hauer
3
-26
/
+19
2018-04-29
mtd: rawnand: gpmi: drop dma_ops_type
Sascha Hauer
3
-55
/
+23
2018-04-29
mtd: rawnand: add a way to pass an ID table with nand_scan()
Miquel Raynal
2
-5
/
+14
2018-04-29
mtd: rawnand: lpc32xx_slc: fix the probe function error path
Miquel Raynal
1
-3
/
+3
2018-04-29
mtd: rawnand: lpc32xx_slc: clean the probe function
Miquel Raynal
1
-12
/
+14
2018-04-29
mtd: rawnand: lpc32xx_mlc: fix the probe function error path
Miquel Raynal
1
-3
/
+3
2018-04-29
mtd: rawnand: lpc32xx_mlc: clean the probe function
Miquel Raynal
1
-18
/
+20
2018-04-29
mtd: rawnand: hisi504: fix the probe function error path
Miquel Raynal
1
-1
/
+1
2018-04-29
mtd: rawnand: hisi504: clean the probe function error path
Miquel Raynal
1
-23
/
+12
2018-04-29
mtd: rawnand: fsmc: fix the probe function error path
Miquel Raynal
1
-1
/
+3
2018-04-29
mtd: rawnand: fsmc: clean the probe function style
Miquel Raynal
1
-12
/
+13
2018-04-29
mtd: rawnand: fsl_ifc: fix probe function error path
Miquel Raynal
1
-3
/
+9
2018-04-29
mtd: rawnand: fsl_elbc: fix probe function error path
Miquel Raynal
1
-4
/
+9
2018-04-29
mtd: onenand: simplify getting .drvdata
Wolfram Sang
1
-4
/
+2
2018-04-29
MAINTAINERS: Add entry for Mediatek NAND controller driver
Xiaolei Li
1
-0
/
+7
2018-04-29
mtd: rawnand: mtk: use of_device_get_match_data()
Ryder Lee
2
-15
/
+2
2018-04-29
mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probe
Jia-Ju Bai
1
-2
/
+2
2018-04-29
mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling
Boris Brezillon
2
-78
/
+15
2018-04-29
dt-bindings: mtd: rawnand: gpmi: document specific ECC strength
Stefan Agner
1
-0
/
+5
2018-04-29
mtd: rawnand: gpmi: add support for specific ECC strength
Stefan Agner
1
-10
/
+20
2018-04-26
mtd: rawnand: davinci: don't acquire and enable clock
Sekhar Nori
1
-24
/
+1
2018-04-16
Linux 4.17-rc1
v4.17-rc1
Linus Torvalds
1
-2
/
+2
2018-04-14
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
5
-4
/
+28
2018-04-14
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
4
-32
/
+31
2018-04-14
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2
-34
/
+13
2018-04-14
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-22
/
+12
2018-04-14
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-46
/
+30
2018-04-14
kernel/kexec_file.c: split up __kexec_load_puragory
Philipp Rudo
1
-97
/
+103
2018-04-14
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
3
-61
/
+71
2018-04-14
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
Philipp Rudo
1
-16
/
+22
2018-04-14
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2
-8
/
+13
2018-04-14
kernel/kexec_file.c: remove checks in kexec_purgatory_load
Philipp Rudo
1
-14
/
+0
2018-04-14
include/linux/kexec.h: silence compile warnings
Philipp Rudo
1
-0
/
+2
2018-04-14
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
3
-188
/
+201
2018-04-14
x86: kexec_file: clean up prepare_elf64_headers()
AKASHI Takahiro
1
-11
/
+7
2018-04-14
x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
AKASHI Takahiro
1
-51
/
+31
2018-04-14
x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()
AKASHI Takahiro
1
-12
/
+12
2018-04-14
x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
AKASHI Takahiro
1
-63
/
+58
2018-04-14
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
8
-94
/
+71
2018-04-14
kexec_file: make use of purgatory optional
AKASHI Takahiro
3
-0
/
+11
2018-04-14
proc: revalidate misc dentries
Alexey Dobriyan
1
-1
/
+22
2018-04-14
mm, slab: reschedule cache_reap() on the same CPU
Vlastimil Babka
1
-1
/
+2
2018-04-14
kexec: export PG_swapbacked to VMCOREINFO
Petr Tesarik
1
-0
/
+1
2018-04-14
ipc/shm: fix use-after-free of shm file via remap_file_pages()
Eric Biggers
1
-3
/
+20
[next]