1. 05 Apr, 2002 3 commits
  2. 02 Apr, 2002 4 commits
  3. 01 Apr, 2002 1 commit
  4. 28 Mar, 2002 4 commits
    • Matt Domsch's avatar
      [PATCH] IA-64 specific part of Matt's patch: · 95aa08a0
      Matt Domsch authored
      changes:
      * EFI_GUID macro defined per your suggestion - efi_guid_t is now a struct of
      char[16].  Fixed all GUID definitions.
      * Made one unified efi_guid_unparse() static inline in asm-ia64/efi.h.
      Removed three other definitions of similar in efivars.c and mca.c.
      * fixed endianness of fs/partitions/efi.c - thanks to Richard Hirst and his
      GPT work in Parted.
      * cleaned up find_valid_gpt() to make it easier to see what's going on and
      avoid future NULL ptr deref cases if this code gets modified yet again.
      * Only use partition table slots 0..max_p.  The previous behaviour would let
      you delete a partition in the middle of the table, and on next boot all the
      partition numbers above that would switch down.  This change makes it
      consistent with the MSDOS concept of primary partitions.  /dev/sdaX exists
      iff the partition type is not NULL.
      * Moved CONFIG_PARTITION_EFI help text to fs/partitions/Config.help
      95aa08a0
    • Steven Cole's avatar
      [PATCH] This patch adds 5 help texts to arch/ia64/Config.help. · 1088ca0a
      Steven Cole authored
      The texts were obtained from Eric S. Raymond's v2.97 Configure.help.
      1088ca0a
    • David Mosberger's avatar
    • David Mosberger's avatar
      arch/ia64/defconfig: · 465311ba
      David Mosberger authored
      	Update for v2.5.7.
      465311ba
  5. 27 Mar, 2002 3 commits
  6. 18 Mar, 2002 18 commits
    • Linus Torvalds's avatar
      Update version · 085c9a18
      Linus Torvalds authored
      085c9a18
    • Linus Torvalds's avatar
      51331cc8
    • Hirofumi Ogawa's avatar
      [PATCH] cleanup FAT stuff (2/2) · 695f66cf
      Hirofumi Ogawa authored
      This patch remove unused variable/function/define, and small indent
      cleanup.
      695f66cf
    • Hirofumi Ogawa's avatar
      [PATCH] Fix linux/msdos_fs.h for userland (1/2) · 9285a3a7
      Hirofumi Ogawa authored
      The following patch moves MSDOS_SB() and MSDOS_I() into #define
      __KERNEL__.
      9285a3a7
    • Martin Dalecki's avatar
      [PATCH] 2.5.7-pre2 IDE 22a · 198231a8
      Martin Dalecki authored
      - Apply more patches from Vojtech Pavlik for the handling of host chip setup.
         Hopefully they are settled now.
      
      - Kill unused CONFIG_BLK_DEV_MODES
      
      - Push register addressing down in to task_vlb_sync.
      
      - Make the taskfile parsing stuff actually readable. This is compressing the
         code by an incredible amount. We use just one function doing the whole
         scanning right now. This should make sure that the IRQ handler used by a
         particular command is always right.  I didn't introduce typos hopefully
         here.
      
      - Don't call ide_handler_parser as argument for do_taskfile() any longer. We
         have killed this function by coalescing it's functionality with
         ide_cmd_type_parser() anyway.
      
      - Kill unused SLC90E66 code, which Vojtech apparently missed in his patch.
      
      - sync up with 2.5.7-pre2
      
      Once again the actual patch is rather big mostly due to the removal of
      some default configuration variables which are not used anylonger. So time for
      the next patch stage.
      198231a8
    • Jaroslav Kysela's avatar
      [PATCH] for 2.5.7pre2 · ed0e83f5
      Jaroslav Kysela authored
      - add joystick support for CS46xx driver
      - Audigy code updates
      - fix sound/core/Config.in (wrong dep_tristate usage)
      - rawmidi interface fixes (memory leak)
      - chang spinlock to rwlock in pcm_native.c (streams linking)
      - further fixes of dependencies in Makefiles
      - remove experimental time-sync support from sequencer
      - fix/update for 32-bit -> 64-bit ioctl converter code
      - wavefront driver cleanups
      - CMIPCI driver updates
      - update joystick support in CS4281
      - add detection (not support) of M Audio Delta1010LT
      - add AMD768 PCI ID to intel8x0 driver
      - add joystick code to trident driver
      - remove static variable initialization to zero
      ed0e83f5
    • Andrey Panin's avatar
      [PATCH] driverfs support for ISAPNP driver · 1f19b987
      Andrey Panin authored
      This adds initial driverfs support to ISAPNP driver.  It was approved by
      the ISAPNP maintainer (Jaroslav Kysela).
      1f19b987
    • Brian Gerst's avatar
      [PATCH] struct super_block cleanup - affs · fe3c9239
      Brian Gerst authored
      Seperates affs_sb_info from struct super_block.
      fe3c9239
    • Brian Gerst's avatar
      [PATCH] struct super_block cleanup - hfs · e368ea0b
      Brian Gerst authored
      Seperates hfs_sb_info from struct super_block.
      e368ea0b
    • Brian Gerst's avatar
      [PATCH] struct super_block cleanup - shmem · 4758c319
      Brian Gerst authored
      Seperates shmem_sb_info from struct super_block.
      4758c319
    • Linus Torvalds's avatar
      Automerge · 5326862d
      Linus Torvalds authored
      5326862d
    • Alexander Viro's avatar
      [PATCH] moving stuff to fs/filesystems.c · cfc632c8
      Alexander Viro authored
      	file_system_typer-related code moved from fs/super.c to
      fs/filesystems.c
      cfc632c8
    • Linus Torvalds's avatar
      Merge http://linuxusb.bkbits.net/linus-2.5 · 20f2ef0b
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      20f2ef0b
    • Linus Torvalds's avatar
      Automerge · c3d7ae3b
      Linus Torvalds authored
      c3d7ae3b
    • Brian Gerst's avatar
      [PATCH] struct super_block cleanup - udf · 27033215
      Brian Gerst authored
      Seperates udf_sb_info from struct super_block.
      27033215
    • Brian Gerst's avatar
      [PATCH] struct super_block cleanup - isofs · 7d42ccf3
      Brian Gerst authored
      Seperates isofs_sb_info from struct super_block.
      7d42ccf3
    • David Brownell's avatar
      [PATCH] PATCH -- pci_pool and CONFIG_DEBUG_SLAB · b286bd16
      David Brownell authored
      I got burnt one too many time by mismatches between
      the pci_pool and "real" slabs... something changed in
      mm/slab.c and broke a driver, so I'm going for the real
      fix this time.  Having poisoning that _works_ is a huge
      help in the innards of the USB host controller drivers.
      
      This patch gets rid of some #ifdefs and makes the pci_pool
      code poison memory if CONFIG_DEBUG_SLAB is set.
      The functionality has always been there, but this makes
      it simpler to get at.
      b286bd16
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · ccd6307f
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      ccd6307f
  7. 19 Mar, 2002 2 commits
  8. 18 Mar, 2002 1 commit
  9. 17 Mar, 2002 4 commits