1. 17 Oct, 2006 2 commits
  2. 16 Oct, 2006 32 commits
  3. 15 Oct, 2006 6 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
    • Linus Torvalds's avatar
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb · ed75ded7
      Linus Torvalds authored
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb:
        V4L/DVB (4750): AGC command1/2 is board specific
        V4L/DVB (4748): Fixed oops for Nova-T USB2
        V4L/DVB (4746): HM12 is YUV 4:2:0, not YUV 4:1:1
        V4L/DVB (4744): The Samsung TCPN2121P30A does not have a tda9887
        V4L/DVB (4743): Fix oops in VIDIOC_G_PARM
        V4L/DVB (4742): Drivers/media/video: handle sysfs errors
        V4L/DVB (4741): {ov511,stv680}: handle sysfs errors
        V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messages
        V4L/DVB (4739): SECAM support for saa7113 into saa7115
        V4L/DVB (4738): Bt8xx/dvb-bt8xx.c: check kmalloc() return value.
        V4L/DVB (4734): Tda826x: fix frontend selection for dvb_attach
        V4L/DVB (4733): Tda10086: fix frontend selection for dvb_attach
        V4L/DVB (4732): Fix spelling error in Kconfig help text for DVB_CORE_ATTACH
        V4L/DVB (4731a): Kconfig: restore pvrusb2 menu items
        V4L/DVB (4729): Fix VIDIOC_G_FMT for NTSC in cx25840.
        V4L/DVB (4727): Support status readout for saa713x based FM radio
        V4L/DVB (4725): Fix vivi compile on parisc
        V4L/DVB (4692): Add WinTV-HVR3000 DVB-T support
      ed75ded7
    • Al Viro's avatar
      e5a301ee