First
|
Prev |
Next
|
Last
Pages: 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974
[PATCH 0/3] hpet: convert from ACPI to PNP driver The hpet driver parses ACPI _CRS data manually, but PNPACPI already does that, and it does a more complete job, so we can simplify the hpet driver quite a bit by taking advantage of that. --- Bjorn Helgaas (3): hpet: convert to PNP driver hpet: pass physical address, not entire hpet_data, to hpet_... 17 Mar 2010 14:46
v2.6.33.1 staging/rt2870 on arm Cześć Bartłomiej, I recently acquired a DLink DWA-125, and found out that the RT2870 driver was only available on x86. I was curious none the less, and force compiled it by changing rt2870/Kconfig... - depends on USB && X86 && WLAN + depends on USB && (X86 || ARM) && WLAN .... and (so far) it w... 17 Mar 2010 13:38
Documentation: rename PCI/PCI-DMA-mapping.txt to DMA-API-HOWTO.txt On 03/16/10 17:07, FUJITA Tomonori wrote: This patch renames PCI/PCI-DMA-mapping.txt to DMA-API-HOWTO.txt. The commit 51e7364ef281e540371f084008732b13292622f0 "Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txt" was supposed to do this but it didn't. Signed-off-by: FUJITA Tomonori <fu... 17 Mar 2010 13:38
[C/R v20][PATCH 31/96] c/r: introduce PF_RESTARTING, and skip notification on exit To restore zombie's we will create the a task, that, on its turn to run, calls do_exit(). Unlike normal tasks that exit, we need to prevent notification side effects that send signals to other processes, e.g. parent (SIGCHLD) or child tasks (per child's request). There are three main cases for such notifications:... 17 Mar 2010 13:38
[C/R v20][PATCH 16/96] cgroup freezer: Update stale locking comments From: Matt Helsley <matthltc(a)us.ibm.com> Update stale comments regarding locking order and add a little more detail so it's easier to follow the locking between the cgroup freezer and the power management freezer code. Signed-off-by: Matt Helsley <matthltc(a)us.ibm.com> Cc: Oren Laadan <orenl(a)cs.columbia.edu> C... 17 Mar 2010 13:38
[C/R v20][PATCH 05/96] eclone (5/11): Add target_pids parameter to copy_process() From: Sukadev Bhattiprolu <sukadev(a)linux.vnet.ibm.com> Add a 'target_pids' parameter to copy_process(). The new parameter will be used in a follow-on patch when eclone() is implemented. Signed-off-by: Sukadev Bhattiprolu <sukadev(a)linux.vnet.ibm.com> Acked-by: Serge E. Hallyn <serue(a)us.ibm.com> Tested-by: Serg... 17 Mar 2010 13:38
[C/R v20][PATCH 06/96] eclone (6/11): Check invalid clone flags From: Sukadev Bhattiprolu <sukadev(a)linux.vnet.ibm.com> As pointed out by Oren Laadan, we want to ensure that unused bits in the clone-flags remain unused and available for future. To ensure this, define a mask of clone-flags and check the flags in the clone() system calls. Changelog[v9]: - Include the unused ... 17 Mar 2010 13:38
[PATCH 4/4] dmaengine: xlldma OF bus driver Open Firmware bus attachment for the Xilinx MPMC Soft Direct Memory Access Controller DMA engine. Signed-off-by: Steven J. Magnani <steve(a)digidescorp.com> --- diff -uprN a/drivers/dma/xlldma_of.c b/drivers/dma/xlldma_of.c --- a/drivers/dma/xlldma_of.c 1969-12-31 18:00:00.000000000 -0600 +++ b/drivers/dma/xlldma... 17 Mar 2010 13:38
[C/R v20][PATCH 19/96] Namespaces submenu From: Dave Hansen <dave(a)linux.vnet.ibm.com> Let's not steal too much space in the 'General Setup' menu. Take a cue from the cgroups code and create a submenu. This can go upstream now. Signed-off-by: Dave Hansen <dave(a)linux.vnet.ibm.com> Acked-by: Oren Laadan <orenl(a)cs.columbia.edu> Acked-by: Serge E. Hally... 17 Mar 2010 12:29
[C/R v20][PATCH 20/96] c/r: make file_pos_read/write() public These two are used in the next patch when calling vfs_read/write() Signed-off-by: Oren Laadan <orenl(a)cs.columbia.edu> Acked-by: Serge E. Hallyn <serue(a)us.ibm.com> --- fs/read_write.c | 10 ---------- include/linux/fs.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/f... 17 Mar 2010 12:29 |