- 27 Aug, 2002 6 commits
-
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-cls
-
Patrick Mochel authored
- Make sure we have a valid inode when deleting a dentry - use list_for_each_safe instead of manually walking ->d_subdirs - don't do dget() in driverfs_mknod, since we already have a reference to it via driverfs_create_* - so, remove extra dput() in driverfs_remove_dir and driverfs_remove_file - Don't do get_mount() in driverfs_create_file, since it was done for the directory - so remove extrra put_mount() from driverfs_remove_* - Call d_invalidate() to unhash the files and directories instead of d_delete - Remove our own d_unhash(), since d_invalidate() does the equivalent - inline driverfs_rmdir in driverfs_remove_dir since its the only user and it prevents us from taking the dir's semaphore twice.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Christoph Hellwig authored
Instead of checking for cetain architectures in the Makefile set CONFIG_HW_CONSOLE in Config.in if we support a hardware console.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 28 Aug, 2002 6 commits
-
-
Paul Mackerras authored
This gets it to compile but leaves us without a keyboard beep on powermac and APUS for now.
-
Paul Mackerras authored
This puts back the definitions of ide_request/free_irq, ide_check/request/release_region, ide_fix_driveid etc. that were removed while Martin Dalecki was IDE maintainer.
-
Paul Mackerras authored
This fixes a compile error.
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
This is extra syscall entries + KM_IRQ0/1.
-
- 27 Aug, 2002 16 commits
-
-
Andrew Morton authored
Couple of last-minute fixes please: - Partial fix for the LRU race which Christian Ehrhardt identified. - Delete a bogus BUG() in __page_cache_release
-
Linus Torvalds authored
isn't there.
-
bk://linux-input.bkbits.net/linux-inputLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
standard lists conversion.
-
Vojtech Pavlik authored
-
-
David S. Miller authored
all the control request fields properly.
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
Found by Anton Blanchard.
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
into 2.5 - kbd0 init, sysrq support, show_regs, show_mem, show_state support, correct handling of shifts across vt switches, console blanking, console callback. Hope that's all.
-
Linus Torvalds authored
-
-
- 26 Aug, 2002 12 commits
-
-
Patrick Mochel authored
The platform bus is a pseudo-bus meant to group legacy devices. Not only does it give legacy devices a common parent and bus type, it provides the necessary infrastructure to allow for firmware-based enumeration of the system's devices (using the platform's add() callback).
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-cls
-
Patrick Mochel authored
This is so other entities in the kernel can inform the bus about devices that it either doesn't know about yet (like when using the firmware to enumerate the system) or that it wouldn't otherwise find (for the same reason, or because they're weird legacy devices that won't be probed for).
-
Patrick Mochel authored
-
Patrick Mochel authored
-
Linus Torvalds authored
by input merge
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-input
-
Patrick Mochel authored
- Replace struct input_dev::handle with a standard linked list - Replace struct input_handler::handle with a standard linked list - Replace struct input_handle's next pointers with struct list_heads - Update users of the lists - Add macros for converting from the struct list_head to various types
-
Patrick Mochel authored
- Update all accesses to list to use generic list functions.
-
Patrick Mochel authored
- Remove struct input_dev * input_dev; replace with static LIST_HEAD(input_dev_list). - Change all list manipulation from manual to using generic list helpers.
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-input
-
bk://ldm.bkbits.net/linux-2.5-clsLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-