]> git.neil.brown.name Git - history.git/log
history.git
22 years ago[PATCH] Typo in isofs_inode.c
Rusty Russell [Mon, 26 May 2003 10:00:57 +0000 (03:00 -0700)]
[PATCH] Typo in isofs_inode.c

From: RenĂ© Scharfe <l.s.r@web.de>

  this fixes a trivial error in isofs/inode.c, and reformats
  the surrounding code a bit to (hopefully) enhance clarity.

  i_mtime.tv_nsec was initialized twice, and i_ctime.tv_nsec never

22 years ago[PATCH] fs_autofs4_root.c unused variable
Rusty Russell [Mon, 26 May 2003 10:00:47 +0000 (03:00 -0700)]
[PATCH] fs_autofs4_root.c unused variable

From:  Rusty Russell <rusty@rustcorp.com.au>

  Trivial unused var...

22 years ago[PATCH] Cleanup in fs_devpts_inode.c
Rusty Russell [Mon, 26 May 2003 10:00:37 +0000 (03:00 -0700)]
[PATCH] Cleanup in fs_devpts_inode.c

From: RenĂ© Scharfe <l.s.r@web.de>

  This un-complicates a small piece of code of the dev/pts filesystem
  and decreases the size of the object code by 8 bytes for my build.

  Yay! :)

22 years ago[PATCH] Make videodev_proc_destory() __exit
Rusty Russell [Mon, 26 May 2003 10:00:27 +0000 (03:00 -0700)]
[PATCH] Make videodev_proc_destory() __exit

From:  Tom Rini <trini@kernel.crashing.org>

  The following marks videodev_proc_destory as __exit.

  This is safe as its only caller is marked as __exit as well.

22 years ago[PATCH] kernel_suspend.c compile warning
Rusty Russell [Mon, 26 May 2003 10:00:17 +0000 (03:00 -0700)]
[PATCH] kernel_suspend.c compile warning

From:  Pavel Machek <pavel@ucw.cz>

  This kills a compile warning in swsusp

22 years ago[PATCH] Allow for architectures to override
Rusty Russell [Mon, 26 May 2003 10:00:07 +0000 (03:00 -0700)]
[PATCH] Allow for architectures to override

From:  Stephen Rothwell <sfr@canb.auug.org.au>

  This allows some architecture to override the generic implementations
  on {get,put}_compat_flock64 as some of them (ia64 and maybe x86_64)
  will take alignment faults when accessing the loff_t members of struct
  compat_flock64.

  Requested by David Mosberger, modified by Dave Miller.

22 years ago[PATCH] proper APIC suspension
Rusty Russell [Mon, 26 May 2003 09:59:58 +0000 (02:59 -0700)]
[PATCH] proper APIC suspension

From:  Pavel Machek <pavel@ucw.cz>

22 years ago[PATCH] Better docs for boot-up code
Rusty Russell [Mon, 26 May 2003 09:59:47 +0000 (02:59 -0700)]
[PATCH] Better docs for boot-up code

From:  Pavel Machek <pavel@ucw.cz>

  This adds some more commentary to the boot-up code.

22 years ago[PATCH] missing release_region in drivers_cdrom_cm206.c
Rusty Russell [Mon, 26 May 2003 09:59:37 +0000 (02:59 -0700)]
[PATCH] missing release_region in drivers_cdrom_cm206.c

From:  Scott Russell <scott@pantastik.com>

  - missing release_region (reported by kbugs.org)
  - removed extraneous return (Randy Dunlap)

22 years ago[PATCH] Self-promotion and minor docs updates
Rusty Russell [Mon, 26 May 2003 09:59:29 +0000 (02:59 -0700)]
[PATCH] Self-promotion and minor docs updates

From:  Pavel Machek <pavel@ucw.cz>

  This fixes url in ioctls, fixes some kernel parameters, kills comment
  in tty that is 10+ years old and wrong, and adds me a little
  credits.

22 years ago[PATCH] NAPI_HOWTO.txt typo + interrupt fix
Rusty Russell [Mon, 26 May 2003 09:59:21 +0000 (02:59 -0700)]
[PATCH] NAPI_HOWTO.txt typo + interrupt fix

From:  Jonathan Corbet <corbet@lwn.net>

  This fixes a couple of little mistakes in Documentation/NAPI_HOWTO.txt;
  I also updated the interrupt handler stuff while I was at it.  Jamal Hadi
  Salim has seen and acked it.

22 years ago[PATCH] unreachable code in drivers_media_video_cpia_pp.c
Rusty Russell [Mon, 26 May 2003 09:59:12 +0000 (02:59 -0700)]
[PATCH] unreachable code in drivers_media_video_cpia_pp.c

From:  Scott Russell <scott@pantastik.com>

  - Rearranged unreachable code reported via kbugs.org

22 years ago[PATCH] Remove unused GFP_DMA from include_sound_trident.h
Rusty Russell [Mon, 26 May 2003 09:59:02 +0000 (02:59 -0700)]
[PATCH] Remove unused GFP_DMA from include_sound_trident.h

From:  Matthew Wilcox <willy@debian.org>

  These defines are simply not used any more.

22 years ago[PATCH] MAINTAINERS update for SN support
Rusty Russell [Mon, 26 May 2003 09:58:52 +0000 (02:58 -0700)]
[PATCH] MAINTAINERS update for SN support

From:  Jesse Barnes <jbarnes@sgi.com>

  Quick add to the maintainers file for SN (aka Altix 3000) support in
  the kernel.

22 years ago[PATCH] remove unneeded #define LinuxVersionCode from eata.c
Rusty Russell [Mon, 26 May 2003 09:58:43 +0000 (02:58 -0700)]
[PATCH] remove unneeded #define LinuxVersionCode from eata.c

From:  Adrian Bunk <bunk@fs.tum.de>

  the patch below removes the unneeded #define LinuxVersionCode from
  eata.c. It's not used and if it was needed KERNEL_VERSION in
  include/linux/version.h does the same.

22 years ago[PATCH] add help texts for sound_oss_Kconfig
Rusty Russell [Mon, 26 May 2003 09:58:33 +0000 (02:58 -0700)]
[PATCH] add help texts for sound_oss_Kconfig

From:  Steven Cole <elenstev@mesatop.com>

  This is a slightly improved version of the additional help texts for
  sound/oss/Kconfig.  The originals were obtained from 2.4.21-pre4.

22 years ago[PATCH] unreachable code in fs_intermezzo_methods.c
Rusty Russell [Mon, 26 May 2003 09:58:22 +0000 (02:58 -0700)]
[PATCH] unreachable code in fs_intermezzo_methods.c

From:  Scott Russell <scott@pantastik.com>

  - Rearranged unreachable code reported at kbugs.org

22 years ago[PATCH] update the short description for BLK_DEV_HPT366
Rusty Russell [Mon, 26 May 2003 09:58:13 +0000 (02:58 -0700)]
[PATCH] update the short description for BLK_DEV_HPT366

From:  Adrian Bunk <bunk@fs.tum.de>

  The following trivial patch updates the short description for
  BLK_DEV_HPT366 (the HPT372 and the HPT374 are supported, too):

22 years ago[PATCH] DMA-API typo
Rusty Russell [Mon, 26 May 2003 09:58:02 +0000 (02:58 -0700)]
[PATCH] DMA-API typo

From:  Jonathan Corbet <corbet@lwn.net>

  This fix has been acked by James Bottomley, but has not risen above Linus's
  threshold.

22 years ago[PATCH] better debug macro safety
Rusty Russell [Mon, 26 May 2003 09:57:52 +0000 (02:57 -0700)]
[PATCH] better debug macro safety

From:  Rusty Russell <rusty@rustcorp.com.au>

  I don't think it's misused anywhere, but it's better to be safe.

  Pointed out by Joern Engel.

22 years ago[PATCH] reorganize for unreachable code
Rusty Russell [Mon, 26 May 2003 09:57:43 +0000 (02:57 -0700)]
[PATCH] reorganize for unreachable code

From:  Scott Russell <scott@pantastik.com>

  - moved return to eliminate unreachable code reported by kbugs.org

22 years ago[PATCH] const char* to char* update in console.h
Rusty Russell [Mon, 26 May 2003 09:57:34 +0000 (02:57 -0700)]
[PATCH] const char* to char* update in console.h

From:  Amit Shah <shahamit@gmx.net>

  The read function for consoles in include/linux/console.h contains const
  char* for a pointer that it will actually modify. Although no one seems
  to be using this as of now, it should be corrected.

22 years ago[PATCH] don't call 68328 specific int setup (in 68VZ328)
Greg Ungerer [Mon, 26 May 2003 09:49:36 +0000 (02:49 -0700)]
[PATCH] don't call 68328 specific int setup (in 68VZ328)

No longer need to call the 68328 specific int setup. Now all
done by the common 68328 int handler code.

22 years ago[PATCH] don't call 68328 specific int setup
Greg Ungerer [Mon, 26 May 2003 09:49:22 +0000 (02:49 -0700)]
[PATCH] don't call 68328 specific int setup

No longer need to call the hardware specific int setup.

This is now done in the common int handler for 68328
sub-architecture.

22 years ago[PATCH] make common m68knommu/68328 specific ints.c
Greg Ungerer [Mon, 26 May 2003 09:49:03 +0000 (02:49 -0700)]
[PATCH] make common m68knommu/68328 specific ints.c

Modify the m68knommu/68328 specific ints.c to be the general ints
handler when building for this sub-architecture. It is just simpler to
have one for each sub-architecture (which means we currently need 3
for the 3 prominant m68knommu families). Each can handle the hardware
setup differences, and there is a few at this level. This doesn't
really add much code overall, since 2 of the 3 m68knommu architectures
already had significant specific int handling code.

22 years ago[PATCH] configure boot params for m68knommu
Greg Ungerer [Mon, 26 May 2003 09:48:44 +0000 (02:48 -0700)]
[PATCH] configure boot params for m68knommu

Add a config entry for defining static boot parameters
for m68knommu architecture.

22 years ago[PATCH] kill lvm from compat_ioctl.h
Andries E. Brouwer [Mon, 26 May 2003 09:47:44 +0000 (02:47 -0700)]
[PATCH] kill lvm from compat_ioctl.h

CONFIG_BLK_DEV_LVM is gone, but there is still some associated code.
This is the include/linux/compat_ioctl.h part.

22 years ago[PATCH] kill ide-geometry
Andries E. Brouwer [Mon, 26 May 2003 09:46:05 +0000 (02:46 -0700)]
[PATCH] kill ide-geometry

I consider myself the maintainer of this code, created the file,
want to destroy it again. It is unused and incorrect today.

22 years ago[PATCH] some typos
Andries E. Brouwer [Mon, 26 May 2003 09:45:54 +0000 (02:45 -0700)]
[PATCH] some typos

22 years ago[PATCH] kill lvm from x86_64
Andries E. Brouwer [Mon, 26 May 2003 09:45:43 +0000 (02:45 -0700)]
[PATCH] kill lvm from x86_64

CONFIG_BLK_DEV_LVM is gone, but there is still some associated code.
This is the x86_64 part.

22 years ago[PATCH] kill lvm from parisc
Andries E. Brouwer [Mon, 26 May 2003 09:45:33 +0000 (02:45 -0700)]
[PATCH] kill lvm from parisc

CONFIG_BLK_DEV_LVM is gone, but there is still some associated code.
This is the parisc part.

22 years ago[PATCH] s390: network device drivers.
Martin Schwidefsky [Mon, 26 May 2003 06:35:45 +0000 (23:35 -0700)]
[PATCH] s390: network device drivers.

s390 network device driver fixes:
 - Make use of SET_MODULE_OWNER.
 - Fix ctc interrupt handler.

22 years ago[PATCH] s390: tape device driver.
Martin Schwidefsky [Mon, 26 May 2003 06:35:34 +0000 (23:35 -0700)]
[PATCH] s390: tape device driver.

Bug fixes for the s390 tape device driver:
 - Remove tapechar_init() from mem.c. It is called via module_init anyway.
 - Remove unnecessary #include <version.h>
 - Make tape_block compile. Add fixme.
 - Export symbols needed by tape discipline drivers.

22 years ago[PATCH] s390: console device drivers.
Martin Schwidefsky [Mon, 26 May 2003 06:35:25 +0000 (23:35 -0700)]
[PATCH] s390: console device drivers.

s390 console driver fixes:
 - Register console ttys via module_init. Remove sclp_tty_init and
   tty3215_init from tty_io.c
 - con3215: use set_current_state.
 - sclp: Fix race condition in sclp interrupt handler. Fix deadlock on
   sclp_conbuf_lock for certain error conditions.

22 years ago[PATCH] s390: block device drivers.
Martin Schwidefsky [Mon, 26 May 2003 06:35:14 +0000 (23:35 -0700)]
[PATCH] s390: block device drivers.

s390 block device driver fixes:
 - dasd: Don't continue on error in dasd_increase_state. Use hex_ascii view
         for the dasd debug area. Fix typo.
 - xpram: Fix setup of devfs_name.

22 years ago[PATCH] s390: 31 bit compat.
Martin Schwidefsky [Mon, 26 May 2003 06:35:05 +0000 (23:35 -0700)]
[PATCH] s390: 31 bit compat.

s390 32 bit compatability fixes:
 - Fix compat entries in the system call table.
 - Update to new compat_ioctl mechanism.
 - Define compat_alloc_user_space.

22 years ago[PATCH] s390: module count.
Martin Schwidefsky [Mon, 26 May 2003 06:34:54 +0000 (23:34 -0700)]
[PATCH] s390: module count.

Remove unnecessary MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT pairs.

22 years ago[PATCH] s390: steal lock support.
Martin Schwidefsky [Mon, 26 May 2003 06:34:45 +0000 (23:34 -0700)]
[PATCH] s390: steal lock support.

cio: Add code to break a reservation of a device (steal lock).

22 years ago[PATCH] s390: module alias support.
Martin Schwidefsky [Mon, 26 May 2003 06:34:34 +0000 (23:34 -0700)]
[PATCH] s390: module alias support.

Add module alias support for ccw devices.

22 years ago[PATCH] s390: inline assemblies.
Martin Schwidefsky [Mon, 26 May 2003 06:34:24 +0000 (23:34 -0700)]
[PATCH] s390: inline assemblies.

Optimize s390 inline assemblies.

22 years ago[PATCH] s390: arch fixes.
Martin Schwidefsky [Mon, 26 May 2003 06:34:15 +0000 (23:34 -0700)]
[PATCH] s390: arch fixes.

Base s390 bug fixes:
 - arch: Do create_proc_entry for debug feature outside spin locked code.
 - arch: Fix system call tracing for 64 bit kernels.
 - arch: Export empty_zero_page for use in binfmt_elf32 module.
 - arch: Fix call trace output and remove dead remote-debug code.
 - arch: Correct OUTPUT_ARCH for 64 bit compiles.
 - arch: Fix in_atomic.
 - arch: Fix broken _PAGE_INVALID_xxx definitions.
 - arch: Add __kernel_old_dev_t for 64 bit.
 - arch: adapt to new do_fork interface.
 - arch: set CR5 to get program checks for space switching instructions.
 - cio: Fix /proc output of blacklist ranges.
 - cio: Restructure chsc to avoid GFP_KERNEL allocation while holding a lock.
 - cio: Fix wait_cons_dev.
 - qdio: use GFP_ATOMIC for memory allocations in interrupt.

22 years agoWe need <linux/highmem.h> for PKMAP_BASE
Linus Torvalds [Mon, 26 May 2003 05:57:53 +0000 (22:57 -0700)]
We need <linux/highmem.h> for PKMAP_BASE

22 years ago[PATCH] Probe legacy IDE chipsets in ide_init() instead of in ide_setup()
Bartlomiej Zolnierkiewicz [Mon, 26 May 2003 05:56:35 +0000 (22:56 -0700)]
[PATCH] Probe legacy IDE chipsets in ide_init() instead of in ide_setup()

Legacy here means pdc4030, ali14xx, umc8672, dtc2278, ht6560b and qd65xx.
They cannot be probed and initialized at a boot parameters' parsing time,
because probing code depends on not yet ready kernel subsystems.

This change also fixes boot parameters' ordering issue, fe. you could
pass "ide0=dtc2278 ide0=noautotune" and "noautotune" was catched too late.

22 years ago[PATCH] IDE: fix "biostimings" and legacy chipsets' boot parameters interaction
Bartlomiej Zolnierkiewicz [Mon, 26 May 2003 05:56:26 +0000 (22:56 -0700)]
[PATCH] IDE: fix "biostimings" and legacy chipsets' boot parameters interaction

"biostimings" cannot be hardcoded to -19, make it -8.
Code in ide_setup() assumes that everything <= -11 is a legacy
chipset name, so fe. "ide0=ali14xx ide0=biostimings" will fail
while "ide0=biostimings ide0=ali14xx" will be okay.

22 years ago[PATCH] signal latency improvement
Ingo Molnar [Mon, 26 May 2003 03:08:12 +0000 (20:08 -0700)]
[PATCH] signal latency improvement

This further optimizes the 'kick wakeup' scheduler feature:

 - do not kick any CPU on UP

 - no need to mark the target task for reschedule - it's enough to send an
   interrupt to that CPU, that will initiate a signal processing pass.

22 years ago[PATCH] drivers/* strlcpy conversions
Ben Collins [Mon, 26 May 2003 02:58:37 +0000 (19:58 -0700)]
[PATCH] drivers/* strlcpy conversions

Well, this is it for me and strlcpy. I'll leave the rest of the
non-obvious usages of strncpy to the kernel janitors. Seems like quite a
few uses really wanted memcpy instead, but I don't have time to
investigate them all. It does appear that nearly all strncpy's will be
removable. Obsoleting strncpy will probably atleast make the remaining
few think about how they are using it.

This is the patch for my trip through drivers/*.

22 years ago[PATCH] remove crt0_rom.S from m68knommu DragonEngine2 target
Greg Ungerer [Mon, 26 May 2003 02:46:27 +0000 (19:46 -0700)]
[PATCH] remove crt0_rom.S from m68knommu DragonEngine2 target

Remove crt0_rom.S from m68knommu DragonEngine2 target config.

It is no longer required.

22 years ago[PATCH] single start file for m68knommu DragonEngine2 target
Greg Ungerer [Mon, 26 May 2003 02:46:17 +0000 (19:46 -0700)]
[PATCH] single start file for m68knommu DragonEngine2 target

Start code for m68knommu DragonEngine2 target is now all in crt0_ram.S.

This patch moves all the code into this one file.

22 years ago[PATCH] remove crt0_himem.S from m68knommu DragonEngine2 target
Greg Ungerer [Mon, 26 May 2003 02:46:07 +0000 (19:46 -0700)]
[PATCH] remove crt0_himem.S from m68knommu DragonEngine2 target

Remove crt0_himem.S from m68knommu DragenEngine2 config.

It is no longer required.

22 years ago[PATCH] fix m68knommu DragonEngine2 target setup code
Greg Ungerer [Mon, 26 May 2003 02:45:57 +0000 (19:45 -0700)]
[PATCH] fix m68knommu DragonEngine2 target setup code

Numerous fixes for the m68knommu DragonEngine2 setup code.

It was out of date relative to more recent kernels.  Original patches
from Georges Menie.

22 years ago[PATCH] remove crt0_fixed.S from m68knommu DragonEngine2 target
Greg Ungerer [Mon, 26 May 2003 02:45:47 +0000 (19:45 -0700)]
[PATCH] remove crt0_fixed.S from m68knommu DragonEngine2 target

Remove crt0_fixed.S from m68knommu DragonEngine2 setup.
No longer required.

22 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Sun, 25 May 2003 15:17:28 +0000 (08:17 -0700)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge bk://kernel.bkbits.net/jgarzik/net-drivers-2.5
Linus Torvalds [Sun, 25 May 2003 15:13:42 +0000 (08:13 -0700)]
Merge bk://kernel.bkbits.net/jgarzik/net-drivers-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[netdrvr tulip] fix bogus merges
Jeff Garzik [Sun, 25 May 2003 20:48:47 +0000 (16:48 -0400)]
[netdrvr tulip] fix bogus merges

22 years ago[netdrvr bonding] minor merge/kbuild fixes
Jeff Garzik [Sun, 25 May 2003 20:47:13 +0000 (16:47 -0400)]
[netdrvr bonding] minor merge/kbuild fixes

22 years ago[netdrvr bonding] add 802.3ad support
Jeff Garzik [Sun, 25 May 2003 20:37:45 +0000 (16:37 -0400)]
[netdrvr bonding] add 802.3ad support

Contributed by Intel, with updates by
Jay Vosburgh @ IBM (bonding maintainer)

22 years ago[PATCH] wireless pcmcia updates
Christoph Hellwig [Sun, 25 May 2003 19:24:25 +0000 (15:24 -0400)]
[PATCH] wireless pcmcia updates

the same patch stil applies..

22 years ago[PATCH] au1000 init cleanups.
Dave Jones [Sun, 25 May 2003 19:23:59 +0000 (15:23 -0400)]
[PATCH] au1000 init cleanups.

Not sure if I incorporated all your feedback on this one last time.
Bug me if not...

22 years ago[PATCH] hamachi PCI DMA fix from 2.4
Dave Jones [Sun, 25 May 2003 19:23:27 +0000 (15:23 -0400)]
[PATCH] hamachi PCI DMA fix from 2.4

Maintainer fix that went into 2.4 last August with the comments
"Get hamachi net driver RX working again.
 Apparently the PCI DMA conversion still has a bug or two left in it..."

22 years ago[PATCH] 3c505 printk levels.
Dave Jones [Sun, 25 May 2003 19:23:04 +0000 (15:23 -0400)]
[PATCH] 3c505 printk levels.

22 years ago[PATCH] xircom init cleanups
Dave Jones [Sun, 25 May 2003 19:22:40 +0000 (15:22 -0400)]
[PATCH] xircom init cleanups

22 years ago[PATCH] fix tlan 64bit check
Dave Jones [Sun, 25 May 2003 19:22:14 +0000 (15:22 -0400)]
[PATCH] fix tlan 64bit check

22 years ago[PATCH] Age old cs89x0 register define 'fixes' ?
Dave Jones [Sun, 25 May 2003 19:21:50 +0000 (15:21 -0400)]
[PATCH] Age old cs89x0 register define 'fixes' ?

Remember these? There never was an outcome as to whether or
not their doing the right thing.  Any complaints from this being
in 2.4 for nearly a year ?

22 years ago[PATCH] Nuke stale comment from bmac
Dave Jones [Sun, 25 May 2003 19:21:24 +0000 (15:21 -0400)]
[PATCH] Nuke stale comment from bmac

Leftovers from before we used memset to clear the struct.

22 years ago[netdvr tulip] nuke stale defines
Jeff Garzik [Sun, 25 May 2003 19:16:05 +0000 (15:16 -0400)]
[netdvr tulip] nuke stale defines

Noticed (indirectly) by davej

22 years ago[PATCH] FEC driver updates to support the ColdFire 5282 CPU (header)
Greg Ungerer [Sun, 25 May 2003 15:11:26 +0000 (08:11 -0700)]
[PATCH] FEC driver updates to support the ColdFire 5282 CPU (header)

For reasons only Motorola will ever know they decided to use a
substantially different register layout for the FEC ethernet device on
the 5282 ColdFire silicon.  This defines an appropriate access structure
for it.

22 years ago[PATCH] allow FEC driver config to be used with ColdFire 5282
Greg Ungerer [Sun, 25 May 2003 15:11:01 +0000 (08:11 -0700)]
[PATCH] allow FEC driver config to be used with ColdFire 5282

The ColdFire 5282 CPU also uses the Motorla FEC ethernet core, allow if
to be selected for that config.

22 years ago[PATCH] ColdFire serial driver support for 5282 ColdFire
Greg Ungerer [Sun, 25 May 2003 15:10:41 +0000 (08:10 -0700)]
[PATCH] ColdFire serial driver support for 5282 ColdFire

This adds support for the ColdFire 5282 to the ColdFire serial driver.

Only a few small changes, notably the interrupt setup is a little
different.  Also removed some dead code.

22 years ago[PATCH] add support for 5282 ColdFire to the ColdFire serial header
Greg Ungerer [Sun, 25 May 2003 15:10:30 +0000 (08:10 -0700)]
[PATCH] add support for 5282 ColdFire to the ColdFire serial header

Add support for the 5282 ColdFire to the common ColdFire serial
driver header. Also added the additional registers of the 5272,
they are used to setup a more accurate baud rate timers

22 years ago[PATCH] rework timer code used for different m68knommu/ColdFire CPU's
Greg Ungerer [Sun, 25 May 2003 15:10:19 +0000 (08:10 -0700)]
[PATCH] rework timer code used for different m68knommu/ColdFire CPU's

Rework the m68knommu/ColdFire/5307 Makefile to build the correct
timer code for each of the different ColdFire CPU types.

22 years ago[PATCH] OProfile: fix d_path() usage
John Levon [Sun, 25 May 2003 14:43:05 +0000 (07:43 -0700)]
[PATCH] OProfile: fix d_path() usage

d_path() can return -ENAMETOOLONG these days. Pass it upstream.

22 years ago[PATCH] OProfile: fix stale comment
John Levon [Sun, 25 May 2003 14:42:54 +0000 (07:42 -0700)]
[PATCH] OProfile: fix stale comment

22 years ago[PATCH] OProfile: timer usage override
John Levon [Sun, 25 May 2003 14:42:45 +0000 (07:42 -0700)]
[PATCH] OProfile: timer usage override

A patch mostly by Will Cohen, adding a parameter to OProfile to
over-ride use of the perfctr hardware. Useful for testing and
a host of other things.

22 years ago[PATCH] OProfile: minimize sample error
John Levon [Sun, 25 May 2003 14:42:35 +0000 (07:42 -0700)]
[PATCH] OProfile: minimize sample error

The code that attempts to reset last_task and in_kernel has a race
against samples appearing during the handling of the buffers, that
causes a small number of mis-attribution of samples. Closing the
window is non-obvious, and not worth it, so we just make it smaller.
Even without the patch, there seem to be few such "bad" samples
because its effects are mitigated on a switch into userspace or
a task switch.

22 years ago[PATCH] OProfile: flush work queue on shutdown
John Levon [Sun, 25 May 2003 14:42:27 +0000 (07:42 -0700)]
[PATCH] OProfile: flush work queue on shutdown

My previous fix was incomplete, we could get the same thing happening
on the init-failure path. Fix that.

22 years ago[PATCH] add pit timer for m68knommu/5282 CPU support
Greg Ungerer [Sun, 25 May 2003 14:37:05 +0000 (07:37 -0700)]
[PATCH] add pit timer for m68knommu/5282 CPU support

This code supports the PIT timer of the 5282 ColdFire.

This new timer device is completely different to the previous ColdFire
timer device.

22 years ago[PATCH] create header support for the ColdFire 5282 PIT timer
Greg Ungerer [Sun, 25 May 2003 14:36:55 +0000 (07:36 -0700)]
[PATCH] create header support for the ColdFire 5282 PIT timer

Create a header file to support the PIT timer of the ColdFire 5282 CPU.
This timer is completely different to all previous ColdFire timers.

22 years ago[PATCH] add support for the DMA of the ColdFire 5282
Greg Ungerer [Sun, 25 May 2003 14:36:45 +0000 (07:36 -0700)]
[PATCH] add support for the DMA of the ColdFire 5282

Add DMA base addresses for the ColdFire 5282 CPU.

22 years ago[PATCH] include SIM header for ColdFire 5282
Greg Ungerer [Sun, 25 May 2003 14:36:35 +0000 (07:36 -0700)]
[PATCH] include SIM header for ColdFire 5282

Modify the common SIM header for all ColdFire CPU's to incldue the
new 5282 ColdFire defines.

22 years ago[PATCH] create SIM header definitions for ColdFire 5282
Greg Ungerer [Sun, 25 May 2003 14:36:24 +0000 (07:36 -0700)]
[PATCH] create SIM header definitions for ColdFire 5282

Create header definitions file to support the ColdFire 5282 CPU.
Unfortunately its register layout and setup is quite different
to previous ColdFire CPU family members.

22 years ago[PATCH] add m68knommu/5282 start up code
Greg Ungerer [Sun, 25 May 2003 14:10:06 +0000 (07:10 -0700)]
[PATCH] add m68knommu/5282 start up code

Start up code for the M5282C3 Motorola ColdFire 5282 evaluation board.

New architecture and board for the m68knommu architecture branch, though
it is not very different to most existing ColdFire eval boards.

22 years ago[PATCH] add m68knommu/5282 config init code
Greg Ungerer [Sun, 25 May 2003 14:09:55 +0000 (07:09 -0700)]
[PATCH] add m68knommu/5282 config init code

This creates specific ColdFire/5282 configuration initialization.

22 years ago[PATCH] add m68knommu/5282 specific Makefile
Greg Ungerer [Sun, 25 May 2003 14:09:45 +0000 (07:09 -0700)]
[PATCH] add m68knommu/5282 specific Makefile

22 years ago[PATCH] moew ColdFire 5282 support
Greg Ungerer [Sun, 25 May 2003 14:09:36 +0000 (07:09 -0700)]
[PATCH] moew ColdFire 5282 support

Add ColdFire 5282 support to common ColdFire header file.

22 years ago[PATCH] m68knommu: add ColdFire 5282 support setup
Greg Ungerer [Sun, 25 May 2003 14:03:23 +0000 (07:03 -0700)]
[PATCH] m68knommu: add ColdFire 5282 support setup

22 years agoMerge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
David S. Miller [Sun, 25 May 2003 13:39:33 +0000 (06:39 -0700)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
into kernel.bkbits.net:/home/davem/net-2.5

22 years ago[PATCH] m68knommu: ColdFire 5282 support Makefile changes
Greg Ungerer [Sun, 25 May 2003 13:35:15 +0000 (06:35 -0700)]
[PATCH] m68knommu: ColdFire 5282 support Makefile changes

22 years ago[PATCH] m68knommu: add configuration options for ColdFire 5282 support
Greg Ungerer [Sun, 25 May 2003 13:35:05 +0000 (06:35 -0700)]
[PATCH] m68knommu: add configuration options for ColdFire 5282 support

22 years ago[PATCH] m68knommu/5206 check timer irq pending
Greg Ungerer [Sun, 25 May 2003 13:34:55 +0000 (06:34 -0700)]
[PATCH] m68knommu/5206 check timer irq pending

Add a function to allow checking if the timer interrupt is pending for
the m68knommu/5206 CPU.  This is used by the architecture timer code for
microsecond accurate time calculations.

22 years ago[PATCH] m68knommu/5249 check timer irq pending
Greg Ungerer [Sun, 25 May 2003 13:34:46 +0000 (06:34 -0700)]
[PATCH] m68knommu/5249 check timer irq pending

Add a function to allow checking if the timer interrupt is pending for
the m68knommu/5249 CPU.  This is used by the architecture timer code for
microsecond accurate time calculations.

22 years ago[PATCH] m68knommu/5206e check timer irq pending
Greg Ungerer [Sun, 25 May 2003 13:34:37 +0000 (06:34 -0700)]
[PATCH] m68knommu/5206e check timer irq pending

Add a function to allow checking if the timer interrupt is pending for
the m68knommu/5206e CPU.  This is used by the architecture timer code
for microsecond accurate time calculations.

22 years ago[PATCH] arch/* strlcpy conversion
Ben Collins [Sun, 25 May 2003 13:32:08 +0000 (06:32 -0700)]
[PATCH] arch/* strlcpy conversion

Obvious strlcpy conversions in arch/*. In fact, mips and mips64 had an
actual bug in sys_sysmips(). Confirmed with Keith Wesolowski.

22 years ago[FUTEX]: Fix kernel/futex.c warning on 64-bit.
David S. Miller [Sun, 25 May 2003 13:31:21 +0000 (06:31 -0700)]
[FUTEX]: Fix kernel/futex.c warning on 64-bit.

22 years ago[FUTEX]: Fix kernel/compat.c after requeueing futex changes.
David S. Miller [Sun, 25 May 2003 13:30:35 +0000 (06:30 -0700)]
[FUTEX]: Fix kernel/compat.c after requeueing futex changes.

22 years ago[BRIDGE]: Deal with non-linear SKBs in ebtables.
Bart De Schuymer [Sun, 25 May 2003 13:11:11 +0000 (06:11 -0700)]
[BRIDGE]: Deal with non-linear SKBs in ebtables.

22 years ago[XFRM_USER]: Add XFRM_MSG_UPDPOLICY, analogue of SADB_X_SPDUPDATE.
Herbert Xu [Sun, 25 May 2003 13:06:41 +0000 (06:06 -0700)]
[XFRM_USER]: Add XFRM_MSG_UPDPOLICY, analogue of SADB_X_SPDUPDATE.

22 years ago[XFRM_USER]: Wrong use of RTM_BASE.
Krishna Kumar [Sun, 25 May 2003 12:46:42 +0000 (05:46 -0700)]
[XFRM_USER]: Wrong use of RTM_BASE.

22 years ago[IPV6]: Convert /proc/net/tcp6 to seq_file.
Hideaki Yoshifuji [Sun, 25 May 2003 12:44:01 +0000 (05:44 -0700)]
[IPV6]: Convert /proc/net/tcp6 to seq_file.

22 years ago[IPV4/6]: Common TCP procfs infrastructure.
Hideaki Yoshifuji [Sun, 25 May 2003 12:43:02 +0000 (05:43 -0700)]
[IPV4/6]: Common TCP procfs infrastructure.

22 years ago[IPV6]: Convert /proc/net/udp6 to seq_file.
Hideaki Yoshifuji [Sun, 25 May 2003 12:41:37 +0000 (05:41 -0700)]
[IPV6]: Convert /proc/net/udp6 to seq_file.