messages from 2010-05-14 16:06:27 to 2010-05-14 21:48:44 UTC [more...]
[PATCH 0/8] v2 Moorestown core patches for 35 merge window
2010-05-14 21:41 UTC (6+ messages)
` [PATCH 1/8] x86/mrst/pci: return 0 for non-present pci bars
` [PATCH 5/8] x86/platform: add a wallclock_init func to x86_platforms ops
` [PATCH 6/8] x86/mrst: add vrtc driver which serves as a wall clock device
` [PATCH 7/8] x86/mrst: add nop functions to x86_init mpparse functions
` [PATCH 8/8] input: do not select i8042 for x86 mid
[linux-pm] [PATCH 0/8] Suspend block api (version 6)
2010-05-14 21:40 UTC (19+ messages)
[PATCH 2.6.34-rcX] Do not expect PCI devices to return zeroes in PCIe space
2010-05-14 21:39 UTC (4+ messages)
` [tip:x86/urgent] x86, mrst: Don't blindly access extended config space
[PATCH] removing redundant ifdefs
2010-05-14 21:32 UTC (3+ messages)
` [PATCH 13/13] drivers/ata: removing redundant ifdef
[PATCH] Use microsecond granularity for taskstats accounting
2010-05-14 21:28 UTC (2+ messages)
[PATCH] mm: Consider the entire user address space during node migration
2010-05-14 21:26 UTC (2+ messages)
[PATCH 0/8] Suspend block api (version 7)
2010-05-14 21:08 UTC (2+ messages)
[PATCH 1/2] Staging: comedi: Fixed long line lengths in comedi.h
2010-05-14 20:51 UTC (5+ messages)
` [PATCH 2/2] Staging: comedi: Fixed more "
[PATCH 1/10] drivers/s390/char: Use kstrdup
2010-05-14 21:03 UTC (3+ messages)
mmotm 2010-05-14-13-33 uploaded
2010-05-14 20:33 UTC
ath9k: BUG kmalloc-8192: Poison overwritten
2010-05-14 20:58 UTC (19+ messages)
linux-next: Tree for May 14
2010-05-14 20:52 UTC (5+ messages)
` [PATCH -next] IR: fix ir-nec-decoder build, select BITREVERSE
` [PATCH -next] netfilter: xt_TEE depends on NF_CONNTRACK
[PATCH RFC] virtio_blk: Use blk-iopoll for host->guest notify
2010-05-14 20:47 UTC
really generic, type save and type definable
2010-05-14 20:46 UTC (3+ messages)
` [PATCH 4/4] add example files to the kernel sample directory
[PATCH] kvm: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq
2010-05-13 22:54 UTC (2+ messages)
[PATCH v2 1/8] kconfig: print symbol type in help text
2010-05-14 20:43 UTC (3+ messages)
[PATCH 0/5] Per-superblock shrinkers
2010-05-14 20:36 UTC (3+ messages)
` Defrag in shrinkers (was Re: [PATCH 0/5] Per-superblock shrinkers)
` Defrag in shrinkers
[PATCH] inotify_user.c: make local symbol static
2010-05-14 20:35 UTC
[PATCH tip/core/rcu 0/11] Add debugobjects checking to RCU callbacks
2010-05-14 20:16 UTC (5+ messages)
` [PATCH RFC tip/core/rcu 06/11] staging: remove all rcu head initializations
wlan-ng: hfa384x_usb.c patch: Fix Whitespace issues
2010-05-14 20:16 UTC (2+ messages)
[PATCH] anon_inode: set S_IFREG on the anon_inode
2010-05-14 20:26 UTC (3+ messages)
TSC unstable due to TSC halts in idle?
2010-05-14 20:13 UTC
[PATCH 7/10] security/selinux/ss: Use kstrdup
2010-05-14 20:09 UTC (2+ messages)
[PATCH 8/10] fs/ocfs2/dlm: Use kstrdup
2010-05-14 20:06 UTC (2+ messages)
[PATCH -v17 00/37] Use lmb with x86
2010-05-14 19:46 UTC (38+ messages)
` [PATCH 01/37] lmb: lmb_find_base() should return LMB_ERROR on failing path
` [PATCH 02/37] lmb: Prepare x86 to use lmb to replace early_res
` [PATCH 03/37] lmb: Print new doubled array location info
` [PATCH 04/37] lmb: Export LMB_ERROR again
` [PATCH 05/37] lmb: Prepare to include linux/lmb.h in core file
` [PATCH 06/37] lmb: Add ARCH_DISCARD_LMB to put lmb code to .init
` [PATCH 07/37] lmb: Add lmb_find_area()
` [PATCH 08/37] x86, lmb: Add lmb_find_area_size()
` [PATCH 09/37] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 10/37] x86, lmb: Add lmb_to_bootmem()
` [PATCH 11/37] x86,lmb: Add lmb_reserve_area/lmb_free_area
` [PATCH 12/37] x86, lmb: Add get_free_all_memory_range()
` [PATCH 13/37] x86, lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 14/37] lmb: Add find_memory_core_early()
` [PATCH 15/37] x86, lmb: Add lmb_find_area_node()
` [PATCH 16/37] x86, lmb: Add lmb_free_memory_size()
` [PATCH 17/37] x86, lmb: Add lmb_memory_size()
` [PATCH 18/37] x86, lmb: Use lmb_debug to control debug message print out
` [PATCH 19/37] x86, lmb: Add x86 version of __lmb_find_area()
` [PATCH 20/37] x86: Use lmb to replace early_res
` [PATCH 21/37] x86: Replace e820_/_early string with lmb_
` [PATCH 22/37] x86: Remove not used early_res code
` [PATCH 23/37] x86, lmb: Use lmb_memory_size()/lmb_free_memory_size() to get correct dma_reserve
` [PATCH 24/37] bootmem: Add nobootmem.c to reduce the #ifdef
` [PATCH 25/37] mm: move contig_page_data define to bootmem.c/nobootmem.c
` [PATCH 26/37] lmb: Move __alloc_memory_core_early() to nobootmem.c
` [PATCH 27/37] x86: Have nobootmem version setup_bootmem_allocator()
` [PATCH 28/37] x86: Put 64 bit numa node memmap above 16M
` [PATCH 29/37] swiotlb: Use page alignment for early buffer allocation
` [PATCH 30/37] x86: Add sanitize_e820_map()
` [PATCH 31/37] x86: Change e820_saved to __initdata
` [PATCH 32/37] x86: Align e820 ram range to page
` [PATCH 33/37] x86: Use wake_system_ram_range() instead of e820_any_mapped() in agp path
` [PATCH 34/37] x86: Add get_centaur_ram_top()
` [PATCH 35/37] x86: Change e820_any_mapped() to __init
` [PATCH 36/37] x86: Use walk_system_ream_range() instead of referring e820.map directly for tboot
` [PATCH 37/37] x86: make e820 to be __initdata
[PATCH -V7 4/9] vfs: Add open by file handle support
2010-05-14 19:56 UTC
[PATCH 00/13 v3] [GIT PULL] tracing: shrinking trace events and updates
2010-05-14 19:22 UTC (14+ messages)
` [PATCH 01/13 v3] tracing: Create class struct for events
` [PATCH 02/13 v3] tracepoints: Add check trace callback type
` [PATCH 03/13 v3] tracing: Let tracepoints have data passed to tracepoint callbacks
` [PATCH 04/13 v3] tracing: Remove per event trace registering
` [PATCH 05/13 v3] tracing: Move fields from event to class structure
` [PATCH 06/13 v3] tracing: Move raw_init from events to class
` [PATCH 07/13 v3] tracing: Allow events to share their print functions
` [PATCH 08/13 v3] tracing: Move print functions into event class
` [PATCH 09/13 v3] tracing: Remove duplicate id information in event structure
` [PATCH 10/13 v3] tracing: Combine event filter_active and enable into single flags field
` [PATCH 11/13 v3] tracing: Fix function declarations if !CONFIG_STACKTRACE
` [PATCH 12/13 v3] ring-buffer: Add cached pages when freeing reader page
` [PATCH 13/13 v3] tracing: Comment the use of event_mutex with trace event flags
[PATCH 10/10] arch/powerpc/platforms/iseries: Use kstrdup
2010-05-14 19:31 UTC
[PATCH 9/10] drivers/md: Use kstrdup
2010-05-14 19:31 UTC
[PATCH 6/10] arch/powerpc/platforms/pseries: Use kstrdup
2010-05-14 19:30 UTC
[PATCH 5/10] drivers/message/i2o/memory.c: Use kstrdup
2010-05-14 19:29 UTC
[PATCH 4/10] fs/reiserfs: Use kstrdup
2010-05-14 19:29 UTC
[PATCH 3/10] drivers/acpi: Use kstrdup
2010-05-14 19:29 UTC
[PATCH 2/10] drivers/char/ipmi: Use kstrdup
2010-05-14 19:28 UTC
[PATCH 1/2] sysfs: add struct file* to bin_attr callbacks
2010-05-14 19:26 UTC (4+ messages)
` [PATCH 2/2] pci: allow sysfs file owner to read device dependent config space
[PATCH] usb: gadget: g_mass_storage: static data instead of dynamic allocation
2010-05-14 19:11 UTC (2+ messages)
[PATCH] staging/comedi: new Kconfig and Makefiles, drivers grouped by bustype
2010-05-14 19:01 UTC (2+ messages)
linux-next: manual merge of the omap_dss2 tree with the omap tree
2010-05-14 19:09 UTC (4+ messages)
[PATCH -tip/master] x86,perf: P4 PMU - fix counters management logic
2010-05-14 19:08 UTC
[GIT PULL] x86 fixes for 2.6.34/2.6.34-rc8
2010-05-14 19:07 UTC
[git pull] Input updates for 2.6.34-rc6
2010-05-14 19:05 UTC (12+ messages)
[PATCH] Staging: udlfb: fix coding style issues
2010-05-14 19:03 UTC
[PATCH 2/5] x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments
2010-05-14 19:01 UTC (3+ messages)
` [tip:x86/urgent] "
[tip:x86/urgent] x86, k8: Fix build error when K8_NB is disabled
2010-05-14 19:00 UTC
[GIT PULL] notification updates for 2.6.34-rcX
2010-05-14 18:59 UTC (3+ messages)
[PATCH -V7 0/8] Generic name to handle and open by handle syscalls
2010-05-14 19:08 UTC (17+ messages)
` [PATCH -V7 3/9] vfs: Add name to file handle conversion support
` [PATCH -V7 6/9] ext4: Add get_fsid callback
[PATCH 1/2] posix_timer: separate timer_cleanup from timer_del
2010-05-14 18:48 UTC (5+ messages)
` [PATCH 2/2] posix_timer: clean up properly if anything fails after *_timer_create
[RFC] Tracer Ring Buffer splice() vs page cache [was: Re: Perf and ftrace [was Re: PyTimechart]]
2010-05-14 18:49 UTC (2+ messages)
[GIT PULL] one more davinci fix for 2.6.34
2010-05-14 18:35 UTC
Performance Events hangs with Intel P4 system
2010-05-14 18:33 UTC (18+ messages)
[PATCH] vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes
2010-05-14 17:12 UTC (2+ messages)
Rampant ext3/4 corruption on 2.6.34-rc7 with VIVT ARM (Marvell 88f5182)
2010-05-14 17:59 UTC (8+ messages)
[PATCH]460EX on-chip SATA driver <Kernel 2.6.33> < resubmission >
2010-05-14 17:44 UTC (2+ messages)
kernel BUG in iwl-agn-rs.c:2076, WAS: iwlagn + some accesspoint == hardlock
2010-05-14 17:45 UTC (2+ messages)
[PATCH 2/2] lib/btree: Fix possible NULL pointer dereference
2010-05-14 17:41 UTC (3+ messages)
[PATCH] ipm: fix mutex use
2010-05-14 17:25 UTC (2+ messages)
[PATCH 1/2] lib/btree: Kill unused MAX macro
2010-05-14 17:03 UTC (3+ messages)
[PATCH 0/2] A couple of workarounds for Xen based VPS services
2010-05-14 16:50 UTC (6+ messages)
` [PATCH 1/2] Allow hvc tty's to pose as vt's
` [PATCH 2/2] Make the Xen block device prefix configurable
[PATCH] MMC: OMAP HS-MMC: convert to dev_pm_ops
2010-05-14 16:51 UTC (3+ messages)
[PATCH 0/8] Suspend block api (version 6)
2010-05-14 16:47 UTC (7+ messages)
` [linux-pm] "
[PATCH 1/3] input: Add some extra PNP keyboard types
2010-05-14 16:42 UTC (8+ messages)
` [PATCH 2/3] input: Add a PNP entry to the aux device list
` [PATCH 3/3] input: Default to only using PNP for i8042 probing on x86
[PATCH 11/35] lmb: Add find_memory_core_early()
2010-05-14 16:44 UTC (5+ messages)
[PATCH -v16 00/35] Use lmb with x86
2010-05-14 16:41 UTC (36+ messages)
` [PATCH 01/35] lmb: prepare x86 to use lmb to replace early_res
` [PATCH 03/35] lmb: Add ARCH_DISCARD_LMB to put lmb code to .init
` [PATCH 04/35] lmb: Add lmb_find_area()
` [PATCH 05/35] x86, lmb: Add lmb_find_area_size()
` [PATCH 13/35] x86, lmb: Add lmb_free_memory_size()
` [PATCH 15/35] x86, lmb: Add lmb_reserve_area_overlap_ok()
` [PATCH 17/35] x86, lmb: Add x86 version of __lmb_find_area()
[PATCH 2.6.34-rc5 v2] HID: Zydacron Remote Control HID Driver
2010-05-14 16:30 UTC
[PATCHv5 0/3] Introduce the /proc/socinfo and use it to export OMAP data
2010-05-14 16:27 UTC (3+ messages)
[PATCH] perf/trace: use read() instead of lseek() in trace_event_read.c:skip()
2010-05-14 16:22 UTC (3+ messages)
[PATCH 1/4] padata: Use a timer to handle remaining objects in the reorder queues
2010-05-14 16:18 UTC (3+ messages)
` [PATCH 3/4] padata: Add some code comments
[PATCH 0/2] drm: registering panic notifier cosmetics
2010-05-14 15:45 UTC (3+ messages)
` [PATCH 1/2] drm/radeon: "unregistered panic notifier" printk is redundant
` [PATCH 2/2] drm: Prefix info printk about registering panic notifier with 'drm'
[PATCH/RFC] Have sane default values for cpusets
2010-05-14 16:07 UTC (11+ messages)
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;
as well as URLs for NNTP newsgroup(s).