kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig (v2)
On Tue, Apr 13, 2010 at 05:03:53PM -0400, Aristeu Rozanski wrote: Signed-off-by: Arjan van de Ven <arjan(a)redhat.com> [defunct email] Acked-by: Arjan van de Ven <arjan(a)linux.intel.com> Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com> Signed-off-by: Aristeu Rozanski <aris(a)redhat.com> Thanks for preppin... 13 Apr 2010 18:28
[PATCH -v3 3/3] pci: don't allocate from a BUSY bus resource
Drivers typically use pci_request_regions() to reserve the resources they use, but that fails if the resource is already busy. Therefore, we should ignore busy resources when we're assigning resources to a device. [commit log is from Bjorn] Tested-by: Andy Isaacson <adi(a)hexapodia.org> Cc: Bjorn H... 13 Apr 2010 18:28
x86: Reserve [0xa0000, 0x100000] in e820 map
On Mon, 2010-04-12 at 15:32 -0700, Yinghai wrote: Update e820 at first, and later put them resource tree. -V2: reserved that early, no PCI BAR can use it, force them to get new one Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> Cc: Guenter Roeck <guenter.roeck(a)ericsson.com> Cc: Andy Isaacson <adi... 23 Apr 2010 21:15
[PATCH] sunrpc: Include missing smp_lock.h
On Tue, Apr 13, 2010 at 03:27:41PM +1000, Stephen Rothwell wrote: Hi "Fr�d�ric, After merging the bkl-procfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: net/sunrpc/cache.c: In function 'cache_ioctl_procfs': net/sunrpc/cache.c:1355: error: implicit declaration of fun... 13 Apr 2010 17:20
[PATCH 0/2] MTD: Move reboot notifier from UBI to cfi_cmdset_0002
During the last filesystem sync prior to rebooting, UBI/UBIFS typically schedules a flash erase operation. It is important to ensure that this operation completes before restarting the system, for the following reasons: 1) Some systems do not toggle the flash reset pin upon rebooting, so if the flash is stuck i... 13 Apr 2010 17:20
[PATCH 2/2] UBI: Remove reboot notifier
The UBI reboot notifier causes problems with hibernation. Move this functionality into the low-level MTD driver instead. Signed-off-by: Kevin Cernekee <cernekee(a)gmail.com> --- drivers/mtd/ubi/build.c | 35 ----------------------------------- drivers/mtd/ubi/ubi.h | 2 -- 2 files changed, 0 insertions(+... 13 Apr 2010 17:20
kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig
On 4/13/2010 12:47, Aristeu Rozanski wrote: This patch has been around for a long time in Fedora and Red Hat Enterprise Linux kernels and it may be useful for others. The nonint_oldconfig target will fail and print the unset config options while loose_nonint_oldconfig will simply let the config option unset... 13 Apr 2010 17:20
[PATCH 00/12] perf: introduce model specific events and AMD IBS
On 13.04.10 22:23:09, Robert Richter wrote: This patch series introduces model specific events and impments AMD IBS (Instruction Based Sampling) for perf_events. The patch set triggers this warning in perf_prepare_sample(): WARN_ON_ONCE(size & (sizeof(u64)-1)) Should a raw data sample padded to 64 bit? ... 4 May 2010 11:12
[PATCH 1/2] MTD: cfi_cmdset_0002: Add reboot notifier for AMD flashes
Ensure that the flash device is in a quiescent state before rebooting. The implementation is closely modeled after the cfe_cmdset_0001 reboot notifier, commit 963a6fb0a0d336d0513083b7e4b5c3ff9d6d2061 . Signed-off-by: Kevin Cernekee <cernekee(a)gmail.com> --- drivers/mtd/chips/cfi_cmdset_0002.c | 50 ++++++++++++... 13 Apr 2010 17:20
cxgb4i: main driver files
On 04/08/2010 07:14 AM, Rakesh Ranjan wrote: +static inline int cxgb4i_ddp_gl_map(struct pci_dev *pdev, + struct cxgb4i_gather_list *gl) +{ + int i; + + for (i = 0; i< gl->nelem; i++) { + gl->phys_addr[i] = pci_map_page(pdev, gl->pages[i], 0, + PAGE_SIZE, Hey Rakesh, I guess we a... 13 Apr 2010 18:28