messages from 2009-09-04 22:03:57 to 2009-09-05 00:28:47 UTC [more...]
[patch 00/71] 2.6.30.6-stable review
2009-09-05 0:18 UTC (55+ messages)
` [patch 01/71] ehea: Fix napi list corruption on ifconfig down
` [patch 02/71] poll/select: initialize triggered field of struct poll_wqueues
` [patch 08/71] mac80211: fix panic when splicing unprepared TIDs
` [patch 09/71] Re-introduce page mapping check in mark_buffer_dirty()
` [patch 10/71] mm: fix hugetlb bug due to user_shm_unlock call
` [patch 13/71] tracing: Fix too large stack usage in do_one_initcall()
` [patch 14/71] sound: pcm_lib: fix unsorted list constraint handling
` [patch 20/71] KVM: x86: check for cr3 validity in mmu_alloc_roots
` [patch 21/71] KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock
` [patch 24/71] KVM: Deal with interrupt shadow state for emulated instructions
` [patch 25/71] KVM: MMU: Use different shadows when EFER.NXE changes
` [patch 26/71] KVM: x86: Ignore reads to EVNTSEL MSRs
` [patch 27/71] KVM: Ignore reads to K7 "
` [patch 28/71] KVM: Fix cpuid feature misreporting
` [patch 29/71] KVM: x86: verify MTRR/PAT validity
` [patch 30/71] KVM: SVM: force new asid on vcpu migration
` [patch 32/71] [stable] [PATCH 14/16] KVM: MMU: limit rmap chain length
` [patch 33/71] KVM: fix ack not being delivered when msi present
` [patch 34/71] KVM: Fix KVM_GET_MSR_INDEX_LIST
` [patch 35/71] iwl3945: fix rfkill switch
` [patch 36/71] iwlagn: do not send key clear commands when rfkill enabled
` [patch 37/71] libata: OCZ Vertex cant do HPA
` [patch 38/71] SCSI: mpt2sas: Introduced check for enclosure_handle to avoid crash
` [patch 45/71] [SCSI] mpt2sas: fix config request and diag reset deadlock
` [patch 46/71] do_sigaltstack: avoid copying stack_t as a structure to user space
` [patch 47/71] Bug Fix arch/ia64/kernel/pci-dma.c: fix recursive dma_supported() call in iommu_dma_supported()
` [patch 48/71] x86, amd: Dont probe for extended APIC ID if APICs are disabled
` [patch 49/71] ocfs2: Initialize the cluster were writing to in a non-sparse extend
` [patch 50/71] ACPI processor: force throttling state when BIOS returns incorrect value
` [patch 51/71] vfs: fix inode_init_always calling convention
` [patch 52/71] vfs: add __destroy_inode
` [patch 53/71] xfs: fix freeing of inodes not yet added to the inode cache
` [patch 54/71] xfs: fix spin_is_locked assert on uni-processor builds
` [patch 55/71] gspca - ov534: Fix ov772x
` [patch 56/71] kthreads: fix kthread_create() vs kthread_stop() race
` [patch 57/71] ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapped bindings consistent with IPv4)
` [patch 58/71] USB: fix the clear_tt_buffer interface
` [patch 59/71] USB: EHCI: use the new "
` [patch 60/71] USB: EHCI: fix two new bugs related to Clear-TT-Buffer
` [patch 61/71] powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registration
` [patch 62/71] ipv4: make ip_append_data() handle NULL routing table
` [patch 63/71] ar9170: fix read & write outside array bounds
` [patch 64/71] xenfb: connect to backend before registering fb
` [patch 65/71] can: Fix raw_getname() leak
` [patch 66/71] irda: Fix irda_getname() leak
` [patch 67/71] appletalk: fix atalk_getname() leak
` [patch 68/71] netrom: Fix nr_getname() leak
` [patch 69/71] econet: Fix econet_getname() leak
` [patch 70/71] rose: Fix rose_getname() leak
` [patch 71/71] NET: llc, zero sockaddr_llc struct
[U-Boot] [PATCH 1/8] USB Consolidate descriptor definitions
2009-09-05 0:26 UTC (10+ messages)
` [U-Boot] [PATCH 2/8] USB add macros for debugging usb device setup
` [U-Boot] [PATCH 3/8] TWL4030 Add usb PHY support
` [U-Boot] [PATCH 4/8] OMAP3 Add usb device support
` [U-Boot] [PATCH 5/8] OMAP3 zoom1 Add usbtty configuration
` [U-Boot] [PATCH 6/8] OMAP3 beagle "
[PATCH] net: fix hydra printk format warning
2009-09-05 0:20 UTC
[PATCH] z2ram: fix printk format warning
2009-09-05 0:20 UTC
[PATCH 00/18] tracing/ring-buffer: fixes for latency tracer [2.6.32]
2009-09-04 23:55 UTC (19+ messages)
` [PATCH 01/18] ring-buffer: do not reset while in a commit
` [PATCH 02/18] ring-buffer: do not swap buffers during "
` [PATCH 03/18] ring-buffer: remove unnecessary cpu_relax
` [PATCH 04/18] ring-buffer: fix ring_buffer_read crossing pages
` [PATCH 05/18] ring-buffer: remove ring_buffer_event_discard
` [PATCH 06/18] ring-buffer: do not count discarded events
` [PATCH 07/18] ring-buffer: disable all cpu buffers when one finds a problem
` [PATCH 08/18] tracing: print out start and stop in latency traces
` [PATCH 09/18] tracing: disable update max tracer while reading trace
` [PATCH 10/18] tracing: disable buffers and synchronize_sched before resetting
` [PATCH 11/18] tracing: remove users of tracing_reset
` [PATCH 12/18] tracing: use timestamp to determine start of latency traces
` [PATCH 13/18] tracing: make tracing_reset safe for external use
` [PATCH 14/18] tracing: pass around ring buffer instead of tracer
` [PATCH 15/18] tracing: add trace_array_printk for internal tracers to use
` [PATCH 16/18] tracing: report error in trace if we fail to swap latency buffer
` [PATCH 17/18] ring-buffer: check for swapped buffers in start of committing
` [PATCH 18/18] ring-buffer: only enable ring_buffer_swap_cpu when needed
[PATCH 0/4] Safely removing mmaped files
2009-09-04 19:25 UTC (3+ messages)
` [PATCH 1/4] mm: Introduce revoke_file_mappings
[PATCH] net: Add DEVTYPE support for Ethernet based devices
2009-09-05 0:17 UTC (2+ messages)
Memory leak on acpi_add_single_object()
2009-09-05 0:15 UTC (3+ messages)
Staging tree status for the .32 kernel merge
2009-09-05 0:16 UTC (7+ messages)
2.6.31-rc5 regression: hd don't show up
2009-09-05 0:12 UTC (17+ messages)
[JGIT] Request for help
2009-09-05 0:06 UTC (4+ messages)
process_zones() kmemleak on 2.6.31-rc8
2009-09-05 0:06 UTC (2+ messages)
[PATCH] ioc4_serial: fix printk format warnings
2009-09-05 0:04 UTC
[PATCH] cfg80211: clear cfg80211_inform_bss() from kmemleak reports
2009-09-05 0:03 UTC (15+ messages)
[PATCH] sgi-xp: fix printk format warnings
2009-09-05 0:02 UTC
[Pkg-alsa-devel] Bug#544607: /usr/share/alsa/init/default:52: missing closing brace for format
2009-09-05 0:01 UTC (3+ messages)
` [PATCH] Bug#544607: /usr/share/alsa/init/default missing closing brace for format in 5 cases
[PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850
2009-09-05 0:03 UTC
[PATCH] mbcs: fix printk format warnings
2009-09-04 23:58 UTC
[PATCH 2/3] [ARM] omap850: Fix a OMAP_MPUIO_VBASE typo
2009-09-05 0:02 UTC
[PATCH 1/3] [ARM] omap850: Fix wrong jtag_id
2009-09-05 0:00 UTC
Strange merge failure (would be overwritten by merge / cannot merge)
2009-09-04 23:45 UTC (2+ messages)
[U-Boot] [PATCH 2/3] standalone: convert to kbuild style
2009-09-04 23:54 UTC (2+ messages)
` [U-Boot] [PATCH 2/3 v2] "
[RESEND][PATCH V1] mm/vsmcan: check shrink_active_list() sc->isolate_pages() return value
2009-09-04 23:53 UTC (6+ messages)
[U-Boot] [PATCH 1/3] push LOAD_ADDR out to arch mk files
2009-09-04 23:50 UTC (4+ messages)
` [U-Boot] [PATCH 3/3] atmel_df_pow2: standalone to convert dataflashes to pow2
[U-Boot] [PATCH] AT91: Add support for blue_LED_* and add coloured_LED_init to at91/led.c
2009-09-04 23:47 UTC (8+ messages)
Shing the frost off of them," murmured Da
2009-09-04 23:47 UTC
[RFC] multiboot ammendment firmware info
2009-09-04 23:42 UTC (4+ messages)
+ kcore-register-vmemmap-range-fix.patch added to -mm tree
2009-09-04 23:39 UTC
[U-Boot] [PATCH] Add support for the Calao SBC35-A9G20 board
2009-09-04 23:36 UTC (2+ messages)
[U-Boot] [PATCH] Add support for the DevKit8000 board
2009-09-04 23:34 UTC (2+ messages)
mmotm 2009-09-03-16-35 uploaded
2009-09-04 23:30 UTC (9+ messages)
` mount.nfs oops [was: mmotm 2009-09-03-16-35 uploaded]
[PATCH 1/2] rtc: Document the sysfs interface
2009-09-04 23:23 UTC (5+ messages)
` [rtc-linux] "
` [rtc-linux] "
+ rtc-document-the-sysfs-interface.patch added to -mm tree
2009-09-04 23:22 UTC
[PATCH] perl_5.8.8.bb: Fix compilation when bindir is not /usr/bin
2009-09-04 23:03 UTC
+ kbuild-generate-modulesbuiltin.patch added to -mm tree
2009-09-04 23:19 UTC
+ kbuild-rebuild-fix-for-makefilemodbuiltin.patch added to -mm tree
2009-09-04 23:19 UTC
4GiB support and huge block (4K) page support
2009-09-04 23:18 UTC
[U-Boot] RFC: split ARM repo and distribute workload
2009-09-04 23:17 UTC (2+ messages)
Advice on reassembling after hard crash
2009-09-04 23:17 UTC (2+ messages)
[to-be-updated] lzo-add-support-for-lzo-compressed-kernels.patch removed from -mm tree
2009-09-04 23:16 UTC
[to-be-updated] lzo-arm-add-support-for-lzo-compressed-kernels.patch removed from -mm tree
2009-09-04 23:16 UTC
[to-be-updated] lzo-x86-add-support-for-lzo-compressed-kernels.patch removed from -mm tree
2009-09-04 23:16 UTC
[to-be-updated] lzo-add-lzo-compression-support-for-initramfs-and-old-style-initrd.patch removed from -mm tree
2009-09-04 23:16 UTC
[LTP] [PATCH] Patch to change the format of Steve Rostedt's rt-migrate-test testcase
2009-09-04 22:54 UTC (4+ messages)
Regarding dm-ioband tests
2009-09-04 23:11 UTC (4+ messages)
[Ocfs2-devel] [PATCH] ocfs2: adds mlog_errno to aops.c
2009-09-04 23:11 UTC (2+ messages)
[PATCH 3/3] USB: musb: omap: Enable MUSB clocks before xceiver resume
2009-09-04 23:05 UTC
[PATCH 2/3] USB: musb: omap: Fix wrong xceivr passing to twl4030
2009-09-04 23:04 UTC
[PATCH 1/3] USB: musb: All each platform to have power hooks
2009-09-04 23:04 UTC
[PATCH 0/3] USB: MUSB: Provide Platform specific suspend/resume hooks
2009-09-04 23:04 UTC
[Ocfs2-devel] [GIT PULL] Critical ocfs2 fixes for 2.6.31-rc8
2009-09-04 23:06 UTC (2+ messages)
` "
[PATCH] xfsprogs: mark some functions as noreturn
2009-09-04 23:09 UTC (2+ messages)
[PATCH] x86: Decrease the level of some NUMA messages to KERN_DEBUG
2009-09-04 23:07 UTC
Reading NFS file without copying to user-space?
2009-09-04 23:03 UTC (9+ messages)
Error restoring DomU when using GPLPV
2009-09-04 23:02 UTC (2+ messages)
[PATCH] Don't map nested_vmcb on INTERCEPT_MSR_PROT
2009-09-04 22:59 UTC (3+ messages)
[tip:x86/kbuild] x86: Don't silently override CONFIG_64BIT in 'make oldconfig'
2009-09-04 22:54 UTC (6+ messages)
pull request: SCTP updates for net-next-2.6
2009-09-04 22:58 UTC (4+ messages)
[U-Boot] [PATCH] fsl_i2c: increase I2C timeout values and make them configurable
2009-09-04 22:57 UTC (3+ messages)
[PATCH] forcedeth: updated phy errata
2009-09-04 22:54 UTC (6+ messages)
kmemleak reports on wireless-testing master-2009-09-04 + kmemleak tree
2009-09-04 22:40 UTC (3+ messages)
[U-Boot] [PATCH 4/4] s5pc1xx: add support SMDKC100 board
2009-09-04 22:39 UTC (2+ messages)
Regression between 2.6.29 and 2.6.30.5
2009-09-04 22:39 UTC
Problem with unaccepted rules!
2009-09-04 22:38 UTC
[Devel] FW: [PATCH] Repair predefined Package -> Buffer
2009-09-04 22:37 UTC
unaligned accesses in apply_relocate_add
2009-09-04 22:37 UTC (5+ messages)
[PATCH 1/1] Power: fix suspend vt regression
2009-09-04 22:36 UTC (7+ messages)
` suspend race -next regression [Was: Power: fix suspend vt regression]
` suspend race -mm "
[PATCH 1/8] Make the "traditionally-supported" URLs a special case
2009-09-04 22:36 UTC (10+ messages)
[lm-sensors] [PATCH] hwmon: include <linux/io.h> instead of
2009-09-04 22:33 UTC (2+ messages)
Bug#545092: [Pkg-alsa-devel] Bug#545092: amixer -h doesn't show the whole set of commands
2009-09-04 22:33 UTC
[PATCH v2 0/5] kmemleak: few small cleanups and clear command support
2009-09-04 22:28 UTC (5+ messages)
` [PATCH v2 2/5] kmemleak: add "
improving checksum cpu consumption in ksm
2009-09-04 22:29 UTC (5+ messages)
[GIT PULL] tracing/kprobes: Add dynamic tracepoints + instruction decoder
2009-09-04 22:29 UTC (8+ messages)
` [PATCH -tip tracing/kprobes 3/6] kprobes/x86: Fix to add __kprobes to in-kernel fault handing functions
[U-Boot] [PATCH] arm_cortexa8: support cache flush to other soc
2009-09-04 22:24 UTC (5+ messages)
[PATCH] ACPI / PM: Allow PCI root bridges to wake up the system
2009-09-04 22:21 UTC (14+ messages)
` [RFC][PATCH 4/4] PCI/ACPI PM: Propagate wake-up enable for devices w/o ACPI support
` [linux-pm] "
` [RFC][PATCH 4/4 replacement] ACPI PM: Replace wakeup.prepared with reference counter
` [RFC][PATCH 5] PCI/ACPI PM: Propagate wake-up enable for devices w/o ACPI support
[PATCH] sane-toolchain-eglibc.inc: Set TARGET_OS = linux-gnuspe for e500
2009-09-04 21:52 UTC (11+ messages)
` [PATCH] sane-toolchain-eglibc.inc: Set TARGET_OS?= "
[U-Boot] [PATCH 2/2] fsl: add register read-back to set_law()
2009-09-04 22:18 UTC (2+ messages)
[PATCH, RFC] ext4: limit block allocations for indirect-block files to < 2^32
2009-09-04 22:17 UTC
[PATCH 0/2] tracing: Fixes for 2.6.32
2009-09-04 22:17 UTC (2+ messages)
[Devel] [PATCH] Repair predefined Package -> Buffer
2009-09-04 22:10 UTC
whatever he may by the counse
2009-09-04 22:09 UTC
several OMAP newbie questions
2009-09-04 22:08 UTC (2+ messages)
MMC retry mechanism
2009-09-04 22:08 UTC
Crash when booting 32-bit kernel with pvgrub
2009-09-04 22:08 UTC (3+ messages)
[PATCH] qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non-accelerated mode
2009-09-04 22:03 UTC (11+ messages)
` [Qemu-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.