1. 01 11月, 2005 1 次提交
  2. 31 10月, 2005 1 次提交
    • E
      [PATCH] i386: move apic init in init_IRQs · f2b36db6
      Eric W. Biederman 提交于
      All kinds of ugliness exists because we don't initialize
      the apics during init_IRQs.
      - We calibrate jiffies in non apic mode even when we are using apics.
      - We have to have special code to initialize the apics when non-smp.
      - The legacy i8259 must exist and be setup correctly, even
        when we won't use it past initialization.
      - The kexec on panic code must restore the state of the io_apics.
      - init/main.c needs a special case for !smp smp_init on x86
      
      In addition to pure code movement I needed a couple
      of non-obvious changes:
      - Move setup_boot_APIC_clock into APIC_late_time_init for
        simplicity.
      - Use cpu_khz to generate a better approximation of loops_per_jiffies
        so I can verify the timer interrupt is working.
      - Call setup_apic_nmi_watchdog again after cpu_khz is initialized on
        the boot cpu.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f2b36db6
  3. 10 9月, 2005 1 次提交
    • T
      [PATCH] fix reboot via keyboard controller reset · 59f4e7d5
      Truxton Fulton 提交于
      I have a system (Biostar IDEQ210M mini-pc with a VIA chipset) which will
      not reboot unless a keyboard is plugged in to it.  I have tried all
      combinations of the kernel "reboot=x,y" flags to no avail.  Rebooting by
      any method will leave the system in a wedged state (at the "Restarting
      system" message).
      
      I finally tracked the problem down to the machine's refusal to fully reboot
      unless the keyboard controller status register had bit 2 set.  This is the
      "System flag" which when set, indicates successful completion of the
      keyboard controller self-test (Basic Assurance Test, BAT).
      
      I suppose that something is trying to protect against sporadic reboots
      unless the keyboard controller is in a good state (a keyboard is present),
      but I need this machine to be headless.
      
      I found that setting the system flag (via the command byte) before giving
      the "pulse reset line" command will allow the reboot to proceed.  The patch
      is simple, and I think it should be fine for everybody whether they have
      this type of machine or not.  This affects the "hard" reboot (as done when
      the kernel boot flags "reboot=c,h" are used).
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      59f4e7d5
  4. 30 6月, 2005 1 次提交
  5. 26 6月, 2005 1 次提交
  6. 24 6月, 2005 1 次提交
  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