Age | Commit message (Expand) | Author |
2020-12-22 | kasan: introduce CONFIG_KASAN_HW_TAGS | Andrey Konovalov |
2020-12-22 | kasan: separate metadata_fetch_row for each mode | Andrey Konovalov |
2020-12-22 | kasan: rename SHADOW layout macros to META | Andrey Konovalov |
2020-12-22 | kasan: rename print_shadow_for_address to print_memory_metadata | Andrey Konovalov |
2020-12-22 | kasan: rename addr_has_shadow to addr_has_metadata | Andrey Konovalov |
2020-12-22 | kasan, arm64: rename kasan_init_tags and mark as __init | Andrey Konovalov |
2020-12-22 | kasan, arm64: move initialization message | Andrey Konovalov |
2020-12-22 | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov |
2020-12-22 | kasan, arm64: only init shadow for software modes | Andrey Konovalov |
2020-12-22 | kasan: decode stack frame only with KASAN_STACK_ENABLE | Andrey Konovalov |
2020-12-22 | kasan: hide invalid free check implementation | Andrey Konovalov |
2020-12-22 | kasan: don't duplicate config dependencies | Andrey Konovalov |
2020-12-22 | kasan: rename report and tags files | Andrey Konovalov |
2020-12-22 | kasan: define KASAN_MEMORY_PER_SHADOW_PAGE | Andrey Konovalov |
2020-12-22 | kasan: split out shadow.c from common.c | Andrey Konovalov |
2020-12-22 | kasan: only build init.c for software modes | Andrey Konovalov |
2020-12-22 | kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* | Andrey Konovalov |
2020-12-22 | kasan: rename (un)poison_shadow to (un)poison_range | Andrey Konovalov |
2020-12-22 | kasan: shadow declarations only for software modes | Andrey Konovalov |
2020-12-22 | kasan: group vmalloc code | Andrey Konovalov |
2020-12-22 | kasan: KASAN_VMALLOC depends on KASAN_GENERIC | Andrey Konovalov |
2020-12-22 | kasan: drop unnecessary GPL text from comment headers | Andrey Konovalov |
2020-12-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2020-12-21 | Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-12-21 | Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux | Linus Torvalds |
2020-12-20 | Merge branches 'clk-ingenic', 'clk-vc5', 'clk-cleanup', 'clk-canaan' and 'clk... | Stephen Boyd |
2020-12-20 | Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silab... | Stephen Boyd |
2020-12-20 | Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-... | Stephen Boyd |
2020-12-20 | Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and '... | Stephen Boyd |
2020-12-20 | Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'... | Stephen Boyd |
2020-12-20 | Merge tag 'for-linus-5.11-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-12-20 | Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2020-12-20 | Merge tag 'perf-tools-2020-12-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-20 | dt-binding: clock: Document canaan,k210-clk bindings | Damien Le Moal |
2020-12-20 | dt-bindings: Add Canaan vendor prefix | Damien Le Moal |
2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-12-20 | Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds |
2020-12-20 | Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf... | Linus Torvalds |
2020-12-20 | epoll: fix compat syscall wire up of epoll_pwait2 | Heiko Carstens |
2020-12-19 | clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts" | Geert Uytterhoeven |
2020-12-19 | clk: ingenic: Fix divider calculation with div tables | Paul Cercueil |
2020-12-19 | clk: sunxi-ng: Make sure divider tables have sentinel | Jernej Skrabec |
2020-12-19 | clk: s2mps11: Fix a resource leak in error handling paths in the probe function | Christophe JAILLET |
2020-12-19 | clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9 | Terry Zhou |
2020-12-19 | clk: si5351: Wait for bit clear after PLL reset | Sascha Hauer |
2020-12-19 | clk: at91: sam9x60: remove atmel,osc-bypass support | Alexandre Belloni |
2020-12-19 | Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm... | Linus Torvalds |
2020-12-19 | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-12-19 | perf mem: Factor out a function to generate sort order | Kan Liang |
2020-12-19 | perf sort: Add sort option for data page size | Kan Liang |