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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
drm/i915/pmu: Replace open coded kstat_irqs() copy
Thomas Gleixner
3
-18
/
+43
2020-12-15
drm/i915/lpe_audio: Remove pointless irq_to_desc() usage
Thomas Gleixner
1
-4
/
+0
2020-12-15
s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()
Thomas Gleixner
1
-1
/
+1
2020-12-15
parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()
Thomas Gleixner
1
-1
/
+1
2020-12-15
arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
Thomas Gleixner
1
-1
/
+1
2020-12-15
ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
Thomas Gleixner
1
-1
/
+1
2020-12-15
genirq: Provide kstat_irqdesc_cpu()
Thomas Gleixner
2
-2
/
+8
2020-12-15
genirq: Make kstat_irqs() static
Thomas Gleixner
2
-14
/
+6
2020-12-15
parisc/irq: Simplify irq count output for /proc/interrupts
Thomas Gleixner
1
-4
/
+1
2020-12-15
genirq: Annotate irq stats data races
Thomas Gleixner
2
-4
/
+5
2020-12-15
genirq: Provide irq_get_effective_affinity()
Thomas Gleixner
1
-0
/
+7
2020-12-15
genirq: Move irq_set_lockdep_class() to core
Thomas Gleixner
2
-6
/
+18
2020-12-15
genirq: Move status flag checks to core
Thomas Gleixner
2
-12
/
+25
2020-12-15
genirq: Move irq_has_action() into core code
Thomas Gleixner
5
-7
/
+21
2020-12-15
perf test: Fix metric parsing test
Kajol Jain
1
-1
/
+1
2020-12-15
Merge branch 'acpi-ec'
Rafael J. Wysocki
1
-65
/
+52
2020-12-15
Merge branches 'acpi-apei', 'acpi-misc' and 'acpi-processor'
Rafael J. Wysocki
9
-50
/
+5
2020-12-15
Merge branches 'acpi-resources' and 'acpi-docs'
Rafael J. Wysocki
13
-38
/
+413
2020-12-15
Merge branches 'acpica' and 'acpi-scan'
Rafael J. Wysocki
10
-98
/
+135
2020-12-15
tracing: Offload eval map updates to a work queue
Steven Rostedt (VMware)
1
-1
/
+31
2020-12-15
Merge branches 'pm-devfreq' and 'pm-tools'
Rafael J. Wysocki
24
-598
/
+775
2020-12-15
Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'
Rafael J. Wysocki
14
-102
/
+152
2020-12-15
Merge branches 'pm-cpuidle' and 'pm-em'
Rafael J. Wysocki
13
-49
/
+154
2020-12-15
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
25
-236
/
+330
2020-12-15
arm64: entry: suppress W=1 prototype warnings
Mark Rutland
1
-0
/
+4
2020-12-15
arm64: topology: Drop the useless update to per-cpu cycles
Viresh Kumar
1
-5
/
+1
2020-12-15
powerpc: Add config fragment for disabling -Werror
Michael Ellerman
1
-0
/
+1
2020-12-15
powerpc/configs: Add ppc64le_allnoconfig target
Michael Ellerman
2
-0
/
+7
2020-12-15
powerpc/powernv: Rate limit opal-elog read failure message
Andrew Donnellan
1
-2
/
+2
2020-12-15
powerpc/pseries/memhotplug: Quieten some DLPAR operations
Laurent Dufour
1
-6
/
+6
2020-12-15
powerpc/ps3: use dma_mapping_error()
Vincent Stehlé
1
-1
/
+1
2020-12-15
powerpc: force inlining of csum_partial() to avoid multiple csum_partial() with GCC10
Christophe Leroy
1
-1
/
+1
2020-12-15
powerpc/perf: Fix Threshold Event Counter Multiplier width for P10
Madhavan Srinivasan
2
-0
/
+7
2020-12-15
powerpc/mm: Fix hugetlb_free_pmd_range() and hugetlb_free_pud_range()
Christophe Leroy
1
-4
/
+4
2020-12-15
KVM: PPC: Book3S HV: Fix mask size for emulated msgsndp
Leonardo Bras
1
-3
/
+3
2020-12-15
KVM: PPC: fix comparison to bool warning
Kaixu Xia
1
-3
/
+3
2020-12-15
KVM: PPC: Book3S: Assign boolean values to a bool variable
Kaixu Xia
1
-2
/
+2
2020-12-15
Merge tag 'efi-next-for-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core
Thomas Gleixner
4
-9
/
+10
2020-12-15
sched: Optimize finish_lock_switch()
Peter Zijlstra
2
-33
/
+20
2020-12-15
KVM: SVM: Provide support to launch and run an SEV-ES guest
Tom Lendacky
1
-0
/
+104
2020-12-15
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
4
-9
/
+77
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
6
-23
/
+103
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
4
-5
/
+92
2020-12-15
KVM: SVM: Update ASID allocation to support SEV-ES guests
Tom Lendacky
1
-11
/
+14
2020-12-15
KVM: SVM: Set the encryption mask for the SVM host save area
Tom Lendacky
3
-2
/
+4
2020-12-15
KVM: SVM: Add NMI support for an SEV-ES guest
Tom Lendacky
2
-7
/
+17
2020-12-15
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
Tom Lendacky
3
-10
/
+56
2020-12-15
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
4
-5
/
+18
2020-12-15
KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
Tom Lendacky
1
-9
/
+18
2020-12-15
KVM: SVM: Add support for CR8 write traps for an SEV-ES guest
Tom Lendacky
2
-1
/
+7
[prev]
[next]