1. 25 Sep, 2003 2 commits
  2. 23 Sep, 2003 1 commit
  3. 19 Sep, 2003 3 commits
  4. 18 Sep, 2003 19 commits
  5. 17 Sep, 2003 15 commits
    • Len Brown's avatar
      Merge intel.com:/home/lenb/src/linux-acpi-test-2.6.0 · def8bfa3
      Len Brown authored
      into intel.com:/home/lenb/bk/linux-acpi-test-2.6.0
      def8bfa3
    • Len Brown's avatar
      [ACPI] merge 2.4.22 cleanup into 2.6 · 2043727b
      Len Brown authored
      Restores CONFIG_ACPI_HT_ONLY as an alternative to CONFIG_ACPI
      rather than a prerequisite
      2043727b
    • Dave Jones's avatar
      [AGPGART] Add HP AGP 8x bridge and fix ACPI claim · f4c869b9
      Dave Jones authored
      The following patch to the HP ZX1 GART driver
      - adds recognition of the "HWP0007" device (an AGP 8X bridge)
      - fixes the use of acpi_get_devices()
      
      The problem with acpi_get_devices() is that it always returns AE_OK,
      except when the callback (zx1_gart_probe()) returns a failure.  That
      means agp_hp_init() cannot use the status from acpi_get_devices()
      to distinguish between (1) an AGP bridge was found and successfully
      initialized, and (2) no AGP bridge was found at all.
      f4c869b9
    • Stephen Hemminger's avatar
      [PATCH] (2/2) drivers/char/misc -- seq_file · 3ad142f9
      Stephen Hemminger authored
      Use seq_file for /proc/misc
      3ad142f9
    • Stephen Hemminger's avatar
      [PATCH] drivers/char/misc -- use list() macros · 1848d7bb
      Stephen Hemminger authored
      Use list macros for misc_device list.
      1848d7bb
    • Andy Grover's avatar
      [PATCH] ACPI maintainer change · 69014ca5
      Andy Grover authored
      This updates the maintainer entry for ACPI.  Len has already assumed
      most of this responsibility, as other projects demand my attention.
      
      My team will continue to maintain the OS-independent ACPI CA release,
      but Len will be responsible for pulling ACPI CA updates into the Linux
      release, and the rest of Linux-specific code in general.
      69014ca5
    • Russell King's avatar
      [PATCH] Make /proc/kcore configurable · 5a8f43ae
      Russell King authored
      This allows /proc/kcore to be entirely disabled and dropped out of the
      kernel - we already select between a.out and ELF.
      
      Right now it only drops /proc/kcore out of the kernel for ARM.
      5a8f43ae
    • Marcelo Tosatti's avatar
      [PATCH] WM9712 suspend/resume nopop · a712d6ff
      Marcelo Tosatti authored
      From: Liam Girdwood <liam.girdwood@wolfsonmicro.com>
      
      This patch eliminates pop noises when doing a PM suspend/resume with the
      WM9712 AC97 codec.
      a712d6ff
    • Jens Axboe's avatar
      [PATCH] shared block queue tag map · 230b619e
      Jens Axboe authored
      This implements the possibility for sharing a tag map between queues.
      Some (most?) scsi host adapters needs this, and SATA tcq will need it
      for some cases, too.
      230b619e
    • Jens Axboe's avatar
      [PATCH] ide-cd capacity "bug" · 05c1339f
      Jens Axboe authored
      From Daniel Pittman <daniel@rimspace.net>
      
      Using the lra (last recorded address) isn't always reliable on some
      drives, so use the regular TOC if it returns 0 capacity.
      05c1339f
    • Urban Widmark's avatar
      [PATCH] smbfs module unload and highuid · c506da41
      Urban Widmark authored
      I haven't been doing much smbfs work recently, but here are some bugfixes:
      
      - Fix module unload (Angus Sawyer).
      - Fix the smbfs error handling if kernel_thread() should fail.
      - Allow high uids/gids to be used as the fake uid smbfs sets as file owner.
      c506da41
    • Nick Piggin's avatar
      [PATCH] AS documentation · 851cbb5f
      Nick Piggin authored
      The as-iosched.c source code has said this is here for a long time but
      it kept getting lost.
      851cbb5f
    • Chris Wright's avatar
      [PATCH] root_plug fixup · e984a6dc
      Chris Wright authored
       From: bert hubert <ahu@ds9a.nl>
      
       LSM: To recap, this patch allows root_plug to work again. It needs functions
       that used to reside in capability.c but linking in capability.c, disabled
       root_plug from loading, as a security module is already present then. This
       patch splits out the functions root_plug needs from capability.c.
      e984a6dc
    • Chris Wright's avatar
      [PATCH] LSM comment fixup · 9506f564
      Chris Wright authored
       From: John Levon <levon@movementarian.org>
      
       LSM: Update comments in register_security to reflect reality
      9506f564
    • Chris Wright's avatar
      [PATCH] Add LSM maintainer entry · 5db09655
      Chris Wright authored
       Add LSM maintainer entry
      5db09655