2020-12-22 |
Andrey Konovalov | kasan: inline (un)poison_range and check_invalid_free |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: open-code kasan_unpoison_slab |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: inline random_tag for HW_TAGS |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: inline kasan_reset_tag for tag-based modes |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: remove __kasan_unpoison_stack |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: allow VMAP_STACK for HW_TAGS mode |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: introduce set_alloc_info |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: rename get_alloc/free_info |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: simplify quarantine_put call site |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | kselftest/arm64: check GCR_EL1 after context switch |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: add documentation for hardware tag-based mode |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: enable CONFIG_KASAN_HW_TAGS |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, mm: reset tags when accessing metadata |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: print report from tag fault handler |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: implement HW_TAGS runtime |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: expand CONFIG_KASAN checks |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, x86, s390: update undef CONFIG_KASAN |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: define KASAN_GRANULE_SIZE for HW_TAGS |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | arm64: kasan: add arch layer for memory tagging helpers |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | arm64: kasan: align allocations for HW_TAGS |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | kasan, mm: untag page address in free_reserved_area |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | arm64: mte: switch GCR_EL1 in kernel entry and exit |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | arm64: mte: convert gcr_user into an exclude mask |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | arm64: kasan: allow enabling in-kernel MTE |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | arm64: mte: add in-kernel tag fault handler |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | arm64: mte: reset the page tag in page->flags |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | arm64: mte: add in-kernel MTE helpers |
commit | commitdiff | tree |
2020-12-22 |
Vincenzo Frascino | arm64: enable armv8.5-a asm-arch option |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: introduce CONFIG_KASAN_HW_TAGS |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: separate metadata_fetch_row for each mode |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: rename SHADOW layout macros to META |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: rename print_shadow_for_address to print_memory_... |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: rename addr_has_shadow to addr_has_metadata |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: rename kasan_init_tags and mark as __init |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: move initialization message |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: only use kasan_depth for software modes |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan, arm64: only init shadow for software modes |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: decode stack frame only with KASAN_STACK_ENABLE |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: hide invalid free check implementation |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: don't duplicate config dependencies |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: rename report and tags files |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: define KASAN_MEMORY_PER_SHADOW_PAGE |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: split out shadow.c from common.c |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: only build init.c for software modes |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: rename (un)poison_shadow to (un)poison_range |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: shadow declarations only for software modes |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: group vmalloc code |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: KASAN_VMALLOC depends on KASAN_GENERIC |
commit | commitdiff | tree |
2020-12-22 |
Andrey Konovalov | kasan: drop unnecessary GPL text from comment headers |
commit | commitdiff | tree |
2020-12-21 |
Linus Torvalds | Merge tag 'clk-for-linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
2020-12-21 |
Linus Torvalds | Merge tag 'm68knommu-for-v5.11' of git://git.kernel... |
commit | commitdiff | tree |
2020-12-21 |
Linus Torvalds | Merge tag '9p-for-5.11-rc1' of git://github.com/martine... |
commit | commitdiff | tree |
2020-12-21 |
Stephen Boyd | Merge branches 'clk-ingenic', 'clk-vc5', 'clk-cleanup... |
commit | commitdiff | tree |
2020-12-21 |
Stephen Boyd | Merge branches 'clk-ti', 'clk-analog', 'clk-trace'... |
commit | commitdiff | tree |
2020-12-21 |
Stephen Boyd | Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive... |
commit | commitdiff | tree |
2020-12-21 |
Stephen Boyd | Merge branches 'clk-amlogic', 'clk-rockchip', 'clk... |
commit | commitdiff | tree |
2020-12-21 |
Stephen Boyd | Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify... |
commit | commitdiff | tree |
2020-12-20 |
Linus Torvalds | Merge tag 'for-linus-5.11-ofs1' of git://git.kernel... |
commit | commitdiff | tree |
2020-12-20 |
Linus Torvalds | Merge tag '5.11-rc-smb3-part2' of git://git.samba.org... |
commit | commitdiff | tree |
2020-12-20 |
Linus Torvalds | Merge tag 'perf-tools-2020-12-19' of git://git.kernel... |
commit | commitdiff | tree |
2020-12-20 |
Damien Le Moal | dt-binding: clock: Document canaan,k210-clk bindings |
commit | commitdiff | tree |
2020-12-20 |
Damien Le Moal | dt-bindings: Add Canaan vendor prefix |
commit | commitdiff | tree |
2020-12-20 |
Linus Torvalds | Merge tag 'for-linus' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree |
2020-12-20 |
Linus Torvalds | Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree |
2020-12-20 |
Linus Torvalds | Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
2020-12-20 |
Heiko Carstens | epoll: fix compat syscall wire up of epoll_pwait2 |
commit | commitdiff | tree |
2020-12-20 |
Geert Uytterhoeven | clk: vc5: Use "idt,voltage-microvolt" instead of "idt... |
commit | commitdiff | tree |
2020-12-20 |
Paul Cercueil | clk: ingenic: Fix divider calculation with div tables |
commit | commitdiff | tree |
2020-12-19 |
Jernej Skrabec | clk: sunxi-ng: Make sure divider tables have sentinel |
commit | commitdiff | tree |
2020-12-19 |
Christophe... | clk: s2mps11: Fix a resource leak in error handling... |
commit | commitdiff | tree |
2020-12-19 |
Terry Zhou | clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9 |
commit | commitdiff | tree |
2020-12-19 |
Sascha Hauer | clk: si5351: Wait for bit clear after PLL reset |
commit | commitdiff | tree |
2020-12-19 |
Alexandre Belloni | clk: at91: sam9x60: remove atmel,osc-bypass support |
commit | commitdiff | tree |
2020-12-19 |
Linus Torvalds | Merge tag 'close-range-cloexec-unshare-v5.11' of git... |
commit | commitdiff | tree |
2020-12-19 |
Linus Torvalds | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel... |
commit | commitdiff | tree |
2020-12-19 |
Kan Liang | perf mem: Factor out a function to generate sort order |
commit | commitdiff | tree |
2020-12-19 |
Kan Liang | perf sort: Add sort option for data page size |
commit | commitdiff | tree |
2020-12-19 |
Linus Torvalds | Merge branch 'pcmcia-next' of git://git.kernel.org... |
commit | commitdiff | tree |
2020-12-19 |
Linus Torvalds | Merge tag 'i3c/for-5.11' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
2020-12-19 |
Kan Liang | perf script: Support data page size |
commit | commitdiff | tree |
2020-12-19 |
Linus Torvalds | Merge tag 'for-v5.11' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree |
2020-12-19 |
Linus Torvalds | Merge tag 'hsi-for-5.11' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
2020-12-19 |
Linus Torvalds | Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org... |
commit | commitdiff | tree |
2020-12-19 |
Claudiu Beznea | clk: at91: sama7g5: register cpu clock |
commit | commitdiff | tree |
2020-12-19 |
Claudiu Beznea | clk: at91: clk-master: re-factor master clock |
commit | commitdiff | tree |
2020-12-19 |
Claudiu Beznea | clk: at91: sama7g5: do not allow cpu pll to go higher... |
commit | commitdiff | tree |
2020-12-19 |
Claudiu Beznea | clk: at91: sama7g5: decrease lower limit for MCK0 rate |
commit | commitdiff | tree |
2020-12-19 |
Claudiu Beznea | clk: at91: sama7g5: remove mck0 from parent list of... |
commit | commitdiff | tree |
2020-12-19 |
Claudiu Beznea | clk: at91: clk-sam9x60-pll: allow runtime changes for pll |
commit | commitdiff | tree |
2020-12-19 |
Eugen Hristev | clk: at91: sama7g5: add 5th divisor for mck0 layout... |
commit | commitdiff | tree |
2020-12-19 |
Eugen Hristev | clk: at91: clk-master: add 5th divisor for mck master |
commit | commitdiff | tree |
2020-12-19 |
Eugen Hristev | clk: at91: sama7g5: allow SYS and CPU PLLs to be export... |
commit | commitdiff | tree |
2020-12-19 |
Eugen Hristev | dt-bindings: clock: at91: add sama7g5 pll defines |
commit | commitdiff | tree |
2020-12-19 |
Claudiu Beznea | clk: at91: sama7g5: fix compilation error |
commit | commitdiff | tree |
2020-12-19 |
Nicolas Saenz... | clk: bcm: dvp: Add MODULE_DEVICE_TABLE() |
commit | commitdiff | tree |
2020-12-19 |
Uwe Kleine... | clk: bcm: dvp: drop a variable that is assigned to... |
commit | commitdiff | tree |
2020-12-19 |
Linus Torvalds | Merge branch 'akpm' (patches from Andrew) |
commit | commitdiff | tree |
2020-12-19 |
Colin Ian King | mm/Kconfig: fix spelling mistake "whats" -> "what's" |
commit | commitdiff | tree |
next |