1. 25 5月, 2008 1 次提交
  2. 17 4月, 2008 3 次提交
  3. 04 2月, 2008 1 次提交
  4. 11 10月, 2007 1 次提交
  5. 07 12月, 2006 1 次提交
    • J
      [PATCH] i386: Update sys_vm86 to cope with changed pt_regs and %gs usage · 49d26b6e
      Jeremy Fitzhardinge 提交于
      sys_vm86 uses a struct kernel_vm86_regs, which is identical to pt_regs, but
      adds an extra space for all the segment registers.  Previously this structure
      was completely independent, so changes in pt_regs had to be reflected in
      kernel_vm86_regs.  This changes just embeds pt_regs in kernel_vm86_regs, and
      makes the appropriate changes to vm86.c to deal with the new naming.
      
      Also, since %gs is dealt with differently in the kernel, this change adjusts
      vm86.c to reflect this.
      
      While making these changes, I also cleaned up some frankly bizarre code which
      was added when auditing was added to sys_vm86.
      Signed-off-by: NJeremy Fitzhardinge <jeremy@xensource.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Cc: Chuck Ebbert <76306.1226@compuserve.com>
      Cc: Zachary Amsden <zach@vmware.com>
      Cc: Jan Beulich <jbeulich@novell.com>
      Cc: Andi Kleen <ak@suse.de>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Cc: Jason Baron <jbaron@redhat.com>
      Cc: Chris Wright <chrisw@sous-sol.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      49d26b6e
  6. 09 1月, 2006 1 次提交
    • M
      [PATCH] Make vm86 support optional · 64ca9004
      Matt Mackall 提交于
      This adds an option to remove vm86 support under CONFIG_EMBEDDED.  Saves
      about 5k.
      
      This version eliminates most of the #ifdefs of the previous version and
      instead uses function stubs in vm86.h.  Also, release_vm86_irqs is moved
      from asm-i386/irq.h to a more appropriate home in vm86.h so that the stubs
      can live together.
      
      $ size vmlinux-baseline vmlinux-novm86
         text    data     bss     dec     hex filename
      2920821  523232  190652 3634705  377611 vmlinux-baseline
      2916268  523100  190492 3629860  376324 vmlinux-novm86
      Signed-off-by: NMatt Mackall <mpm@selenic.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      64ca9004
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4