index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-22
arm64: mte: add in-kernel tag fault handler
Vincenzo Frascino
3
-0
/
+70
2020-12-22
arm64: mte: reset the page tag in page->flags
Vincenzo Frascino
4
-0
/
+32
2020-12-22
arm64: mte: add in-kernel MTE helpers
Vincenzo Frascino
6
-6
/
+150
2020-12-22
arm64: enable armv8.5-a asm-arch option
Vincenzo Frascino
2
-0
/
+9
2020-12-22
kasan: introduce CONFIG_KASAN_HW_TAGS
Andrey Konovalov
1
-17
/
+44
2020-12-22
kasan: separate metadata_fetch_row for each mode
Andrey Konovalov
4
-29
/
+45
2020-12-22
kasan: rename SHADOW layout macros to META
Andrey Konovalov
1
-15
/
+15
2020-12-22
kasan: rename print_shadow_for_address to print_memory_metadata
Andrey Konovalov
1
-3
/
+3
2020-12-22
kasan: rename addr_has_shadow to addr_has_metadata
Andrey Konovalov
3
-5
/
+5
2020-12-22
kasan, arm64: rename kasan_init_tags and mark as __init
Andrey Konovalov
4
-5
/
+5
2020-12-22
kasan, arm64: move initialization message
Andrey Konovalov
4
-17
/
+11
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-22
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
10
-220
/
+388
2020-12-22
hwmon: (k10temp) Remove support for displaying voltage and current on Zen CPUs
Guenter Roeck
1
-98
/
+0
2020-12-22
ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510G
Chris Chiu
1
-0
/
+3
2020-12-22
ALSA: hda/realtek: Apply jack fixup for Quanta NL3
Chris Chiu
1
-0
/
+1
2020-12-22
dm cache: simplify the return expression of load_mapping()
Zheng Yongjun
1
-6
/
+1
2020-12-22
Merge branches 'acpi-scan', 'acpi-pnp' and 'acpi-sleep'
Rafael J. Wysocki
6
-330
/
+598
2020-12-22
ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1
Mike Oliphant
1
-0
/
+2
2020-12-22
exfat: Avoid allocating upcase table using kcalloc()
Artem Labazov
1
-3
/
+3
2020-12-21
dm ebs: avoid double unlikely() notation when using IS_ERR()
Antonio Quartulli
1
-1
/
+1
2020-12-21
dm verity: skip verity work if I/O error when system is shutting down
Hyeongseok Kim
1
-1
/
+11
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 branch 'devel-stable' into for-next
Russell King
13
-273
/
+431
2020-12-21
Merge branches 'fixes' and 'misc' into for-next
Russell King
46
-189
/
+833
2020-12-21
ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical...
Ard Biesheuvel
1
-2
/
+2
2020-12-21
ARM: 9038/1: Link with '-z norelro'
Nathan Chancellor
1
-1
/
+1
2020-12-21
ARM: 9037/1: uncompress: Add OF_DT_MAGIC macro
Geert Uytterhoeven
1
-5
/
+7
2020-12-21
ARM: 9036/1: uncompress: Fix dbgadtb size parameter name
Geert Uytterhoeven
1
-2
/
+2
2020-12-21
ARM: 9035/1: uncompress: Add be32tocpu macro
Geert Uytterhoeven
1
-14
/
+12
2020-12-21
ARM: 9033/1: arm/smp: Drop the macro S(x,s)
Anshuman Khandual
1
-8
/
+7
2020-12-21
ARM: 9032/1: arm/mm: Convert PUD level pgtable helper macros into functions
Anshuman Khandual
1
-5
/
+22
2020-12-21
ARM: 9031/1: hyp-stub: remove unused .L__boot_cpu_mode_offset symbol
Ard Biesheuvel
1
-6
/
+0
2020-12-21
ARM: 9044/1: vfp: use undef hook for VFP support detection
Ard Biesheuvel
2
-22
/
+20
[prev]
[next]