index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
ARM: mstar: Add OPP table for infinity3
Daniel Palmer
1
-0
/
+58
2022-02-16
ARM: mstar: Add OPP table for infinity
Daniel Palmer
1
-0
/
+34
2022-02-16
ARM: mstar: Link cpupll to second core
Daniel Palmer
1
-0
/
+2
2022-02-16
ARM: mstar: Link cpupll to cpu
Daniel Palmer
1
-0
/
+2
2022-02-16
ARM: mstar: Add cpupll to base dtsi
Daniel Palmer
1
-0
/
+7
2022-02-16
arm64: dts: ti: k3-am64: Add ESM0 to device memory map
Hari Nagalla
1
-0
/
+1
2022-02-16
arm64: dts: ti: k3-am65*: Remove #address-cells/#size-cells from flash nodes
Matthias Schiffer
2
-8
/
+2
2022-02-16
arm64: defconfig: tegra: Enable GPCDMA
Akhil R
1
-0
/
+1
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
2
-4
/
+4
2022-02-16
arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
James Morse
2
-2
/
+36
2022-02-16
arm64: Add percpu vectors for EL1
James Morse
4
-9
/
+53
2022-02-16
arm64: entry: Add macro for reading symbol addresses from the trampoline
James Morse
1
-21
/
+16
2022-02-16
arm64: entry: Add vectors that have the bhb mitigation sequences
James Morse
4
-9
/
+118
2022-02-16
asm-generic: Refactor dereference_[kernel]_function_descriptor()
Christophe Leroy
4
-72
/
+0
2022-02-16
asm-generic: Define 'func_desc_t' to commonly describe function descriptors
Christophe Leroy
4
-8
/
+12
2022-02-16
asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
Christophe Leroy
8
-6
/
+12
2022-02-16
ia64: Rename 'ip' to 'addr' in 'struct fdesc'
Christophe Leroy
3
-5
/
+5
2022-02-16
powerpc: Prepare func_desc_t for refactorisation
Christophe Leroy
1
-18
/
+18
2022-02-16
powerpc: Remove 'struct ppc64_opd_entry'
Christophe Leroy
1
-8
/
+0
2022-02-16
powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
Christophe Leroy
2
-7
/
+7
2022-02-16
powerpc: Move and rename func_descr_t
Christophe Leroy
4
-11
/
+11
2022-02-16
powerpc: Fix 'sparse' checking on PPC64le
Christophe Leroy
1
-1
/
+1
2022-02-16
powerpc/papr_scm: Implement initial support for injecting smart errors
Vaibhav Jain
2
-3
/
+105
2022-02-16
powerpc/ftrace: Style cleanup in ftrace_mprofile.S
Christophe Leroy
1
-4
/
+8
2022-02-16
powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS is set
Christophe Leroy
2
-1
/
+6
2022-02-16
powerpc/ftrace: Add recursion protection in prepare_ftrace_return()
Christophe Leroy
1
-0
/
+7
2022-02-16
powerpc/ftrace: Also save r1 in ftrace_caller()
Christophe Leroy
1
-0
/
+4
2022-02-16
ARM: dts: aspeed: bletchley: Cleanup redundant nodes
Potin Lai
1
-8
/
+1
2022-02-16
ARM: dts: aspeed: bletchley: Enable mdio3 bus
Potin Lai
1
-0
/
+5
2022-02-16
ARM: dts: aspeed: bletchley: Add INA230 sensor on each sled
Potin Lai
1
-6
/
+30
2022-02-16
ARM: dts: aspeed: bletchley: Add shunt-resistor for ADM1278
Potin Lai
1
-0
/
+1
2022-02-16
ARM: dts: aspeed: bletchley: Add interrupt support for sled io expander
Potin Lai
1
-0
/
+19
2022-02-16
ARM: dts: aspeed: bletchley: Switch to spi-gpio for spi2
Potin Lai
1
-14
/
+21
2022-02-16
ARM: dts: aspeed: bletchley: Update fmc configurations
Potin Lai
1
-0
/
+6
2022-02-16
ARM: dts: aspeed: bletchley: Update gpio-line-names
Potin Lai
1
-12
/
+14
2022-02-16
ARM: dts: aspeed: bletchley: Separate leds into multiple groups
Potin Lai
1
-25
/
+52
2022-02-16
ARM: dts: aspeed: bletchley: Switch sled numbering to 1-based
Potin Lai
1
-64
/
+64
2022-02-15
arm64: mte: Dump the MTE tags in the core file
Catalin Marinas
3
-0
/
+125
2022-02-15
arm64: mte: Define the number of bytes for storing the tags in a page
Catalin Marinas
3
-3
/
+4
2022-02-15
elfcore: Replace CONFIG_{IA64, UML} checks with a new option
Catalin Marinas
2
-0
/
+2
2022-02-15
arm64: dts: broadcom: bcm4908: add I2C block
Rafał Miłecki
1
-0
/
+9
2022-02-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-142
/
+232
2022-02-15
arm64: atomics: remove redundant static branch
Mark Rutland
1
-4
/
+2
2022-02-15
arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
James Morse
1
-1
/
+34
2022-02-15
arm64: entry: Allow the trampoline text to occupy multiple pages
James Morse
5
-7
/
+20
2022-02-15
arm64: entry: Make the kpti trampoline's kpti sequence optional
James Morse
1
-6
/
+12
2022-02-15
arm64: entry: Move trampoline macros out of ifdef'd section
James Morse
1
-6
/
+5
2022-02-15
arm64: entry: Don't assume tramp_vectors is the start of the vectors
James Morse
1
-13
/
+15
2022-02-15
arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
James Morse
1
-5
/
+8
2022-02-15
arm64: entry: Move the trampoline data page before the text page
James Morse
2
-3
/
+8
[prev]
[next]