| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 2022-01-23 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Replace for_each_*_bit_from() with for_each_*_bit() where appropriate | Yury Norov | 2022-01-15 | 1 | -2/+2 | |
| * | | | | | Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2022-01-21 | 1 | -2/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rtc: Check return value from mc146818_get_time() | Mateusz Jończyk | 2021-12-16 | 1 | -2/+6 | |
| * | | | | | | Merge tag 'pci-v5.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-01-21 | 1 | -1/+9 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | x86/gpu: Reserve stolen memory for first integrated Intel GPU | Lucas De Marchi | 2022-01-18 | 1 | -1/+9 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-20 | 1 | -58/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | mm: percpu: add generic pcpu_populate_pte() function | Kefeng Wang | 2022-01-20 | 1 | -3/+2 | |
| | * | | | | | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang | 2022-01-20 | 1 | -58/+1 | |
| | * | | | | | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang | 2022-01-20 | 1 | -5/+13 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-01-18 | 1 | -1/+22 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | | x86/PCI: Ignore E820 reservations for bridge windows on newer systems | Hans de Goede | 2022-01-11 | 1 | -1/+22 | |
| * | | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-17 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | exit: Add and use make_task_dead. | Eric W. Biederman | 2021-12-13 | 1 | -2/+2 | |
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-01-16 | 6 | -65/+210 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | x86/fpu: Fix inline prefix warnings | Yang Zhong | 2022-01-14 | 1 | -1/+1 | |
| | * | | | | | | x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state() | Thomas Gleixner | 2022-01-14 | 1 | -0/+24 | |
| | * | | | | | | x86/fpu: Add uabi_size to guest_fpu | Thomas Gleixner | 2022-01-14 | 2 | -0/+2 | |
| | * | | | | | | x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation | Kevin Tian | 2022-01-14 | 1 | -0/+12 | |
| | * | | | | | | x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM | Sean Christopherson | 2022-01-14 | 1 | -0/+22 | |
| | * | | | | | | x86/fpu: Add guest support to xfd_enable_feature() | Thomas Gleixner | 2022-01-14 | 2 | -39/+60 | |
| | * | | | | | | x86/fpu: Make XFD initialization in __fpstate_reset() a function argument | Jing Liu | 2022-01-14 | 1 | -5/+6 | |
| | * | | | | | | x86/fpu: Prepare guest FPU for dynamically enabled FPU features | Thomas Gleixner | 2022-01-07 | 1 | -1/+25 | |
| | * | | | | | | x86/fpu: Extend fpu_xstate_prctl() with guest permissions | Thomas Gleixner | 2022-01-07 | 4 | -16/+55 | |
| | * | | | | | | x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time | David Woodhouse | 2022-01-07 | 2 | -4/+4 | |
| * | | | | | | | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2022-01-16 | 2 | -1/+22 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | hyper-v: Enable swiotlb bounce buffer for Isolation VM | Tianyu Lan | 2021-12-20 | 1 | -1/+14 | |
| | * | | | | | | | x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has() | Tianyu Lan | 2021-12-20 | 1 | -0/+8 | |
| * | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-15 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | mm: defer kmemleak object creation of module_alloc() | Kefeng Wang | 2022-01-15 | 1 | -3/+4 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-13 | 2 | -16/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | x86/apic/msi: Use PCI device MSI property | Thomas Gleixner | 2021-12-16 | 1 | -4/+1 | |
| | * | | | | | | | | Merge branch 'irq/urgent' into irq/msi | Thomas Gleixner | 2021-12-14 | 1 | -0/+14 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | | PCI/MSI: Make arch_restore_msi_irqs() less horrible. | Thomas Gleixner | 2021-12-09 | 2 | -12/+6 | |
| | * | | | | | | | | genirq/msi, treewide: Use a named struct for PCI/MSI attributes | Thomas Gleixner | 2021-12-09 | 1 | -1/+1 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-01-12 | 18 | -89/+74 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | x86: Remove .fixup section | Peter Zijlstra | 2021-12-11 | 1 | -1/+0 | |
| | * | | | | | | | | x86/sgx: Remove .fixup usage | Peter Zijlstra | 2021-12-11 | 1 | -31/+5 | |
| | * | | | | | | | | x86/fpu: Remove .fixup usage | Peter Zijlstra | 2021-12-11 | 2 | -10/+2 | |
| | * | | | | | | | | x86: Add straight-line-speculation mitigation | Peter Zijlstra | 2021-12-09 | 2 | -3/+4 | |
| | * | | | | | | | | x86/alternative: Relax text_poke_bp() constraint | Peter Zijlstra | 2021-12-09 | 1 | -15/+34 | |
| | * | | | | | | | | x86: Prepare inline-asm for straight-line-speculation | Peter Zijlstra | 2021-12-08 | 3 | -4/+4 | |
| | * | | | | | | | | x86: Prepare asm files for straight-line-speculation | Peter Zijlstra | 2021-12-08 | 9 | -25/+25 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-11 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | um, x86: bury crypto_tfm_ctx_offset | Al Viro | 2021-12-21 | 1 | -3/+0 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge tag 'hwmon-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-01-11 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs | Yazen Ghannam | 2021-12-26 | 1 | -0/+5 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2022-01-10 | 2 | -14/+35 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | | | | | | | | | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | *---. \ \ \ \ \ \ | Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep' | Rafael J. Wysocki | 2022-01-10 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | | ||||||
| | | | | * | | | | | | PM: hibernate: Allow ACPI hardware signature to be honoured | David Woodhouse | 2021-12-08 | 1 | -1/+3 | |
| | | | | | |/ / / / | | | | |/| | | | | ||||||
