1. 20 Jun, 2002 40 commits
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing OBSOLETE (1_3) · 45b73ff4
      Greg Banks authored
      Symbol CONFIG_FMV18X depends on CONFIG_OBSOLETE but does
      not say so in its banner.
      45b73ff4
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (9_14) · c399c1d1
      Greg Banks authored
      Symbol CONFIG_LDM_PARTITION depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      c399c1d1
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (8_14) · c17051d2
      Greg Banks authored
      Symbol CONFIG_JFFS2_FS_NAND depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      c17051d2
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (7_14) · 97ab3e72
      Greg Banks authored
      Symbol CONFIG_ISDN_DRV_TPAM depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      97ab3e72
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (6_14) · d5a46318
      Greg Banks authored
      Three symbols CONFIG_BLK_DEV_ATARAID, CONFIG_BLK_DEV_ATARAID_PDC, and
      CONFIG_BLK_DEV_ATARAID_HPT depend on CONFIG_EXPERIMENTAL but do
      not say so in their banners.
      d5a46318
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (5_14) · 5007ac79
      Greg Banks authored
      Two symbols CONFIG_PLX_HERMES and CONFIG_PCI_HERMES depend on
      CONFIG_EXPERIMENTAL but do not say so in their banners.
      5007ac79
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (4_14) · dc9aaea9
      Greg Banks authored
      Symbol CONFIG_CYCLOMX_X25 depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      dc9aaea9
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (3_14) · 8db0efe9
      Greg Banks authored
      Symbol CONFIG_BLK_DEV_UMEM depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      8db0efe9
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (2_14) · 006d5f43
      Greg Banks authored
      Four symbols CONFIG_ATM_CLIP, CONFIG_ATM_CLIP_NO_ICMP, CONFIG_ATM_LANE,
      and CONFIG_ATM_MPOA depend on CONFIG_EXPERIMENTAL but do not say so
      in their banners.
      006d5f43
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (1_14) · b8737d12
      Greg Banks authored
      Symbol CONFIG_ADFS_FS depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      b8737d12
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (13_14) · 83b6b2b2
      Greg Banks authored
      Symbol CONFIG_SOUND_RME96XX depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      83b6b2b2
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (14_14) · 33049834
      Greg Banks authored
      Symbol CONFIG_VIDEO_MEYE depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      33049834
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (12_14) · 21afa4e1
      Greg Banks authored
      Symbol CONFIG_SONYPI depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      21afa4e1
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (10_14) · ef95b5a0
      Greg Banks authored
      Symbol CONFIG_MIDI_EMU10K1 depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner.
      ef95b5a0
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (11_14) · d821829f
      Greg Banks authored
      Two symbols CONFIG_ROADRUNNER and CONFIG_ROADRUNNER_LARGE_RINGS depend
      on CONFIG_EXPERIMENTAL but do not say so in their banners.
      d821829f
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig lowercase EXPERIMENTAL tag · 1257ddee
      Greg Banks authored
      The convention is that symbols that depend on $CONFIG_EXPERIMENTAL are
      marked in the banner with the string (EXPERIMENTAL).  There are 4 cases
      where that string is correctly used but is lowercase instead of uppercase.
      1257ddee
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig choice default value · bea2f339
      Greg Banks authored
      The default value specified as the last word of the "choice" statement
      should be a unique abbreviation of one of the sub-prompts, not some
      random string never seen before.
      bea2f339
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig OBSOLETE not EXPERIMENTAL · 3565ef9d
      Greg Banks authored
      Symbol CONFIG_ZNET depends on CONFIG_OBSOLETE, but its banner says it
      depends on CONFIG_EXPERIMENTAL.
      3565ef9d
    • Greg Banks's avatar
      [PATCH] PATCH 2.5: kconfig EXPERIMENTAL misformed · 9e6995e3
      Greg Banks authored
      Symbol CONFIG_INTERMEZZO_FS depends on CONFIG_EXPERIMENTAL but does
      not say so in its banner in the usual way.
      9e6995e3
    • Rusty Russell's avatar
      [PATCH] Fix SMP compilation with 'multiquad' driver · 1b085968
      Rusty Russell authored
      The 2.4.18pre10 kernel, like many if its predecessors, can't compile
      the multiquad driver in an SMP kernel (maybe only as a module; it's
      been a long time since I wrote this fix).  Here's a patch.
      1b085968
    • Arnd Bergmann's avatar
      [PATCH] fix lots of warnings about 'struct tty_driver' · a5da12ed
      Arnd Bergmann authored
      When compiling 2.5.20 (and ealier, likely) without procfs, the declaration
      for struct tty_driver is missing in proc_fs.h, causing many compiler warnings
      that are fixed by this patch.
      a5da12ed
    • Arnaud S. Launay's avatar
      [PATCH] Re: nbd.c warning fix · 35ee6c85
      Arnaud S. Launay authored
      35ee6c85
    • Arnaud S. Launay's avatar
      [PATCH] ACPI warning fix · 260db1ff
      Arnaud S. Launay authored
      260db1ff
    • Andrey Panin's avatar
      [PATCH] add unlikely() into add_timer() · 8d8b9a2d
      Andrey Panin authored
      This micropatch adds unlikely() macro into add_timer() bug check code.
      Without this path gcc 3.1 makes bad thing reordering printk() into
      the middle of function body.
      8d8b9a2d
    • Andreas Dilger's avatar
      [PATCH] TRIVIAL EPERM -> EACCESS · 2f07197e
      Andreas Dilger authored
      the following micro-patch changes ext[23]_ioctl to return EACCES
      (permission denied) instead of EPERM (operation not permitted) if
      the caller is not authorized to change the flags on a file.
      2f07197e
    • Andreas Bombe's avatar
      [PATCH] Fix bashisms in scripts_patch-kernel · 4fda8607
      Andreas Bombe authored
        The following trivial patch makes the patch-kernel script executable by
        a bare bone POSIX shell like ash.  Either that, or the interpreter line
        has to be changed to /bin/bash.
      
        The same patch applies to 2.4 (with some line offset).
      4fda8607
    • Linus Torvalds's avatar
      Merge home:v2.5/linux · 1c60cf8a
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      1c60cf8a
    • Robert Love's avatar
      [PATCH] mark 3 variables as __initdata · 602c7aa8
      Robert Love authored
      The attached patch marks the following variables with __initdata:
      
              arch/i386/kernel/mpparse.c :: static unsigned int num_processors
              arch/i386/kernel/smpboot.c :: static int smp_b_stepping
              arch/i386/kernel/smpboot.c :: static int max_cpus
      
      The data is static and only used by __init functions so can successfully
      be jettisoned after boot.  Compiled and booted successfully on an SMP
      machine.
      
      I also set max_cpus to NR_CPUS instead of -1.  Besides being the
      logically correct value and simplifying a loop elsewhere, this change
      allows NR_CPUS to be set to various values other than the normal 32
      which is growing in utility with the hotplug CPU changes now in
      mainline.
      602c7aa8
    • Robert Love's avatar
      [PATCH] preempt-safe do_softirq · 33bb8238
      Robert Love authored
      Attached patch makes do_softirq preempt-safe simply by moving the
      current CPU assignment a couple lines down below the interrupt disable.
      33bb8238
    • Linus Torvalds's avatar
      Merge bk://linus@bkbits.net/lm-makefiles · 25fce987
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      25fce987
    • Stelian Pop's avatar
      [PATCH] export ioremap_nocache to modules · 021af973
      Stelian Pop authored
      This patch exports ioremap_nocache to modules, used by at least
      some of the sound drivers....
      021af973
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update · 5f47478a
      Jaroslav Kysela authored
      this ALSA update contains
      
       - fixed dependencies for OSS Sequencer emulation code
       - fixed wrong verbose printk output
       - fixed possible oops in OSS PCM emulation code (silence)
       - added snd_timer_del() function
       - added integer64 support to control interface
       - AC'97 - cleanups for Cirrus Logic codecs (S/PDIF)
       - added PCM device for SB AWE synthesizer
       - added RME Hammerfall DSP Audio driver by Paul Davis
       - renamed rme9652_mem.o module to hammerfall_mem.o
       - device naming cleanups in snd-intel8x0
       - RME32 driver updates
       - VIA8233 driver updates for VIA8233A
       - CS4281 code updated to support dual codecs
       - Korg1212 driver update (debugging)
       - YMFPCI - changed support for rear channel
       - improved PPC drivers - AWACS, KEYWEST, TUMBLER
      5f47478a
    • Manik Raina's avatar
      [PATCH] More __builtin_expect() cleanup in favour · ea32d985
      Manik Raina authored
      Changed files in the include/asm-ia64 directory to get rid of
      __builtin_expect() in favour of likely/unlikely.
      ea32d985
    • Stephen Rothwell's avatar
      [PATCH] ipv6 statics · e59e6180
      Stephen Rothwell authored
      This makes some more things in the ipv6 code static.  Some of them may
      be wrong (or for futures) bu it looks pretty OK to me (and it builds).
      e59e6180
    • Rusty Russell's avatar
      [PATCH] Async Futex · 5dd9895a
      Rusty Russell authored
      This patch adds a FUTEX_FD call, for opening a file descriptor
      attached to a futex, which can be used with poll, select or SIGIO.
      Rewritten so that closing fd unpins page, as per Linus's suggestion,
      and fixed not to call poll_wait with a spinlock as per Martin Wirth's
      sharp eyes.
      5dd9895a
    • Rusty Russell's avatar
      [PATCH] Futex bugfixes. · 74f58650
      Rusty Russell authored
      This uses page_cache_release() instead of put_page(), as it might
      be a pagecache page.
      74f58650
    • Albert Cranford's avatar
      [PATCH] 2.5.23 i2c updates 4/4 · 0e042f3a
      Albert Cranford authored
      i2c-elektor.c:Adding call to pcf_isa_init to i2c_pcfisa_init causes:
      i2c-elektor.o: In function `i2c_pcfisa_init':
      i2c-elektor.o(.text.init+0x95): undefined reference to `local symbol
      i2c-elektor.c: fix by removing __exit for inline compiling.
      0e042f3a
    • Albert Cranford's avatar
      [PATCH] 2.5.23 i2c updates 3/4 · 665b6e17
      Albert Cranford authored
      i2c-algo-bit.c: Leave kernel time_before/after_eq
        Remove #ifdef MODULE_LICENSE around MODULE_LICENSE.
        Remove #include <linux/sched.h> since i2c.h has it now.
      i2c-algo-pcf.c: Remove #include <linux/sched.h> since i2c.h has it now.
        Remove #ifdef MODULE_LICENSE around MODULE_LICENSE.
        Remove #include <linux/sched.h> since i2c.h has it now.
      i2c/i2c-elektor.c: Leave kernel __exit pcf_isa_exit(void)
        Remove #ifdef MODULE_LICENSE around MODULE_LICENSE.
      i2c-elv.c: Leave kernel __exit bit_elv_exit(void)
        Remove #ifdef MODULE_LICENSE around MODULE_LICENSE.
      i2c-philips-par.c: Remove #ifdef MODULE_LICENSE around MODULE_LICENSE.
      i2c/i2c-velleman.c: Leave kernel __exit bit_velle_exit(void)
        Remove #ifdef MODULE_LICENSE around MODULE_LICENSE.
      Drop i2c-algo-8xx.[ch] deltas
      Drop i2c-algo-ppc405.[ch] deltas
      Drop i2c-pcf-epp.c deltas
      Drop i2c-ppc405.[ch] deltas
      Drop i2c-ppc405adap.h deltas
      Drop i2c-pport.c deltas
      Drop i2c-rpx.c deltas
      665b6e17
    • Albert Cranford's avatar
      [PATCH] 2.5.23 i2c updates 2/4 · 555e8cee
      Albert Cranford authored
      i2c-core.c:Leave LINUX_VERSION in kernel.  Leave i2c_debug=1.  Leave
        CONFIG names as in the kernel.  Remove #ifdef MODULE_LICENSE around
        MODULE_LICENSE.
      i2c-dev.c:Remove #ifdef MODULE_LICENSE around MODULE_LICENSE.
        Remove compatibality code for < 2.4.0
      i2c-proc.c: Print message on kmalloc failure.  Leave ENOMEM as in kernel.
        Remove #ifdef MODULE_LICENSE around MODULE_LICENSE.  Remove 2.2.19 compat
        code.
      555e8cee
    • Albert Cranford's avatar
      [PATCH] 2.5.23 i2c updates 1/4 · 3fc6e4a7
      Albert Cranford authored
      3fc6e4a7