index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-28
kasan: add hooks implementation for tag-based mode
Andrey Konovalov
3
-19
/
+153
2018-12-28
mm: move obj_to_index to include/linux/slab_def.h
Andrey Konovalov
2
-13
/
+13
2018-12-28
kasan: add bug reporting routines for tag-based mode
Andrey Konovalov
4
-37
/
+59
2018-12-28
kasan: split out generic_report.c from report.c
Andrey Konovalov
5
-185
/
+257
2018-12-28
kasan, mm: perform untagged pointers comparison in krealloc
Andrey Konovalov
1
-1
/
+1
2018-12-28
kasan, arm64: enable top byte ignore for the kernel
Andrey Konovalov
2
-1
/
+8
2018-12-28
kasan, arm64: fix up fault handling logic
Andrey Konovalov
1
-9
/
+22
2018-12-28
kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
Andrey Konovalov
2
-11
/
+15
2018-12-28
kasan, arm64: untag address in _virt_addr_is_linear
Andrey Konovalov
1
-3
/
+4
2018-12-28
kasan: add tag related helper functions
Andrey Konovalov
6
-2
/
+101
2018-12-28
arm64: move untagged_addr macro from uaccess.h to memory.h
Andrey Konovalov
2
-7
/
+8
2018-12-28
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
3
-3
/
+22
2018-12-28
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
8
-114
/
+145
2018-12-28
kasan, arm64: adjust shadow size for tag-based mode
Andrey Konovalov
2
-6
/
+13
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
11
-66
/
+214
2018-12-28
kasan: rename source files to reflect the new naming scheme
Andrey Konovalov
3
-4
/
+4
2018-12-28
kasan: move common generic and tag-based code to common.c
Andrey Konovalov
4
-569
/
+614
2018-12-28
kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
Andrey Konovalov
1
-5
/
+5
2018-12-28
kasan, mm: change hooks signatures
Andrey Konovalov
7
-45
/
+65
2018-12-27
sched/fair: Fix warning on non-SMP build
Olof Johansson
1
-8
/
+8
2018-12-25
net: dccp: fix kernel crash on module load
Peter Oskolkov
3
-12
/
+31
2018-12-24
drivers/net: appletalk/cops: remove redundant if statement and mask
Colin Ian King
1
-8
/
+2
2018-12-24
bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw
Ivan Mironov
1
-4
/
+10
2018-12-24
net/net_namespace: Check the return value of register_pernet_subsys()
Aditya Pakki
1
-1
/
+2
2018-12-24
net/netlink_compat: Fix a missing check of nla_parse_nested
Aditya Pakki
1
-2
/
+5
2018-12-24
ieee802154: lowpan_header_create check must check daddr
Willem de Bruijn
1
-0
/
+3
2018-12-24
net/mlx4_core: drop useless LIST_HEAD
Julia Lawall
1
-5
/
+0
2018-12-24
mlxsw: spectrum: drop useless LIST_HEAD
Julia Lawall
1
-1
/
+0
2018-12-24
net/mlx5e: drop useless LIST_HEAD
Julia Lawall
1
-3
/
+0
2018-12-24
iptunnel: Set tun_flags in the iptunnel_metadata_reply from src
wenxu
1
-0
/
+1
2018-12-24
net/mlx5e: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2018-12-24
staging: octeon: fix build failure with XFRM enabled
Florian Westphal
1
-2
/
+1
2018-12-24
dt-bindings: pwm: rcar: Add r8a774c0 support
Fabrizio Castro
1
-0
/
+1
2018-12-24
pwm: imx: Add ipg clock operation
Anson Huang
1
-5
/
+48
2018-12-24
pwm: clps711x: Switch to SPDX identifier
Alexander Shiyan
1
-7
/
+2
2018-12-24
pwm: clps711x: Fix period calculation
Alexander Shiyan
1
-2
/
+2
2018-12-24
pwm: bcm2835: Switch to SPDX identifier
Stefan Wahren
1
-4
/
+1
2018-12-24
pwm: Enable Kona PWM to be built for the Cygnus architecture
Clément Péron
1
-1
/
+3
2018-12-24
Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask"
Scott Wood
1
-1
/
+5
2018-12-24
net: Revert recent Spectre-v1 patches.
David S. Miller
4
-9
/
+0
2018-12-24
Linux 4.20
v4.20
Linus Torvalds
1
-1
/
+1
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
18
-182
/
+17
2018-12-23
crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS
Eric Biggers
1
-2
/
+1
2018-12-23
crypto: salsa20-generic - don't unnecessarily use atomic walk
Eric Biggers
1
-1
/
+1
2018-12-23
crypto: skcipher - add might_sleep() to skcipher_walk_virt()
Eric Biggers
1
-0
/
+2
2018-12-23
crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()
Eric Biggers
1
-13
/
+20
2018-12-23
crypto: cavium/nitrox - Added AEAD cipher support
Nagadheeraj Rottela
7
-605
/
+1103
2018-12-23
crypto: mxc-scc - fix build warnings on ARM64
Fabio Estevam
1
-6
/
+6
2018-12-23
crypto: api - document missing stats member
Corentin Labbe
1
-0
/
+7
2018-12-23
crypto: user - remove unused dump functions
Corentin Labbe
3
-48
/
+1
[next]