1. 10 Aug, 2002 11 commits
    • Christoph Hellwig's avatar
      [PATCH] misc pagecache cleanups / tweaks · 8b1763fb
      Christoph Hellwig authored
      - inline grab_cache_page() in pagemap.h, it's just a simple wrapper
        around find_or_create_page()
      - rename (__)remove_inode_page to (__)remove_from_page_cache and
        move them from mm.h and swap.h to pagemap.h because they reverse
        add_to_page_cache and that's where they belong.
      8b1763fb
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: rwsem update [10/10] · 28e17277
      Ivan Kokshaysky authored
      - __down_[read,write]_trylock, __downgrade_write implemented;
      - __builtin_expect replaced with unlikely().
      28e17277
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: misc fixes [9/10] · 93be99e7
      Ivan Kokshaysky authored
      Set of small fixes:
      - pcibios_init() must be int;
      - fls() - ctlz on ev67, generic on others. This was required for
        something several kernel releases back, now it seems to be unused.
        Anyway, it shouldn't hurt, so included here.
      - missing #includes, missing #if RTC_IRQ in drivers/char/rtc.c;
      - define USER_HZ;
      From Jeff Wiedemeier:
      - rename alpha-specific config section 'General setup' to 'System setup'
        to avoid confusion with generic 'General setup';
      - fix the 'bootpfile' build.
      93be99e7
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: osf getrusage, readv, writev [8/10] · 74b4e814
      Ivan Kokshaysky authored
      - osf_getrusage() updated for new utime/stime fields of the task_struct;
      - compatibility wrappers for OSF/1 v4 readv/writev syscalls:
        forward port from 2.4.19.
      74b4e814
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: percpu update [7/10] · 18fc1ad1
      Ivan Kokshaysky authored
      Generic per-cpu areas; wrappers for SMP boot process.
      18fc1ad1
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: interrupt/preempt update [6/10] · 7226c990
      Ivan Kokshaysky authored
      This one is large mostly because of massive code deletion.
      - cli, sti an so on go away;
      - irq_smp.c goes to /dev/null; the only leftover (synchronize_irq)
        moved to irq.c;
      - hardirq count field in the preemption counter extended to 12 bits -
        one more than required for wildfire.
      7226c990
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: cia-1 fix [5/10] · 1fb62ea2
      Ivan Kokshaysky authored
      From Jay Estabrook:
      CIA rev 1 can't use DAC and windows 1,2 for SG.
      1fb62ea2
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: regdef.h [4/10] · a63ab460
      Ivan Kokshaysky authored
      Historically, assembly routines included libc header <alpha/regdef.h>
      for OSF/1 register names. With the new kernel build system
      it doesn't work anymore. Make our own copy in <include/asm>.
      a63ab460
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: CPU logical mapping [3/10] · 4d6642d3
      Ivan Kokshaysky authored
      Hardware cpu_id to logical cpu mapping is gone.
      Converted to cpu_online() etc.
      4d6642d3
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: IPI update [2/10] · cdc03222
      Ivan Kokshaysky authored
      - send_ipi_message() fix from Jeff Wiedemeier:
        The 2.5.30 IPI algorithm (with the to_whom == set test) incorrectly sends
        IPI messages to CPU 0 in a SMP system running with one processor. In this
        case to_whom is often 0 (cpu_present_mask & ~1UL << smp_processor_id()) which
        ends up triggering the to_whom == set case.
      - migration IPI removed;
      cdc03222
    • Ivan Kokshaysky's avatar
      [PATCH] alpha: pte/pfn/page/tlb macros update [1/10] · 24165732
      Ivan Kokshaysky authored
      This starts a large set of alpha patches accumulated since 2.5.18 or
      even earlier. All of this was reasonably well tested.
      Thanks to Jeff Wiedemeier for SMP testing and fixes.
      
      - sync up with (2.5.18?) pte/pfn/page/tlb etc. macros;
      - asm-generic/tlb.h: loading unsigned long constant to unsigned int
        tlb->nr causes compiler warnings on 64 bit platforms.
      24165732
  2. 09 Aug, 2002 2 commits
  3. 08 Aug, 2002 1 commit
  4. 06 Aug, 2002 1 commit
  5. 07 Aug, 2002 2 commits
    • Anton Altaparmakov's avatar
      NTFS: 2.0.24 - Cleanups. · 16b39f5f
      Anton Altaparmakov authored
      - Treat BUG_ON() as ASSERT() not VERIFY(), i.e. do not use side effects
        inside BUG_ON(). (Adam J. Richter)
      - Split logical OR expressions inside BUG_ON() into individual BUG_ON()
        calls for improved debugging. (Adam J. Richter)
      - Add errors flag to the ntfs volume state, accessed via
        NVol{,Set,Clear}Errors(vol).
      - Do not allow read-write remounts of read-only volumes with errors.
      - Clarify comment for ntfs file operation sendfile which was added by
        Christoph Hellwig a while ago (just using generic_file_sendfile())
        to say that ntfs ->sendfile is only used for the case where the
        source data is on the ntfs partition and the destination is
        somewhere else, i.e. nothing we need to concern ourselves with.
      16b39f5f
    • Anton Altaparmakov's avatar
  6. 06 Aug, 2002 7 commits
  7. 05 Aug, 2002 13 commits
  8. 04 Aug, 2002 3 commits