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
2018-01-19
powerpc/64: Implement and use soft_enabled_return API
Madhavan Srinivasan
2
-9
/
+14
2018-01-19
powerpc/64: Move set_soft_enabled() and rename
Madhavan Srinivasan
5
-21
/
+25
2018-01-19
powerpc/64: Fix arch_local_irq_disable() prototype
Madhavan Srinivasan
1
-10
/
+15
2018-01-19
powerpc/64: Improve inline asm in arch_local_irq_disable
Nicholas Piggin
1
-5
/
+5
2018-01-19
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
15
-35
/
+50
2018-01-19
powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signals
Madhavan Srinivasan
3
-0
/
+23
2018-01-19
powerpc/64s: Fix ps3 build error due to tlbiel_all()
Michael Ellerman
1
-0
/
+4
2018-01-19
x86/platform/intel-mid: Move PCI initialization to arch_init()
Andy Shevchenko
2
-1
/
+2
2018-01-19
KVM: PPC: Book3S: Provide information about hardware/firmware CVE workarounds
Paul Mackerras
2
-0
/
+156
2018-01-19
KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless ceded
Benjamin Herrenschmidt
4
-1
/
+97
2018-01-19
KVM: PPC: Book3S HV: Make xive_pushed a byte, not a word
Benjamin Herrenschmidt
2
-4
/
+4
2018-01-19
KVM: PPC: Book3S HV: Check DR not IR to chose real vs virt mode MMIOs
Benjamin Herrenschmidt
1
-1
/
+1
2018-01-19
KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalations
Benjamin Herrenschmidt
5
-3
/
+14
2018-01-19
KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" feature
Benjamin Herrenschmidt
5
-28
/
+57
2018-01-19
KVM: PPC: Book3S HV: Add more info about XIVE queues in debugfs
Benjamin Herrenschmidt
1
-0
/
+28
2018-01-19
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
348
-2285
/
+5086
2018-01-18
MIPS: Use proper kernel-doc Return keyword
Mathieu Malaterre
1
-1
/
+1
2018-01-18
MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devices
Jiaxun Yang
1
-2
/
+0
2018-01-18
MIPS: ingenic: Initial GCW Zero support
Paul Cercueil
4
-0
/
+94
2018-01-18
MIPS: JZ4770: Work around config2 misreporting associativity
Maarten ter Huurne
1
-0
/
+9
2018-01-18
MIPS: ingenic: Initial JZ4770 support
Paul Cercueil
3
-1
/
+219
2018-01-18
MIPS: ingenic: Detect machtype from SoC compatible string
Paul Cercueil
2
-4
/
+19
2018-01-18
MIPS: platform: add machtype IDs for more Ingenic SoCs
Paul Cercueil
1
-0
/
+2
2018-01-18
MIPS: ingenic: Use common cmdline handling code
Paul Burton
1
-22
/
+2
2018-01-18
MIPS: Setup boot_command_line before plat_mem_setup
Paul Burton
1
-19
/
+20
2018-01-18
MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_return
Mathieu Malaterre
1
-1
/
+1
2018-01-18
MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
Corentin Labbe
1
-6
/
+6
2018-01-18
MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}
James Hogan
1
-1
/
+5
2018-01-18
MIPS: Fix vmlinuz build when ZBOOT is selected
Daniel Sabogal
1
-1
/
+1
2018-01-18
MIPS: Fix undefined reference to physical_memsize
James Hogan
1
-1
/
+10
2018-01-18
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-114
/
+111
2018-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-9
/
+11
2018-01-18
crypto: arm64/sha1-ce - get rid of literal pool
Ard Biesheuvel
1
-11
/
+9
2018-01-18
crypto: arm64/sha2-ce - move the round constant table to .rodata section
Ard Biesheuvel
1
-1
/
+3
2018-01-18
crypto: arm64/crct10dif - move literal data to .rodata section
Ard Biesheuvel
1
-8
/
+9
2018-01-18
crypto: arm64/crc32 - move literal data to .rodata section
Ard Biesheuvel
1
-3
/
+4
2018-01-18
crypto: arm64/aes-neon - move literal data to .rodata section
Ard Biesheuvel
1
-4
/
+4
2018-01-18
crypto: arm64/aes-cipher - move S-box to .rodata section
Ard Biesheuvel
1
-9
/
+10
2018-01-18
crypto: arm64 - implement SHA-512 using special instructions
Ard Biesheuvel
4
-0
/
+335
2018-01-18
x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()
Tom Lendacky
1
-10
/
+15
2018-01-18
x86/intel_rdt: Add command line parameter to control L2_CDP
Fenghua Yu
1
-0
/
+2
2018-01-18
x86/intel_rdt: Enable L2 CDP in MSR IA32_L2_QOS_CFG
Fenghua Yu
2
-26
/
+94
2018-01-18
x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)
Fenghua Yu
2
-10
/
+58
2018-01-18
x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
Fenghua Yu
2
-0
/
+2
2018-01-18
powerpc: define __ARCH_IRQ_EXIT_IRQS_DISABLED
Nicholas Piggin
1
-0
/
+1
2018-01-18
powerpc/watchdog: remove arch_trigger_cpumask_backtrace
Nicholas Piggin
2
-26
/
+0
2018-01-18
powerpc/64s: Relax PACA address limitations
Nicholas Piggin
3
-16
/
+27
2018-01-18
KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
Paul Mackerras
5
-34
/
+128
2018-01-18
Merge branches 'acpi-x86', 'acpi-apei' and 'acpi-ec'
Rafael J. Wysocki
2
-19
/
+18
2018-01-18
Merge branches 'acpi-numa', 'acpi-sysfs', 'acpi-pmic', 'acpi-soc' and 'acpi-ged'
Rafael J. Wysocki
1
-0
/
+5
[prev]
[next]