summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner2024-02-156-28/+0
| * | x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner2024-02-151-3/+2
| * | x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner2024-02-151-17/+5
| * | x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner2024-02-152-37/+22
| * | x86/ioapic: Replace some more set bit nonsenseThomas Gleixner2024-02-152-7/+2
| * | x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner2024-02-153-3/+1
| * | x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner2024-02-153-16/+16
| * | x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner2024-02-152-43/+14
| * | x86/xen/smp_pv: Remove cpudata fiddlingThomas Gleixner2024-02-151-3/+0
| * | x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner2024-02-1512-68/+0
| * | x86/cpu: Remove x86_coreid_bitsThomas Gleixner2024-02-152-3/+0
| * | x86/cpu: Remove topology.cThomas Gleixner2024-02-152-143/+1
| * | x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner2024-02-152-7/+4
| * | x86/mm/numa: Use core domain size on AMDThomas Gleixner2024-02-152-19/+21
| * | x86/cpu: Use common topology code for HYGONThomas Gleixner2024-02-155-154/+4
| * | x86/cpu: Use common topology code for AMDThomas Gleixner2024-02-154-151/+5
| * | x86/smpboot: Teach it about topo.amd_node_idThomas Gleixner2024-02-151-4/+8
| * | x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner2024-02-159-7/+215
| * | x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2024-02-157-8/+19
| * | x86/cpu: Use common topology code for IntelThomas Gleixner2024-02-155-117/+4
| * | x86/cpu: Provide a sane leaf 0xb/0x1f parserThomas Gleixner2024-02-153-1/+143
| * | x86/cpu: Move __max_die_per_package to common.cThomas Gleixner2024-02-152-3/+3
| * | x86/cpu: Use common topology code for Centaur and ZhaoxinThomas Gleixner2024-02-153-11/+8
| * | x86/cpu: Add legacy topology parserThomas Gleixner2024-02-153-1/+51
| * | x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner2024-02-157-18/+296
| * | x86/cpu: Provide cpuid_read() et al.Thomas Gleixner2024-02-151-0/+36
* | | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-1113-76/+12
|\ \ \
| * | | csky/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-8/+2
| * | | MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-202-6/+1
| * | | LoongArch: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-4/+2
| * | | s390/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-4/+1
| * | | riscv: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-8/+2
| * | | arm64: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-4/+1
| * | | vdso/ARM: Make union vdso_data_store available for all architecturesAnna-Maria Behnsen2024-02-204-32/+3
| * | | csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen2024-02-202-9/+0
| * | | s390/vdso/data: Drop unnecessary header includeAnna-Maria Behnsen2024-02-201-1/+0
* | | | Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-113-19/+21
|\ \ \ \
| * | | | kvmclock: Unexport kvmclock clocksourcePeter Hilber2024-02-072-4/+1
| * | | | treewide: Remove system_counterval_t.cs, which is never readPeter Hilber2024-02-071-12/+2
| * | | | x86/kvm, ptp/kvm: Add clocksource ID, set system_counterval_t.cs_idPeter Hilber2024-02-071-0/+1
| * | | | x86/tsc: Add clocksource ID, set system_counterval_t.cs_idPeter Hilber2024-02-071-7/+21
| * | | | x86/tsc: Correct kernel-doc notationRandy Dunlap2024-02-071-5/+5
* | | | | Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-113-4/+2
|\ \ \ \ \
| * | | | | x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain searchThomas Gleixner2024-02-252-2/+2
| * | | | | genirq/matrix: Dynamic bitmap allocationBjörn Töpel2024-02-231-2/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'irq-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-0/+10
|\ \ \ \ \
| * | | | | arm64: dts: Add gpio_intc node for Amlogic-T7 SoCsHuqiang Qin2024-02-221-0/+10
* | | | | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-113-92/+61
|\ \ \ \ \ \
| * | | | | | ubd: open the backing files in ubd_addChristoph Hellwig2024-02-271-42/+16
| * | | | | | ubd: remove the queue pointer in struct ubdChristoph Hellwig2024-02-271-3/+1