1. 17 Oct, 2006 4 commits
  2. 16 Oct, 2006 32 commits
  3. 15 Oct, 2006 4 commits
    • Ulrich Drepper's avatar
      [PATCH] make UML compile (FC6/x86-64) · 51018b0a
      Ulrich Drepper authored
      I need this patch to get a UML kernel to compile.  This is with the
      kernel headers in FC6 which are automatically generated from the kernel
      tree.  Some headers are missing but those files don't need them.  At
      least it appears so since the resuling kernel works fine.
      
      Tested on x86-64.
      Signed-off-by: default avatarUlrich Drepper <drepper@redhat.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      51018b0a
    • Linus Torvalds's avatar
      Fix VM_MAYEXEC calculation · 80c5606c
      Linus Torvalds authored
      .. and clean up the file mapping code while at it.  No point in having a
      "if (file)" repeated twice, and generally doing similar checks in two
      different sections of the same code
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      80c5606c
    • Petr Vandrovec's avatar
      [PATCH] Fix core files so they make sense to gdb... · a7a0d86f
      Petr Vandrovec authored
      It is silly to use non-static variable for writting zeroes to the file.
      
      And more seriously, foffset in core dump file dump function was incremented
      too much, so some parts of core dump were shifted by size of few phdrs and
      notes down, so although gdb was able to load that file, it did not make lot
      of sense - in my test case data pages were shifted down by about 900 bytes.
      Signed-off-by: default avatarPetr Vandrovec <petr@vandrovec.name>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      a7a0d86f
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 · 0b269d84
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (28 commits)
        ACPI: check battery status on resume for un/plug events during sleep
        ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID
        ACPI: asus_acpi: don't printk on writing garbage to proc files
        ACPI: asus_acpi: fix proc files parsing
        ACPI: SCI interrupt source override
        ACPI: fix printk format warnings
        ACPI: fix section for CPU init functions
        ACPI: update comments in motherboard.c
        ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL
        ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG
        ACPI: ibm_acpi: delete obsolete documentation
        ACPI: created a dedicated workqueue for notify() execution
        ACPI: Remove deferred execution from global lock acquire wakeup path
        MSI S270 Laptop support: backlight, wlan, bluetooth states
        ACPI: EC: export ec_transaction() for msi-laptop driver
        ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().
        ACPI: EC: Unify poll and interrupt gpe handlers
        ACPI: EC: Unify poll and interrupt mode transaction functions
        ACPI: EC: Remove unused variables and duplicated code
        ACPI: EC: Remove unnecessary delay added by previous transation patch.
        ...
      0b269d84