messages from 2010-10-16 00:26:00 to 2010-10-16 16:29:06 UTC [more...]
fs: Inode cache scalability V2
2010-10-16 16:29 UTC (27+ messages)
` [PATCH 07/18] exofs: use iput() for inode reference count decrements
` [PATCH 11/18] fs: Introduce per-bucket inode hash locks
` [PATCH 13/18] fs: split locking of inode writeback and LRU lists
` [PATCH 14/18] fs: Protect inode->i_state with th einode->i_lock
` [PATCH 15/18] fs: introduce a per-cpu last_ino allocator
` [PATCH 17/18] fs: icache remove inode_lock
[PATCH 0/17] fs: Inode cache scalability
2010-10-16 16:28 UTC (58+ messages)
` [PATCH 01/17] kernel: add bl_list
` [PATCH 02/17] fs: icache lock s_inodes list
` [PATCH 03/17] fs: icache lock inode hash
` [PATCH 04/17] fs: icache lock i_state
` [PATCH 06/17] fs: icache lock lru/writeback lists
` [PATCH 07/17] fs: icache atomic inodes_stat
` [PATCH 08/17] fs: icache protect inode state
` [PATCH 09/17] fs: Make last_ino, iunique independent of inode_lock
` [PATCH 11/17] fs: Factor inode hash operations into functions
` [PATCH 12/17] fs: Introduce per-bucket inode hash locks
` [PATCH 13/17] fs: Implement lazy LRU updates for inodes
` [PATCH 15/17] fs: inode per-cpu last_ino allocator
` [PATCH] "
` [PATCH 16/17] fs: Convert nr_inodes to a per-cpu counter
` [PATCH] percpu_counter : add percpu_counter_add_fast()
` [PATCH 17/17] fs: Clean up inode reference counting
[PATCH 0/9] [GIT PULL] jump label: various updates
2010-10-16 16:23 UTC (21+ messages)
` [PATCH 3/9] jump label: Fix module __init section race
` [PATCH 4/9] jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex
` [PATCH 5/9] jump label: Add register_jump_label_key/unregister_jump_label_key
` [PATCH 8/9] jump label: Make arch_jump_label_text_poke_early() optional
ftrace does not work on cpus > 999
2010-10-16 16:16 UTC (4+ messages)
[RFC] arch generic way to trigger unknown NMIs
2010-10-16 16:15 UTC (8+ messages)
[PATCH RFC] arm: genirq: fix boot on arm platforms
2010-10-16 16:10 UTC (2+ messages)
[PATCH 00/22] Introduce little endian bitops
2010-10-16 15:58 UTC (10+ messages)
` [PATCH 22/22] bitops: remove minix bitops from asm/bitops.h
[Intel-gfx] Interrupt latency on some 945GM platforms
2010-10-16 15:54 UTC (7+ messages)
` [Intel-gfx] Interrupt latency on some 945GM platforms -- and TCP/IP silent data corruption?
[PATCH 1/2 v6]Update broken web addresses in arch directory
2010-10-16 15:38 UTC (5+ messages)
` [PATCH 2/2 v6]Update broken web addresses in the kernel
Build regressions/improvements in v2.6.36-rc8
2010-10-16 15:31 UTC (2+ messages)
Send your details to claim 750,000.00 GBP in the GNLD promo
2010-10-16 15:22 UTC
[REGRESSION] um: rcu_sched_state detected stall on CPU 0
2010-10-16 15:27 UTC (6+ messages)
[PATCH 1/1] um: fix global timer issue when using CONFIG_NO_HZ
2010-10-16 15:23 UTC
2.6.36-rc1 problems
2010-10-16 15:06 UTC (2+ messages)
[PATCH] USB: imx21-hcd - fix off by one resource size calculation
2010-10-16 14:48 UTC
User
2010-10-16 14:26 UTC
Returning ACPI_BATTERY_VALUE_UNKNOWN to userspace
2010-10-16 14:13 UTC
[PATCH 01/02] Drivers: crypto: Makefile: replace the use of <module>-objs with <module>-y
2010-10-16 13:49 UTC (2+ messages)
` [PATCH 02/02] Drivers: crypto: amcc: "
Certified Winner (Ref: XYL /26510460037/05}
2010-10-16 13:57 UTC
[PATCH 01/05] Drivers: char: ip2: Makefile: replace the use of <module>-objs with <module>-y
2010-10-16 13:26 UTC (5+ messages)
` [PATCH 02/05] Drivers: char: impi: "
` [PATCH 03/05] Drivers: Char: mwave: Makefile: Makefile clean up
` [PATCH 04/05] Drivers: char: pcmcia: ipwireless: Makefile: replace the use of <module>-objs with <module>-y
` [PATCH 05/05] Drivers: char: rio: "
[PATCH 16/16] MAINTAINERS: removed dc395x mailing list
2010-10-16 13:14 UTC
[PATCH] kernel: trace: trace_kprobe.c: removed duplicated #include
2010-10-16 13:11 UTC (2+ messages)
[PATCH v2.6.36-rc7] isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()
2010-10-16 13:11 UTC (3+ messages)
[PATCH 0/2] [GIT PULL] ftrace: recordmcount fixes
2010-10-16 12:49 UTC (2+ messages)
[PATCH] xhci: Fix compile error when CONFIG_PM=n
2010-10-16 11:35 UTC (5+ messages)
` [PATCH] usb: Fix linker errors with CONFIG_PM=n
[PATCH] CAPI: Silence lockdep warning on get_capi_appl_by_nr usage
2010-10-16 11:14 UTC
Fwd: Re: UML kernel crash of v2.6.36-rcX kernel
2010-10-16 11:12 UTC (5+ messages)
[PATCH] perf: Detach group events when removing event from ctx
2010-10-16 11:12 UTC (3+ messages)
[PATCH v2.6.36-rc7 1/2] isdn/capi: unregister capictr notifier after init failure
2010-10-16 11:00 UTC (4+ messages)
` [PATCH v2.6.36-rc7 2/2] isdn/capi: make kcapi use a separate workqueue
Inode Lock Scalability V4
2010-10-16 10:27 UTC (27+ messages)
` [PATCH 01/19] fs: switch bdev inode bdi's correctly
` [PATCH 02/19] kernel: add bl_list
` [PATCH 03/19] fs: Convert nr_inodes and nr_unused to per-cpu counters
` [PATCH 04/19] fs: Implement lazy LRU updates for inodes
` [PATCH 05/19] fs: inode split IO and LRU lists
` [PATCH 06/19] fs: Clean up inode reference counting
` [PATCH 07/19] exofs: use iput() for inode reference count decrements
` [PATCH 08/19] fs: rework icount to be a locked variable
` [PATCH 09/19] fs: Factor inode hash operations into functions
` [PATCH 10/19] fs: Introduce per-bucket inode hash locks
` [PATCH 11/19] fs: add a per-superblock lock for the inode list
` [PATCH 12/19] fs: split locking of inode writeback and LRU lists
` [PATCH 13/19] fs: Protect inode->i_state with the inode->i_lock
` [PATCH 14/19] fs: introduce a per-cpu last_ino allocator
` [PATCH 15/19] fs: Make iunique independent of inode_lock
` [PATCH 16/19] fs: icache remove inode_lock
` [PATCH 17/19] fs: Reduce inode I_FREEING and factor inode disposal
` [PATCH 18/19] fs: split __inode_add_to_list
` [PATCH 19/19] fs: do not assign default i_ino in new_inode
Help about chip select on SPI slave devices
2010-10-16 10:33 UTC
[PATCH 1/3] staging: batman-adv: remove useless addr_to_string()
2010-10-16 10:11 UTC (3+ messages)
` [PATCH 2/3] staging: wlags49_h2: fix format of timeStamp debug output
` [PATCH 3/3] staging: wlags49_h2: remove useless DbgHwAddr() method
[PATCH] ARM: allow, but warn, when issuing ioremap() on RAM
2010-10-16 9:43 UTC (12+ messages)
Probably a repeat
2010-10-16 8:44 UTC (2+ messages)
[PATCH] jbd: Cleanup __process_buffer()
2010-10-16 8:30 UTC
[PATCH] intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hang
2010-10-16 8:25 UTC (7+ messages)
[PATCH] jbd: Convert atomic_inc() to get_bh()
2010-10-16 8:11 UTC
[GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card
2010-10-16 8:07 UTC (3+ messages)
fs: Inode cache scalability V3
2010-10-16 7:57 UTC (6+ messages)
` [PATCH 03/18] fs: Implement lazy LRU updates for inodes
` [PATCH 18/18] fs: do not assign default i_ino in new_inode
x86_64 2.6.35.* kernels and Intel Xeon X5550
2010-10-16 7:46 UTC (3+ messages)
[PATCH 3/7] drivers/net/wireless/p54/eeprom.c: Return -ENOMEM on memory allocation failure
2010-10-15 15:49 UTC (2+ messages)
Good Day
2010-10-16 5:30 UTC
ima: use of radix tree cache indexing == massive waste of memory?
2010-10-16 6:52 UTC
[PATCH 2.6.35.4] irq: irq and pci_ids patch for Intel
2010-10-16 6:40 UTC (4+ messages)
` [PATCH 2.6.35.4] irq: irq and pci_ids patch for Intel Patsburg
[RFC][PATCH 0/7] perf and jump_label bits
2010-10-16 6:27 UTC (7+ messages)
` [RFC][PATCH 6/7] perf: use jump_label to optimize the scheduler hooks
` [RFC][PATCH 7/7] perf: Optimize sw events
[RFC MIPS] Update buildtar for MIPS
2010-10-16 6:17 UTC (2+ messages)
[RFC tg_shares_up improvements - v1 00/12] [RFC tg_shares_up - v1 00/12] Reducing cost of tg->shares distribution
2010-10-16 4:44 UTC (13+ messages)
` [RFC tg_shares_up improvements - v1 01/12] sched: rewrite tg_shares_up
` [RFC tg_shares_up improvements - v1 02/12] sched: on-demand (active) cfs_rq list
` [RFC tg_shares_up improvements - v1 03/12] sched: make tg_shares_up() walk on-demand
` [RFC tg_shares_up improvements - v1 04/12] sched: fix load corruption from update_cfs_shares
` [RFC tg_shares_up improvements - v1 05/12] sched: fix update_cfs_load synchronization
` [RFC tg_shares_up improvements - v1 06/12] sched: hierarchal order on shares update list
` [RFC tg_shares_up improvements - v1 07/12] sched: add sysctl_sched_shares_window
` [RFC tg_shares_up improvements - v1 08/12] sched: update shares on idle_balance
` [RFC tg_shares_up improvements - v1 09/12] sched: demand based update_cfs_load()
` [RFC tg_shares_up improvements - v1 10/12] sched: allow update_cfs_load to update global load
` [RFC tg_shares_up improvements - v1 11/12] sched: update tg->shares after cpu.shares write
` [RFC tg_shares_up improvements - v1 12/12] debug: export effective shares for analysis versus specified
[PATCH 2/2] kvm: use vzalloc instead of vmalloc
2010-10-16 4:34 UTC
[PATCH 1/2] Add vzalloc shortcut
2010-10-16 4:33 UTC
[MIPS] Fix compile failure in 2.6.36-rc8 on 32-bit MIPS
2010-10-16 4:26 UTC
[PATCH 3/5] mips: sanitize restart logics
2010-10-16 4:24 UTC (6+ messages)
[PATCH 1/2] Drivers: block: Makefile: replace the use of <module>-objs with <module>-y
2010-10-16 4:09 UTC (2+ messages)
` [PATCH 2/2] Drivers: block: aoe: "
[PATCH] Drivers: atm: Makefile: replace the use of <module>-objs with <module>-y
2010-10-16 3:53 UTC
[PATCH] fs/buffer.c: remove duplicated assignment on b_private
2010-10-16 3:40 UTC
[PATCH] Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y
2010-10-16 3:41 UTC
[PATCH] Drivers: ps3: Makefile: replace the use of <module>-objs with <module>-y
2010-10-16 3:30 UTC
[PATCH 1/2] Staging: speakup: main: Coding stlye fixes
2010-10-16 3:08 UTC (2+ messages)
` [PATCH 2/2] Staging: speakup: selection: Coding style fixes
[PATCH] ACPI: Read TSC upon resume
2010-10-16 3:03 UTC (5+ messages)
[PATCH 0/5] x86, NMI: give NMI handler a face-lift
2010-10-16 2:22 UTC (6+ messages)
` [PATCH 1/5] x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR
` [PATCH 2/5] x86, NMI: Add touch_nmi_watchdog to io_check_error delay
` [PATCH 3/5] x86, NMI: Rewrite NMI handler
` [PATCH 4/5] x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPU
` [PATCH 5/5] x86, NMI: Remove do_nmi_callback logic
[PATCH 17/18] fs: icache remove inode_lock
2010-10-16 2:09 UTC (11+ messages)
[PATCH 0/9] [GIT PULL] tracing: updates for 2.6.37
2010-10-16 2:03 UTC (6+ messages)
[tip:irq/core] x86: xen: Sanitise sparse_irq handling
2010-10-16 2:01 UTC (3+ messages)
` [Xen-devel] "
[PATCH v2] i2c/mux: Driver for PCA9541 I2C Master Selector
2010-10-16 1:58 UTC (2+ messages)
[PATCH 0/4] m32r: build fixes
2010-10-16 1:44 UTC (7+ messages)
` [PATCH 1/4] m32r: restore _BLOCKABLE
` [PATCH 2/4] m32r: get_user takes an lvalue, not a pointer
` [PATCH 3/4] m32r: add kernel/.gitignore and ignore vmlinux.lds
` [PATCH 4/4] m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIAN
[PATCH 1/7] staging:ft1000: Remove MEDIAMSG typedef usage
2010-10-15 12:12 UTC
[PATCH] ath9k: Convert to new PCI PM framework
2010-10-16 1:28 UTC (2+ messages)
[PATCH 1/1 V3] rtc: Add real-time clock driver for Tegra
2010-10-16 1:26 UTC (2+ messages)
` [rtc-linux] "
[PATCH 0/3] m32r: cleanup irq handling and stop calling __do_IRQ
2010-10-16 1:01 UTC (4+ messages)
` [PATCH 1/3] m32r: clean up direct irq_desc access
` [PATCH 2/3] m32r: clean up irq handlers and kill off __do_IRQ use
` [PATCH 3/3] m32r: fix build warning about unused irq chip
[PATCH] agp/amd-k7: Allow binding user memory to the AGP GART
2010-10-16 0:45 UTC (2+ messages)
` [PATCHv2] "
[PATCH 0/6] [RFC] A posix clock/timer interface to the RTC
2010-10-16 0:38 UTC (7+ messages)
` [PATCH 1/6] [RFC] posix clocks: dynamic clock ids
` [PATCH 2/6] [RFC] Introduce timerlist infrastructure
` [PATCH 3/6] [RFC] hrtimers: Convert hrtimers to use "
` [PATCH 4/6] [RFC] RTC: Rework RTC code to use timerlist for events
` [PATCH 5/6] [RFC] RTC: Remove UIE emulation
` [PATCH 6/6] [RFC] RTC: Add posix clock/timer interface
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).