An error occurred fetching the project authors.
  1. 27 Feb, 2004 1 commit
    • Kenneth W. Chen's avatar
      [PATCH] ia64: make hugetlbfs page size a boot-time option · 5a588e5b
      Kenneth W. Chen authored
      This patch makes it possible to select the hugetlbfs page size at boot-time,
      rather than at compile-time.  We believe we have resolved all the remaining
      issues.  All critical speed path has been taken care of, i.e., vhpt handler
      and context switch.  There should be no performance penalty with this dynamic
      hugetlb page size feature.
      
      We would like to thank Jack Steiner for his initiative on this feature
      and his initial cool working patch.
      5a588e5b
  2. 18 Feb, 2004 2 commits
  3. 23 Jan, 2004 1 commit
  4. 21 Jan, 2004 2 commits
  5. 19 Jan, 2004 2 commits
  6. 14 Jan, 2004 1 commit
  7. 12 Jan, 2004 1 commit
  8. 29 Dec, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] EFI support for ia32 · c596442a
      Andrew Morton authored
      From: Matt Tolentino <metolent@snoqualmie.dp.intel.com>
      
      Attached is a patch that enables EFI boot-up support in ia32 kernels.
      
      In order to continue to determine whether the kernel should initialize using
      EFI tables, I've temporarily added a check on the LOADER_TYPE boot parameter.
       Although I haven't requested that elilo be assigned an id for this yet, I've
      used this to determine whether the kernel should use the EFI initialization
      path as well as a check to see if the EFI_SYSTAB boot parameter contains
      anything.  If someone has a better suggestion for determining this, I'm
      open...
      
      This patch also uses the existing ioremapping functions to map the efi tables
      into kernel virtual address space.  I've added an option such that I could
      use Dave Hansen's boot_ioremap() before paging_init().  After paging_init, I
      then remap the efi memmap using bt_ioremap for use later.  This has
      eliminated the need for several functions...thanks for the suggestions and
      thanks for your help Dave.  Still this could use a look-see.
      c596442a
  9. 19 Dec, 2003 2 commits
  10. 11 Dec, 2003 1 commit
  11. 15 Oct, 2003 1 commit
  12. 10 Oct, 2003 1 commit
    • David Mosberger's avatar
      ia64: Patch by Jesse Barnes: · dd1a7550
      David Mosberger authored
      This patch fixes the combination of CONFIG_DISCONTIGMEM and
      CONFIG_VIRTUAL_MEM_MAP so that generic kernels will work on all ia64
      platforms, including sn2, and also makes sn2 specific kernels work
      (which I think is a first).
      
      I've cleaned this patch up heavily based on feedback from yourself,
      Christoph and others.  I've tested sn2, zx1, and dig (thanks Xavier!)
      specific configurations, as well as a generic configuration that allows
      the same binary to boot on zx1, dig, and sn2.
      dd1a7550
  13. 25 Sep, 2003 1 commit
  14. 23 Sep, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] make CONFIG_HUGETLB_PAGE mirror CONFIG_HUGETLBFS · 829d1232
      Andrew Morton authored
      At present you can set CONFIG_HUGETLB_PAGE and not CONFIG_HUGETLBFS, which
      give the kernel low-level hugepage support, but no userspace API with which
      to access it.
      
      And with the recent hugetlbfs-accounting fix, the low-level code needs
      functions which are in hugetlbfs, so CONFIG_HUGETLBFS=n,
      CONFIG_HUGETLB_PAGE=y doesn't even link.
      
      So we flip things around: CONFIG_HUGETLB_PAGE is set if CONFIG_HUGETLBFS is
      set and CONFIG_HUGETLB_PAGE is unset if CONFIG_HUGETLBFS is unset.  The
      CONFIG_HUGETLB_PAGE option hence disappears from the per-arch configuration
      menus.
      829d1232
  15. 15 Sep, 2003 1 commit
  16. 09 Sep, 2003 1 commit
  17. 07 Sep, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] CONFIG_64BIT · 2b0c1a2b
      Matthew Wilcox authored
      This adds CONFIG_64BIT to allow us to disable non-64-bit safe drivers on
      64-bit platforms and converts the I2O driver to use it.
      2b0c1a2b
  18. 31 Aug, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] kill CONFIG_KCORE_AOUT · e23a1220
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      Remove CONFIG_KCORE_AOUT: the ability to present /proc/kcore in a.out
      format.
      
      I've checked with various arch maintainers.  It won't be missed.
      e23a1220
  19. 28 Aug, 2003 2 commits
    • Tony Luck's avatar
      [PATCH] ia64: fix PM config option · 1e21259b
      Tony Luck authored
      CONFIG_PM is set without a menu entry to turn it on/off.
      1e21259b
    • Will Cohen's avatar
      [PATCH] ia64: oprofile support · 758d297b
      Will Cohen authored
      I have revised the oprofile patch for ia64 to provide just the basic
      timer interrupt mechanism to avoid interferring with the perfmon 2.0
      support. I have verified the oprofile ia64 patch applies cleanly and
      build a working kernel with the 2.6.0-test4 kernel and the
      linux-2.6.0-test4-ia64-030826.diff.bz2 patch.
      
      More work is required to get oprofile to work with the perfmon 2.0.
      However, the patch as it is currently implements should not cause
      problems for the perfom 2.0 support.
      758d297b
  20. 25 Aug, 2003 1 commit
    • Alex Williamson's avatar
      [PATCH] ia64: no discontig w/o NUMA · 6502c68c
      Alex Williamson authored
      Currently the generic kernel won't build if you turn off NUMA
      support.  Seems discontig support is too entangled with NUMA
      support to live without it.  This patch makes it behave a bit
      more friendly.
      6502c68c
  21. 02 Aug, 2003 1 commit
  22. 29 Jul, 2003 1 commit
  23. 10 Jul, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] make CONFIG_KALLSYMS default to "on" · f3eee922
      Andrew Morton authored
      From: Diego Calleja Garcia <diegocg@teleline.es>
      
      Move CONFIG_KALLSYMS out of the arch directory and into init/.
      
      It defaults to "on" unless the user explicitly turns it off in the
      "embedded systems" menu.
      f3eee922
  24. 09 Jul, 2003 1 commit
  25. 27 Jun, 2003 1 commit
  26. 26 Jun, 2003 1 commit
  27. 21 Jun, 2003 1 commit
    • Sam Ravnborg's avatar
      kbuild: Added CONFIG_DEBUG_INFO · a06f9f6d
      Sam Ravnborg authored
      When CONFIG_DEBUG_INFO is set to Y, -g will be added to CFLAGS.
      Several architectures already put -g in CFLAGS, often via a patch
      to the top-level makefile.
      This option is put in the kernel hacking menu, guarded by CONFIG_DEBUG_KERNEL.
      
      Added CONFIG_DEBUG_INFO in Kconfig for the architectures that
      already had CONFIG_DEBUG_KERNEL
      a06f9f6d
  28. 19 Jun, 2003 1 commit
  29. 18 Jun, 2003 3 commits
  30. 17 Jun, 2003 1 commit
  31. 14 Jun, 2003 1 commit
  32. 11 Jun, 2003 1 commit
  33. 10 Jun, 2003 1 commit