- 28 Mar, 2003 24 commits
-
-
Andrew Morton authored
We just made bdevname() irq-safe. This patch makes cdevname() callable from interrupts as well.
-
Andrew Morton authored
From: Andi Kleen <ak@muc.de> Fix a warning on x86_64 (and presumably ia64) which arises from casting an int to a pointer.
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> 2.5.x kernels don't look at the VM_DONTEXPAND flag when merging multiple vmas into one.
-
Andrew Morton authored
From: William Lee Irwin III <wli@holomorphy.com> inode_init() wants to deal with things in in units of the size of struct hlist_head, not struct list_head.
-
Andrew Morton authored
From: William Lee Irwin III <wli@holomorphy.com> __blk_queue_bounce() contains an open-coded page_to_pfn() for the discontig, non-MAP_NR_DENSE() case (wherever MAP_NR_DENSE() went). This converts it to use the standard page_to_pfn() abstraction.
-
Andrew Morton authored
Spotted by Oleg Drokin: remove a couple of local variables which aren't being used for anything.
-
Andrew Morton authored
kmap() can sleep, but rarely does. Add a check for kmap() being called from inappropriate contexts.
-
Andrew Morton authored
There is never a need to write out b_assoc_buffers() in ext3_sync_file().
-
Andrew Morton authored
From: Andries.Brouwer@cwi.nl Adding the unregister_chrdev_region call that is the counterpart to register_chrdev_region, we get a nice cleanup of tty_io.c.
-
Andrew Morton authored
From: Patricia Gaughen <gone@us.ibm.com> The boot-time ioermap code needs to invalidate the tlb entries after setting up the new pte.
-
Andrew Morton authored
From: john stultz <johnstul@us.ibm.com> This patch allows one to manually specify the i386 gettimeofday time-source by passing clock=[pit|tsc|cyclone|...] as a boot argument. The argument will override the default probled selection, and in case the selected time-source not be avalible the code defaults to using the PIT (printing a warning saying so).
-
Andrew Morton authored
It is generally illegal to wait on an unpinned buffer - another CPU could free it up even before __wait_on_buffer() has taken a ref against the buffer. Maybe external locking rules will prevent this in specific cases, but that is really subtle and fragile as locking rules are evolved. The patch detects people calling wait_on_buffer() against an unpinned buffer and issues a diagnostic. Also remove the get_bh() from __wait_on_buffer(). It is too late.
-
Andrew Morton authored
ext3 is only permitting files of up to 32G. It should be allowing files to be up to 2TB. This is because it is running ext3_max_size(1024) before the filesystem's blocksize has been determined.
-
Andrew Morton authored
From: Hugh Dickins <hugh@veritas.com> Stop vm_enough_memory double counting total_swapcache_pages: it dates from the days when we didn't free swap when freeing swapcache page.
-
Andrew Morton authored
From: Hugh Dickins <hugh@veritas.com> move_from_swap_cache and add_to_page_cache_lru are using GFP_ATOMIC, which can easily fail in an intermittent way. Rude if shmem_getpage then fails with -ENOMEM: use blk_congestion_wait() to let kswapd in, and repeat.
-
Andrew Morton authored
From: Hugh Dickins <hugh@veritas.com> Recent testing has shown that swapoff can sneak a page back into the tmpfs page cache after truncate_inode_pages has cleaned it, before shmem_truncate resets next_index to stop that: BUG_ON(inode->i_blocks) in shmem_delete_inode. So call truncate_inode_pages again to be safe.
-
Andrew Morton authored
From: Hugh Dickins <hugh@veritas.com> Make add_to_swap_cache static, it's only used by read_swap_cache_async; and since that has just done a GFP_HIGHUSER allocation, surely it's better for add_to_swap_cache to use GFP_KERNEL than GFP_ATOMIC.
-
Andrew Morton authored
From: Hugh Dickins <hugh@veritas.com> Raised #endif CONFIG_SWAP in shrink_list, it was excluding try_to_unmap of file pages. Suspect !CONFIG_MMU relied on that to suppress try_to_unmap, added SWAP_FAIL stub for it.
-
Andrew Morton authored
From: Hugh Dickins <hugh@veritas.com> Delete unused SWAP_ERROR and non-existent page_over_rsslimit().
-
Andrew Morton authored
From: george anzinger <george@mvista.com> Timer expirations are being reported twice.
-
Andrew Morton authored
install_page() needs to run flush_cache_page() prior to overwriting an already-established pte.
-
Andrew Morton authored
From: Manfred Spraul <manfred@colorfullife.com> Brian spotted a stupid bug in the slab initialization: If multiple objects fit into one cacheline, then the allocator ignores SLAB_HWCACHE_ALIGN and squeezes the objects into the same cacheline. The implementation contains an off by one error and thus doesn't work correctly: For Athlon optimized kernels, the 32-byte slab uses 64 byte of memory.
-
Andrew Morton authored
From: Eric Piel <Eric.Piel@Bull.Net> Fixes some long/int confusion on 64-bit machines which was causing failures on ia64 - we end up trying to set bits in the 32-63 range on an int and the kernel locks up. Also cleans up idr.h. George has acked this change.
-
Andrew Morton authored
The patch is designed to help locate where the kernel is dying during the startup sequence. - Boot parameter "initcall_debug" causes the kernel to print out the address of each initcall before calling it. The kallsyms tables do not cover __init sections, so printing the symbolic version of these symbols doesn't work. They need to be looked up in System.map. - Detect whether an initcall returns with interrupts disabled or with a locking imbalance. If it does, complain and then try to fix it up.
-
- 27 Mar, 2003 1 commit
-
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 28 Mar, 2003 2 commits
-
-
Dominik Brodowski authored
-
Dominik Brodowski authored
Don't allow "bind_request" to be called before "register_pccard_driver".
-
- 27 Mar, 2003 3 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Corey Minyard authored
This fixes ipmi compilation (with some documentation updates and another minor fix, too). It also fixes a problem with the state machine getting stuck in a certain error condition.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
- 28 Mar, 2003 9 commits
-
-
Benjamin Herrenschmidt authored
-
Tom Rini authored
-
Benjamin Herrenschmidt authored
-
Paul Mackerras authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 27 Mar, 2003 1 commit
-
-
http://nfsclient.bkbits.net/linux-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-