summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-15x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner3-12/+2
2024-02-15x86/mpparse: Switch to new init callbacksThomas Gleixner10-39/+9
2024-02-15x86/hyperv/vtl: Prepare for separate mpparse callbacksThomas Gleixner1-1/+3
2024-02-15x86/xen/smp_pv: Prepare for separate mpparse callbacksThomas Gleixner1-2/+9
2024-02-15x86/jailhouse: Prepare for separate mpparse callbacksThomas Gleixner1-12/+20
2024-02-15x86/platform/intel-mid: Prepare for separate mpparse callbacksThomas Gleixner1-2/+4
2024-02-15x86/platform/ce4100: Prepare for separate mpparse callbacksThomas Gleixner1-6/+8
2024-02-15x86/dtb: Rename x86_dtb_init()Thomas Gleixner3-4/+4
2024-02-15x86/mpparse: Prepare for callback separationThomas Gleixner3-6/+20
2024-02-15x86/mpparse: Provide separate early/late callbacksThomas Gleixner1-0/+4
2024-02-15x86/mpparse: Rename default_find_smp_config()Thomas Gleixner8-20/+13
2024-02-15x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner6-28/+0
2024-02-15x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner1-3/+2
2024-02-15x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner1-17/+5
2024-02-15x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner2-37/+22
2024-02-15x86/ioapic: Replace some more set bit nonsenseThomas Gleixner2-7/+2
2024-02-15x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner3-3/+1
2024-02-15x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner3-16/+16
2024-02-15x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner2-43/+14
2024-02-15x86/xen/smp_pv: Remove cpudata fiddlingThomas Gleixner1-3/+0
2024-02-15x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner12-68/+0
2024-02-15x86/cpu: Remove x86_coreid_bitsThomas Gleixner2-3/+0
2024-02-15x86/cpu: Remove topology.cThomas Gleixner2-143/+1
2024-02-15x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner2-7/+4
2024-02-15x86/mm/numa: Use core domain size on AMDThomas Gleixner2-19/+21
2024-02-15x86/cpu: Use common topology code for HYGONThomas Gleixner5-154/+4
2024-02-15x86/cpu: Use common topology code for AMDThomas Gleixner4-151/+5
2024-02-15x86/smpboot: Teach it about topo.amd_node_idThomas Gleixner1-4/+8
2024-02-15x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner9-7/+215
2024-02-15x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner9-12/+23
2024-02-15x86/cpu: Use common topology code for IntelThomas Gleixner5-117/+4
2024-02-15x86/cpu: Provide a sane leaf 0xb/0x1f parserThomas Gleixner3-1/+143
2024-02-15x86/cpu: Move __max_die_per_package to common.cThomas Gleixner2-3/+3
2024-02-15x86/cpu: Use common topology code for Centaur and ZhaoxinThomas Gleixner3-11/+8
2024-02-15x86/cpu: Add legacy topology parserThomas Gleixner3-1/+51
2024-02-15x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner7-18/+296
2024-02-15x86/cpu: Provide cpuid_read() et al.Thomas Gleixner1-0/+36
2024-02-11Linux 6.8-rc4v6.8-rc4Linus Torvalds1-1/+1
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds35-77/+96
2024-02-09smb3: clarify mount warningSteve French1-1/+1
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-02-09x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur1-1/+1
2024-02-09tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-09ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)1-0/+10
2024-02-08virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun1-3/+4
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-02-08smb3: add missing null server pointer checkSteve French1-1/+1
2024-02-08kprobes: Remove unnecessary initial values of variablesLi zeming1-2/+2