index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
greybus
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-12-08
ARM: 9034/1: __div64_32(): straighten up inline asm constraints
Nicolas Pitre
1
-15
/
+6
2020-12-08
ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel mode
Ard Biesheuvel
3
-30
/
+49
2020-12-08
ARM: 9029/1: Make iwmmxt.S support Clang's integrated assembler
Jian Cai
2
-44
/
+92
2020-12-08
ARM: 9028/1: disable KASAN in call stack capturing routines
Ard Biesheuvel
1
-0
/
+3
2020-12-08
ARM: 9026/1: unwind: remove old check for GCC <= 4.2
Nick Desaulniers
1
-3
/
+0
2020-12-08
ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD
Nick Desaulniers
1
-0
/
+1
2020-11-12
ARM: 9024/1: Drop useless cast of "u64" to "long long"
Geert Uytterhoeven
1
-1
/
+1
2020-11-12
ARM: 9023/1: Spelling s/mmeory/memory/
Geert Uytterhoeven
1
-1
/
+1
2020-11-12
ARM: 9022/1: Change arch/arm/lib/mem*.S to use WEAK instead of .weak
Fangrui Song
3
-6
/
+3
2020-10-28
ARM: kvm: replace open coded VA->PA calculations with adr_l call
Ard Biesheuvel
2
-28
/
+14
2020-10-28
ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET
Ard Biesheuvel
1
-8
/
+2
2020-10-28
ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hash
Ard Biesheuvel
1
-14
/
+5
2020-10-28
ARM: head: use PC-relative insn sequence for __smp_alt
Ard Biesheuvel
1
-10
/
+2
2020-10-28
ARM: kernel: use relative references for UP/SMP alternatives
Ard Biesheuvel
3
-8
/
+8
2020-10-28
ARM: head.S: use PC-relative insn sequence for secondary_data
Ard Biesheuvel
1
-15
/
+4
2020-10-28
ARM: head-common.S: use PC-relative insn sequence for idmap creation
Ard Biesheuvel
1
-10
/
+2
2020-10-28
ARM: head-common.S: use PC-relative insn sequence for __proc_info
Ard Biesheuvel
1
-16
/
+6
2020-10-28
ARM: efistub: replace adrl pseudo-op with adr_l macro invocation
Ard Biesheuvel
1
-2
/
+1
2020-10-28
ARM: p2v: reduce p2v alignment requirement to 2 MiB
Ard Biesheuvel
3
-20
/
+35
2020-10-28
ARM: p2v: switch to MOVW for Thumb2 and ARM/LPAE
Ard Biesheuvel
2
-43
/
+148
2020-10-28
ARM: p2v: simplify __fixup_pv_table()
Ard Biesheuvel
1
-20
/
+14
2020-10-28
ARM: p2v: use relative references in patch site arrays
Ard Biesheuvel
2
-14
/
+10
2020-10-28
ARM: p2v: drop redundant 'type' argument from __pv_stub
Ard Biesheuvel
1
-4
/
+4
2020-10-28
ARM: p2v: factor out BE8 handling
Ard Biesheuvel
1
-14
/
+16
2020-10-28
ARM: p2v: factor out shared loop processing
Ard Biesheuvel
1
-13
/
+11
2020-10-28
ARM: p2v: move patching code to separate assembler source file
Ard Biesheuvel
3
-138
/
+152
2020-10-28
ARM: module: add support for place relative relocations
Ard Biesheuvel
2
-2
/
+23
2020-10-28
ARM: assembler: introduce adr_l, ldr_l and str_l macros
Ard Biesheuvel
1
-0
/
+84
2020-10-28
ARM: p2v: fix handling of LPAE translation in BE mode
Ard Biesheuvel
1
-5
/
+1
2020-10-28
ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual a...
Ard Biesheuvel
2
-4
/
+4
2020-10-27
ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe template
Andrew Jeffery
2
-20
/
+20
2020-10-27
ARM: 9017/2: Enable KASan for ARM
Linus Walleij
3
-3
/
+4
2020-10-27
ARM: 9016/2: Initialize the mapping of KASan shadow memory
Linus Walleij
8
-2
/
+362
2020-10-27
ARM: 9015/2: Define the virtual space of KASan's shadow region
Linus Walleij
8
-5
/
+127
2020-10-27
ARM: 9014/2: Replace string mem* functions for KASan
Linus Walleij
6
-3
/
+57
2020-10-27
ARM: 9013/2: Disable KASan instrumentation for some code
Linus Walleij
4
-1
/
+10
2020-10-27
ARM: 9012/1: move device tree mapping out of linear region
Ard Biesheuvel
8
-17
/
+38
2020-10-27
ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address
Ard Biesheuvel
6
-17
/
+21
2020-10-25
Linux 5.10-rc1
v5.10-rc1
Linus Torvalds
1
-2
/
+2
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
117
-196
/
+196
2020-10-25
kernel/sys.c: fix prototype of prctl_get_tid_address()
Rasmus Villemoes
1
-3
/
+3
2020-10-25
mm: remove kzfree() compatibility definition
Eric Biggers
6
-8
/
+6
[next]