messages from 2009-05-06 20:25:23 to 2009-05-07 02:04:37 UTC [more...]
[PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQs
2009-05-07 2:04 UTC (9+ messages)
[Bug #13058] First hibernation attempt fails
2009-05-07 1:58 UTC (5+ messages)
` [PATCH 5/5] PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)
[PATCH 0/7] export more page flags in /proc/kpageflags (take 5)
2009-05-07 1:21 UTC (8+ messages)
` [PATCH 1/7] mm: introduce PageHuge() for testing huge/gigantic pages
` [PATCH 2/7] slob: use PG_slab for identifying SLOB pages
` [PATCH 3/7] proc: kpagecount/kpageflags code cleanup
` [PATCH 4/7] proc: export more page flags in /proc/kpageflags
` [PATCH 5/7] pagemap: document clarifications
` [PATCH 6/7] pagemap: document 9 more exported page flags
` [PATCH 7/7] pagemap: add page-types tool
[v0 PATCH 0/1] EDAC: Use dev_name() for AMD8111/AMD8131 drivers
2009-05-07 1:47 UTC (2+ messages)
` [v0 PATCH 1/1] Use dev_name() for AMD8111/AMD8131 EDAC driver
IO scheduler based IO Controller V2
2009-05-07 1:48 UTC (23+ messages)
` [PATCH 18/18] io-controller: Debug hierarchical IO scheduling
[PATCH 3/3] ptrace: do not use task_lock() for attach
2009-05-07 1:17 UTC (12+ messages)
` [RFC PATCH 3/3a] ptrace: add _ptrace_may_access()
[KVM PATCH v4 0/2] irqfd
2009-05-07 1:34 UTC (6+ messages)
` [KVM PATCH v4 2/2] kvm: add support for irqfd via eventfd-notification interface
[PATCH] driver-core: devtmpfs - driver core maintained /dev tmpfs
2009-05-07 1:41 UTC (2+ messages)
[patch 00/58] 2.6.29.3-stable review
2009-05-07 1:26 UTC (62+ messages)
` [patch 01/58] forcedeth: Fix resume from hibernation regression
` [patch 02/58] mac80211: Fix bug in getting rx status for frames pending in reorder buffer
` [patch 03/58] b43: Poison RX buffers
` [patch 04/58] b43: Refresh RX poison on buffer recycling
` [patch 05/58] thinkpad-acpi: fix LED blinking through timer trigger
` [patch 06/58] ALSA: us122l: add snd_us122l_free()
` [patch 07/58] mac80211: fix basic rate bitmap calculation
` [patch 08/58] KVM: MMU: Fix off-by-one calculating large page count
` [patch 09/58] KVM: MMU: disable global page optimization
` [patch 10/58] KVM: Fix overlapping check for memory slots
` [patch 11/58] KVM: x86: release time_page on vcpu destruction
` [patch 12/58] USB: Unusual Device support for Gold MP3 Player Energy
` [patch 13/58] virtio-rng: Remove false BUG for spurious callbacks
` [patch 14/58] b44: Use kernel DMA addresses for the kernel DMA API
` [patch 15/58] block: include empty disks in /proc/diskstats
` [patch 16/58] crypto: ixp4xx - Fix handling of chained sg buffers
` [patch 17/58] exit_notify: kill the wrong capable(CAP_KILL) check (CVE-2009-1337)
` [patch 18/58] PCI: fix incorrect mask of PM No_Soft_Reset bit
` [patch 19/58] unreached code in selinux_ip_postroute_iptables_compat() (CVE-2009-1184)
` [patch 20/58] drm/i915: add support for G41 chipset
` [patch 21/58] x86-64: fix FPU corruption with signals and preemption
` [patch 22/58] x86/PCI: dont call e820_all_mapped with -1 in the mmconfig case
` [patch 23/58] ASoC: Fix offset of freqmode in WM8580 PLL configuration
` [patch 24/58] PCI quirk: disable MSI on VIA VT3364 chipsets
` [patch 25/58] bio: fix memcpy corruption in bio_copy_user_iov()
` [patch 26/58] drm/i915: allow tiled front buffers on 965+
` [patch 27/58] pagemap: require aligned-length, non-null reads of /proc/pid/pagemap
` [patch 28/58] kbuild: fix Module.markers permission error under cygwin
` [patch 29/58] ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex
` [patch 30/58] USB: serial: fix lifetime and locking problems
` [patch 31/58] ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entries
` [patch 32/58] powerpc: Sanitize stack pointer in signal handling code
` [patch 33/58] compat_do_execve should unshare_files
` [patch 34/58] fix setuid sometimes doesnt
` [patch 35/58] fix setuid sometimes wouldnt
` [patch 36/58] Annotate struct fs_structs usage count restriction
` [patch 37/58] Kill unsharing fs_struct in __set_personality()
` [patch 38/58] Get rid of bumping fs_struct refcount in pivot_root(2)
` [patch 39/58] Take fs_struct handling to new file (fs/fs_struct.c)
` [patch 40/58] New locking/refcounting for fs_struct
` [patch 41/58] check_unsafe_exec() doesnt care about signal handlers sharing
` [patch 42/58] do_execve() must not clear fs->in_exec if it was set by another thread
` [patch 43/58] check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/
` [patch 44/58] mv643xx_eth: 64bit mib counter read fix
` [patch 45/58] mv643xx_eth: OOM handling fixes
` [patch 46/58] ath5k: fix buffer overrun in rate debug code
` [patch 47/58] proc: avoid information leaks to non-privileged processes
` [patch 48/58] cs5536: define dma_sff_read_status() method
` [patch 49/58] intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges
` [patch 50/58] intel-iommu: Fix oops in device_to_iommu() when devices not found
` [patch 51/58] intel-iommu: Avoid panic() for DRHD at address zero
` [patch 52/58] clockevents: prevent endless loop in tick_handle_periodic()
` [patch 53/58] Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions
` [patch 54/58] mm: fix Committed_AS underflow on large NR_CPUS environment
` [patch 55/58] rndis_wlan: fix initialization order for workqueue&workers
` [patch 56/58] sched: account system time properly
` [patch 57/58] tracing: x86, mmiotrace: fix range test
` [patch 58/58] ath9k: Fix FIF_BCN_PRBRESP_PROMISC handling
[PATCH] w1-gpio: add external pull-up enable callback
2009-05-07 1:30 UTC (5+ messages)
[PATCH v3] ftrace: add a tracepoint for __raise_softirq_irqoff()
2009-05-07 1:16 UTC (5+ messages)
[PATCH] rtc: rtc-twl4030 don't mask alarm interrupts on suspend
2009-05-07 1:12 UTC
[RFC][PATCH 0/5] PM/Hibernate: Rework memory shrinking
2009-05-07 0:36 UTC (10+ messages)
` [RFC][PATCH 1/5] PM/Freezer: Disable OOM killer when tasks are frozen
` [linux-pm] [RFC][PATCH 1/5] PM/Freezer: Disable OOM killer whentasks "
` [RFC][PATCH 2/5] PM/Suspend: Do not shrink memory before suspend
` [RFC][PATCH 3/5] PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)
` [RFC][PATCH 4/5] PM/Hibernate: Rework shrinking of memory
` [RFC][PATCH 5/5] PM/Hibernate: Do not release preallocated memory unnecessarily
[Security] [PATCH] proc: avoid information leaks to non-privileged processes
2009-05-07 0:50 UTC (20+ messages)
` [patch] random: make get_random_int() more random
[PATCH 2.6.30-rc4] thermal: fix off-by-1 error in trip point trigger condition
2009-05-07 0:48 UTC (2+ messages)
[RESEND][PATCH 0/2] Convert acked !GENERIC_TIME architectures to use the generic timekeeping core
2009-05-07 0:47 UTC (7+ messages)
` [RESEND][PATCH 1/2] Create arch_gettimeoffset infrastructure for use in "
` [RESEND][PATCH 2/2] Convert sh to use arch_getoffset() infrastructure
` [PATCH] Sanity check sysfs clocksource changes
How to use a different sched_clock() for ftrace on omap?
2009-05-07 0:34 UTC (2+ messages)
[PATCH 2/3] ptrace: cleanup check/set of PT_PTRACED during attach
2009-05-07 0:31 UTC (4+ messages)
[PATCH] x86: ptrace debugreg checks rewrite
2009-05-07 0:24 UTC (5+ messages)
[RFC PATCH dm-ioband] Added in blktrace msgs for dm-ioband
2009-05-07 0:23 UTC (4+ messages)
[PATCH 0/6] ksm changes (v2)
2009-05-07 0:19 UTC (22+ messages)
` [PATCH 1/6] ksm: limiting the num of mem regions user can register per fd
` [PATCH 2/6] ksm: dont allow overlap memory addresses registrations
` [PATCH 3/6] ksm: change the KSM_REMOVE_MEMORY_REGION ioctl
[PATCH] genirq: update irq_chip struct comment for irq_chip->disable hook
2009-05-07 0:17 UTC (2+ messages)
` [PATCH] genirq: ensure IRQs are lazy disabled before suspend
BUG: failure at mm/nommu.c:518/add_nommu_region()
2009-05-07 0:13 UTC (5+ messages)
[PATCH 5/5] usb_debug: EXPERIMENTAL - poll hcd device to force writes
2009-05-07 0:06 UTC (8+ messages)
` [PATCH 5/5] usb_debug: EXPERIMENTAL - poll hcd device to forcewrites
comedi: some questions
2009-05-07 0:01 UTC
[PATCH] v4 RCU: the bloatwatch edition
2009-05-06 22:51 UTC (6+ messages)
what are some more advanced error collection methods?
2009-05-06 22:36 UTC (2+ messages)
[PATCH] x86 microcode: work_on_cpu and cleanup of the synchronization logic
2009-05-06 22:30 UTC (4+ messages)
2.6.29 regression: left audio channel broken after resume from suspend with Intel HDA
2009-05-06 22:27 UTC (11+ messages)
usbutils 0.82 release
2009-05-06 22:24 UTC
[PATCH 5/5] usb_debug: EXPERIMENTAL - poll hcd device to force writes
2009-05-06 22:24 UTC (2+ messages)
[PATCH 0/2] x86-64: 32/64 syscall arch holes
2009-05-06 22:21 UTC (13+ messages)
` [PATCH 2/2] x86-64: seccomp: fix 32/64 syscall hole
[PATCH] Acer Aspire One Fan Control
2009-05-06 22:17 UTC (11+ messages)
linux-next: Tree for May 6
2009-05-06 21:54 UTC (2+ messages)
` [PATCH -next] dm-table: fix printk formats
Fusion-IO
2009-05-06 21:44 UTC (3+ messages)
[RFC] TuxOnIce
2009-05-06 21:35 UTC (4+ messages)
` [PATCH 9/19] TuxOnIce: Netlink support
[PATCH] Yet another Conexant Clone to add to cdc-acm.c
2009-05-06 21:30 UTC (2+ messages)
[PATCH 4/10] scsi: megaraid_sas - Add New SAS 2 (iMR) controller support to the driver
2009-05-06 21:20 UTC (3+ messages)
` [PATCH 5/10] scsi: megaraid_sas - Fixed load/unload issue and Fire the system pd DCDB cmd to MegaRAID SAS FW to get the system PDs
[PATCH 1/10] scsi: megaraid_sas - tape drive support fix
2009-05-06 21:19 UTC (5+ messages)
` [PATCH 2/10] scsi: megaraid_sas - Add Poll Wait mechanism to MegaRAID SAS driver (PART-I)
` [PATCH 3/10] scsi: megaraid_sas - Add Poll Wait mechanism to MegaRAID SAS driver (PART-II)
[PATCH 00/11] [GIT PULL] tracing/ring-buffer: various updates
2009-05-06 20:58 UTC (5+ messages)
` [PATCH 11/11] ring-buffer: add benchmark and tester
[patch 00/18] 2.6.27.23-stable review
2009-05-06 20:33 UTC (19+ messages)
` [patch 01/18] drm/i915: add support for G41 chipset
` [patch 02/18] virtio-rng: Remove false BUG for spurious callbacks
` [patch 03/18] USB: Unusual Device support for Gold MP3 Player Energy
` [patch 04/18] forcedeth: Fix resume from hibernation regression
` [patch 05/18] b43: Poison RX buffers
` [patch 06/18] b43: Refresh RX poison on buffer recycling
` [patch 07/18] kbuild: fix Module.markers permission error under cygwin
` [patch 08/18] pagemap: require aligned-length, non-null reads of /proc/pid/pagemap
` [patch 09/18] PCI quirk: disable MSI on VIA VT3364 chipsets
` [patch 10/18] x86/PCI: dont call e820_all_mapped with -1 in the mmconfig case
` [patch 11/18] ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entries
` [patch 12/18] MIPS: CVE-2009-0029: Enable syscall wrappers
` [patch 13/18] USB: serial: fix lifetime and locking problems
` [patch 14/18] clockevents: prevent endless loop in tick_handle_periodic()
` [patch 15/18] Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions
` [patch 16/18] mv643xx_eth: 64bit mib counter read fix
` [patch 17/18] proc: avoid information leaks to non-privileged processes
` [patch 18/18] rndis_wlan: fix initialization order for workqueue&workers
[PATCH next-20090506] wireless: WL12XX should depend on GENERIC_HARDIRQS
2009-05-06 20:35 UTC
[PATCH 0/2] Fix some free dereferences
2009-05-06 20:31 UTC (5+ messages)
` [PATCH 1/2] dereferencing freed in saa5246a.c
` [PATCH 2/2] dereferencing freed in saa5249.c
Bank screen after resume on Dell XPS M1330
2009-05-06 20:30 UTC (5+ messages)
[FOR REVIEW, PATCH 0/2] do_wait() cleanups
2009-05-06 20:27 UTC (2+ 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