- 07 Apr, 2003 4 commits
-
-
Christopher Hoover authored
Patch from Christopher Hoover This patch allows for larger flash parts (and keeps the kernel from crashing on these) and changes the partitioning on BadgePAD 4.
-
Christopher Hoover authored
Patch from Christopher Hoover
-
Christopher Hoover authored
Patch from Christopher Hoover This patch enables the second serial port on the BadgePAD 4, when the port is opened.
-
Christopher Hoover authored
Patch from Christopher Hoover
-
- 26 Mar, 2003 16 commits
-
-
Ian Molton authored
Patch from Ian Molton see subject.
-
Nicolas Pitre authored
Patch from Nicolas Pitre
-
Nicolas Pitre authored
it Patch from Nicolas Pitre This requires the definition of PLD added to assembler.h in patch #1363/1.
-
Nicolas Pitre authored
Patch from Nicolas Pitre This should replace patch #1441/1. This is about 20% faster than the original code, and a few percent faster than previous patch. Tried to add plds to the clear_user_page but it was of no benefit.
-
Nicolas Pitre authored
Patch from Nicolas Pitre This improves on what I did with patch #1362/1 by adding preloads for architectures that support it. On an XScale PXA255 this provides a 20% performance gain. Tested with all combinations of sizes and alignments.
-
Russell King authored
-
Russell King authored
-
Russell King authored
- don't report PCI aborts during config cycles as errors. - don't scan the pci buses if we receive a master abort. - setup error handlers earlier.
-
Russell King authored
Fix potential oops if kmalloc returns NULL. Really return an error when out of memory.
-
Russell King authored
-
Russell King authored
This cset updates cyber2000fb (used on NetWinders) to the new fbcon API, and adds cfbfillrect, cfbcopyarea and cfbimgblt objects when building cyber2000fb.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
The ARM do_div() implementation was rather lax in that it only performed a 32-bit divide. This cset fixes this oversight by providing a 64-bit by 32-bit division in asm. This is necessary for posix-timers to function correctly.
-
- 25 Mar, 2003 1 commit
-
-
Russell King authored
-
- 24 Mar, 2003 19 commits
-
-
bk://are.twiddle.net/axp-2.5/Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Ivan Kokshaysky authored
Fix more annoying compile problems due to wrong types for comparing jiffies. This patch applies to alpha arch. From Thomas Weyergraf. Ivan.
-
Ivan Kokshaysky authored
-
Ivan Kokshaysky authored
- Check for parent PCI bus instead of bridge device to break the look in common_swizzle(). Functionally it's the same, but it's cleaner for PC-style host bridges (nautiluses). - Generic PCI setup changes finally went in (thanks to rmk), so that FIXME in common_init_pci() can go. Ivan.
-
Ivan Kokshaysky authored
-
Ivan Kokshaysky authored
It's possible to squeeze more bits out of lower half of pte, but 32 seem to be a plenty... Ivan.
-
Richard Henderson authored
into are.twiddle.net:/home/rth/BK/axp-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.5
-
Greg Kroah-Hartman authored
This is needed as we are still not using the driver core model for matching up devices to drivers, but doing it by hand. Once that is changed, this will not be needed.
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
-
Dave Jones authored
Still pretty ugly debug macro, but this at least makes it do the right thing when used in if/else blocks Fix from Joe Perches <joe@perches.com>
-
Dave Jones authored
-
Davide Libenzi authored
This patch adds selectable EdgeTriggered/LevelTriggered behaviour to epoll. It has been widely discussed on lkml about two weeks ago and everyone very welcome the change. It has been even more widely discussed through private emails with application developers, that do not feel confortable posting on lkml. The great value of the patch is that selecting the LT behaviour, applications using poll/select can be ported very easily to epoll, making existing apps to benefit from epoll scalability with very short ETA's. The API remains the same with the addition of a EPOLLET event flag that sets the LT/ET behaviour for that fd.
-
Christoph Hellwig authored
Many usb drivers use the usb_devfs_handle variable instead of just adding the usb/ prefix directly to their devfs_register calls. Fix that and make usb_devfs_handle static and unexported.
-
Christoph Hellwig authored
.. by moving a bunch of devfs-related code from fs/partition/check.c to fs/devfs/base.c. Also has the nice sideffect of getting rid of a bunch of ugly ifdefs. [This is the new and improved, rediffed, applying and compilable version. In short it's perfect]
-
Andrew Morton authored
From: Nikita Danilov, Maneesh Soni d_lookup() is forgetting to release the lock when the rename race happens.
-
Linus Torvalds authored
by having a cast followed by an initializer. It seems even gcc can't do it right anyway in some versions (as reported by Jens Axboe).
-
Linus Torvalds authored
-