index
:
~narmstrong/linux
amlogic/v4.10/drm-hdmi-clk
amlogic/v4.10/drm-hdmi-dev
amlogic/v4.10/drm-hdmi-dw-hdmi
amlogic/v4.10/drm-hdmi-merge
amlogic/v4.10/drm-hdmi-meson-drm
amlogic/v4.10/drm-hdmi-pinctrl
amlogic/v4.10/mali
amlogic/v4.11/drm-hdmi-dw-hdmi
amlogic/v4.11/drm-hdmi-dw-hdmi-fixes
amlogic/v4.11/drm-hdmi-merge
amlogic/v4.11/drm-hdmi-meson-drm
amlogic/v4.11/drm-maintainers-rm-meson
amlogic/v4.12/drm-components-fix
amlogic/v4.9/drm
amlogic/v4.9/drm-ccr
amlogic/v4.9/drm-cleanup
amlogic/v4.9/drm-clkf
amlogic/v4.9/drm-fixup
amlogic/v4.9/drm-hdmi-dev
amlogic/v4.9/drm-start
amlogic/v4.9/drm-usb-scpi-usb-gxl-gxm
amlogic/v4.9/drm-vdac-bridge
dw-hdmi-for-next
meson-drm-fixes
meson-drm-for-next
Neil's Linux fork for Amlogic Meson DRM driver development
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-05
lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes
Nicolai Stange
1
-6
/
+2
2016-04-05
lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes
Nicolai Stange
1
-4
/
+4
2016-04-05
lib/mpi: mpi_read_buffer(): fix buffer overflow
Nicolai Stange
1
-10
/
+3
2016-04-05
lib/mpi: mpi_read_buffer(): replace open coded endian conversion
Nicolai Stange
1
-15
/
+12
2016-04-05
lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs
Nicolai Stange
1
-10
/
+8
2016-04-05
lib/mpi: mpi_write_sgl(): replace open coded endian conversion
Nicolai Stange
1
-16
/
+11
2016-04-05
lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access
Nicolai Stange
1
-5
/
+1
2016-04-05
lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic
Nicolai Stange
1
-2
/
+1
2016-04-05
lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement
Nicolai Stange
1
-2
/
+2
2016-04-05
lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
Nicolai Stange
1
-12
/
+9
2016-03-25
kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2
Alexander Potapenko
1
-0
/
+2
2016-03-25
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
Alexander Potapenko
4
-0
/
+292
2016-03-25
mm, kasan: SLAB support
Alexander Potapenko
1
-1
/
+3
2016-03-25
kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()
Alexander Potapenko
1
-1
/
+27
2016-03-23
parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option
Helge Deller
1
-1
/
+1
2016-03-22
ubsan: fix tree-wide -Wmaybe-uninitialized false positives
Andrey Ryabinin
1
-0
/
+5
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
2
-0
/
+33
2016-03-20
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+12
2016-03-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-0
/
+76
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
6
-3
/
+458
2016-03-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-72
/
+293
2016-03-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-3
/
+3
2016-03-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-9
/
+41
2016-03-17
sscanf: implement basic character sets
Jessica Yu
1
-1
/
+58
2016-03-17
lib/bug.c: use common WARN helper
Josh Poimboeuf
1
-24
/
+2
2016-03-17
lib: add "on"/"off" support to kstrtobool
Kees Cook
1
-3
/
+17
2016-03-17
lib: move strtobool() to kstrtobool()
Kees Cook
2
-29
/
+50
2016-03-17
lib/string: introduce match_string() helper
Andy Shevchenko
1
-0
/
+26
2016-03-17
radix_tree: add radix_tree_dump
Matthew Wilcox
1
-0
/
+35
2016-03-17
radix_tree: add support for multi-order entries
Matthew Wilcox
1
-26
/
+83
2016-03-17
radix_tree: loop based on shift count, not height
Matthew Wilcox
1
-3
/
+3
2016-03-17
radix_tree: tag all internal tree nodes as indirect pointers
Matthew Wilcox
1
-6
/
+18
2016-03-17
lib/bug.c: make panic_on_warn available for all architectures
Heiko Carstens
1
-0
/
+11
2016-03-17
radix-tree: account radix_tree_node to memory cgroup
Vladimir Davydov
1
-3
/
+13
2016-03-17
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2016-03-17
Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-24
/
+27
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+128
2016-03-15
mm, printk: introduce new format string for flags
Vlastimil Babka
2
-0
/
+128
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+13
2016-03-15
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-03-14
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2016-03-13
ipv4: Update parameters for csum_tcpudp_magic to their original types
Alexander Duyck
1
-3
/
+1
2016-03-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-9
/
+0
2016-03-09
list: kill list_force_poison()
Dan Williams
1
-9
/
+0
2016-03-02
dma: Provide simple noop dma ops
Christian Borntraeger
2
-0
/
+76
2016-03-01
Merge 4.5-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+62
2016-03-01
cpu/hotplug: Make target state writeable
Thomas Gleixner
1
-0
/
+13
2016-02-29
netfilter: meta: add PRANDOM support
Florian Westphal
1
-0
/
+1
2016-02-29
Merge tag 'v4.5-rc6' into locking/core, to pick up fixes
Ingo Molnar
2
-3
/
+65
[next]