linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-21 20:02:20 to 2012-02-22 04:19:14 UTC [more...]

[PATCH v2 00/22] mm: lru_lock splitting
 2012-02-22  4:19 UTC  (2+ messages)

[HELP REQUIRED] : Andorid FIQ Debugger Porting issue on Kernel2.6.36
 2012-02-22  4:12 UTC 

[PATCH 0/10] mm/memcg: per-memcg per-zone lru locking
 2012-02-22  4:05 UTC  (21+ messages)
` [PATCH 4/10] mm/memcg: apply add/del_page to lruvec
` [PATCH 5/10] mm/memcg: introduce page_relock_lruvec
` [PATCH 6/10] mm/memcg: take care over pc->mem_cgroup
` [PATCH 9/10] mm/memcg: move lru_lock into lruvec

[PATCH] tools/power x86_energy_perf_policy: fix cpuid for i686
 2012-02-22  4:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] sched: Make initial SCHED_RR timeslace RR_TIMESLICE
 2012-02-22  3:56 UTC 

compat: autofs v5 packet size ambiguity - update
 2012-02-22  3:47 UTC  (4+ messages)

[PATCH 3/3] ARM: dma-mapping: fix array out of bound access in __dma_*_remap
 2012-02-22  3:46 UTC 

[PATCH] mfd: Remove unused io_lock mutex from da9052
 2012-02-22  3:43 UTC 

Investment Funding
 2012-02-21  6:44 UTC 

[PATCH v10 01/11] sk_run_filter: add support for custom load_pointer
 2012-02-22  3:41 UTC  (7+ messages)
` [PATCH v10 06/11] seccomp: add SECCOMP_RET_ERRNO
` [PATCH v10 11/11] Documentation: prctl/seccomp_filter

[PATCH 0/4] pch_uart: Cleanups, board quirks, and user uartclk parameter
 2012-02-22  3:36 UTC  (7+ messages)
` [PATCH 1/4] pch_uart: Use uartclk instead of base_baud
` [PATCH 2/4] pch_uart: Add Fish River Island II uart clock quirks
` [PATCH 3/4] pch_uart: Add user_uartclk parameter
` [PATCH 4/4] pch_uart: Use existing default_baud in setup_console

[PATCH 1/2] ARM: dma-mapping: its array of pointer
 2012-02-22  3:36 UTC  (3+ messages)

[PATCH] ARM: dma-mapping: Fix the type used for consistent_pte size calculation
 2012-02-22  3:36 UTC 

[PATCH] x86 fixes for 3.3 impacting distros (v1)
 2012-02-22  2:53 UTC  (2+ messages)

linux-next: manual merge of the mmc tree with the s5p tree
 2012-02-22  2:32 UTC  (3+ messages)

[PATCH] x86, tsc: Skip refined tsc calibration on systems with reliable TSC
 2012-02-22  2:19 UTC 

[PATCH] pch_uart: Change default UART clock setting 192MHz
 2012-02-22  2:28 UTC  (6+ messages)

[PATCH] mfd: wm8994: Return error when device ID mismatch is detected
 2012-02-22  2:24 UTC 

pull request: wireless 2012-02-20
 2012-02-22  2:17 UTC  (15+ messages)
          ` [PATCH] checkpatch: Add some --strict coding style checks

[GIT] update my MAINTAINERS entry
 2012-02-22  2:09 UTC 

perf record: can I specify multiple events and use different sample-after value
 2012-02-22  1:59 UTC 

[PATCHSET] blkcg: accumulated blkcg updates
 2012-02-22  1:47 UTC  (37+ messages)
` [PATCH 01/36] block: blk-throttle should be drained regardless of q->elevator
` [PATCH 02/36] blkcg: make CONFIG_BLK_CGROUP bool
` [PATCH 03/36] cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHED
` [PATCH 04/36] elevator: clear auxiliary data earlier during elevator switch
` [PATCH 05/36] elevator: make elevator_init_fn() return 0/-errno
` [PATCH 06/36] block: implement blk_queue_bypass_start/end()
` [PATCH 07/36] block: extend queue bypassing to cover blkcg policies
` [PATCH 08/36] blkcg: shoot down blkio_groups on elevator switch
` [PATCH 09/36] blkcg: move rcu_read_lock() outside of blkio_group get functions
` [PATCH 10/36] blkcg: update blkg get functions take blkio_cgroup as parameter
` [PATCH 11/36] blkcg: use q and plid instead of opaque void * for blkio_group association
` [PATCH 12/36] blkcg: add blkio_policy[] array and allow one policy per policy ID
` [PATCH 13/36] blkcg: use the usual get blkg path for root blkio_group
` [PATCH 14/36] blkcg: factor out blkio_group creation
` [PATCH 15/36] blkcg: don't allow or retain configuration of missing devices
` [PATCH 16/36] blkcg: kill blkio_policy_node
` [PATCH 17/36] blkcg: kill the mind-bending blkg->dev
` [PATCH 18/36] blkcg: let blkio_group point to blkio_cgroup directly
` [PATCH 19/36] blkcg: add blkcg_{init|drain|exit}_queue()
` [PATCH 20/36] blkcg: clear all request_queues on blkcg policy [un]registrations
` [PATCH 21/36] blkcg: let blkcg core handle policy private data allocation
` [PATCH 22/36] blkcg: move refcnt to blkcg core
` [PATCH 23/36] blkcg: make blkg->pd an array and move configuration and stats into it
` [PATCH 24/36] blkcg: don't use blkg->plid in stat related functions
` [PATCH 25/36] blkcg: move per-queue blkg list heads and counters to queue and blkg
` [PATCH 26/36] blkcg: let blkcg core manage per-queue blkg list and counter
` [PATCH 27/36] blkcg: unify blkg's for blkcg policies
` [PATCH 28/36] blkcg: use double locking instead of RCU for blkg synchronization
` [PATCH 29/36] blkcg: drop unnecessary RCU locking
` [PATCH 30/36] block: restructure get_request()
` [PATCH 31/36] block: interface update for ioc/icq creation functions
` [PATCH 32/36] block: ioc_task_link() can't fail
` [PATCH 33/36] block: add io_context->active_ref
` [PATCH 34/36] block: implement bio_associate_current()
` [PATCH 35/36] block: make block cgroup policies follow bio task association
` [PATCH 36/36] block: make blk-throttle preserve the issuing task on delayed bios

[PATCH v2] x86: Move per cpu cpu_llc_shared_map to a field in struct cpuinfo_x86
 2012-02-22  1:45 UTC  (11+ messages)
` [PATCH 0/5] x86: Cleanup and simplify cpu-specific data
  ` [PATCH 5/5] x86: Remove #ifdef CONFIG_SMP sections by moving smp_num_siblings into common.c
      ` [PATCH v2 0/5] x86: Cleanup and simplify cpu-specific data
        ` [PATCH v2 1/5] x86: Move per cpu cpu_llc_shared_map to a field in struct cpuinfo_x86
        ` [PATCH v2 2/5] x86: Move per cpu cpu_llc_id "
        ` [PATCH v2 3/5] x86: Move per cpu cpu_sibling_map "
        ` [PATCH v2 4/5] x86: Move per cpu cpu_core_map "
        ` [PATCH v2 5/5] x86: Remove #ifdef CONFIG_SMP sections by moving smp_num_siblings into common.c

Large slowdown with 'x86: Avoid invoking RCU when CPU is idle'
 2012-02-22  1:42 UTC  (3+ messages)

[PATCH] msm: timer: Support sched_clock()
 2012-02-22  1:39 UTC 

[RFC][PATCH 0/2] cgroup: Fix some races against css_set task links
 2012-02-22  1:33 UTC  (10+ messages)
` [PATCH 2/2] cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list

[PATCH] fs: hardlink creation restriction cleanup
 2012-02-22  1:21 UTC 

linux-next: build failure after merge of the bluetooth tree
 2012-02-22  1:29 UTC  (2+ messages)

[PATCH] regulator: Sort Kconfig and Makefile entries
 2012-02-22  1:29 UTC 

[PATCH] Fix NULL pointer dereference in sd_revalidate_disk
 2012-02-22  1:04 UTC  (2+ messages)

RAS trace event proto
 2012-02-22  0:58 UTC  (6+ messages)

[PATCH] edac: i5100 ack error detection register after each read
 2012-02-22  0:58 UTC  (4+ messages)

[RFC PATCH 4/6] PM / Runtime: Introduce flag can_power_off
 2012-02-22  0:57 UTC  (5+ messages)

[PATCHSET] blkcg: update locking and fix stacking
 2012-02-22  0:49 UTC  (3+ messages)
` [PATCH 2/9] blkcg: drop unnecessary RCU locking
  ` [PATCH UPDATED "

[PATCH V2] pinctrl: Assume map table entries can't have a NULL name field
 2012-02-22  0:43 UTC 

iwlagn is getting even worse with 3.3-rc1
 2012-02-22  0:37 UTC  (11+ messages)

OF-related boot crash in 3.3.0-rc3-00188-g3ec1e88
 2012-02-22  0:36 UTC  (10+ messages)

[PATCH] mm: Enable MAP_UNINITIALIZED for archs with mmu
 2012-02-22  0:34 UTC  (6+ messages)

[PATCHv22 00/16] Contiguous Memory Allocator
 2012-02-22  0:18 UTC  (5+ messages)
` [PATCHv22 13/16] drivers: add "
` [PATCHv22 14/16] X86: integrate CMA with DMA-mapping subsystem

[PATCH 0/2] More i387 state save/restore work
 2012-02-21 23:50 UTC  (20+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] i387: fix up some fpu_counter confusion
    ` [PATCH v2 2/3] i387: use 'restore_fpu_checking()' directly in task switching code
      ` [PATCH v2 3/3] i387: support lazy restore of FPU state
                      ` [PATCH 0/2] i387: FP state interface cleanups
                        ` [PATCH 1/2] i387: uninline the generic FP helpers that we expose to kernel modules
                          ` [PATCH 2/2] i387: split up <asm/i387.h> into exported and internal interfaces
                            ` [tip:x86/fpu] i387: Split "
                          ` [tip:x86/fpu] i387: Uninline the generic FP helpers that we expose to kernel modules

detected stall on CPU 1 (t=0 jiffies) - huh?
 2012-02-21 23:47 UTC  (2+ messages)

[RFC][PATCH 0/8] PM: Implement autosleep and "wake locks"
 2012-02-21 23:37 UTC  (9+ messages)
` [RFC][PATCH 0/7] PM: Implement autosleep and "wake locks", take 2
  ` [RFC][PATCH 1/7] PM / Sleep: Look for wakeup events in later stages of device suspend
  ` [RFC][PATCH 2/7] PM / Sleep: Use wait queue to signal "no wakeup events in progress"
  ` [RFC][PATCH 3/7] PM / Sleep: Change wakeup source statistics to follow Android
  ` [RFC][PATCH 4/7] Input / PM: Add ioctl to block suspend while event queue is not empty
  ` [RFC][PATCH 5/7] PM / Sleep: Implement opportunistic sleep
  ` [RFC][PATCH 6/7] PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources
  ` [RFC][PATCH 7/7] PM / Sleep: Add user space interface for manipulating "

[PATCH tip/core/rcu 0/4] Additional RCU commits for 3.4
 2012-02-21 23:30 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/4] rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loop
  ` [PATCH tip/core/rcu 3/4] rcu: stop spurious warnings from synchronize_sched_expedited

[PATCH v2] fs: hardlink creation restrictions
 2012-02-21 23:22 UTC  (3+ messages)

Linux 3.3-rc4
 2012-02-21 23:19 UTC  (8+ messages)

[PATCH] PM/Freezer: Remove references to TIF_FREEZE in comments
 2012-02-21 23:06 UTC  (2+ messages)

[PATCH 1/3 v4] mfd: Add LPC driver for Intel ICH chipsets
 2012-02-21 22:21 UTC  (4+ messages)

linux-next: dock_link_device is oopsy
 2012-02-21 22:30 UTC  (13+ messages)

[tip:x86/urgent] x86/nmi: Test saved %cs in NMI to determine nested NMI case
 2012-02-21 22:08 UTC  (2+ messages)
` [tip:x86/urgent] x86: Specify a size for the cmp in the NMI handler

[PATCH] x86-64: Fix CFI data for common_interrupt
 2012-02-21 22:08 UTC  (5+ messages)

Kconfig: unmet direct dependencies in 3.3-rc4
 2012-02-21 21:21 UTC 

[RFD] cgroup: about multiple hierarchies
 2012-02-21 21:21 UTC  (2+ messages)

[PATCH 00/10] jump label: introduce very_[un]likely + cleanups + docs
 2012-02-21 21:16 UTC  (19+ messages)
` [PATCH 01/10] jump label: Add a WARN() if jump label key count goes negative
` [PATCH 02/10] jump label: fix compiler warning
` [PATCH 03/10] jump label: introduce very_unlikely()
` [PATCH 04/10] jump label: introduce very_likely()
` [PATCH 05/10] perf: update to use 'very_unlikely()'
` [PATCH 06/10] tracepoints: update to use very_unlikely()
` [PATCH 07/10] sched: update to use very_[un]likely()
` [PATCH 08/10] kvm: update to use very_unlikely()
` [PATCH 09/10] net: "
` [PATCH 10/10] jump label: Add docs better explaining the whole jump label mechanism

[PATCH] ARM: OMAP2+: gpmc-smsc911x: add required smsc911x regulators
 2012-02-21 21:11 UTC  (9+ messages)

[PATCH] locks: new procfs lockinfo
 2012-02-21 21:06 UTC  (2+ messages)

compile error in drivers/gpu/drm/radeon/radeon_state.o
 2012-02-21 20:16 UTC  (2+ messages)

[RFC][PATCH 00/73] Union Mount [ver #2]
 2012-02-21 18:05 UTC  (9+ messages)
` [PATCH 22/73] union-mount: Add two superblock fields for union mounts "
` [PATCH 30/73] union-mount: Create needs_lookup_union() "
` [PATCH 35/73] union-mount: Create prepare_mnt_union() and cleanup_mnt_union() "
` [PATCH 40/73] union-mount: Implement union mount "
` [PATCH 41/73] union-mount: Temporarily disable some syscalls "
` [PATCH 60/73] union-mount: Implement union-aware access()/faccessat() "
` [PATCH 62/73] union-mount: Implement union-aware rename() "
` [PATCH 67/73] ext2: Remove target inode pointer from ext2_add_entry() "


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).