index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
internal.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
x86/ioapic/32: Decrapify phys_id_present_map operation
Thomas Gleixner
1
-4
/
+1
2023-08-09
x86/apic: Nuke apic::apicid_to_cpu_present()
Thomas Gleixner
11
-18
/
+5
2023-08-09
x86/apic: Nuke empty init_apic_ldr() callbacks
Thomas Gleixner
12
-77
/
+24
2023-08-09
x86/apic/32: Remove bigsmp_cpu_present_to_apicid()
Thomas Gleixner
1
-9
/
+1
2023-08-09
x86/apic/32: Decrapify the def_bigsmp mechanism
Thomas Gleixner
7
-70
/
+41
2023-08-09
x86/apic/32: Remove pointless default_acpi_madt_oem_check()
Thomas Gleixner
3
-24
/
+3
2023-08-09
x86/apic: Mop up early_per_cpu() abuse
Thomas Gleixner
1
-1
/
+1
2023-08-09
x86/apic/ipi: Code cleanup
Thomas Gleixner
1
-16
/
+7
2023-08-09
x86/apic/32: Remove x86_cpu_to_logical_apicid
Thomas Gleixner
4
-68
/
+9
2023-08-09
x86/apic/32: Sanitize logical APIC ID handling
Thomas Gleixner
5
-51
/
+2
2023-08-09
x86/apic: Get rid of apic_phys
Thomas Gleixner
1
-9
/
+10
2023-08-09
x86/apic: Remove check_phys_apicid_present()
Thomas Gleixner
11
-24
/
+0
2023-08-09
x86/apic: Nuke another processor check
Thomas Gleixner
1
-17
/
+0
2023-08-09
x86/apic: Sanitize num_processors handling
Thomas Gleixner
2
-21
/
+6
2023-08-09
x86/xen/pv: Pretend that it found SMP configuration
Thomas Gleixner
1
-1
/
+2
2023-08-09
x86/apic: Sanitize APIC address setup
Thomas Gleixner
3
-29
/
+12
2023-08-09
x86/apic: Split register_apic_address()
Thomas Gleixner
1
-8
/
+14
2023-08-09
x86/apic: Make some APIC init functions bool
Thomas Gleixner
3
-22
/
+22
2023-08-09
x86/of: Fix the APIC address registration
Thomas Gleixner
1
-9
/
+5
2023-08-09
x86/apic: Remove mpparse 'apicid' variable
Dave Hansen
1
-4
/
+1
2023-08-09
x86/apic: Remove the pointless APIC version check
Thomas Gleixner
7
-31
/
+13
2023-08-09
x86/apic: Register boot CPU APIC early
Thomas Gleixner
1
-70
/
+50
2023-08-09
x86/apic: Consolidate boot_cpu_physical_apicid initialization sites
Thomas Gleixner
3
-74
/
+34
2023-08-09
x86/apic: Nuke unused apic::inquire_remote_apic()
Thomas Gleixner
11
-78
/
+0
2023-08-09
x86/apic: Remove unused max_physical_apicid
Thomas Gleixner
1
-8
/
+0
2023-08-09
x86/apic: Get rid of hard_smp_processor_id()
Thomas Gleixner
10
-24
/
+17
2023-08-09
x86/apic: Remove pointless x86_bios_cpu_apicid
Thomas Gleixner
7
-15
/
+4
2023-08-09
x86/apic/ioapic: Rename skip_ioapic_setup
Thomas Gleixner
5
-17
/
+18
2023-08-09
x86/apic: Rename disable_apic
Thomas Gleixner
7
-20
/
+20
2023-08-09
x86/cpu: Remove unused physid_*() nonsense
Thomas Gleixner
1
-26
/
+0
2023-08-09
x86/cpu: Make identify_boot_cpu() static
Thomas Gleixner
2
-2
/
+1
2023-08-06
tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from tools
Xin Li
2
-8
/
+1
2023-08-06
x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callback
Thomas Gleixner
4
-29
/
+78
2023-08-06
x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
Thomas Gleixner
6
-11
/
+11
2023-07-30
Linux 6.5-rc4
v6.5-rc4
Linus Torvalds
1
-1
/
+1
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
64
-75
/
+63
2023-07-29
KVM: selftests: Expand x86's sregs test to cover illegal CR0 values
Sean Christopherson
1
-31
/
+39
2023-07-29
KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
Sean Christopherson
1
-4
/
+9
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
5
-20
/
+52
2023-07-29
Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"
Sean Christopherson
1
-68
/
+0
2023-07-29
KVM: selftests: Verify stats fd is usable after VM fd has been closed
Sean Christopherson
1
-2
/
+8
2023-07-29
KVM: selftests: Verify stats fd can be dup()'d and read
Sean Christopherson
1
-1
/
+7
2023-07-29
KVM: selftests: Verify userspace can create "redundant" binary stats files
Sean Christopherson
1
-2
/
+23
2023-07-29
KVM: selftests: Explicitly free vcpus array in binary stats test
Sean Christopherson
1
-0
/
+1
2023-07-29
KVM: selftests: Clean up stats fd in common stats_test() helper
Sean Christopherson
1
-18
/
+4
2023-07-29
KVM: selftests: Use pread() to read binary stats header
Sean Christopherson
2
-4
/
+8
2023-07-29
KVM: Grab a reference to KVM for VM and vCPU stats file descriptors
Sean Christopherson
1
-0
/
+24
2023-07-29
selftests/rseq: Play nice with binaries statically linked against glibc 2.35+
Sean Christopherson
1
-6
/
+22
2023-07-29
Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"
Sean Christopherson
1
-8
/
+2
2023-07-29
KVM: x86: Acquire SRCU read lock when handling fastpath MSR writes
Sean Christopherson
1
-0
/
+4
[next]