messages from 2009-05-29 18:44:18 to 2009-05-30 10:44:21 UTC [more...]
[PATCH 0/20] Sysfs cleanups
2009-05-30 10:43 UTC (37+ messages)
` [PATCH 01/20] sysfs: Implement sysfs_rename_link
` [PATCH 0/24] sysfs cleanups
` [PATCH 04/24] sysfs: Normalize removing sysfs directories
` [PATCH 0/26] sysfs cleanups v3
` [PATCH 01/26] sysfs: Implement sysfs_rename_link
` [PATCH 02/26] driver core: Use sysfs_rename_link in device_rename
` [PATCH 03/26] sysfs: Remove now unnecessary error reporting suppression
` [PATCH 04/26] sysfs: sysfs_remove_dir stop checking for bogus cases
` [PATCH 05/26] sysfs: Improve sysfs directory deletion debugging
` [PATCH 06/26] sysfs: Don't hold addrm_start/addrm_finish over multiple removals
` [PATCH 07/26] sysfs: Rename sysfs_d_iput to sysfs_dentry_iput
` [PATCH 08/26] sysfs: Use dentry_ops instead of directly playing with the dcache
` [PATCH 09/26] sysfs: Simplify sysfs_chmod_file semantics
` [PATCH 10/26] sysfs: Optimize just changing the sysfs file mode
` [PATCH 11/26] sysfs: Simplify iattr assignments
` [PATCH 12/26] sysfs: Fix locking and factor out sysfs_sd_setattr
` [PATCH 13/26] sysfs: Update s_iattr on link and unlink
` [PATCH 14/26] sysfs: Nicely indent sysfs_symlink_inode_operations
` [PATCH 15/26] sysfs: Implement sysfs_getattr & sysfs_permission
` [PATCH 16/26] sysfs: In sysfs_chmod_file lazily propagate the mode change
` [PATCH 17/26] sysfs: Kill sysfs_addrm_start and sysfs_addrm_finish
` [PATCH 18/26] sysfs: Propagate renames to the vfs on demand
` [PATCH 19/26] sysfs: Merge sysfs_rename_dir and sysfs_move_dir
` [PATCH 20/26] sysfs: Pass super_block to sysfs_get_inode
` [PATCH 21/26] sysfs: Kill unused sysfs_sb variable
` [PATCH 22/26] sysfs: Normalize error handling in sysfs_fill_inode
` [PATCH 23/26] sysfs: Rename sysfs_mv_dir sysfs_rename
` [PATCH 24/26] sysfs: Make sysfs_rename_link atomic
` [PATCH 25/26] driver core: Don't remove kobjects in device_shutdown
` [PATCH 26/26] sysfs: In sysfs_add_one fail if the targe directory has been removed
[patch 0/5] Support for sanitization flag in low-level page allocator
2009-05-30 10:39 UTC (33+ messages)
[PATCH 0/6] Preparations for ASIC3 support in the TMIO MMC driver
2009-05-30 10:36 UTC (9+ messages)
` [PATCH 1/5] MFD,mmc: tmio_mmc: make HCLK configurable
` [PATCH 2/5] mmc: tmio_mmc: add bus_shift support
` [PATCH 3/5] mmc: tmio_mmc: don't use set_irq_type
[PATCH tip 1/1] perf_counter tools: Add locking to perf top
2009-05-30 10:31 UTC (6+ messages)
` [tip:perfcounters/core] "
[PATCH 0/4] amd64_edac: misc fixes
2009-05-30 10:31 UTC (7+ messages)
[RFC] [PATCH] Device Tree on ARM platform
2009-05-30 10:21 UTC (9+ messages)
Performance overhead of paravirt_ops on native identified
2009-05-30 10:23 UTC (5+ messages)
` [benchmark] 1% performance overhead of paravirt_ops on native kernels
unbreak suspend on zaurus on 2.6.30-rc6
2009-05-30 9:55 UTC (3+ messages)
[tip:perfcounters/core] perf_counter: Fix COMM and MMAP events for cpu wide counters
2009-05-30 9:40 UTC (4+ messages)
[RFC PATCH]debugfs:Fix terminology inconsistency of dir name to mount debugfs filesystem
2009-05-30 9:38 UTC (6+ messages)
` [RFC V2 "
[PATCH 2/2] tracing/filters: use strcmp() instead of strncmp()
2009-05-30 9:06 UTC (3+ messages)
kernel BUG at arch/x86/xen/multicalls.c:204!
2009-05-30 8:45 UTC
[PATCH] 8250: Fix oops from setserial
2009-05-30 8:43 UTC (4+ messages)
2.6.30-rc7: Reported regressions 2.6.28 -> 2.6.29
2009-05-30 8:41 UTC
[PATCH -tip v8 0/7] tracing: kprobe-based event tracer and x86 instruction decoder
2009-05-30 8:15 UTC (10+ messages)
` [PATCH -tip v8 5/7] x86: add pt_regs register and stack access APIs
` [PATCH -tip v8 6/7] tracing: ftrace dynamic ftrace_event_call support
` [PATCH -tip v8 7/7] tracing: add kprobe-based event tracer
[PATCH] [0/16] HWPOISON: Intro
2009-05-30 7:55 UTC (25+ messages)
` [PATCH] [1/16] HWPOISON: Add page flag for poisoned pages
` [PATCH] [2/16] HWPOISON: Export poison flag in /proc/kpageflags
` [PATCH] [3/16] HWPOISON: Export some rmap vma locking to outside world
` [PATCH] [4/16] HWPOISON: Add support for poison swap entries v2
` [PATCH] [5/16] HWPOISON: Add new SIGBUS error codes for hardware poison signals
` [PATCH] [6/16] HWPOISON: Add basic support for poisoned pages in fault handler v3
` [PATCH] [7/16] HWPOISON: Add various poison checks in mm/memory.c
` [PATCH] [8/16] HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler
` [PATCH] [9/16] HWPOISON: Use bitmask/action code for try_to_unmap behaviour
` [PATCH] [10/16] HWPOISON: Handle hardware poisoned pages in try_to_unmap
` [PATCH] [11/16] HWPOISON: Handle poisoned pages in set_page_dirty()
` [PATCH] [12/16] HWPOISON: check and isolate corrupted free pages
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v4
` [PATCH] [14/16] HWPOISON: FOR TESTING: Enable memory failure code unconditionally
` [PATCH] [15/16] HWPOISON: Add madvise() based injector for hardware poisoned pages v3
` [PATCH] [16/16] HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs
` More thoughts about hwpoison and pageflags compression
[PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQs
2009-05-30 7:40 UTC (6+ messages)
[PATCH 0/4] memcg fix swap accounting (28/May)
2009-05-30 7:20 UTC (13+ messages)
` [PATCH 1/4] add swap cache interface for swap reference
` [PATCH 1/4] add swap cache interface for swap reference v2 (updated)
` [PATCH 2/4] modify swap_map and add SWAP_HAS_CACHE flag
` [PATCH 3/4] reuse unused swap entry if necessary
` [PATCH 4/4] memcg: fix swap accounting
[PATCH] [0/16] HWPOISON: Intro
2009-05-30 6:42 UTC (8+ messages)
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v3
memory free question?
2009-05-30 6:27 UTC
[PATCH] nohz: Fix ondemand governor not always ramping up on 100% load
2009-05-30 5:00 UTC
pull request: wireless-2.6 2009-05-29
2009-05-30 4:59 UTC (4+ messages)
[PATCH RFC] v5 expedited "big hammer" RCU grace periods
2009-05-30 4:56 UTC (11+ messages)
Lucky.....Winner
2009-05-30 3:08 UTC
[PATCH 1/2] cpuhotplug: use rw_semaphore for cpu_hotplug
2009-05-30 4:37 UTC (6+ messages)
pdflush blocked for more than 120 seconds
2009-05-30 4:26 UTC
[PATCH 0/2] kill-the-bkl/reiserfs: rebase against -rc6, fixes
2009-05-30 4:23 UTC (5+ messages)
` [PATCH 1/2] kill-the-bkl/reiserfs: acquire the inode mutex safely
ATTENTION!
2009-05-30 4:09 UTC
Performance regressions in 2.6.30-rc7?
2009-05-30 4:07 UTC (2+ messages)
IFF_LOWER_UP does not fit in ifr_flags
2009-05-30 3:50 UTC (2+ messages)
[PATCH] networking: Add write/clear capability to /proc/net/dev
2009-05-30 3:49 UTC (2+ messages)
[PATCH net-next 1/3] cxgb3: move away from LLTX
2009-05-30 3:39 UTC (7+ messages)
` [PATCH net-next 2/3] cxgb3: Add Aeluros 2020 phy support
` [PATCH net-next 3/3] cxgb3: add support for the Aquantia 10G-BT phy
[PATCH net-next 1/2] cxgb3: move away from LLTX
2009-05-30 3:21 UTC (5+ messages)
` [PATCH net-next 2/2] cxgb3: Add Aeluros 2020 phy support
[PATCH v2] i7300_idle: allow testing on i5000-series hardware w/o re-compile
2009-05-30 3:16 UTC (2+ messages)
Bonanza
2009-05-30 3:06 UTC
Bonanza
2009-05-30 2:29 UTC
[Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)
2009-05-30 2:19 UTC (12+ messages)
` Xen is a feature
` [Xen-devel] "
` [Xen-devel] "
ACPI & driver patches for 2.6.30-rc7
2009-05-30 1:45 UTC
[i915] Kernel does not compile when set to use i915 kernel mode-setting per default (CONFIG_DRM_I915_KMS=y)
2009-05-30 1:13 UTC (4+ messages)
[RFC PATCH] crypto: add buffer overflow checks to testmgr
2009-05-30 1:12 UTC (4+ messages)
[git pull] dmaengine fixes for 2.6.30-rc8
2009-05-30 1:10 UTC (2+ messages)
` Panic in 2.6.28.10
[PATCH 1/2] Dynamic Tick: Prevent clocksource wrapping during idle
2009-05-30 1:00 UTC (10+ messages)
[PATCH] x86: add specific support for Intel Atom architecture
2009-05-29 23:11 UTC
[Oops] EXT3 / journal / possibly NFS-tickled issues
2009-05-29 23:14 UTC
[PATCH] hwrng: Add TX4939 RNG driver
2009-05-29 23:29 UTC (2+ messages)
[PATCH] ath5k: added initial RFKILL support
2009-05-29 23:14 UTC (4+ messages)
Fix Pavel's address in MAINTAINERS
2009-05-29 22:58 UTC
Bonanza
2009-05-29 21:40 UTC
Bonanza
2009-05-29 21:40 UTC
Stable regression 2.6.29.3 vs 2.6.29.2
2009-05-29 21:32 UTC (5+ messages)
[PATCH v6] cciss: add cciss driver sysfs entries
2009-05-29 21:32 UTC (3+ messages)
(no subject)
2009-05-29 21:09 UTC (3+ messages)
` [PATCH 6/9] swiotlb: use dma_to_phys and phys_to_dma
comments on Performance Counters for Linux (PCL)
2009-05-29 20:49 UTC (4+ messages)
[PATCH 2/2] cpuhotplug: introduce try_get_online_cpus()
2009-05-29 20:31 UTC (2+ messages)
Bonanza
2009-05-29 20:27 UTC
[tip:x86/mce3] x86, mce: trivial clean up for mce_intel_64.c
2009-05-29 20:18 UTC (2+ messages)
[RFC PATCH 0/12 v2] ptrace: introduce task_struct->ptrace_cxt
2009-05-29 20:18 UTC (4+ messages)
[PATCH 25/20] sysfs: Only support removing emtpy sysfs directories
2009-05-29 20:08 UTC (2+ messages)
MPC8343 - serial8250: too much work
2009-05-29 20:07 UTC
2.6.30rc7, ext4: 'inodes that were part of a corrupted orphan list found'
2009-05-29 19:59 UTC
[tip:x86/mce3] x86, mce: trivial clean up for mce_amd_64.c
2009-05-29 20:01 UTC
[loongson-PATCH-v1 16/27] Add Siliconmotion 712 framebuffer driver
2009-05-29 19:51 UTC (3+ messages)
[PATCH 2/2] cciss: Fix SCSI device reset handler
2009-05-29 19:42 UTC (2+ messages)
[RFC] IO scheduler based IO controller V3
2009-05-29 19:16 UTC (9+ messages)
` [PATCH 02/20] io-controller: Common flat fair queuing code in elevaotor layer
[RFC PATCH 7/X] ptrace: mv task->parent ptrace_task->pt_tracer
2009-05-29 19:06 UTC (7+ messages)
` ptrace && task->exit_code
O_DIRECT splice from PCI-resident buffer to filesystem
2009-05-29 18:56 UTC
[PATCH -tip 2/3] x86, mce: Cleanup param parser
2009-05-29 18:54 UTC (2+ messages)
` [tip:x86/mce3] "
[PATCH 0/3 v2] x86: adapt CPU topology detection for AMD Magny-Cours
2009-05-29 18:49 UTC (4+ messages)
` [PATCH 1/3] x86: provide CPU topology information for multi-node processors
` [PATCH 2/3] x86: add topology detection for AMD "
` [PATCH 3/3] x86: cacheinfo: fixup L3 cache information "
[PATCH 1/1] icom: fix compile errors when defining ICOM_TRACE
2009-05-29 18:46 UTC
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