messages from 2012-02-27 18:54:02 to 2012-02-28 01:02:28 UTC [more...]
[PATCH v3 00/21] mm: lru_lock splitting
2012-02-28 1:01 UTC (31+ messages)
` [PATCH v3 01/21] memcg: unify inactive_ratio calculation
` [PATCH v3 02/21] memcg: make mm_match_cgroup() hirarchical
` [PATCH v3 03/21] memcg: fix page_referencies cgroup filter on global reclaim
` [PATCH v3 04/21] memcg: use vm_swappiness from target memory cgroup
` [PATCH v3 05/21] mm: rename lruvec->lists into lruvec->pages_lru
` [PATCH v3 06/21] mm: lruvec linking functions
` [PATCH v3 07/21] mm: add lruvec->pages_count
` [PATCH v3 08/21] mm: unify inactive_list_is_low()
` [PATCH v3 09/21] mm: add lruvec->reclaim_stat
` [PATCH v3 10/21] mm: kill struct mem_cgroup_zone
` [PATCH v3 11/21] mm: move page-to-lruvec translation upper
` [PATCH v3 12/21] mm: push lruvec into update_page_reclaim_stat()
` [PATCH v3 13/21] mm: push lruvecs from pagevec_lru_move_fn() to iterator
` [PATCH v3 14/21] mm: introduce lruvec locking primitives
` [PATCH v3 15/21] mm: handle lruvec relocks on lumpy reclaim
[PATCH] hw breakpoint: Fix possible memory leak
2012-02-28 1:19 UTC (9+ messages)
` [PATCH v2] hw breakpoint: Fix a "
[RFC][PATCH 0/8] PM: Implement autosleep and "wake locks"
2012-02-28 0:19 UTC (8+ messages)
` [RFC][PATCH 0/7] PM: Implement autosleep and "wake locks", take 2
` [RFC][PATCH 4/7] Input / PM: Add ioctl to block suspend while event queue is not empty
[PATCH v4 0/5] x86: Cleanup and simplify cpu-specific data
2012-02-28 0:52 UTC (3+ messages)
[PATCH] checkpatch: do not try to sanity test cover letters
2012-02-28 0:50 UTC (4+ messages)
[RFC PATCH] PM / QoS: Introduce new classes: DMA-Throughput and DVFS-Latency
2012-02-28 0:39 UTC (5+ messages)
` [RFC PATCH 2/2] CPUfreq ondemand: handle QoS request on DVFS response latency
[GIT PULL][PATCH 0/7] Reduce timekeeping lock hold time
2012-02-28 0:29 UTC (8+ messages)
` [PATCH 1/7] time: Condense timekeeper.xtime into xtime_sec
` [PATCH 2/7] time: Rework timekeeping functions to take timekeeper ptr as argument
` [PATCH 3/7] time: Split timekeeper lock into separate reader/writer locks
` [PATCH 4/7] time: Update timekeeper structure using a local shadow
` [PATCH 5/7] time: Shadow cycle_last in timekeeper structure
` [PATCH 6/7] time: Reduce timekeeper read lock hold time
` [PATCH 7/7] time: Convert the timekeeper's wlock to a raw_spin_lock
[RESUBMIT] [PATCH] Use BIOS Keyboard variable to set Numlock
2012-02-28 0:27 UTC (5+ messages)
[PATCH] ia64: fix a couple of warnings for EXPORT_SYMBOL
2012-02-28 0:18 UTC (2+ messages)
Linux 3.2.5
2012-02-28 0:19 UTC (12+ messages)
[PATCH 0/6] gpio/omap: Some more driver cleanup and fixes
2012-02-28 0:11 UTC (9+ messages)
` [PATCH 2/6] gpio/omap: remove saved_wakeup field from struct gpio_bank
` [PATCH 3/6] gpio/omap: remove suspend_wakeup "
` [PATCH 4/6] gpio/omap: get rid of retrigger variable in gpio_irq_handler
` [PATCH 6/6] gpio/omap: fix _set_gpio_irqenable implementation
linux-next: Tree for Feb 27
2012-02-28 0:06 UTC (6+ messages)
` linux-next: Tree for Feb 27 (gpio-sodaville.c)
` linux-next: Tree for Feb 27 (usbtouchscreen)
NetKGDB v3
2012-02-28 0:04 UTC (5+ messages)
` [PATCHv3 1/3] NETPOLL: Extend rx_hook support
[PATCH v2] consolidate WARN_...ONCE() static variables
2012-02-28 0:03 UTC (2+ messages)
[PATCH] security: fix ima kconfig warning
2012-02-28 0:02 UTC (3+ messages)
[PATCH] hugetlbfs: Add new rw_semaphore to fix truncate/read race
2012-02-28 0:02 UTC (3+ messages)
[PATCH V2 1/2] pinctrl: Introduce PINCTRL_STATE_DEFAULT, define hogs as that state
2012-02-27 23:55 UTC (2+ messages)
` [PATCH V2 2/2] pinctrl: Assume map table entries can't have a NULL name field
[PATCH] cpumask: fix lg_lock/br_lock
2012-02-27 23:53 UTC (2+ messages)
[PATCH v2] i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait time
2012-02-27 23:53 UTC (3+ messages)
[PATCH][GIT PULL][v3.3] ktest: Fix make_min_config test when build fails
2012-02-27 23:49 UTC (7+ messages)
3.3-rc4+: Reported regressions from 3.2
2012-02-27 23:44 UTC (3+ messages)
` [Bug #42707] Hang deconfiguring network interface (in shutdown) on 3.3-rc1
[PATCH] HUGETLBFS: Align memory request to multiple of huge page size to avoid underallocating
2012-02-27 23:42 UTC (2+ messages)
[PATCH] KDB: Fix usability issues relating to the 'enter' key
2012-02-27 23:35 UTC (5+ messages)
Bad page state bugs since 3.0
2012-02-27 23:32 UTC
linux-next: build failure after merge of the final tree
2012-02-27 23:30 UTC (3+ messages)
pull request: wireless 2012-02-27
2012-02-27 20:15 UTC
[RFC PATCH 00/22] loop: Issue O_DIRECT aio with pages
2012-02-27 23:17 UTC (31+ messages)
` [RFC PATCH 01/22] iov_iter: move into its own file
` [RFC PATCH 02/22] iov_iter: add copy_to_user support
` [RFC PATCH 03/22] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [RFC PATCH 04/22] iov_iter: hide iovec details behind ops function pointers
` [RFC PATCH 05/22] iov_iter: add bvec support
` [RFC PATCH 06/22] iov_iter: add a shorten call
` [RFC PATCH 07/22] iov_iter: let callers extract iovecs and bio_vecs
` [RFC PATCH 08/22] dio: create a dio_aligned() helper function
` [RFC PATCH 09/22] dio: add dio_alloc_init() "
` [RFC PATCH 10/22] dio: add sdio_init() "
` [RFC PATCH 11/22] dio: add dio_lock_and_flush() helper
` [RFC PATCH 12/22] dio: add dio_post_submission() helper function
` [RFC PATCH 13/22] dio: add __blockdev_direct_IO_bdev()
` [RFC PATCH 14/22] fs: pull iov_iter use higher up the stack
` [RFC PATCH 15/22] aio: add aio_kernel_() interface
` [RFC PATCH 16/22] aio: add aio support for iov_iter arguments
` [RFC PATCH 17/22] bio: add bvec_length(), like iov_length()
` [RFC PATCH 18/22] ext3: add support for .read_iter and .write_iter
` [RFC PATCH 19/22] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [RFC PATCH 20/22] ext4: "
` [RFC PATCH 21/22] btrfs: "
` [RFC PATCH 22/22] nfs: add support for read_iter, write_iter
linux-next: manual merge of the pci tree with the mips tree
2012-02-27 23:15 UTC (2+ messages)
[PATCH 7/9] block: implement bio_associate_current()
2012-02-27 23:12 UTC (11+ messages)
[PATCH v3] ARM: LPC32xx: Ethernet support
2012-02-27 23:10 UTC (4+ messages)
[RFC][PATCH] fix move/migrate_pages() race on task struct
2012-02-27 22:39 UTC (17+ messages)
[PATCH 0/8] PCI: pci_host_bridge related cleanup
2012-02-27 23:00 UTC (9+ messages)
` [PATCH 5/8] PCI: add generic device into pci_host_bridge struct
[PATCH] thermal: Add support for thermal sensor present on SPEAr13xx machines
2012-02-27 22:49 UTC (3+ messages)
[PATCH] tmpfs: security xattr setting on inode creation
2012-02-27 22:46 UTC (4+ messages)
[PATCH -v5 0/24] PCI: allocate pci bus num range for unassigned bridge busn + pci rescan cleanup
2012-02-27 22:44 UTC (11+ messages)
` [PATCH 09/24] PCI, powerpc: Register busn_res for root buses
iwlagn is getting even worse with 3.3-rc1
2012-02-27 22:42 UTC (11+ messages)
rtc: INFO: possible circular locking dependency detected
2012-02-27 22:28 UTC
[Patch 0/7] AppArmor: Add mediation of mount operations
2012-02-27 22:23 UTC (8+ messages)
` [PATCH 1/7] AppArmor: Retrieve the dentry_path for error reporting when path lookup fails
` [PATCH 2/7] AppArmor: Minor cleanup of d_namespace_path to consolidate error handling
` [PATCH 3/7] AppArmor: Update dfa matching routines
` [PATCH 4/7] AppArmor: Move path failure information into aa_get_name and rename
` [PATCH 5/7] AppArmor: Make chroot relative the default path lookup type
` [PATCH 6/7] AppArmor: Add ability to load extended policy
` [PATCH 7/7] AppArmor: Add the ability to mediate mount
[PATCH 00/30] RFC: x32 support
2012-02-27 22:21 UTC (2+ messages)
` [tip:x86/x32] x32: Warn and disable rather than error if binutils too old
[PATCH] Avoid mask based num_possible_cpus and num_online_cpus -v5
2012-02-27 22:19 UTC (4+ messages)
` [PATCH 0/3] Cleanup raw handling of online/possible map
` [PATCH 2/3] mips: Avoid raw handling of cpu_possible_map/cpu_online_map
[PATCH] Avoid mask based num_possible_cpus and num_online_cpus -v4
2012-02-27 22:16 UTC (5+ messages)
` [PATCH] Avoid mask based num_possible_cpus and num_online_cpus -v5
sched: Avoid SMT siblings in select_idle_sibling() if possible
2012-02-27 22:11 UTC (13+ messages)
[PATCH] parisc: dont unconditionally override CROSS_COMPILE for 64 bit
2012-02-27 22:03 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] USB: Support for LPC32xx SoC
2012-02-27 22:01 UTC (2+ messages)
Linux 3.3-rc5
2012-02-27 21:59 UTC (2+ messages)
[PATCH 0/2] powerpc: Add support for GE IMP3A
2012-02-27 21:32 UTC (5+ messages)
` [PATCH 1/2] powerpc: Move GE GPIO and PIC drivers
OF-related boot crash in 3.3.0-rc3-00188-g3ec1e88
2012-02-27 21:30 UTC (13+ messages)
[PATCH v2][GIT PULL][v3.3] x86: Test saved %cs in NMI to determine nested NMI
2012-02-27 21:29 UTC (4+ messages)
` [tip:x86/urgent] x86/nmi: Test saved %cs in NMI to determine nested NMI case
ARM: OMAP: patches for stable
2012-02-27 21:27 UTC (4+ messages)
linux-next: build failure after merge of the final tree
2012-02-27 21:24 UTC (3+ messages)
linux-next: build failure after merge of the final tree (staging tree related)
2012-02-27 21:16 UTC (2+ messages)
[PULL] DT fixes for 3.3
2012-02-27 21:06 UTC (2+ messages)
[PATCH-WIP 00/13] xen/arm: receive Xen events and initialize xenbus
2012-02-27 21:05 UTC (8+ messages)
` [PATCH-WIP 01/13] xen/arm: use r12 to pass the hypercall number to the hypervisor
[PATCH v11 01/12] sk_run_filter: add support for custom load_pointer
2012-02-27 20:49 UTC (26+ messages)
` [PATCH v11 06/12] seccomp: add system call filtering using BPF
` [PATCH v11 07/12] seccomp: add SECCOMP_RET_ERRNO
` [PATCH v11 08/12] signal, x86: add SIGSYS info and make it synchronous
` [PATCH v11 10/12] ptrace,seccomp: Add PTRACE_SECCOMP support
Linux 3.2.8
2012-02-27 20:46 UTC (2+ messages)
[RFC][PATCH 00/73] Union Mount [ver #2]
2012-02-27 20:45 UTC (6+ messages)
` [PATCH 66/73] ext2: Split ext2_add_entry() from ext2_add_link() "
[PATCH 0/4] PCI: Rename pci_remove_* to pci_stop_and_remove_*
2012-02-27 20:43 UTC (4+ messages)
` [PATCH 4/4] PCI: acpihp user __pci_remove_bus_device instead
[RFC PATCH] kick ksoftirqd more often to please soft lockup detector
2012-02-27 20:38 UTC
[PATCH] ARM: boot/compressed/misc.s: Include <linux/bug.h> to fix build break
2012-02-27 20:14 UTC (3+ messages)
Can we discuss?
2012-02-26 10:31 UTC
[git pull] Trivial NTFS and LDM changes
2012-02-27 19:50 UTC (3+ messages)
[PATCH v3] lpc32xx: Added ethernet driver
2012-02-27 19:49 UTC (3+ messages)
[PATCHSET] mempool, percpu, blkcg: fix percpu stat allocation and remove stats_lock
2012-02-27 19:43 UTC (9+ messages)
[PATCH] Fix build failures from audit macros when following coding style
2012-02-27 19:41 UTC
[PATCH] seccomp: remove duplicated failure logging
2012-02-27 19:34 UTC (2+ messages)
Dear Friend,
2012-02-27 15:02 UTC
"whitespace coding style cleanup" broke coding style
2012-02-27 19:12 UTC (7+ messages)
` [PATCH net-next] gigaset: Use semicolons to terminate statements
Don't get Sun SPARC T2000 Enterprise booting with any(?) kernel
2012-02-27 19:06 UTC (2+ messages)
[PATCH 0/10] af_unix: add multicast and filtering features to AF_UNIX
2012-02-27 19:05 UTC (4+ messages)
[PATCH 00/20] pinctrl: API change, config in mapping table
2012-02-27 19:02 UTC (4+ messages)
` [PATCH 20/20] pinctrl: Enhance mapping table to support pin config operations
[RFC][PATCH 0/2] cgroup: Fix some races against css_set task links
2012-02-27 18:57 UTC (8+ messages)
` [PATCH 2/2] cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list
[PATCH 0/4] iwlegacy cleanups
2012-02-27 18:25 UTC (2+ messages)
` [PATCH 2/4] iwlegacy: Kconfig: Change Debug Option to be more clear
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).