index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
unaligned-memory-access.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
spi: pxa2xx: Add support for Intel Elkhart Lake
Jarkko Nikula
1
-0
/
+4
2019-07-02
spi: atmel-quadspi: fix resume call
Tudor Ambarus
1
-3
/
+7
2019-07-02
spi: atmel-quadspi: void return type for atmel_qspi_init()
Tudor Ambarus
1
-7
/
+4
2019-07-02
spi: pxa2xx: Set minimum transfer speed
Jarkko Nikula
1
-0
/
+10
2019-06-28
spi: stm32-qspi: remove signal sensitive on completion
Ludovic Barre
1
-7
/
+3
2019-06-28
dt-bindings: spi: stm32-qspi: add dma properties
Ludovic Barre
1
-1
/
+4
2019-06-24
spi/acpi: avoid spurious matches during slave enumeration
Ard Biesheuvel
1
-3
/
+1
2019-06-20
spi: fix ctrl->num_chipselect constraint
Tudor Ambarus
1
-5
/
+7
2019-06-20
spi: spi-synquacer: Fixed build on architectures missing readsl/writesl series
Masahisa Kojima
1
-6
/
+12
2019-06-19
spi/acpi: fix incorrect ACPI parent check
Ard Biesheuvel
1
-1
/
+1
2019-06-18
spi: don't open code list_for_each_entry_safe_reverse()
Vladimir Zapolskiy
1
-5
/
+2
2019-06-17
spi: No need to assign dummy value in spi_unregister_controller()
Andy Shevchenko
1
-2
/
+1
2019-06-17
spi: Add a prototype for exported spi_set_cs_timing()
Andy Shevchenko
1
-0
/
+2
2019-06-13
spi/acpi: enumerate all SPI slaves in the namespace
Ard Biesheuvel
1
-31
/
+72
2019-06-10
spi: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-06-09
Linux 5.2-rc4
v5.2-rc4
Linus Torvalds
1
-1
/
+1
2019-06-08
MAINTAINERS: Karthikeyan Ramasubramanian is MIA
Wolfram Sang
1
-1
/
+0
2019-06-08
i2c: xiic: Add max_read_len quirk
Robert Hancock
1
-0
/
+5
2019-06-07
lockref: Limit number of cmpxchg loop retries
Jan Glauber
1
-0
/
+3
2019-06-07
uaccess: add noop untagged_addr definition
Andrey Konovalov
1
-0
/
+11
2019-06-07
x86/insn-eval: Fix use-after-free access to LDT entry
Jann Horn
1
-23
/
+24
2019-06-07
kbuild: use more portable 'command -v' for cc-cross-prefix
Masahiro Yamada
1
-1
/
+6
2019-06-07
s390/unwind: correct stack switching during unwind
Vasily Gorbik
1
-1
/
+1
2019-06-07
block, bfq: add weight symlink to the bfq.weight cgroup parameter
Angelo Ruocco
1
-2
/
+4
2019-06-07
cgroup: let a symlink too be created with a cftype file
Angelo Ruocco
2
-4
/
+32
2019-06-07
drm/nouveau/secboot/gp10[2467]: support newer FW to fix SEC2 failures on some...
Ben Skeggs
5
-6
/
+18
2019-06-07
drm/nouveau/secboot: enable loading of versioned LS PMU/SEC2 ACR msgqueue FW
Ben Skeggs
1
-14
/
+14
2019-06-07
drm/nouveau/secboot: split out FW version-specific LS function pointers
Ben Skeggs
6
-41
/
+141
2019-06-07
drm/nouveau/secboot: pass max supported FW version to LS load funcs
Ben Skeggs
6
-21
/
+32
2019-06-07
drm/nouveau/core: support versioned firmware loading
Ben Skeggs
2
-6
/
+31
2019-06-07
drm/nouveau/core: pass subdev into nvkm_firmware_get, rather than device
Ben Skeggs
6
-18
/
+14
2019-06-07
block: free sched's request pool in blk_cleanup_queue
Ming Lei
6
-6
/
+52
2019-06-06
spi: mediatek: add SPI_LSB_FIRST support
Leilk Liu
2
-11
/
+6
2019-06-06
pktgen: do not sleep with the thread lock held.
Paolo Abeni
1
-0
/
+11
2019-06-06
net: mvpp2: Use strscpy to handle stat strings
Maxime Chevallier
1
-2
/
+2
2019-06-06
net: rds: fix memory leak in rds_ib_flush_mr_pool
Zhu Yanjun
1
-4
/
+6
2019-06-06
ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
Olivier Matz
1
-5
/
+8
2019-06-06
ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
Olivier Matz
1
-2
/
+10
2019-06-06
nvme-rdma: use dynamic dma mapping per command
Max Gurtovoy
1
-17
/
+36
2019-06-06
nvme: Fix u32 overflow in the number of namespace list calculation
Jaesoo Lee
1
-1
/
+2
2019-06-06
Revert "gfs2: Replace gl_revokes with a GLF flag"
Bob Peterson
6
-31
/
+15
2019-06-06
arm64: Silence gcc warnings about arch ABI drift
Dave Martin
1
-0
/
+1
2019-06-06
parisc: Fix crash due alternative coding for NP iopdir_fdc bit
Helge Deller
1
-1
/
+2
2019-06-06
parisc: Use lpa instruction to load physical addresses in driver code
John David Anglin
3
-2
/
+26
2019-06-06
parisc: configs: Remove useless UEVENT_HELPER_PATH
Krzysztof Kozlowski
7
-7
/
+0
2019-06-06
parisc: Use implicit space register selection for loading the coherence index...
John David Anglin
2
-5
/
+2
2019-06-06
ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix
George G. Davis
1
-1
/
+1
2019-06-06
drm/komeda: Potential error pointer dereference
Dan Carpenter
1
-1
/
+1
2019-06-06
drm/komeda: remove set but not used variable 'kcrtc'
YueHaibing
1
-2
/
+0
2019-06-06
hwmon: (pmbus/core) Treat parameters as paged if on multiple pages
Robert Hancock
1
-4
/
+30
[next]