summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-11-06 18:21:44 -0800
committerDavid S. Miller <davem@davemloft.net>2009-11-06 18:21:44 -0800
commitbb7b22840141a4fab8f232ee90d30cdf728bb032 (patch)
tree43a92bc304db0fc53155b70f83f3dd39e62a775a /scripts/stackusage
parent539054a8fa5141c9a4e9ac6a86d249e3f2bdef45 (diff)
parent66f84d6594729c866c0c03fe97159a987dad7d84 (diff)
downloadkernel-bb7b22840141a4fab8f232ee90d30cdf728bb032.tar.gz
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
arch/x86/platform/efi/efi_64.c?h=linux-6.6.y&id=06ace26f4e6fcf747e890a39193be811777a048a'>x86/efi: Free efi_pgd with free_pages()Waiman Long 2018-03-12x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Sai Praneeth 2018-03-12x86/efi: Replace efi_pgd with efi_mm.pgdSai Praneeth 2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth 2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov 2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov 2018-02-13x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' di...Andy Lutomirski 2018-01-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2018-01-06x86/pti: Unbreak EFI old_memmapJiri Kosina 2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2017-12-23x86/mm/pti: Allocate a separate user PGDDave Hansen 2017-12-12x86/headers: Remove duplicate #includesPravin Shedge 2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin) 2017-11-07x86/efi: Access EFI data as encrypted when SEV is activeTom Lendacky 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-07-18x86/efi: Update EFI pagetable creation to work with SMETom Lendacky 2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski 2017-06-05x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth