Age | Commit message (Expand) | Author | Files | Lines |
2020-12-22 | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov | 6 | -14/+23 |
2020-12-22 | kasan, arm64: only init shadow for software modes | Andrey Konovalov | 2 | -3/+20 |
2020-12-22 | kasan: decode stack frame only with KASAN_STACK_ENABLE | Andrey Konovalov | 3 | -162/+168 |
2020-12-22 | kasan: hide invalid free check implementation | Andrey Konovalov | 4 | -18/+19 |
2020-12-22 | kasan: don't duplicate config dependencies | Andrey Konovalov | 1 | -6/+2 |
2020-12-22 | kasan: rename report and tags files | Andrey Konovalov | 5 | -9/+9 |
2020-12-22 | kasan: define KASAN_MEMORY_PER_SHADOW_PAGE | Andrey Konovalov | 3 | -15/+13 |
2020-12-22 | kasan: split out shadow.c from common.c | Andrey Konovalov | 3 | -487/+510 |
2020-12-22 | kasan: only build init.c for software modes | Andrey Konovalov | 2 | -4/+4 |
2020-12-22 | kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* | Andrey Konovalov | 10 | -45/+46 |
2020-12-22 | kasan: rename (un)poison_shadow to (un)poison_range | Andrey Konovalov | 7 | -42/+47 |
2020-12-22 | kasan: shadow declarations only for software modes | Andrey Konovalov | 1 | -16/+32 |
2020-12-22 | kasan: group vmalloc code | Andrey Konovalov | 2 | -56/+63 |
2020-12-22 | kasan: KASAN_VMALLOC depends on KASAN_GENERIC | Andrey Konovalov | 1 | -1/+1 |
2020-12-22 | kasan: drop unnecessary GPL text from comment headers | Andrey Konovalov | 8 | -45/+0 |
2020-12-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 130 | -1491/+9320 |
2020-12-21 | Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -293/+192 |
2020-12-21 | Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 11 | -33/+178 |
2020-12-21 | Merge branches 'clk-ingenic', 'clk-vc5', 'clk-cleanup', 'clk-canaan' and 'clk... | Stephen Boyd | 10 | -21/+120 |
2020-12-21 | Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silab... | Stephen Boyd | 24 | -305/+1013 |
2020-12-21 | Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-... | Stephen Boyd | 30 | -727/+1757 |
2020-12-21 | Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and '... | Stephen Boyd | 30 | -49/+1332 |
2020-12-21 | Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'... | Stephen Boyd | 41 | -388/+5122 |
2020-12-21 | Merge tag 'for-linus-5.11-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
2020-12-21 | Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 10 | -86/+140 |
2020-12-20 | Merge tag 'perf-tools-2020-12-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 168 | -5884/+7678 |
2020-12-20 | dt-binding: clock: Document canaan,k210-clk bindings | Damien Le Moal | 2 | -11/+99 |
2020-12-20 | dt-bindings: Add Canaan vendor prefix | Damien Le Moal | 1 | -0/+2 |
2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 171 | -2750/+7242 |
2020-12-20 | Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 123 | -790/+579 |
2020-12-20 | Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf... | Linus Torvalds | 9 | -46/+31 |
2020-12-20 | epoll: fix compat syscall wire up of epoll_pwait2 | Heiko Carstens | 4 | -4/+4 |
2020-12-20 | clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts" | Geert Uytterhoeven | 1 | -2/+2 |
2020-12-20 | clk: ingenic: Fix divider calculation with div tables | Paul Cercueil | 1 | -4/+10 |
2020-12-20 | clk: sunxi-ng: Make sure divider tables have sentinel | Jernej Skrabec | 2 | -0/+2 |
2020-12-20 | clk: s2mps11: Fix a resource leak in error handling paths in the probe function | Christophe JAILLET | 1 | -0/+1 |
2020-12-20 | clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9 | Terry Zhou | 1 | -2/+2 |
2020-12-20 | clk: si5351: Wait for bit clear after PLL reset | Sascha Hauer | 1 | -3/+10 |
2020-12-20 | clk: at91: sam9x60: remove atmel,osc-bypass support | Alexandre Belloni | 1 | -5/+1 |
2020-12-20 | Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2 | -7/+278 |
2020-12-19 | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -29/+27 |
2020-12-19 | perf mem: Factor out a function to generate sort order | Kan Liang | 1 | -14/+27 |
2020-12-19 | perf sort: Add sort option for data page size | Kan Liang | 7 | -2/+42 |
2020-12-19 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 7 | -846/+9 |
2020-12-19 | Merge tag 'i3c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c... | Linus Torvalds | 21 | -2/+4316 |
2020-12-19 | perf script: Support data page size | Kan Liang | 4 | -4/+34 |
2020-12-19 | Merge tag 'for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 30 | -355/+562 |
2020-12-19 | Merge tag 'hsi-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre... | Linus Torvalds | 2 | -2/+2 |
2020-12-19 | Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 54 | -393/+1307 |
2020-12-19 | clk: at91: sama7g5: register cpu clock | Claudiu Beznea | 2 | -7/+7 |