mm snapshot broken-out-2007-03-26-12-03.tar.gz uploaded

2007-03-26 Thread akpm
The mm snapshot broken-out-2007-03-26-12-03.tar.gz has been uploaded to ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-03-26-12-03.tar.gz It contains the following patches against 2.6.21-rc5: knfsd-allow-nfsd-readdir-to-return-64bit-cookies.patch knfsd-nfsd4-fix

mmotm 2012-09-25-17-06 uploaded

2012-09-25 Thread akpm
The mm-of-the-moment snapshot 2012-09-25-17-06 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

mmotm 2012-09-27-16-57 uploaded

2012-09-27 Thread akpm
The mm-of-the-moment snapshot 2012-09-27-16-57 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

mmotm 2012-11-02-17-15 uploaded

2012-11-02 Thread akpm
The mm-of-the-moment snapshot 2012-11-02-17-15 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

mmotm 2012-10-22-17-08 uploaded

2012-10-22 Thread akpm
The mm-of-the-moment snapshot 2012-10-22-17-08 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

mmotm 2012-10-11-16-14 uploaded

2012-10-11 Thread akpm
The mm-of-the-moment snapshot 2012-10-11-16-14 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

mmotm 2012-10-24-17-15 uploaded

2012-10-24 Thread akpm
The mm-of-the-moment snapshot 2012-10-24-17-15 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

mmotm 2012-11-08-15-17 uploaded

2012-11-08 Thread akpm
The mm-of-the-moment snapshot 2012-11-08-15-17 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

[patch 5/6] Serial 8250: handle saving the clear-on-read bits from the LSR and MSR

2007-08-10 Thread akpm
From: Corey Minyard [EMAIL PROTECTED] Reading the LSR clears the break, parity, frame error, and overrun bits in the 8250 chip, but these are not being saved in all places that read the LSR. Same goes for the MSR delta bits. Save the LSR bits off whenever the lsr is read so they can be handled

[patch 2/6] serial: add support for ITE 887x chips

2007-08-10 Thread akpm
From: Niels de Vos [EMAIL PROTECTED] Add support for the it887x-chips (PCI) manufactured by ITE. Signed-off-by: Niels de Vos [EMAIL PROTECTED] Cc: Russell King [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- drivers/serial/8250_pci.c | 159

[patch 3/6] serial_txx9: Fix modem control line handling

2007-08-10 Thread akpm
From: Atsushi Nemoto [EMAIL PROTECTED] This chip does not have modem control lines. Return TIOCM_CAR and TIOCM_DSR always on get_mctrl() and ajust some bits in termios cflag. Signed-off-by: Atsushi Nemoto [EMAIL PROTECTED] Cc: Ralf Baechle [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL

[patch 4/6] serial_txx9: cleanup includes

2007-08-10 Thread akpm
From: Atsushi Nemoto [EMAIL PROTECTED] Do not include some header files already indluded by serial_core.h. Signed-off-by: Atsushi Nemoto [EMAIL PROTECTED] Cc: Ralf Baechle [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- drivers/serial/serial_txx9.c |4 1 files

[patch 6/6] Add blacklisting capability to serial_pci to avoid misdetection of serial ports

2007-08-10 Thread akpm
From: Christian Schmidt [EMAIL PROTECTED] The serial_pci driver tries to guess serial ports on unknown devices based on the PCI class (modem or serial). On certain softmodems (AC'97 modems) this can lead to the recognition of non-existing serial ports. This patch adds a blacklist of PCI IDs

[patch 1/6] serial: don't optimise away baud rate changes when BOTHER is used

2007-08-10 Thread akpm
From: David Woodhouse [EMAIL PROTECTED] The uart_set_termios() function will bail out early without bothering to touch the hardware, if it decides that nothing relevant has changed. Unfortunately, its idea of relevant doesn't include c_[io]speed. So if the baud rate bits are BOTHER and you just

[patch 011/198] Fix get_compat_sigevent()

2005-04-12 Thread akpm
From: David S. Miller [EMAIL PROTECTED] I have no idea how a bug like this lasted so long. Anyways, obvious memset()'ing of incorrect pointer. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/kernel/compat.c |2 +- 1 files

[patch 008/198] re-export cancel_rearming_delayed_workqueue

2005-04-12 Thread akpm
of cancel_rearming_delayed_workqueue was implemented incorrectly, which is, I think, all the evidence necessary that this is a useful API. Signed-off-by: James Bottomley [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/include/linux/workqueue.h |2 ++ 25-akpm/kernel/workqueue.c

[patch 025/198] ppc32: fix bogosity in process-freezing code

2005-04-12 Thread akpm
that assumption. Signed-off-by: Paul Mackerras [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/ppc/kernel/signal.c |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) diff -puN arch/ppc/kernel/signal.c~ppc32-fix-bogosity-in-process-freezing-code arch

[patch 027/198] ppc32: improve timebase sync for SMP

2005-04-12 Thread akpm
on these machines, this patch changes the code so it reads the timebase from one CPU and transfers the value to the other CPU. (Hotplug CPU is needed for sleep (aka suspend to RAM) to work.) Signed-off-by: Paul Mackerras [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/ppc

[patch 175/198] IB/mthca: implement RDMA/atomic operations for mem-free mode

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Add code to support RDMA and atomic send work requests in mem-free mode. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_qp.c | 47 + 1

[patch 166/198] IB/mthca: fix posting sends with immediate data

2005-04-12 Thread akpm
PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_qp.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/infiniband/hw/mthca/mthca_qp.c~ib-mthca-fix-posting-sends-with-immediate-data drivers/infiniband/hw/mthca/mthca_qp.c --- 25/drivers/infiniband/hw/mthca

[patch 163/198] IB/mthca: map MPT/MTT context in mem-free mode

2005-04-12 Thread akpm
] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_main.c|2 25-akpm/drivers/infiniband/hw/mthca/mthca_memfree.c | 32 25-akpm/drivers/infiniband/hw/mthca/mthca_memfree.h |4 + 25-akpm/drivers/infiniband/hw/mthca/mthca_mr.c | 79 +--- 4 files changed, 105

[patch 164/198] IB/mthca: fill in more device query fields

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Implement more of the device_query method in mthca. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_cmd.c |2 + 25-akpm/drivers/infiniband/hw/mthca

[patch 183/198] IB/mthca: split MR key munging routines

2005-04-12 Thread akpm
[EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_mr.c | 28 + 1 files changed, 24 insertions(+), 4 deletions(-) diff -puN drivers/infiniband/hw/mthca/mthca_mr.c~ib-mthca-split-mr-key-munging-routines

[patch 165/198] IB/mthca: fix calculation of RDB shift

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Fix calculation of rdb_shift by using original number of QPs, not their slot in profile[] (which will be rearranged when we sort it). Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers

[patch 160/198] IB: Trivial FMR printk cleanup

2005-04-12 Thread akpm
From: Libor Michalek [EMAIL PROTECTED] Add missing newline in printk. Signed-off-by: Libor Michalek [EMAIL PROTECTED] Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/core/fmr_pool.c |2 +- 1 files changed, 1

[patch 162/198] IB: Remove incorrect comments

2005-04-12 Thread akpm
From: Hal Rosenstock [EMAIL PROTECTED] Eliminate unneeded and misleading comments Signed-off-by: Hal Rosenstock [EMAIL PROTECTED] Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/core/agent.c |2 -- 25-akpm

[patch 184/198] IB/mthca: add fast memory region implementation

2005-04-12 Thread akpm
[EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_dev.h | 25 + 25-akpm/drivers/infiniband/hw/mthca/mthca_main.c | 17 25-akpm/drivers/infiniband/hw/mthca/mthca_mr.c | 386 ++- 25-akpm/drivers/infiniband/hw/mthca/mthca_profile.c | 19 25-akpm

[patch 161/198] IB: Fix user MAD registrations with class 0

2005-04-12 Thread akpm
Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/core/user_mad.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff -puN drivers/infiniband/core/user_mad.c~ib-fix-user-mad-registrations-with-class-0 drivers/infiniband/core/user_mad.c --- 25/drivers/infiniband

[patch 150/198] reparent_to_init cleanup

2005-04-12 Thread akpm
From: Coywolf Qi Hunt [EMAIL PROTECTED] This patch hides reparent_to_init(). reparent_to_init() should only be called by daemonize(). Signed-off-by: Coywolf Qi Hunt [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/i386/mach-voyager/voyager_thread.c |1

[patch 145/198] CREDITS update

2005-04-12 Thread akpm
From: Colin Leroy [EMAIL PROTECTED] Update Colin's credits entry. Signed-off-by: Colin Leroy [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/CREDITS |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN CREDITS~credits-update CREDITS --- 25

[patch 146/198] pci enumeration on ixp2000: overflow in kernel/resource.c

2005-04-12 Thread akpm
, and find_resource() calculates the size of that range as -+1=0, so all allocations fail because it thinks there is no space. (akpm: pls. double-check) Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/kernel/resource.c |2 +- 1 files changed, 1 insertion(+), 1 deletion

[patch 139/198] hd: eliminate bad section references

2005-04-12 Thread akpm
From: maximilian attems [EMAIL PROTECTED] Fix hd section references: make parse_hd_setup() __init Error: ./drivers/ide/legacy/hd.o .text refers to 0943 R_386_PC32 .init.text Signed-off-by: maximilian attems [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm

[patch 138/198] pnpbios: eliminate bad section references

2005-04-12 Thread akpm
: ./drivers/pnp/pnpbios/core.o .data refers to 012c R_386_32 .init.text Signed-off-by: maximilian attems [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/pnp/pnpbios/core.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pnp

[patch 133/198] kill #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in signal.c

2005-04-12 Thread akpm
From: Christoph Hellwig [EMAIL PROTECTED] Now that no architectures defines HAVE_ARCH_GET_SIGNAL_TO_DELIVER anymore this can go away. It was a transitional hack only. Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/kernel/signal.c |4 1 files changed, 4 deletions(-) diff

[patch 023/198] irda_device() oops fix

2005-04-12 Thread akpm
From: Jean Tourrilhes [EMAIL PROTECTED] Acked-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/net/irda/irda_device.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff -puN net/irda/irda_device.c~irda_device-oops-fix net

[patch 197/198] md: close a small race in md thread deregistration

2005-04-12 Thread akpm
to NULL) and telling it to exit. (akpm: ick. Needs to use kthread API and stop using signals) Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/md/md.c | 20 1 files changed, 8 insertions(+), 12 deletions(-) diff

[patch 186/198] IB/mthca: encapsulate mem-free check into mthca_is_memfree()

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Clean up mem-free mode support by introducing mthca_is_memfree() function, which encapsulates the logic of deciding if a device is mem-free. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers

[patch 140/198] efi: eliminate bad section references

2005-04-12 Thread akpm
[EMAIL PROTECTED] --- 25-akpm/arch/i386/kernel/efi.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/i386/kernel/efi.c~efi-eliminate-bad-section-references arch/i386/kernel/efi.c --- 25/arch/i386/kernel/efi.c~efi-eliminate-bad-section-references 2005-04-12 03:21

[patch 141/198] add Big Endian variants of ioread/iowrite

2005-04-12 Thread akpm
). Signed-off-by: James Bottomley [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/parisc/lib/iomap.c | 68 25-akpm/include/asm-generic/iomap.h |5 ++ 25-akpm/lib/iomap.c | 20 ++ 3 files

[patch 142/198] opl3sa2: MODULE_PARM_DESC

2005-04-12 Thread akpm
From: Magnus Damm [EMAIL PROTECTED] opl3sa2: Fix irq-parameter name typo for parameter description. Signed-off-by: Magnus Damm [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/sound/oss/opl3sa2.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN

[patch 190/198] drivers/infiniband/hw/mthca/mthca_main.c: remove an unused label

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Correct unwinding in error path of mthca_init_icm(). Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_main.c |2 +- 1 files changed, 1 insertion(+), 1 deletion

[patch 155/198] IPoIB: convert to debugfs

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Convert IPoIB to use debugfs instead of its own custom debugging filesystem. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/ulp/ipoib/ipoib_fs.c | 140

[patch 147/198] cpuset: remove function attribute const

2005-04-12 Thread akpm
. The following patch remove const from the function declaration. Signed-off-by: Benoit Boissinot [EMAIL PROTECTED] Acked-by: Paul Jackson [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/include/linux/cpuset.h |2 +- 25-akpm/kernel/cpuset.c|2 +- 2 files

[patch 154/198] IPoIB: fix static rate calculation

2005-04-12 Thread akpm
up with the old formula. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/ulp/ipoib/ipoib_main.c |7 +++ 25-akpm/drivers/infiniband/ulp/ipoib/ipoib_multicast.c |7 +++ 2 files changed, 6 insertions

[patch 143/198] update maintainer for /dev/random

2005-04-12 Thread akpm
From: Matt Mackall [EMAIL PROTECTED] Ted has agreed to let me take over as maintainer of /dev/random and friends. I've gone ahead and added a line to his entry in CREDITS. Signed-off-by: Matt Mackall [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/CREDITS

[patch 153/198] IPoIB: set skb-mac.raw on receive

2005-04-12 Thread akpm
[EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/ulp/ipoib/ipoib_ib.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/infiniband/ulp/ipoib/ipoib_ib.c~ipoib-set-skb-macraw-on-receive drivers/infiniband/ulp/ipoib/ipoib_ib.c --- 25/drivers/infiniband/ulp/ipoib/ipoib_ib.c

[patch 156/198] IPoIB: document conversion to debugfs

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Update IPoIB documentation now that multicast debugging files have moved from ipoibdebugfs to debugfs. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/Documentation/infiniband/ipoib.txt |7

[patch 157/198] IB: Keep MAD work completion valid

2005-04-12 Thread akpm
PROTECTED] Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/core/mad.c |3 ++- 25-akpm/drivers/infiniband/core/mad_priv.h |1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff -puN drivers/infiniband

[patch 158/198] IB: remove unneeded includes

2005-04-12 Thread akpm
From: Hal Rosenstock [EMAIL PROTECTED] Eliminate no longer needed include files Signed-off-by: Hal Rosenstock [EMAIL PROTECTED] Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/core/mad.c |3 --- 1 files changed

[patch 152/198] Maintainers list update: linux-net - netdev

2005-04-12 Thread akpm
From: Horms [EMAIL PROTECTED] Use netdev as the mailing list contact instead of the mostly dead linux-net list. Signed-off-by: Horms [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/MAINTAINERS | 38 +++--- 1 files changed, 19

[patch 159/198] IB: Fix FMR pool crash

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Mask bits correctly from jhash result in ib_fmr_hash() so that the computed bucket index is within our hash table. This fixes an SDP crash. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers

[patch 182/198] IB/mthca: add mthca_table_find() function

2005-04-12 Thread akpm
PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_memfree.c | 34 25-akpm/drivers/infiniband/hw/mthca/mthca_memfree.h |1 2 files changed, 35 insertions(+) diff -puN drivers/infiniband/hw/mthca/mthca_memfree.c~ib-mthca

[patch 176/198] IB/mthca: fix MTT allocation in mem-free mode

2005-04-12 Thread akpm
, since there's no reason to put the MTT segment size in a variable -- we can always use our enum value directly. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_cmd.c |2 -- 25-akpm/drivers/infiniband

[patch 168/198] IB/mthca: allocate correct number of doorbell pages

2005-04-12 Thread akpm
Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_memfree.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/infiniband/hw/mthca/mthca_memfree.c~ib-mthca-allocate-correct-number-of-doorbell-pages drivers/infiniband/hw/mthca/mthca_memfree.c --- 25

[patch 192/198] nfsd: clear signals before exiting the nfsd() thread

2005-04-12 Thread akpm
PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/fs/nfsd/nfssvc.c |2 ++ 1 files changed, 2 insertions(+) diff -puN fs/nfsd/nfssvc.c~nfsd-clear-signals-before-exiting-the-nfsd-thread fs/nfsd/nfssvc.c --- 25/fs/nfsd/nfssvc.c~nfsd-clear-signals-before-exiting-the-nfsd-thread

[patch 179/198] IB/mthca: encapsulate MTT buddy allocator

2005-04-12 Thread akpm
[EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_dev.h |9 + 25-akpm/drivers/infiniband/hw/mthca/mthca_mr.c | 158 +--- 2 files changed, 94 insertions(+), 73 deletions(-) diff -puN drivers/infiniband/hw/mthca/mthca_dev.h~ib-mthca-encapsulate-mtt-buddy

[patch 188/198] IB/mthca: update receive queue initialization for new HCAs

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Update initialization of receive queue to match new documentation. This change is required to support new MT25204 HCA. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca

[patch 172/198] IB/mthca: print assigned IRQ when interrupt test fails

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Print IRQ number when NOP command interrupt test fails to help debugging. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_main.c |5 - 1 files changed, 4

[patch 177/198] IB/mthca: fill in opcode field for send completions

2005-04-12 Thread akpm
-akpm/drivers/infiniband/hw/mthca/mthca_cq.c | 36 +++- 25-akpm/drivers/infiniband/hw/mthca/mthca_dev.h | 13 25-akpm/drivers/infiniband/hw/mthca/mthca_qp.c | 13 3 files changed, 48 insertions(+), 14 deletions(-) diff -puN drivers/infiniband/hw/mthca

[patch 151/198] arm: fix floppy disk dependencies

2005-04-12 Thread akpm
From: Russell King [EMAIL PROTECTED] Both the RiscPC and (optionally) EBSA285 have floppy disk support. Allow this option to be selected on these ARM platforms again. Signed-off-by: Russell King [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/block

[patch 181/198] IB/mthca: add mthca_write64_raw() for writing to MTT table directly

2005-04-12 Thread akpm
PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_doorbell.h | 11 +++ 1 files changed, 11 insertions(+) diff -puN drivers/infiniband/hw/mthca/mthca_doorbell.h~ib-mthca-add-mthca_write64_raw-for-writing-to-mtt-table-directly drivers/infiniband/hw/mthca/mthca_doorbell.h --- 25/drivers

[patch 169/198] IB/mthca: clean up mthca_dereg_mr()

2005-04-12 Thread akpm
-akpm/drivers/infiniband/hw/mthca/mthca_provider.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -puN drivers/infiniband/hw/mthca/mthca_provider.c~ib-mthca-clean-up-mthca_dereg_mr drivers/infiniband/hw/mthca/mthca_provider.c --- 25/drivers/infiniband/hw/mthca/mthca_provider.c

[patch 185/198] IB/mthca: tweaks to mthca_cmd.c

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Minor tweaks to firmware command handling: kill off an unused get of a value, and add a little more info to debug output. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca

[patch 167/198] IB/mthca: allow unaligned memory regions

2005-04-12 Thread akpm
PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_provider.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/infiniband/hw/mthca/mthca_provider.c~ib-mthca-allow-unaligned-memory-regions drivers/infiniband/hw/mthca/mthca_provider.c --- 25/drivers/infiniband/hw/mthca

[patch 072/198] x86_64: Use a VMA for the 32bit vsyscall

2005-04-12 Thread akpm
PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/x86_64/ia32/ia32_binfmt.c |4 + 25-akpm/arch/x86_64/ia32/syscall32.c | 92 + 25-akpm/arch/x86_64/mm/fault.c | 12 25-akpm/arch/x86_64/mm/init.c | 26

[patch 171/198] IB/mthca: release mutex on doorbell alloc error path

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Release mutex on error return path from mthca_alloc_db(). Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_memfree.c |3 ++- 1 files changed, 2 insertions(+), 1

[patch 029/198] ppc32: fix single-stepping of emulated instructions

2005-04-12 Thread akpm
that, so we take the single-step exception after emulating the instruction. Signed-off-by: Paul Mackerras [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/ppc/kernel/traps.c |1 + 1 files changed, 1 insertion(+) diff -puN arch/ppc/kernel/traps.c~ppc32-fix

[patch 173/198] IB/mthca: only free doorbell records in mem-free mode

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] On error path, only free doorbell records if we're in mem-free mode. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_cq.c |6 -- 1 files changed, 4

[patch 026/198] ppc32: ppc4xx_pic - add acknowledge when enabling level-sensitive IRQ

2005-04-12 Thread akpm
is enabled. This patch fixes this. Suggested by Tolunay Orkun [EMAIL PROTECTED]. Signed-off-by: Eugene Surovegin [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/ppc/syslib/ppc4xx_pic.c |5 - 1 files changed, 4 insertions(+), 1 deletion(-) diff -puN arch

[patch 021/198] net: don't call kmem_cache_create with a spinlock held

2005-04-12 Thread akpm
From: Arnaldo Carvalho de Melo [EMAIL PROTECTED] This fixes the warning reported by Marcel Holtmann (Thanks!). Signed-off-by: Arnaldo Carvalho de Melo [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/net/core

[patch 028/198] ppc32: oops on kernel altivec assist exceptions

2005-04-12 Thread akpm
with denormalized inputs or outputs if the altivec unit is in java mode.) This patch checks explicitly if we are in user mode and prints a useful message if not. Signed-off-by: Paul Mackerras [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/ppc/kernel/traps.c

[patch 003/198] arm: fix SIGBUS handling

2005-04-12 Thread akpm
to call it, so consolidate the user_mode() tests. Thanks to Ian Campbell who spotted this oversight. Signed-off-by: Russell King [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/arm/mm/fault.c | 80 +++- 1 files changed, 36

[patch 018/198] end_buffer_write_sync() avoid pointless assignments

2005-04-12 Thread akpm
Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/fs/buffer.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN fs/buffer.c~end_buffer_write_sync-avoid-pointless-assignments fs/buffer.c --- 25/fs/buffer.c~end_buffer_write_sync-avoid-pointless-assignments

[patch 019/198] meminfo: add Cached underflow check

2005-04-12 Thread akpm
[EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/fs/proc/proc_misc.c |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) diff -puN fs/proc/proc_misc.c~meminfo-add-cached-underflow-check fs/proc/proc_misc.c --- 25/fs/proc/proc_misc.c~meminfo-add-cached

[patch 016/198] oom-killer disable for iscsi/lvm2/multipath userland critical sections

2005-04-12 Thread akpm
From: Andrea Arcangeli [EMAIL PROTECTED] iscsi/lvm2/multipath needs guaranteed protection from the oom-killer, so make the magical value of -17 in /proc/pid/oom_adj defeat the oom-killer altogether. (akpm: we still need to document oom_adj and friends in Documentation/filesystems/proc.txt

[patch 020/198] Fix linux/atalk.h header

2005-04-12 Thread akpm
Morton [EMAIL PROTECTED] --- 25-akpm/include/linux/atalk.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff -puN include/linux/atalk.h~fix-linux-atalkh-header include/linux/atalk.h --- 25/include/linux/atalk.h~fix-linux-atalkh-header2005-04-12 03:21:08.121902184 -0700

[patch 014/198] r128_state.c: break missing in switch statement

2005-04-12 Thread akpm
PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/char/drm/r128_state.c |4 1 files changed, 4 insertions(+) diff -puN drivers/char/drm/r128_state.c~r128_statec-break-missing-in-switch-statement drivers/char/drm/r128_state.c --- 25/drivers/char/drm/r128_state.c

[patch 009/198] Fix acl Oops

2005-04-12 Thread akpm
From: Andreas Gruenbacher [EMAIL PROTECTED] ext[23]_get_acl will return an error when reading the attribute fails or out-of-memory occurs. Catch this case. Signed-off-by: Andreas Gruenbacher [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/fs/ext2/acl.c |2

[patch 017/198] vmscan: pageout(): remove unneeded test

2005-04-12 Thread akpm
We only call pageout() for dirty pages, so this test is redundant. Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/mm/vmscan.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN mm/vmscan.c~vmscan-pageout-remove-unneeded-test mm/vmscan.c --- 25/mm/vmscan.c~vmscan

[patch 002/198] Avoid deadlock in sync_page_io by using GFP_NOIO

2005-04-12 Thread akpm
From: Neil Brown [EMAIL PROTECTED] ..as sync_page_io can be called on the write-out path. Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/md/md.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/md/md.c

[patch 010/198] fix crash in entry.S restore_all

2005-04-12 Thread akpm
the crashes:) (akpm: this is still under discussion, although I _think_ it's OK. You might want to hold off) Signed-off-by: Stas Sergeev [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/i386/kernel/entry.S |3 +++ 25-akpm/arch/i386/kernel/process.c | 12

[patch 148/198] let SOUND_AD1889 depend on PCI

2005-04-12 Thread akpm
[EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/sound/oss/Kconfig |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN sound/oss/Kconfig~let-sound_ad1889-depend-on-pci sound/oss/Kconfig --- 25/sound/oss/Kconfig~let-sound_ad1889-depend-on-pci 2005-04-12

[patch 149/198] MAINTAINERS: remove obsolete ACP/MWAVE MODEM entry

2005-04-12 Thread akpm
From: Adrian Bunk [EMAIL PROTECTED] Both maintainer email addresses are bouncing and the web address is no longer valid. Seems to be a good time to remove the entry. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/MAINTAINERS |8

[patch 134/198] officially deprecate register_ioctl32_conversion

2005-04-12 Thread akpm
-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/Documentation/feature-removal-schedule.txt |8 25-akpm/include/linux/ioctl32.h|6 -- 2 files changed, 12 insertions(+), 2 deletions(-) diff -puN Documentation/feature-removal-schedule.txt~officially

[patch 187/198] IB/mthca: map context for RDMA responder in mem-free mode

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Fix RDMA in mem-free mode: we need to make sure that the RDMA context memory is mapped for the HCA. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_dev.h |1

[patch 130/198] ext2 corruption - regression between 2.6.9 and 2.6.10

2005-04-12 Thread akpm
, as ext3 reservation(pre-allocation) is done in memory. Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/fs/ext2/ext2.h |1 + 25-akpm/fs/ext2/inode.c | 13 + 25-akpm/fs/ext2/super.c |4 +--- 3 files changed, 15 insertions(+), 3 deletions(-) diff -puN fs/ext2/ext2

[patch 132/198] quota: possible bug in quota format v2 support

2005-04-12 Thread akpm
solve magical quota file corruption. Signed-off-by: Jan Kara [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/fs/quota_v2.c |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN fs/quota_v2.c~quota-possible-bug-in-quota-format-v2-support fs/quota_v2.c

[patch 128/198] use cheaper elv_queue_empty when unplug a device

2005-04-12 Thread akpm
request_fn(). Signed-off-by: Jens Axboe [EMAIL PROTECTED] Signed-off-by: Ken Chen [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/block/ll_rw_blk.c |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/block/ll_rw_blk.c~use-cheaper

[patch 127/198] fix module_param_string() calls

2005-04-12 Thread akpm
[EMAIL PROTECTED] --- 25-akpm/drivers/media/video/tda9887.c|4 ++-- 25-akpm/drivers/media/video/tuner-core.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/media/video/tda9887.c~fix-module_param_string-calls drivers/media/video/tda9887.c --- 25/drivers

[patch 137/198] Fix comment in list.h that refers to nonexistent API

2005-04-12 Thread akpm
From: Paul E. McKenney [EMAIL PROTECTED] The hlist_for_each_entry_rcu() comment block refers to a nonexistent hlist_add_rcu() API, needs to change to hlist_add_head_rcu(). Signed-off-by: Paul E. McKenney [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/include

[patch 126/198] kernel/param.c: don't use .max when .num is NULL in param_array_set()

2005-04-12 Thread akpm
/parameters/array $ dmesg | tail -n 1 kernel: array: can take only 3 arguments Signed-off-by: Bert Wesarg [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/kernel/params.c |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN kernel/params.c~kernel

[patch 121/198] fix few remaining u32 vs. pm_message_t problems

2005-04-12 Thread akpm
From: Pavel Machek [EMAIL PROTECTED] This fixes remaining u32 vs. pm_message_t confusions in -rc2-mm3. [There are usb changes, too; they went to Greg on his request.] Signed-off-by: Pavel Machek [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/macintosh

[patch 117/198] power/video.txt: update documentation with more systems

2005-04-12 Thread akpm
From: Pavel Machek [EMAIL PROTECTED] This updates video.txt documentation with information about few more systems. Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/Documentation/power/video.txt | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff -puN

[patch 110/198] fix u32 vs. pm_message_t in drivers/message

2005-04-12 Thread akpm
From: Pavel Machek [EMAIL PROTECTED] This fixes u32 vs. pm_message_t in drivers/message. Signed-off-by: Pavel Machek [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/message/fusion/mptbase.c |2 +- 25-akpm/drivers/message/fusion/mptbase.h |2

[patch 118/198] fix u32 vs. pm_message_t in drivers/

2005-04-12 Thread akpm
From: Pavel Machek [EMAIL PROTECTED] -rc2-mm1 still contains few places where u32 and pm_message_t. This fixes drivers/serial [should change no code]. Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/serial/amba-pl010.c |2 +- 25-akpm/drivers/serial/imx.c

[patch 107/198] u32 vs. pm_message_t fixes for drivers/net

2005-04-12 Thread akpm
From: Pavel Machek [EMAIL PROTECTED] This fixes remaining u32s in drivers/ net. Signed-off-by: Pavel Machek [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/net/8139cp.c |2 +- 25-akpm/drivers/net/bmac.c

[patch 112/198] fix pm_message_t vs. u32 in alsa

2005-04-12 Thread akpm
PROTECTED] --- 25-akpm/sound/core/init.c|4 ++-- 25-akpm/sound/pci/atiixp_modem.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -puN sound/core/init.c~fix-pm_message_t-vs-u32-in-alsa sound/core/init.c --- 25/sound/core/init.c~fix-pm_message_t-vs-u32-in-alsa2005

[patch 106/198] Fix u32 vs. pm_message_t in drivers/char

2005-04-12 Thread akpm
From: Pavel Machek [EMAIL PROTECTED] Here are fixes for drivers/char. Signed-off-by: Pavel Machek [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/char/agp/efficeon-agp.c |2 +- 25-akpm/drivers/char/s3c2410-rtc.c |2 +- 25-akpm/drivers/char

[patch 095/198] x86_64: Keep only a single debug notifier chain

2005-04-12 Thread akpm
-by: Andi Kleen [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/arch/x86_64/kernel/traps.c | 14 +++--- 25-akpm/include/asm-x86_64/kdebug.h |1 - 2 files changed, 3 insertions(+), 12 deletions(-) diff -puN arch/x86_64/kernel/traps.c~x86_64-keep-only

[patch 104/198] h8300 header update

2005-04-12 Thread akpm
From: Yoshinori Sato [EMAIL PROTECTED] - page.h: fix build error - unistd.h: _syscall macro cleanup. Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/include/asm-h8300/page.h |4 25-akpm/include/asm-h8300/unistd.h | 304 ++--- 2 files changed

  1   2   3   4   5   6   7   8   9   10   >