1. 08 Oct, 2002 40 commits
    • Alan Cox's avatar
      [PATCH] fix aha152x · fdacf5b2
      Alan Cox authored
      fdacf5b2
    • Alan Cox's avatar
      9e350f18
    • Alan Cox's avatar
      [PATCH] fix orinoco build · 3f967cd9
      Alan Cox authored
      3f967cd9
    • Alan Cox's avatar
      [PATCH] (forwarded) Olympic fixes · e5331d92
      Alan Cox authored
      Looks like they escaped your notice
      e5331d92
    • Alan Cox's avatar
      [PATCH] 2.5 cleanup + 2.4 merge of depca · 4c2ca1d7
      Alan Cox authored
      Yes this is big but 2.4 has been indented, updated and there wasnt a
      sane way to deal with it
      4c2ca1d7
    • Alan Cox's avatar
      [PATCH] fix ibmtr mapping bug · e0209017
      Alan Cox authored
      e0209017
    • Alan Cox's avatar
      [PATCH] 2.5 clean up of DE600 · 5cc31d9b
      Alan Cox authored
      5cc31d9b
    • Alan Cox's avatar
      [PATCH] bring I2O roughly back into line · 9910fa6d
      Alan Cox authored
      There are some bits left to do but this folds in all the main stuff from
      2.4 and 2.5 including Al's recent change
      9910fa6d
    • Alan Cox's avatar
      [PATCH] un-tqueue aironet · 787c3d92
      Alan Cox authored
      787c3d92
    • Alan Cox's avatar
      [PATCH] mpt fusion - remove donothing code · 320597b5
      Alan Cox authored
      320597b5
    • Alan Cox's avatar
      [PATCH] cadet needless globals · 7f66b9d8
      Alan Cox authored
      7f66b9d8
    • Alan Cox's avatar
      [PATCH] fix all the isdn compile mess · 341fb4b6
      Alan Cox authored
      This doesnt fix all the isdn code but it sorts out the tqueue stuff so we
      are no worse than before
      341fb4b6
    • Alan Cox's avatar
      6164ed90
    • Doug Ledford's avatar
      [PATCH] make SCSI queue depth adjustable · 7eb141c4
      Doug Ledford authored
      Linus, this has been tested by some people in the field to not break
      things, and it's the start of some other changes I'm making, so please put
      this in your tree so I'm not merging huge patches but instead am merging a
      little as I go.
      7eb141c4
    • Linus Torvalds's avatar
      Fix missing printk end-of-line · 5c4936fa
      Linus Torvalds authored
      5c4936fa
    • Jens Axboe's avatar
      [PATCH] ide tagged command queueing support · c4f59ba5
      Jens Axboe authored
      This enables tagged command queueing support in the ide layer again and
      marks it as an experimental feature.
      c4f59ba5
    • Jens Axboe's avatar
      [PATCH] make bio->bi_max contain max vec entries · 60ac3a30
      Jens Axboe authored
      This changes the way we do pool lookups when freeing a bio.  Right now
      we use bi_max as a handle into bvec_array[], to find the pool where it
      came from.  This used to be just fine, because if you had a private bio,
      you could specify your own destructor.  But now we have bio_add_page()
      which also needs to know where the bio came from, or more precisely, it
      needs to know how many entries the bio can hold.
      
      So I've changed bi_max to bi_max_vecs, it now contains the number of vec
      entries in the bio. Privately allocated bio's (or on stack) can now just
      set bio->bi_max_vecs to reflect the max size. The pool index for the
      default destructor is stored in the top bits of bi_flags.
      60ac3a30
    • Dave Jones's avatar
      [PATCH] radio-zoltrix typo · 79703340
      Dave Jones authored
      79703340
    • Dave Jones's avatar
      [PATCH] sanitise proc usage in zoran driver · ecc1e6ca
      Dave Jones authored
      ecc1e6ca
    • Dave Jones's avatar
      [PATCH] module fixes for qtronix.c · e080ca2d
      Dave Jones authored
      e080ca2d
    • Dave Jones's avatar
      [PATCH] random fixes for random.c · 06fb3199
      Dave Jones authored
      Make things static, and remove hardcoded value
      06fb3199
    • Dave Jones's avatar
      dead19d8
    • Dave Jones's avatar
      [PATCH] TTY_DO_WRITE_WAKEUP · acef5f85
      Dave Jones authored
      As per comment..
      acef5f85
    • Dave Jones's avatar
      [PATCH] zoran named initialisers · 6d9463ed
      Dave Jones authored
      6d9463ed
    • Dave Jones's avatar
      [PATCH] CONFIG_ISA optional on x86 · 39c8b995
      Dave Jones authored
      Hide ISA only drivers during configuration..
      39c8b995
    • Dave Jones's avatar
      4ef81ee9
    • Dave Jones's avatar
      [PATCH] Make work throttling actually work, · 726893d4
      Dave Jones authored
      From Pavel Machek. Without these two lines,
      the throttling limits are never reached, and a machine
      will happily cook itself.
      726893d4
    • Dave Jones's avatar
      [PATCH] More list_del_init usage increases · 9650e2ee
      Dave Jones authored
      9650e2ee
    • Dave Jones's avatar
      [PATCH] more devexit fixes · d4f4d3ac
      Dave Jones authored
      d4f4d3ac
    • Dave Jones's avatar
      [PATCH] sun3 ncr scsi driver update · 289fe4bc
      Dave Jones authored
      Sammy changed address, and lets BUG() instead of
      locking up the machine.
      289fe4bc
    • Andrew Morton's avatar
      [PATCH] ext3 indexed directory support · da5223ff
      Andrew Morton authored
      Daniel Phillips' indexed directory support.  Ported from ext2 by
      Christopher Li.  Contributions from Andreas Dilger, Stephen Tweedie,
      lots from Ted.
      
      It requires e2fsprogs-1.29; I've updated the Changes file to reflect
      that.
      da5223ff
    • Andrew Morton's avatar
      [PATCH] move library functions from ramfs into libfs · 1b5dd0c2
      Andrew Morton authored
      From Bill Irwin
      
      The simple_link(), simple_unlink(), simple_rename(),
      simple_sync_file(), simple_rmdir(), and simple_empty() functions are
      easy to duplicate.  Basically, I duplicated them in an fs patch of
      mine, and Linus told me to put them in libfs.c
      
      Pat Mochel has acked the changes for driverfs (in that he'll convert
      the stuff over when they're available from libfs), and my hugetlbfs
      implementation was the thing that spurred the whole incident.
      1b5dd0c2
    • Andrew Morton's avatar
      [PATCH] free_area_init cleanup · 5b73f882
      Andrew Morton authored
      From Christoph Hellwig.
      
      If we always pass &contig_page_data into free_area_init_node for the
      non-distcontig case we can merge both versions of that function into
      one.  Move that one to page_alloc.c and thus kill numa.c which was
      totally misnamed, btw.
      5b73f882
    • Andrew Morton's avatar
      [PATCH] numa: alloc_pages_node cleanup · e175e9b2
      Andrew Morton authored
      Patch from Christoph Hellwig
      
      It turns alloc_pages_node into a static inline, in the same fashion as
      alloc_pages.  There is no need for #ifdef CONFIG_NUMA in the patch, as
      the numa node identification functions are sensible enough to do the
      right thing for non-NUMA systems.  Moves alloc_pages_node from numa.c
      to gfp.h, and removes the EXPORT_SYMBOL which is no longer needed as
      this is now an inline.
      e175e9b2
    • Andrew Morton's avatar
      [PATCH] remove get_free_page() · 15e28e8d
      Andrew Morton authored
      This used to be a macro wrapper around get_zeroed_page().
      
      It was a dreadful choice of name, because it hid the fact that this
      function memsets the page.  Probably, lots of the callers didn't
      actually want to do that but this patch does not make such
      optimisations.
      
      At least now, people may spot a `get_zeroed_page' in there and realise
      that the page doesn't actually need to be initialised.
      
      The patch also changes get_zeroed_page() to go BUG if called with
      __GFP_HIGHMEM.  It returns the address of the page's memory and hence
      can only be used for direct-mapped pages (wli).
      15e28e8d
    • Andrew Morton's avatar
      [PATCH] node-local mem_map for ia32 discontigmem · 76a0722f
      Andrew Morton authored
      From Martin Bligh.
      
      This patch remaps the lmem_map (struct page) arrays for each node onto
      their own nodes.  This is non-trivial, since all of ZONE_NORMAL, and
      hence permanently mapped KVA resides on node 0.
      
      Very early in the boot sequence, it calculates the size of the lmem_map
      arrays (rounding up to the nearest large page size), and reserves a
      suitable amount of permanent KVA by shifting down max_low_pfn to create
      a gap between max_low_pfn and highstart_pfn (both of which are normally
      about 896Mb).
      
      It then uses the new set_pmd_pfn function to set up the pmds correctly
      so that the large pages point at the physical addresses reserved from
      the remote nodes.
      
      Tested on NUMA-Q and some ratty old i386 PC kicking around under my
      desk (on 2.5.36-mm1).  Was good for a 20% improvement in system time on
      kernel compile when I initially benchmarked it against 2.5.32 or
      something - due to a reduction in inter-node traffic, better
      interconnect cache usage and locality.  Should have no effect on any
      system other than i386 NUMA systems.
      76a0722f
    • Andrew Morton's avatar
      [PATCH] discontigmem fixes and cleanups · 4b4b90a7
      Andrew Morton authored
      From Martin Bligh
      
      This patch fixes a nasty bug that wli found in buffer.c which
      cause an oops - we were using contig_page_data on a discontigmem
      machine. It's a slightly modified version of the fix wli suggested,
      tested on NUMA-Q.
      
      I've also added code to not define contig_page_data for discontigmem
      systems, to stop this from happening again. I wrapped a couple of
      bootmem functions that were using it in #ifndef CONFIG_DISCONTIGMEM.
      I suppose it's possible (though unlikely) that some other discontig
      arch might need to wrap a couple of functions in their tree similarly,
      but any borkage will just give a simple clear compiler error telling
      them exactly where the problem is.
      4b4b90a7
    • Andrew Morton's avatar
      [PATCH] discontigmem compilation fix · 168973c5
      Andrew Morton authored
      A discontigmem compilation fix From Bill Irwin
      168973c5
    • Andrew Morton's avatar
      [PATCH] fix READA in ll_rw_block() · 4d9835b2
      Andrew Morton authored
      - Don't convert READA into READ in ll_rw_block().
      4d9835b2
    • Martin J. Bligh's avatar
      [PATCH] NUMA-Q fixes · fa4de7cc
      Martin J. Bligh authored
      This patch basically just renames usages of CONFIG_MULTIQUAD to
      CONFIG_X86_NUMAQ. The original multiquad option covered a variety
      of sins, and just made a mess (my fault). After extensive community
      discussion, this is the naming scheme everyone agreed to - the
      CONFIG_X86_NUMAQ option already exists, we're just renaming usages
      of MULTIQUAD to it, and removing the MULTIQUAD option.
      
      Stuff that's really to do with clustered APIC mode is put under
      CONFIG_CLUSTERED_APIC instead, as it's not specific to the NUMA-Q.
      
      Note that the definitions of clustered_apic_mode are still duplicated,
      so the changes appear twice.  I'm not making it worse, just haven't
      fixed this one yet, will do that next.
      
      Patch was written by Matt Dobson.
      fa4de7cc