An error occurred fetching the project authors.
- 06 Oct, 2002 1 commit
-
-
Alan Cox authored
This stands alone from UCLinux and is independent of whether it ever merges with the mainstream. Its rather handy for getting an entire oops onto a PDA screen
-
- 02 Sep, 2002 1 commit
-
-
Kai Germaschewski authored
Fix various Makefiles to really list the objects which use EXPORT_SYMBOL. Patch by "Lightweight Patch Manager".
-
- 15 Aug, 2002 1 commit
-
-
Sam Ravnborg authored
- Suggested by David Miller to avoid a race with make -j Furthermore cleaned up a little in scripts/Makefile - Use $(obj) - Added a few comments
-
- 02 Aug, 2002 1 commit
-
-
James Simmons authored
-
- 27 Jul, 2002 1 commit
-
-
James Simmons authored
-
- 23 Jul, 2002 1 commit
-
-
James Simmons authored
-
- 12 Jul, 2002 1 commit
-
-
James Simmons authored
-
- 28 Jun, 2002 1 commit
-
-
James Simmons authored
Removed fbcon-vga.c and the old fbgen code. Ported over the SgiVW, OpenFirmware fbdev driver and started the Mach64 fbdev driver to the new api. A few simple typos as well.
-
- 26 Jun, 2002 1 commit
-
-
James Simmons authored
-
- 24 Jun, 2002 1 commit
-
-
James Simmons authored
-
- 20 Jun, 2002 1 commit
-
-
James Simmons authored
Finally touchs to the New mac framebuffer driver. Started the port of the ATI 128 driver to the new api. A few small optimizations and a bug fix for SUN 12x22 fonts with the new accel code.
-
- 17 Jun, 2002 1 commit
-
-
Kai Germaschewski authored
For separate source and object directories, Rules.make needs to know where the files live. For all the normal variables, $(obj-[ymn]) etc, it can figure that out by itself, but for explicit rules to generate files it needs help. So there $(obj)/target.o indicates that this file lives in the object directory, as opposed to $(src)/target.c, which lives in the source dir. For now $(obj) = $(src) = ., but convert some Makefiles to it already.
-
- 14 Jun, 2002 1 commit
-
-
James Simmons authored
Removal of nonexistant iplan16 support. Compile fix for aty128fb driver. Proper handling of PCI private data for fbdev drivers.
-
- 13 Jun, 2002 1 commit
-
-
James Simmons authored
Added help for the Toshbia and Permedia3 framebuffer devices. Small fixes for the ATI 128 card and the logo drawing code in fbcon.c. Proper handling of data for pci handling.
-
- 10 Jun, 2002 1 commit
-
-
Kai Germaschewski authored
mod-subdirs was used to list directories that we needed to descend into during 'make modules' even though they were listed in subdir-y (not -m). Since we now only do one pass for modules and built-in, it's not necessary anymore and can go away.
-
- 06 Jun, 2002 1 commit
-
-
Kai Germaschewski authored
At a couple of places, we need to build programs which run on the compile host during building the kernel. Add a new variable "host-progs" to declare such programs. Rules.make will automatically provide rules to compile these programs with appropriate command lines etc. Compared to having explicit rules spread around for doing so, this has the following advantages: o shorter o automatically figures out dependencies and handles changing command lines o Nicer output in quiet mode ;-) Compiling host programs from multiple sources is also possible, analogous to multi-part objects. E.g. scripts/Makefile has host-progs := tkparse tkparse-objs := tkparse.o tkcond.o tkgen.o
-
- 04 Jun, 2002 2 commits
-
-
James Simmons authored
-
James Simmons authored
Ported over the TX3912 framebuffer to the new api. Fixed a NODEV error for the Permedia framebuffer driver and patched fbcmap.c to prevent another Oops.
-
- 03 Jun, 2002 2 commits
-
-
James Simmons authored
A few small fixes from porting it over to the new api. ALso a few more drivers from the MIPS platform ported over.
-
James Simmons authored
-
- 31 May, 2002 1 commit
-
-
James Simmons authored
Ported over the apollo framebuffer device. Updated the Permedia 2 fbdev driver to the latest code. Small bug fix for the NeoMagic driver. .
-
- 30 May, 2002 1 commit
-
-
James Simmons authored
-
- 29 May, 2002 1 commit
-
-
James Simmons authored
-
- 28 May, 2002 2 commits
-
-
Kai Germaschewski authored
We currently decide whether we need to descend into the subdirs of drivers/ in drivers/Makefile, but link the resulting objects from the top-level Makefile. Making these two decisions at the same time (in drivers/Makefile) cleans up the top-level Makefile quite a bit. Link order does not change at all apart from sound/, which is now linked last.
-
James Simmons authored
-
- 23 May, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 21 May, 2002 2 commits
-
-
James Simmons authored
-
James Simmons authored
-
- 16 May, 2002 1 commit
-
-
James Simmons authored
-
- 03 May, 2002 1 commit
-
-
James Simmons authored
-
- 01 May, 2002 1 commit
-
-
James Simmons authored
-
- 29 Apr, 2002 2 commits
-
-
Kai Germaschewski authored
fbgen.o was changed to explicitly export symbols but not added to export-objs.
-
James Simmons authored
-
- 13 Mar, 2002 1 commit
-
-
Russell King authored
- cyber2000fb - sa1100fb Add new ARM video drivers: - anakinfb - clps711xfb
-
- 05 Feb, 2002 6 commits
-
-
Linus Torvalds authored
- Patrick Mochel: initcall levels - Patrick Mochel: devicefs updates, add PCI devices into the hierarchy - Denis Oliver Kropp: neomagic fb driver - David Miller: sparc64 and network updates - Kai Mäkisara: scsi tape update - Al Viro: more inode trimming, VFS cleanup - Greg KH: USB update - proper urb allocations - Eric Raymond: kdev_t updates for fb devices
-
Linus Torvalds authored
- Alan Cox: more merging - Alexander Viro: block device module race fixes - Richard Henderson: mmap for 32-bit alpha personality - Jeff Garzik: 8139 and natsemi update
-
Linus Torvalds authored
- Alan Cox: continued merging - Mingming Cao: make msgrcv/shmat check the queue/segment ID's properly - Greg KH: USB serial init failure fix, Xircom serial converter driver - Neil Brown: nsfd/raid/md/lockd cleanups - Ingo Molnar: multipath RAID personality, raid xor update - Hugh Dickins/Marcelo Tosatti: swapin read-ahead race fix - Vojtech Pavlik: fix up some of the infrastructure for x86-64 - Robert Love: AMD 761 AGP GART support - Jens Axboe: fix SCSI-generic queue handling race - me: be sane about page reference bits
-
Linus Torvalds authored
- David Mosberger: IA64 update - Geert Uytterhoeven: cleanup, new atyfb - Marcelo Tosatti: zone aging fixes - me, others: limit IO requests sanely
-
Linus Torvalds authored
- me: fix more buffer head SMP races (non-x86 only - weak memory ordering) - Andrea Arkangeli: some bh cleanups from the buffer race condition fix - Tim Waugh: parport drievr documentation, init sanity - Ion Badulescu: starfire net driver update - David Miller: sparc and networking updates - Ivan Kokshaysky: alpha version of the inlined rw-semaphores - NIIBE Yutaka: SuperH update
-
Linus Torvalds authored
- David Miller: sparc rw semaphores moved over - Alan Cox: yet more resyncs - NIIBE Yutaka: Super-H driver update - David Howells: more rw-sem cleanups, updates - USB updates - Al Viro: filesystem init cleanup
-