messages from 2008-11-20 11:08:11 to 2008-11-20 15:53:31 UTC [more...]
[PATCH] intel-iommu: make init_dmars() static
2008-11-20 15:49 UTC (12+ messages)
` [PATCH 1/8] intel-iommu: move DMA_32/64BIT_PFN into intel-iommu.c
` [PATCH 2/8] intel-iommu: move root entry defs from dma_remapping.h
` [PATCH 3/8] intel-iommu: move context entry defs out "
` [PATCH 4/8] intel-iommu: move DMA PTE defs out of dma_remapping.h
` [PATCH 5/8] intel-iommu: move struct dmar_domain def out dma_remapping.h
` [PATCH 6/8] intel-iommu: move struct device_domain_info out of dma_remapping.h
` [PATCH 7/8] intel-iommu: kill off duplicate def of dmar_disabled
` [PATCH 8/8] intel-iommu: move iommu_prepare_gfx_mapping() out of dma_remapping.h
[RFC] x86: save_args out of line
2008-11-20 15:50 UTC (9+ messages)
` [RFC,v2] x86_64: "
` [PATCH/RFC] Move entry_64.S register saving out of the macros
` [PATCH] x86: clean up after: move "
` [PATCH] x86: clean up after: move entry_64.S register savingout "
[PATCH 1/2] x86: Fixing __cpuinit/__init tangle
2008-11-20 15:43 UTC (2+ messages)
[patch 2.6.28-rc2] at91_mci: workaround lockdep
2008-11-20 15:42 UTC (5+ messages)
vm86 segfaults with NX bit
2008-11-20 15:39 UTC
[PATCH v2 1/3] eeepc-laptop: Add support for extended hotkeys
2008-11-20 15:37 UTC (3+ messages)
` [PATCH v2 2/3] eeepc-laptop: Check return values from rfkill_register
` [PATCH v2 3/3] eeepc-laptop: Implement rfkill hotplugging in eeepc-laptop
ISP1760 driver crashes
2008-11-20 15:28 UTC (2+ messages)
O_DIRECT patch for processors with VIPT cache for mainline kernel (specifically arm in our case)
2008-11-20 15:27 UTC (9+ messages)
[PATCH] mmc: atmel-mci: move atmel-mci.h file to include/linux
2008-11-20 14:59 UTC (7+ messages)
[PATCH 0/2] Add battery health reporting for WM8350
2008-11-20 15:23 UTC (3+ messages)
` [PATCH 1/2] power_supply: Add cold to the POWER_SUPPLY_HEALTH report values
` [PATCH 2/2] power_supply: Add battery health reporting for WM8350
[PATCH 3/3] net: define feature flags for FCoE offloads
2008-11-20 8:01 UTC (5+ messages)
[patch] docbook build fix, update include path
2008-11-20 15:17 UTC (3+ messages)
Question about TTY_DO_WRITE_WAKEUP
2008-11-20 15:12 UTC (5+ messages)
[PATCH] led: simplify led_trigger_register_simple
2008-11-20 15:01 UTC (9+ messages)
[PATCH] Deal with the warning from dmi_low_memory_corruption() being unused
2008-11-20 14:55 UTC (2+ messages)
[PATCH 0/9] powerpc: port of dynamic ftrace
2008-11-20 14:53 UTC (4+ messages)
[PATCHSET] FUSE: implement direct mmap
2008-11-20 14:52 UTC (7+ messages)
` [PATCH 1/6] mmap: don't assume f_op->mmap() doesn't change vma->vm_file
` [PATCH 2/6] fdtable: export alloc_fd()
` [PATCH 3/6] FUSE: don't let fuse_req->end() put the base reference
` [PATCH 4/6] FUSE: make request_wait_answer() wait for ->end() completion
` [PATCH 5/6] FUSE: implement fuse_req->prep()
` [PATCH 6/6] FUSE: implement direct mmap
[git pull] iommu fixes
2008-11-20 14:50 UTC
[PATCH] init/main.c: Use ktime accessor function in initcall_debug code
2008-11-20 14:47 UTC
[PATCH] drivers/char/tty_io.c: Avoid panic when no console is configured
2008-11-20 14:47 UTC
[PATCH 00/45] Permit filesystem local caching [ver #41]
2008-11-20 14:45 UTC (46+ messages)
` [PATCH 01/45] Create a dynamically sized pool of threads for doing very slow work items "
` [PATCH 02/45] Make slow-work thread pool actually dynamic "
` [PATCH 03/45] Make the slow work pool configurable "
` [PATCH 04/45] Document the slow work thread pool "
` [PATCH 05/45] FS-Cache: Release page->private after failed readahead "
` [PATCH 06/45] FS-Cache: Recruit a couple of page flags for cache management "
` [PATCH 07/45] FS-Cache: Provide an add_wait_queue_tail() function "
` [PATCH 08/45] FS-Cache: Add the FS-Cache netfs API and documentation "
` [PATCH 09/45] FS-Cache: Add the FS-Cache cache backend "
` [PATCH 10/45] FS-Cache: Add main configuration option, module entry points and debugging "
` [PATCH 11/45] FS-Cache: Add use of /proc and presentation of statistics "
` [PATCH 12/45] FS-Cache: Root index definition "
` [PATCH 13/45] FS-Cache: Add cache tag handling "
` [PATCH 14/45] FS-Cache: Add cache management "
` [PATCH 15/45] FS-Cache: Provide a slab for cookie allocation "
` [PATCH 16/45] FS-Cache: Add netfs registration "
` [PATCH 17/45] FS-Cache: Bit waiting helpers "
` [PATCH 18/45] FS-Cache: Object management state machine "
` [PATCH 19/45] FS-Cache: Implement the cookie management part of the netfs API "
` [PATCH 20/45] FS-Cache: Add and document asynchronous operation handling "
` [PATCH 21/45] FS-Cache: Implement data I/O part of netfs API "
` [PATCH 22/45] CacheFiles: Add missing copy_page export for ia64 "
` [PATCH 23/45] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3 "
` [PATCH 24/45] CacheFiles: Add a hook to write a single page of data to an inode "
` [PATCH 25/45] CacheFiles: Permit the page lock state to be monitored "
` [PATCH 26/45] CacheFiles: Export things for CacheFiles "
` [PATCH 27/45] CacheFiles: A cache that backs onto a mounted filesystem "
` [PATCH 28/45] FS-Cache: Make kAFS use FS-Cache "
` [PATCH 29/45] NFS: Add comment banners to some NFS functions "
` [PATCH 30/45] NFS: Add FS-Cache option bit and debug bit "
` [PATCH 31/45] NFS: Permit local filesystem caching to be enabled for NFS "
` [PATCH 32/45] NFS: Register NFS for caching and retrieve the top-level index "
` [PATCH 33/45] NFS: Define and create server-level objects "
` [PATCH 34/45] NFS: Define and create superblock-level "
` [PATCH 35/45] NFS: Define and create inode-level cache "
` [PATCH 36/45] NFS: Use local disk inode cache "
` [PATCH 37/45] NFS: Invalidate FsCache page flags when cache removed "
` [PATCH 38/45] NFS: Add some new I/O counters for FS-Cache doing things for NFS "
` [PATCH 39/45] NFS: FS-Cache page management "
` [PATCH 40/45] NFS: Add read context retention for FS-Cache to call back with "
` [PATCH 41/45] NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching "
` [PATCH 42/45] NFS: Read pages from FS-Cache into an NFS inode "
` [PATCH 43/45] NFS: Store pages from an NFS inode into a local cache "
` [PATCH 44/45] NFS: Display local caching state "
` [PATCH 45/45] NFS: Add mount options to enable local caching on NFS "
nfsd 2.6.28 merge plans
2008-11-20 14:25 UTC (5+ messages)
linux memory mgmt system question
2008-11-20 14:17 UTC
2.6.27.5 tun/tap problem
2008-11-20 14:24 UTC (2+ messages)
` 2.6.26.x and 2.6.27.x 2.6.27-rc* regression: ssh and "
[PATCHSET] CUSE: implement CUSE, take #2
2008-11-20 14:23 UTC (6+ messages)
` [PATCH 1/5] FUSE: add fuse_ prefix to several functions
` [PATCH 2/5] FUSE: export symbols to be used by CUSE
` [PATCH 3/5] FUSE: separate out fuse_conn_init() from new_conn()
` [PATCH 4/5] FUSE: add fuse_conn->release()
` [PATCH 5/5] CUSE: implement CUSE - Character device in Userspace
[PATCH 1/2] protect /sbin/init from unwanted signals more
2008-11-20 15:20 UTC (5+ messages)
[PATCH] intel-iommu: remove some unused struct intel_iommu fields
2008-11-20 14:14 UTC (2+ messages)
[PATCHSET] FUSE: extend FUSE to support more operations, take #2
2008-11-20 14:11 UTC (6+ messages)
` [PATCH 1/5] fuse: move FUSE_MINOR to miscdevice.h
` [PATCH 2/5] FUSE: implement ioctl support
` [PATCH 3/5] FUSE: add file kernel handle
` [PATCH 4/5] FUSE: implement unsolicited notification
` [PATCH 5/5] FUSE: implement poll support
[PATCH 00 of 38] xen: add more Xen dom0 support
2008-11-20 8:33 UTC (3+ messages)
` [PATCH 30 of 38] xen: implement io_apic_ops
High load in 2.6.27, NFS / rpcauth_lookup_credcache()?
2008-11-20 14:08 UTC (10+ messages)
[PATCH] mfd: Fix define values of CS1_HIB_MODE
2008-11-20 14:04 UTC (2+ messages)
[PATCH RESEND] poll: allow f_op->poll to sleep, take #2
2008-11-20 13:57 UTC
[PATCH 0/5] Blackfin SMP like patchset
2008-11-20 13:50 UTC (5+ messages)
` [PATCH 2/5] Blackfin arch: SMP supporting patchset: Blackfin header files and machine common code
[patch 0/4] [RFC] Another proportional weight IO controller
2008-11-20 13:47 UTC (5+ messages)
[patch 0/4] [RFC] Another proportional weight IO controller
2008-11-20 13:40 UTC (11+ messages)
[PATCH 2/2] x86: Fixing __cpuinit/__init tangle
2008-11-20 13:12 UTC
[GIT]: Networking
2008-11-20 12:59 UTC
Crash during suspend to disk
2008-11-20 12:41 UTC
[2.6.27.6] jfs on raid1 => attempt to access beyond end of device
2008-11-20 12:42 UTC
CLONE_NEWIPC documentation
2008-11-20 12:26 UTC (5+ messages)
[PATCH 2.6.28-rc5 00/11] Kernel memory leak detector (updated)
2008-11-20 12:22 UTC (20+ messages)
` [PATCH 2.6.28-rc5 01/11] kmemleak: Add the base support
` [PATCH 2.6.28-rc5 02/11] kmemleak: Add documentation on the memory leak detector
` [PATCH 2.6.28-rc5 03/11] kmemleak: Add the memory allocation/freeing hooks
` [PATCH 2.6.28-rc5 04/11] kmemleak: Add modules support
` [PATCH 2.6.28-rc5 05/11] kmemleak: Add support for i386
` [PATCH 2.6.28-rc5 06/11] kmemleak: Add support for ARM
` [PATCH 2.6.28-rc5 07/11] kmemleak: Remove some of the kmemleak false positives
` [PATCH 2.6.28-rc5 08/11] kmemleak: Enable the building of the memory leak detector
` [PATCH 2.6.28-rc5 09/11] kmemleak: Keep the __init functions after initialization
` [PATCH 2.6.28-rc5 10/11] kmemleak: Simple testing module for kmemleak
` [PATCH 2.6.28-rc5 11/11] kmemleak: Add the corresponding MAINTAINERS entry
Btrfs trees for linux-next
2008-11-20 12:18 UTC
[atl1-devel] atl2: don't mess up irq on suspend/resume (probably msi only)
2008-11-20 12:18 UTC (6+ messages)
` "
pull request: wireless-2.6 2008-11-18
2008-11-20 12:05 UTC (2+ messages)
CLONE_IO documentation
2008-11-20 11:52 UTC (5+ messages)
CLONE_NEWUTS documentation
2008-11-20 11:51 UTC (3+ messages)
[PATCH] md_print_devices: use le{32,64}_to_cpu to access data correctly
2008-11-20 11:50 UTC (2+ messages)
Current state of CLONE_NEWUSER?
2008-11-20 11:49 UTC (3+ messages)
[PATCH RESEND] char_dev: add cdev->release() and convert cdev_alloc() to use it
2008-11-20 11:45 UTC (10+ messages)
[TOMOYO #13 (mmotm 2008-11-19-02-19) 00/11] TOMOYO Linux
2008-11-20 11:25 UTC (12+ messages)
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 01/11] Introduce security_path_clear() hook
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 02/11] Add in_execve flag into task_struct
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 03/11] Singly linked list implementation
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 04/11] Introduce d_realpath()
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 05/11] Memory and pathname management functions
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 06/11] Common functions for TOMOYO Linux
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 07/11] File operation restriction part
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 08/11] Domain transition handler
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 09/11] LSM adapter functions
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 10/11] Kconfig and Makefile
` [TOMOYO #13 (mmotm 2008-11-19-02-19) 11/11] MAINTAINERS info
[GIT PULL] AMD IOMMU updates for 2.6.28-rc5
2008-11-20 11:31 UTC (5+ messages)
[git pull] tracing fixes
2008-11-20 11:26 UTC
[git pull] x86 fixes
2008-11-20 11:22 UTC
Problem with 2.6.27.5 kernel (wont load)
2008-11-20 11:08 UTC (2+ messages)
[PATCH 0/7] introduce bio-cgroup into io-throttle
2008-11-20 11:15 UTC (8+ messages)
` [PATCH 1/7] porting bio-cgroup to 2.6.28-rc2-mm1
` [PATCH 2/7] Porting io-throttle v11 "
` [PATCH 3/7] Introduction for new feature
` [PATCH 4/7] enables bio-cgroup in io-throttle, have to mount together
` [PATCH 5/7] announce tasks moving in bio-cgroup
` [PATCH 6/7] support checking of subsystem dependencies
` [PATCH 7/7] let io-throttle support using bio-cgroup id
[2.6.28-rc5] mbp_nvidia_bl.o build fails
2008-11-20 11:14 UTC
[PATCH 1/1] cpumask: smp_call_function_many()
2008-11-20 11:12 UTC (5+ messages)
linux-next: Tree for November 19
2008-11-20 11:11 UTC (4+ messages)
` linux-next: Tree for November 19 (v4l2 warnings)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox