- 07 Oct, 2003 24 commits
-
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Chen Yang authored
I have tested these patches and can atteste that they work. - rwhron@earthlink.net: include cleanup of fs/intermezzo - kdw@neowiz.com: memory leakage problem,race condition report - Domen Puncer: Use list_for_each() where applicable - Chen Yang: include file modification for more platforms to compile intermezzo fix an oops problem
-
Julian Anastasov authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
David S. Miller authored
-
Petr Vandrovec authored
-
Andi Kleen authored
Don't overwrite FPU state unconditionally in init_fpu. The child == current check is probably not needed, it's just paranoia.
-
Jan Kara authored
This should fix a problem with used-bytes counter overflow in old quota format.
-
Gerd Knorr authored
This pdates the saa7134 driver. It depends on the videobuf patch. Changes: * add support for mplex mpeg2 encoder cards (new saa6752hs module). * tv card list updates. * adapt to videobuf changes. * better sysfs support.
-
Luiz Capitulino authored
-
Gerd Knorr authored
This adapts the saa7146 driver to the videobuf changes
-
Gerd Knorr authored
This updates the bttv driver. It depends on the videobuf patch. * usual tv card list updates. * sysfs adaptions. * new, experimental i2c adapter code for bt878 chips (not used by default yet). * various minor fixes.
-
Gerd Knorr authored
This updates the videobuf module used by the bttv, saa7134 and saa7146 drivers. Changes: * adds support for overlays (i.e. PCI-PCI DMA transfers). * adds support for userspace DMA. * fixes bug in the read() helper function (catch I/O errors).
-
Andrew Morton authored
From: Roland Turner <roland@redhat.com> Fixes a BUG which occurs when an ia64 application tries to dump core.
-
Roland McGrath authored
This field is used nowhere; I had it commented out in my "make allyesconfig" build and nothing complained.
-
Herbert Xu authored
-
Vinay K. Nallamothu authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
Julian Anastasov authored
-
Jan Oravec authored
-
- 06 Oct, 2003 16 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Eric Brower authored
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Bjorn Helgaas authored
Patch from Bjorn Helgaas. Lastest changes in 8250_acpi.c produce warnings about type mismatch in printk.
-
Andi Kleen authored
Reuses the i386 cpufreq code and add an notifier to the x86-64 timer code to track frequency changes. All previous criticism of earlier patches should be addressed: - it doesn't touch i386 now - Doesn't include the ACPI P states driver anymore following brodo's request. Also fix a typo in the last version.
-
Andi Kleen authored
This fixes CONFIG_UID16 problems on x86-64 as discussed earlier. CONFIG_UID16 now only selects the inclusion of kernel/uid16.c, all conversions are triggered dynamically based on type sizes. This allows x86-64 to both include uid16.c for emulation purposes, but not truncate uids to 16bit in sys_newstat. - Replace the old macros from linux/highuid.h with new SET_UID/SET_GID macros that do type checking. Based on Linus' proposal. - Fix everybody to use them. - Clean up some cruft in the x86-64 32bit emulation allowed by this (other 32bit emulations could be cleaned too, but I'm too lazy for that right now) - Add one missing EOVERFLOW check in x86-64 32bit sys_newstat while I was at it.
-
John Levon authored
Needs a forward declaration of struct pt_regs
-
Hirofumi Ogawa authored
Current match_token recognize "foo=" as "foo=%s". So this change the nul string does not recognize as "%s".
-