linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-25 20:22:59 to 2013-09-26 00:40:34 UTC [more...]

[RFC PATCH 0/7] softirq: Consolidation and stack overrun fix v2
 2013-09-26  0:40 UTC  (7+ messages)
` [PATCH 6/7] irq: Optimize softirq stack selection in irq exit
` [PATCH 7/7] x86: Tell about irq stack coverage

[PATCH] checkpatch: Find CamelCase definitions of struct/union/enum
 2013-09-26  0:38 UTC  (12+ messages)

[GIT PULL 3.12-rc2 fixes] clocksource: Several fixes for 3.12-rc2
 2013-09-26  0:37 UTC 

squashfs enhance [RFC 3/5] squashfs: remove cache for normal data page
 2013-09-26  0:30 UTC 

[RFC V4 PATCH 00/15] Signature verification of hibernate snapshot
 2013-09-26  0:27 UTC  (5+ messages)

[PATCH 00/21] CPUIdle: Minor cleanups for 3.13
 2013-09-26  0:25 UTC  (36+ messages)
` [PATCH 03/21] cpuidle: make __cpuidle_get_cpu_driver() inline
` [PATCH 06/21] cpuidle: rearrange code in __cpuidle_driver_init()
` [PATCH 07/21] cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points
` [PATCH 08/21] cpuidle: use cpuidle_disabled() instead of "off"
` [PATCH 09/21] cpuidle: merge two if() statements for checking error cases
` [PATCH 10/21] cpuidle: reduce code duplication inside cpuidle_idle_call()
` [PATCH 11/21] cpuidle: replace multiline statements with single line in cpuidle_idle_call()
` [PATCH 12/21] cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock
` [PATCH 13/21] cpuidle: use drv instead of cpuidle_driver in show_current_driver()
` [PATCH 14/21] cpuidle: coupled: don't compare cpu masks unnecessarily
` [PATCH 15/21] cpuidle: free all state kobjects from cpuidle_free_state_kobj()
` [PATCH 16/21] cpuidle: avoid unnecessary kzalloc/free of struct cpuidle_device_kobj
` [PATCH 17/21] cpuidle: avoid unnecessary kzalloc/free of struct cpuidle_driver_kobj
` [PATCH 18/21] cpuidle: don't call poll_idle_init() for every cpu
` [PATCH 19/21] cpuidle: create list of registered drivers
` [PATCH 20/21] cpuidle: don't calculate time-diff if entered_state == 0
` [PATCH 21/21] cpuidle: change governor from within cpuidle_replace_governor()

Warning
 2013-09-26  0:15 UTC 

[PATCH 0/1] tty: disassociate_ctty() sends the extra SIGCONT
 2013-09-26  0:24 UTC  (5+ messages)
` v3.10 breaks T.tcflush (Was: tty: disassociate_ctty() sends the extra SIGCONT)
    ` [PATCH] tty: Fix SIGTTOU not sent with tcflush()

3.12-rc1: no longer compiles for Nokia n900 (omap based)
 2013-09-26  0:23 UTC  (4+ messages)
` 3.12-rc1: no longer compiles for Nokia n900 (omap based), display no longer works

[PATCH 0/12] procfs: protect /proc/<pid>/* files with file->f_cred
 2013-09-26  0:22 UTC  (10+ messages)
` [PATCH 04/12] seq_file: Make seq_file able to access the file's opener cred
` [PATCH 06/12] procfs: make /proc/*/stack 0400
` [PATCH 07/12] procfs: add permission checks on the file's opener of /proc/*/stack
` [PATCH 08/12] procfs: add permission checks on the file's opener of /proc/*/personality
` [PATCH 09/12] procfs: add permission checks on the file's opener of /proc/*/stat
` [PATCH 10/12] procfs: move PROC_BLOCK_SIZE declaration up to make it visible
` [PATCH 11/12] procfs: improve permission checks on /proc/*/syscall
` [PATCH 12/12] user_ns: seq_file: use the user_ns that is embedded in the f_cred struct

[PATCH RESEND] clocksource: of: respect device tree node status
 2013-09-26  0:10 UTC  (4+ messages)

[PATCH v2 21/24] Staging: winbond: wb35tx: Replace printk with netdev_err
 2013-09-26  0:03 UTC  (3+ messages)
` [PATCH v3 21/24] Staging: winbond: wb35tx: Replace printk with netdev

[PATCH 0/4] Add support for charging battery in Nokia RX-51
 2013-09-26  0:00 UTC  (6+ messages)
` [PATCH 1/4] usb: musb: Call atomic_notifier_call_chain when status is changed
  ` [PATCH usb 1/2] usb: musb: Add missing ATOMIC_INIT_NOTIFIER_HEAD

[RFC, PATCH] clocksource: provide timekeeping for efm32 SoCs
 2013-09-25 23:55 UTC  (5+ messages)

Fix style in s3c-hsotg.c
 2013-09-25 23:53 UTC  (7+ messages)

[PATCH] Staging / quickstart: remove reduplicate if(acpi_disabled) check
 2013-09-25 23:50 UTC  (2+ messages)

[RFC PATCH v4 00/40] mm: Memory Power Management
 2013-09-25 23:47 UTC  (44+ messages)
` [RFC PATCH v4 01/40] mm: Introduce memory regions data-structure to capture region boundaries within nodes
` [RFC PATCH v4 02/40] mm: Initialize node memory regions during boot
` [RFC PATCH v4 03/40] mm: Introduce and initialize zone memory regions
` [RFC PATCH v4 04/40] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH v4 05/40] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH v4 06/40] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH v4 07/40] mm: Track the freepage migratetype of pages accurately
` [RFC PATCH v4 08/40] mm: Use the correct migratetype during buddy merging
` [RFC PATCH v4 09/40] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH v4 10/40] bitops: Document the difference in indexing between fls() and __fls()
` [RFC PATCH v4 11/40] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting
` [RFC PATCH v4 12/40] mm: Add support to accurately track per-memory-region allocation
` [RFC PATCH v4 13/40] mm: Print memory region statistics to understand the buddy allocator behavior
` [RFC PATCH v4 14/40] mm: Enable per-memory-region fragmentation stats in pagetypeinfo
` [RFC PATCH v4 15/40] mm: Add aggressive bias to prefer lower regions during page allocation
` [RFC PATCH v4 16/40] mm: Introduce a "Region Allocator" to manage entire memory regions
` [RFC PATCH v4 17/40] mm: Add a mechanism to add pages to buddy freelists in bulk
` [RFC PATCH v4 18/40] mm: Provide a mechanism to delete pages from "
` [RFC PATCH v4 19/40] mm: Provide a mechanism to release free memory to the region allocator
` [RFC PATCH v4 20/40] mm: Provide a mechanism to request free memory from "
` [RFC PATCH v4 21/40] mm: Maintain the counter for freepages in "
` [RFC PATCH v4 22/40] mm: Propagate the sorted-buddy bias for picking free regions, to "
` [RFC PATCH v4 23/40] mm: Fix vmstat to also account for freepages in the "
` [RFC PATCH v4 24/40] mm: Drop some very expensive sorted-buddy related checks under DEBUG_PAGEALLOC
` [RFC PATCH v4 25/40] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA => RA flow
` [RFC PATCH v4 26/40] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA <= "
` [RFC PATCH v4 27/40] mm: Update the freepage migratetype of pages during region allocation
` [RFC PATCH v4 28/40] mm: Provide a mechanism to check if a given page is in the region allocator
` [RFC PATCH v4 29/40] mm: Add a way to request pages of a particular region from "
` [RFC PATCH v4 30/40] mm: Modify move_freepages() to handle pages in the region allocator properly
` [RFC PATCH v4 31/40] mm: Never change migratetypes of pageblocks during freepage stealing
` [RFC PATCH v4 32/40] mm: Set pageblock migratetype when allocating regions from region allocator
` [RFC PATCH v4 33/40] mm: Use a cache between page-allocator and region-allocator
` [RFC PATCH v4 34/40] mm: Restructure the compaction part of CMA for wider use
` [RFC PATCH v4 35/40] mm: Add infrastructure to evacuate memory regions using compaction
` [RFC PATCH v4 36/40] kthread: Split out kthread-worker bits to avoid circular header-file dependency
` [RFC PATCH v4 37/40] mm: Add a kthread to perform targeted compaction for memory power management
` [RFC PATCH v4 38/40] mm: Add a mechanism to queue work to the kmempowerd kthread
` [RFC PATCH v4 39/40] mm: Add intelligence in kmempowerd to ignore regions unsuitable for evacuation
` [RFC PATCH v4 40/40] mm: Add triggers in the page-allocator to kick off region evacuation
` [Results] [RFC PATCH v4 00/40] mm: Memory Power Management

linux-next: old trees
 2013-09-25 23:46 UTC  (3+ messages)

[PATCH v2 00/24] Staging: winbond: Fixed some coding style issues
 2013-09-25 23:44 UTC  (3+ messages)
` [PATCH v2 08/24] Staging: winbond: reg: changed sleep function from msleep to usleep

[PATCH 00/11 - GIT PULL] drivers: net: Last block of Remove extern from function prototypes
 2013-09-25 23:13 UTC  (7+ messages)
` [PATCH 06/11] ipw2x00: "
` [PATCH 09/11] mwifiex: "
` [PATCH 11/11] rtlwifi: "

[PATCH/RFC] clocksource: Consolidate SH and ARM mach-shmobile Kconfig bits
 2013-09-25 23:37 UTC 

[PATCHv2 0/11] staging: usbip: Userland crypto and ACLs
 2013-09-25 23:36 UTC  (2+ messages)

[PATCH 0/3] msi: fix kobject/sysfs removal from msi_list
 2013-09-25 23:35 UTC  (10+ messages)
` [PATCH 1/3] msi: add forgotten pci_dev_put(pdev) to populate_msi_sysfs()
` [PATCH 3/3] msi: free msi_desc entry only after we've released the kobject

[PATCH V2] staging: dgnc: Remove casting the return value which is a void pointer
 2013-09-25 23:35 UTC 

[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
 2013-09-25 23:29 UTC  (4+ messages)

PCI host merge strategy and maintainers
 2013-09-25 23:28 UTC 

[PATCH 0/5] Allwinner SoCs High Speed Timer support
 2013-09-25 23:23 UTC  (5+ messages)
` [PATCH 2/5] clocksource: Add Allwinner SoCs HS timers driver

[PATCH] arm: mvebu: use the main timer as clock source from DT
 2013-09-25 23:06 UTC  (4+ messages)

[PATCH] staging: dgrp: Convert to use device_create_with_groups
 2013-09-25 23:06 UTC  (3+ messages)

[PATCH 1/3] staging: dgrp: Remove casting the return value which is a void pointer
 2013-09-25 23:04 UTC  (3+ messages)
` [PATCH 2/3] staging: dgnc: "

[PATCH] staging: dgnc: driver.c: casting (void *)value returned by kzalloc is useless
 2013-09-25 23:04 UTC  (2+ messages)

[PATCH] staging: Add dm-writeboost
 2013-09-25 23:03 UTC  (7+ messages)
`  "
      ` Reworking dm-writeboost [was: Re: staging: Add dm-writeboost]

[PATCH] add exFAT driver
 2013-09-25 22:53 UTC  (16+ messages)

tracing: don't stuff stale pointers in filp->private_data
 2013-09-25 22:49 UTC  (4+ messages)

[PATCH WIP] Multipage biovecs
 2013-09-25 22:47 UTC  (10+ messages)
` [PATCH 1/6] block: Introduce bio_for_each_page()
` [PATCH 2/6] block: Convert various code to bio_for_each_page()
` [PATCH 3/6] Introduce blk_max_segment()
` [PATCH 4/6] convert nvme to blk_max_segment()
` [PATCH 5/6] convert integrity to new merging
` [PATCH 6/6] Multipage bvecs

[PATCH] serial: 8250_dw: Improve unwritable LCR workaround
 2013-09-25 22:47 UTC  (3+ messages)

[PATCHv2] x86: EFI stub support for large memory maps
 2013-09-25 22:45 UTC  (4+ messages)
` [PATCHv3] "

[RFC 00/21] perf tools: Add toggling events support
 2013-09-25 22:41 UTC  (5+ messages)
` [PATCH 05/21] perf: Add event toggle sys_perf_event_open interface
` [PATCH 08/21] perf: Add new 'paused' attribute

(no subject)
 2013-09-25 22:35 UTC  (4+ messages)
` [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

[PATCH] mm: avoid reinserting isolated balloon pages into LRU lists
 2013-09-25 22:33 UTC 

[RFC PATCHv4] drivers: power: Detect device suspend/resume lockup and log event in pstore
 2013-09-25 22:31 UTC 

[PATCH 2/2] rcar-hpbdma: add parameter to set_slave() method
 2013-09-25 22:31 UTC 

[PATCH 1/2] rcar-hpbdma: remove shdma_free_irq() calls
 2013-09-25 22:28 UTC 

[Bug report] Warning when hot-add an ACPI0004 device
 2013-09-25 22:24 UTC  (4+ messages)

[PATCH] MAINTAINERS: wimax@linuxwimax.org is subscribers-only
 2013-09-25 22:23 UTC  (3+ messages)

[PATCH 2/3 v3] Refactor MSI restore call-chain to drop unnecessary argument
 2013-09-25 22:22 UTC  (2+ messages)

[PATCH v6 1/4] ARM: OMAP2+: cleaned-up DT support of various ECC schemes
 2013-09-25 22:22 UTC  (8+ messages)

[PATCH v6 0/6] rwsem: performance optimizations
 2013-09-25 22:10 UTC  (7+ messages)
` [PATCH v6 1/6] rwsem: check the lock before cpmxchg in down_write_trylock
` [PATCH v6 2/6] rwsem: remove 'out' label in do_wake
` [PATCH v6 3/6] rwsem: remove try_reader_grant label do_wake
` [PATCH v6 4/6] rwsem/wake: check lock before do atomic update
` [PATCH v6 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file
` [PATCH v6 6/6] rwsem: do optimistic spinning for writer lock acquisition

[PATCH 0/4] ARM: shmobile: CPUFreq support on Lager
 2013-09-25 22:10 UTC  (6+ messages)
` [PATCH 1/4] pinctrl: sh-pfc: r8a7790: add pin definitions for the I2C3 interface
` [PATCH 2/4] ARM: shmobile: r8a7790: add I2C support in Device Tree mode

applesmc oops in 3.10/3.11
 2013-09-25 22:08 UTC  (4+ messages)

[PATCH] mm/shmem.c: check the return value of mpol_to_str()
 2013-09-25 22:06 UTC  (8+ messages)
  ` [patch] mm, mempolicy: make mpol_to_str robust and always succeed

Result Notification
 2013-09-25 21:48 UTC 

[RESEND PATCH] ioat: PM Support
 2013-09-25 22:00 UTC 

[PATCH] ioat: PM Support
 2013-09-25 21:59 UTC  (2+ messages)

[PATCH v2 0/5] mm: migrate zbud pages
 2013-09-25 21:57 UTC  (5+ messages)

linux-next: build failure after merge of the akpm tree
 2013-09-25 21:43 UTC  (4+ messages)

[PATCH] Remove VLAIS usage from gadget code - alternate patch
 2013-09-25 21:23 UTC 

[PATCH] hotplug: Optimize {get,put}_online_cpus()
 2013-09-25 21:22 UTC  (11+ messages)

[GIT PULL] Keyrings patches
 2013-09-25 21:21 UTC 

[PATCH V3 1/6] clk: exynos-audss: convert to platform device
 2013-09-25 21:12 UTC  (7+ messages)
` [PATCH V4 "
  ` [PATCH V4 2/6] clk: exynos-audss: allow input clocks to be specified in device tree
  ` [PATCH V4 3/6] clk: exynos5250: add clock ID for div_pcm0
  ` [PATCH V4 4/6] ARM: dts: exynos5250: add input clocks to audss clock controller
  ` [PATCH V4 5/6] clk: exynos-audss: add support for Exynos 5420
  ` [PATCH V4 6/6] ARM: dts: exynos5420: add input clocks to audss clock controller

[PATCH] i2c: i2c-dev: Create 'name' attribute automatically
 2013-09-25 21:11 UTC  (3+ messages)

[PATCH RESEND 4/4] hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()
 2013-09-25 21:08 UTC 

[RFC] extending splice for copy offloading
 2013-09-25 21:07 UTC  (7+ messages)

[PATCH] kthread: Make kthread_create() killable
 2013-09-25 21:05 UTC  (7+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
 2013-09-25 21:00 UTC  (12+ messages)

[PATCH v6 0/5] clk: clock deregistration support
 2013-09-25 20:51 UTC  (4+ messages)

new binutils needed for arm in 3.12-rc1
 2013-09-25 20:49 UTC  (4+ messages)

[PATCH v2 0/4] Unify CPU hotplug lock interface
 2013-09-25 20:44 UTC  (4+ messages)
` [PATCH v2 4/4] hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()

[PATCH 1/2] UBI: Fix error path in scan_pool()
 2013-09-25 20:32 UTC  (2+ messages)
` [PATCH 2/2] UBI: Call scan_all() with correct offset in error case

[PATCH] OOM killer: wait for tasks with pending SIGKILL to exit
 2013-09-25 20:31 UTC  (4+ messages)


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