First  |  Prev |  Next  |  Last
Pages: 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618
Fix typo in kerneldoc
On 7/13/2010 3:19 PM, Davidlohr Bueso wrote: Trivial fix in a typo (enalbed for enabled). Thanks, Davidlohr Signed-off-by: Davidlohr Bueso <dave(a)gnu.org> --- arch/arm/plat-spear/padmux.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-spear... 13 Jul 2010 07:36
selinux: tag avc cache alloc as non-critical
On Jul 13, 2010, at 3:19 AM, Xiaotian Feng wrote: From 6c3a91091b2910c23908a9f9953efcf3df14e522 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 11:02:41 +0800 Subject: [PATCH 12/30] selinux: tag avc cache alloc as non-critical Failing to allocate a cache ent... 15 Jul 2010 08:45
why is "struct cdev *cdev" in char_device_struct listed as "will die"?
just perusing fs/char_dev.c and noticed this: static struct char_device_struct { struct char_device_struct *next; unsigned int major; unsigned int baseminor; int minorct; char name[64]; struct cdev *cdev; /* will die */ } *chrdevs[CHRDEV_MAJOR_H... 13 Jul 2010 07:36
mtd: return -1 if verify failed
On Fri, 2010-07-02 at 00:12 +0200, Roel Kluin wrote: It should return -1 if the verify failed. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- I think this needed, correct? diff --git a/drivers/mtd/tests/mtd_pagetest.c b/drivers/mtd/tests/mtd_pagetest.c index 6bc1b82..7414888 100644 --... 13 Jul 2010 07:36
[PATCH -mmotm 14/30] net: sk_allocation() - concentrate socket related allocations
From 3bc4f5211d8716267891ff85385177f181e418ea Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 11:04:45 +0800 Subject: [PATCH 14/30] net: sk_allocation() - concentrate socket related allocations Introduce sk_allocation(), this function allows to inject sock specific flags to... 13 Jul 2010 06:31
[PATCH -mmotm 26/30] nfs: enable swap on NFS
From 61388a8872071bb5b0015b9f5e3183410a98d949 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 13:11:13 +0800 Subject: [PATCH 26/30] nfs: enable swap on NFS Implement all the new swapfile a_ops for NFS. This will set the NFS socket to SOCK_MEMALLOC and run socket reconnect u... 13 Jul 2010 06:31
[PATCH -mmotm 24/30] nfs: teach the NFS client how to treat PG_swapcache pages
From 743090cf0c129f3c83506260866f525a9f181f99 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 13:10:26 +0800 Subject: [PATCH 24/30] nfs: teach the NFS client how to treat PG_swapcache pages Replace all relevant occurences of page->index and page->mapping in the NFS client w... 13 Jul 2010 06:31
[PATCH -mmotm 21/30] netvm: skb processing
From 15437174f171e197ecdfa5fe71ae89334bb58fd2 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 13:07:28 +0800 Subject: [PATCH 21/30] netvm: skb processing In order to make sure emergency packets receive all memory needed to proceed ensure processing of emergency SKBs happens... 13 Jul 2010 06:31
[PATCH -mmotm 17/30] netvm: hook skb allocation to reserves
From 3e824860934af5aa0150608314693c5e0e3608b6 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 11:30:27 +0800 Subject: [PATCH 17/30] netvm: hook skb allocation to reserves Change the skb allocation api to indicate RX usage and use this to fall back to the reserve when needed... 13 Jul 2010 06:31
[PATCH -mmotm 15/30] netvm: network reserve infrastructure
From e8a09c013cf8416ece804ddcbc0d016d2f936e6d Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 11:06:54 +0800 Subject: [PATCH 15/30] netvm: network reserve infrastructure Provide the basic infrastructure to reserve and charge/account network memory. We provide the followin... 13 Jul 2010 06:31
First  |  Prev |  Next  |  Last
Pages: 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618