messages from 2011-10-31 10:26:24 to 2011-10-31 22:01:49 UTC [more...]
[PATCH] TTM DMA pool v2.1
2011-10-31 22:05 UTC (4+ messages)
` [PATCH 08/11] ttm: Provide DMA aware TTM page pool code
3c505.c: Does not compile on linus/master [f362f98]
2011-10-31 21:57 UTC (3+ messages)
` [PATCH] 3c505: Fix compile breakage
ext4 bug ? "Intel 320 SSD write performance – contd."
2011-10-31 21:47 UTC (3+ messages)
[git patches] libata updates, GPG signed (but see admin notes)
2011-10-31 21:46 UTC (7+ messages)
[GIT PULL] mm: frontswap (for 3.2 window)
2011-10-31 21:45 UTC (17+ messages)
[PATCH v2] regulator: max8649 Convert max8649 to use regmap api
2011-10-31 21:44 UTC (2+ messages)
[GIT PULL] regulator updates for 3.2
2011-10-31 21:41 UTC
[RFC][PATCH] clocksource: Avoid selecting mult values that might overflow when adjusted
2011-10-31 21:40 UTC
[PATCH] regulator: Use regmap_read/write(), regmap_update_bits functions directly
2011-10-31 21:38 UTC (2+ messages)
[PATCH] bonding:update speed/duplex for NETDEV_CHANGE
2011-10-31 21:23 UTC (5+ messages)
[RFC][PATCH 0/2] PM / Sleep: Extended control of suspend/hibernate interfaces
2011-10-31 21:23 UTC (4+ messages)
[PATCH] i2c-gpio.c: correct logic of pdata->scl_is_open_drain
2011-10-31 21:21 UTC (2+ messages)
ACPI ERROR SMBus or IPMI write requires Buff of len 66, found 32...???? linux-3.0.0
2011-10-31 21:16 UTC
[PATCH] coredump: wait on the core pattern umh at least once
2011-10-31 21:18 UTC (4+ messages)
[RFC PATCH 00/10] powerpc/mpic: General cleanup patch series
2011-10-31 21:10 UTC (11+ messages)
` [RFC PATCH 01/10] powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"
` [RFC PATCH 02/10] powerpc: Consolidate mpic_alloc() OF address translation
` [RFC PATCH 03/10] powerpc/mpic: Assume a device-node was passed in mpic_alloc()
` [RFC PATCH 04/10] powerpc/mpic: Save computed phys_addr for board-specific code
` [RFC PATCH 05/10] powerpc/mpic: Search for open-pic device-tree node if NULL
` [RFC PATCH 06/10] powerpc/mpic: Invert the meaning of MPIC_PRIMARY
` [RFC PATCH 07/10] powerpc/mpic: Don't open-code dcr_resource_start
` [RFC PATCH 08/10] powerpc/mpic: Put "pic-no-reset" test back into the MPIC code
` [RFC PATCH 09/10] powerpc/mpic: Cache the device-tree node in "struct mpic"
` [RFC PATCH 10/10] powerpc/mpic: Add in-core support for cascaded MPICs
[git pull] device-mapper enhancements for 3.2
2011-10-31 21:12 UTC
[PATCH] Stop mce-inject writing to mce_chrdev_ops
2011-10-31 21:02 UTC (2+ messages)
` [PATCHv2] Make mce_chrdev_ops "static const"
[PATCH v5] CPU hotplug, Freezer: Fix race between CPU hotplug and freezer
2011-10-31 20:51 UTC
[PATCH 2/2] pinmux: Unify pin type from signed to unsigned
2011-10-31 20:27 UTC (2+ messages)
` [PATH v2 "
Proposal for a low-level Linux display framework
2011-10-31 20:24 UTC (16+ messages)
[PATCH] mm: add free_hot_cold_page_list helper
2011-10-31 20:14 UTC (3+ messages)
[PATCH 1/2] vmscan: promote shared file mapped pages
2011-10-31 20:12 UTC (2+ messages)
[PATCH 0/6 V2] Avoid soft lockup message when KVM is stopped by host
2011-10-31 20:07 UTC (7+ messages)
` [PATCH 1/6 V2] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/6 V2] Add functions to check if the host has stopped the vm
` [PATCH 3/6 V2] Add ioctl for KVM_GUEST_STOPPED
` [PATCH 4/6 V2] Add generic stubs for kvm stop check functions
` [PATCH 5/6 V2] Add check for suspended vm in softlockup detector
` [PATCH 6/6 V2] Add age out of guest paused flag
[PATCH 0/7] Additional ALPS touchpad protocol support
2011-10-31 20:01 UTC (9+ messages)
` [PATCH 1/7] Input: ALPS - Move protocol information to Documentation
` [PATCH 4/7] Input: ALPS - Remove assumptions about packet size
[MIPS]clocks_calc_mult_shift() may gen a too big mult value
2011-10-31 19:51 UTC (8+ messages)
[PATCH] fat: Spelling s/obsolate/obsolete/g
2011-10-31 19:50 UTC
[PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c
2011-10-31 19:29 UTC
[PATCH 1/2] add device entry for Broadcom Valentine combo card
2011-10-31 19:18 UTC (2+ messages)
[PATCH] vfs: Export fallocate facility to kernel modules
2011-10-31 19:14 UTC
[PATCHSET pm] freezer: fix various bugs and simplify implementation, take#2
2011-10-31 19:05 UTC (18+ messages)
` [PATCH 01/17] freezer: fix current->state restoration race in refrigerator()
` [PATCH 02/17] freezer: don't unnecessarily set PF_NOFREEZE explicitly
` [PATCH 03/17] freezer: unexport refrigerator() and update try_to_freeze() slightly
` [PATCH 04/17] freezer: implement and use kthread_freezable_should_stop()
` [PATCH 05/17] freezer: rename thaw_process() to __thaw_task() and simplify the implementation
` [PATCH 06/17] freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
` [PATCH 07/17] freezer: don't distinguish nosig tasks on thaw
` [PATCH 08/17] freezer: use dedicated lock instead of task_lock() + memory barrier
` [PATCH 09/17] freezer: make freezing indicate freeze condition in effect
` [PATCH 10/17] freezer: test freezable conditions while holding freezer_lock
` [PATCH 11/17] freezer: kill PF_FREEZING
` [PATCH 12/17] freezer: clean up freeze_processes() failure path
` [PATCH 13/17] cgroup_freezer: prepare for removal of TIF_FREEZE
` [PATCH 14/17] freezer: make freezing() test freeze conditions in effect instead "
` [PATCH 15/17] freezer: remove now unused TIF_FREEZE
` [PATCH 16/17] freezer: remove should_send_signal() and update frozen()
` [PATCH 17/17] freezer: fix set_freezable[_with_signal]() race
[PATCH 02/15] ATA : vortex86 : fix vortex86dx/sx hardware CRC bug
2011-10-31 19:07 UTC (3+ messages)
HT (Hyper Threading) aware process scheduling doesn't work as it should
2011-10-31 18:59 UTC (9+ messages)
` "
[RFC/PATCH 1/7] x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bit
2011-10-31 18:30 UTC (2+ messages)
[PATCH] nfs: Fix unused variable warning
2011-10-31 18:28 UTC (6+ messages)
[PATCH] oom: fix integer overflow of points in oom_badness
2011-10-31 18:22 UTC (7+ messages)
` [PATCH v2] "
Tree sweep to fix up initconst
2011-10-31 18:05 UTC (3+ messages)
` [PATCH 05/27] Initconst section fixes for M68K
infiniband.git back to kernel.org
2011-10-31 18:01 UTC
git tree URL for IEEE 1394 (FireWire) kernel subsystem
2011-10-31 17:57 UTC (3+ messages)
kernel 3.0: BUG: soft lockup: find_get_pages+0x51/0x110
2011-10-31 17:27 UTC (9+ messages)
` [PATCH] mremap: enforce rmap src/dst vma ordering in case of vma_merge succeeding in copy_vma
[git pull] FireWire updates post 3.1
2011-10-31 17:36 UTC (2+ messages)
Linux 3.1-rc9
2011-10-31 17:32 UTC (11+ messages)
[ANNOUNCE] Git 1.7.8.rc0
2011-10-31 17:19 UTC (3+ messages)
[git pull] PCI changes
2011-10-31 17:18 UTC (3+ messages)
Crypto Update for 2.6.33
2011-10-31 17:16 UTC (13+ messages)
` Crypto Update for 2.6.34
` Crypto Update for 2.6.35
` Crypto Update for 2.6.36
` Crypto Update for 2.6.37
` Crypto Update for 2.6.38
` Crypto Update for 2.6.39
` Crypto Update for 2.6.40
` Crypto Update for 3.1
` Crypto Update for 3.2
[RFC PATCH v3 00/10] fadump: Firmware-assisted dump support for Powerpc
2011-10-31 17:13 UTC (11+ messages)
` [RFC PATCH v3 01/10] fadump: Add documentation for firmware-assisted dump
` [RFC PATCH v3 02/10] fadump: Reserve the memory for firmware assisted dump
` [RFC PATCH v3 03/10] fadump: Register "
` [RFC PATCH v3 04/10] fadump: Initialize elfcore header and add PT_LOAD program headers
` [RFC PATCH v3 05/10] fadump: Convert firmware-assisted cpu state dump data into elf notes
` [RFC PATCH v3 06/10] fadump: Add PT_NOTE program header for vmcoreinfo
` [RFC PATCH v3 07/10] fadump: Introduce cleanup routine to invalidate /proc/vmcore
` [RFC PATCH v3 08/10] fadump: Invalidate registration and release reserved memory for general use
` [RFC PATCH v3 09/10] fadump: Invalidate the fadump registration during machine shutdown
` [RFC PATCH v3 10/10] fadump: Introduce config option for firmware assisted dump feature
[PATCH] m68k: Revive lost DIO bus config option
2011-10-31 17:08 UTC (3+ messages)
[PATCH] x86: mpparse: fix mp_bus_not_pci handling
2011-10-31 17:04 UTC (2+ messages)
Deadlock due to device removal - race condition in scsi/block layer?
2011-10-31 16:45 UTC (2+ messages)
[GIT PULL] mm: frontswap (for 3.2 window)
2011-10-31 16:38 UTC (2+ messages)
3.1+ iwlwifi lockup
2011-10-31 15:44 UTC (2+ messages)
[PATCH] drivers/i2c/busses/i2c-at91.c: fix brokeness
2011-10-31 16:10 UTC
[PATCH 1/8] clocksource: Convert tcb_clksrc to use clocksource_register_hz/khz
2011-10-31 16:23 UTC (2+ messages)
[PATCH] fadvise: only initiate writeback for specified range with FADV_DONTNEED
2011-10-31 16:16 UTC
[PATCH] tracing: fix event_subsystem ref counting
2011-10-31 16:14 UTC (2+ messages)
[PATCH -v2 00/16] PCI: Re-factor PCI's 'latency timer' setup
2011-10-31 16:08 UTC (5+ messages)
` [PATCH -v2 07/16] PCI: TILE: convert pcibios_set_master() to a non-inlined function
[GIT PULL] s390 patches for 3.2
2011-10-31 16:05 UTC
[PATCH] btrfs: add block plug for .writepages
2011-10-31 16:01 UTC (2+ messages)
[BUG] kernel 3.1.0 possible circular locking dependency detected
2011-10-31 15:59 UTC (3+ messages)
[PATCH] ARM: mark empty gpio.h files empty
2011-10-31 15:50 UTC (3+ messages)
[PATCH RFC 0/8] Signal: harmonize syscall restart logic
2011-10-31 15:48 UTC (3+ messages)
` [PATCH RFC 8/8] tile: implement syscall restart generically
linux-next 20111025: warnings in rcu_idle_exit_common()/rcu_idle_enter_common()
2011-10-31 15:44 UTC (7+ messages)
[PATCH 0/5 v11] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers
2011-10-31 15:37 UTC (15+ messages)
` [PATCH 1/5 v11] arm: omap: usb: ehci and ohci hwmod structures for omap4
` [PATCH 2/5 v11] arm: omap: usb: ehci and ohci hwmod structures for omap3
[PATCH] udf : fix metadata/mirror address print
2011-10-31 15:25 UTC
[regression] CD-ROM polling blocks suspend on some machines (Re: [PATCH 1/2] cdrom: always check_disk_change() on open)
2011-10-31 15:26 UTC (11+ messages)
Linux USB HID should ignore values outside Logical Minimum/Maximum range
2011-10-31 15:24 UTC (6+ messages)
Virutal tty device settings problem
2011-10-31 15:21 UTC
[RFC][PATCH 0/2] PM / Sleep: Extended control of suspend/hibernate interfaces
2011-10-31 15:11 UTC (4+ messages)
iwlagn: memory corruption with WPA enterprise
2011-10-31 16:03 UTC (2+ messages)
[PATCH 0/5] hpsa: driver updates, Oct 25, 2011
2011-10-31 14:36 UTC (4+ messages)
` [PATCH 4/5] hpsa: fix potential array overflow in hpsa_update_scsi_devices
You have exceeded the storage limit on your mailbox
2011-10-31 9:11 UTC
Xen dom0 linux kernel 3.1 boot failure ptwr_emulate: could not get_page_from_l1e
2011-10-31 14:08 UTC (3+ messages)
[PATCH] block: Free queue resources at blk_release_queue()
2011-10-31 14:01 UTC (17+ messages)
` [GIT PULL] Queue free fix (was Re: [PATCH] block: Free queue resources at blk_release_queue())
Re:[bisected] i915 dpms does not switch back light on
2011-10-31 13:57 UTC (3+ messages)
` [bisected] "
[PATCH 2/2] module: Re-enable dynamic debugging for GPL-compatible OOT modules
2011-10-31 13:44 UTC (3+ messages)
[RFC][PATCH 1/2] uio: allow drivers to override the pgprot for mmap
2011-10-31 13:44 UTC (4+ messages)
Would it be possible to turn off RFC822TABS in vger's zmailer config?
2011-10-31 13:34 UTC
[PATCH] cache align vm_stat
2011-10-31 13:37 UTC (4+ messages)
kdump: No udev events for memory hotplug?
2011-10-31 13:21 UTC (6+ messages)
` [PATCH] kdump: Add udev events for memory online/offline
` [PATCH v2] "
[GIT PULL] arch/microblaze changes for 3.2
2011-10-31 13:21 UTC
[PATCH V2 2/2] ahci_platform: add suspend & resume support
2011-10-31 13:20 UTC
CPU hyperthreading turned on after soft power-cycle
2011-10-31 13:06 UTC (2+ messages)
[PATCH V2 1/2] ahci_platform: use dev_get_platdata()
2011-10-31 13:20 UTC
[alsa-devel] [PATCH v8 3/3] ASoC: da7210: Add support for line input and mic
2011-10-31 12:59 UTC (2+ messages)
[GIT PULL for v3.2-rc1] media drivers/core updates
2011-10-31 12:41 UTC
[PATCH 1/2] ASoC: wm8711: Fix wrong mask for setting input audio data bit length select
2011-10-31 12:37 UTC (3+ messages)
` [PATCH 2/2] ASoC: wm8711: Add proper mask for wm8711_set_dai_fmt
[PATCH] kdump: Fix crash_kexec - smp_send_stop race in panic
2011-10-31 12:34 UTC (5+ messages)
` [PATCH v2] "
[PATCH] SUNRPC: remove non-exclusive pipe creation from RPC pipefs
2011-10-31 13:07 UTC
[patch 0/5] per-zone dirty limits v3
2011-10-31 11:33 UTC (5+ messages)
` [patch 3/5] mm: try to distribute dirty pages fairly across zones
powerpc 476, Little-endian, pte fault
2011-10-31 11:23 UTC (4+ messages)
kernel panic
2011-10-31 12:24 UTC (4+ messages)
[PATCH 21/21] cris: drop unused Kconfig symbols
2011-10-31 10:59 UTC (4+ messages)
[PATCH][mm/memory.c]: transparent hugepage check condition missed
2011-10-31 10:56 UTC
[PATCH v2] Integrated Flash Controller support
2011-10-31 9:38 UTC (3+ messages)
` [PATCH] mtd/nand : set Nand flash page address to FBAR and FPAR correctly
` [PATCH 2/2] NAND Machine support for Integrated Flash Controller
[RFC PATCH] arm: dma: Drop GFP_COMP for DMA memory allocations
2011-10-31 10:36 UTC (2+ messages)
kernel panic on device removal when using a workqueue and delayed_work
2011-10-31 10:29 UTC (4+ 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).