public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-28 15:31:31 to 2014-08-28 19:08:55 UTC [more...]

[PATCH v3 00/11] lib: introduce string_escape_mem and %*pE specifier
 2014-08-28 19:08 UTC  (3+ messages)

[PATCH 00/97] Misc series of functional/performance fixes for 3.12-stable
 2014-08-28 18:35 UTC  (95+ messages)
` [PATCH 01/97] mm: thp: cleanup: mv alloc_hugepage to better place
` [PATCH 04/97] mm: prevent setting of a value less than 0 to min_free_kbytes
` [PATCH 05/97] mm: fix bad rss-counter if remap_file_pages raced migration
` [PATCH 06/97] hugetlb: ensure hugepage access is denied if hugepages are not supported
` [PATCH 07/97] mm: exclude memoryless nodes from zone_reclaim
` [PATCH 08/97] mm, thp: do not allow thp faults to avoid cpuset restrictions
` [PATCH 09/97] swap: change swap_info singly-linked list to list_head
` [PATCH 10/97] lib/plist: add helper functions
` [PATCH 11/97] lib/plist: add plist_requeue
` [PATCH 12/97] swap: change swap_list_head to plist, add swap_avail_head
` [PATCH 13/97] readahead: fix sequential read cache miss detection
` [PATCH 14/97] mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()
` [PATCH 15/97] mm: __rmqueue_fallback() should respect pageblock type
` [PATCH 16/97] mm, x86: Account for TLB flushes only when debugging
` [PATCH 17/97] x86/mm: Clean up inconsistencies when flushing TLB ranges
` [PATCH 18/97] x86/mm: Eliminate redundant page table walk during TLB range flushing
` [PATCH 20/97] mm: compaction: encapsulate defer reset logic
` [PATCH 21/97] mm: compaction: do not mark unmovable pageblocks as skipped in async compaction
` [PATCH 22/97] mm: compaction: reset scanner positions immediately when they meet
` [PATCH 23/97] swap: add a simple detector for inappropriate swapin readahead
` [PATCH 24/97] mm: vmscan: shrink all slab objects if tight on memory
` [PATCH 25/97] mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemask
` [PATCH 26/97] mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve
` [PATCH 27/97] mm, compaction: avoid isolating pinned pages
` [PATCH 28/97] mm/compaction: disallow high-order page for migration target
` [PATCH 29/97] mm/compaction: do not call suitable_migration_target() on every page
` [PATCH 30/97] mm/compaction: change the timing to check to drop the spinlock
` [PATCH 31/97] mm/compaction: check pageblock suitability once per pageblock
` [PATCH 32/97] mm/compaction: clean-up code on success of ballon isolation
` [PATCH 33/97] mm, compaction: determine isolation mode only once
` [PATCH 34/97] mm, compaction: ignore pageblock skip when manually invoking compaction
` [PATCH 35/97] mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages
` [PATCH 36/97] mm: optimize put_mems_allowed() usage
` [PATCH 37/97] mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECT
` [PATCH 38/97] mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim
` [PATCH 39/97] mm: vmscan: shrink_slab: rename max_pass -> freeable
` [PATCH 40/97] vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()
` [PATCH 41/97] mm: per-thread vma caching
` [PATCH 42/97] mm: don't pointlessly use BUG_ON() for sanity check
` [PATCH 43/97] lib: radix-tree: add radix_tree_delete_item()
` [PATCH 44/97] mm: shmem: save one radix tree lookup when truncating swapped pages
` [PATCH 45/97] mm: filemap: move radix tree hole searching here
` [PATCH 46/97] mm + fs: prepare for non-page entries in page cache radix trees
` [PATCH 47/97] mm: madvise: fix MADV_WILLNEED on shmem swapouts
` [PATCH 48/97] mm: remove read_cache_page_async()
` [PATCH 49/97] callers of iov_copy_from_user_atomic() don't need pagecache_disable()
` [PATCH 50/97] mm/readahead.c: inline ra_submit
` [PATCH 51/97] mm/compaction: clean up unused code lines
` [PATCH 52/97] mm/compaction: cleanup isolate_freepages()
` [PATCH 53/97] mm, migration: add destination page freeing callback
` [PATCH 54/97] mm, compaction: return failed migration target pages back to freelist
` [PATCH 55/97] mm, compaction: add per-zone migration pfn cache for async compaction
` [PATCH 56/97] mm, compaction: embed migration mode in compact_control
` [PATCH 57/97] mm, compaction: terminate async compaction when rescheduling
` [PATCH 58/97] mm/compaction: do not count migratepages when unnecessary
` [PATCH 59/97] mm/compaction: avoid rescanning pageblocks in isolate_freepages
` [PATCH 60/97] mm, compaction: properly signal and act upon lock and need_sched() contention
` [PATCH 61/97] x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead of flushing the TLB
` [PATCH 62/97] mm: fix direct reclaim writeback regression
` [PATCH 63/97] fs/superblock: unregister sb shrinker before ->kill_sb()
` [PATCH 64/97] fs/superblock: avoid locking counting inodes and dentries before reclaiming them
` [PATCH 65/97] mm: vmscan: use proportional scanning during direct reclaim and full scan at DEF_PRIORITY
` [PATCH 66/97] mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced
` [PATCH 67/97] mm/swap.c: clean up *lru_cache_add* functions
` [PATCH 68/97] mm: page_alloc: do not update zlc unless the zlc is active
` [PATCH 69/97] mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "full"
` [PATCH 70/97] include/linux/jump_label.h: expose the reference count
` [PATCH 71/97] mm: page_alloc: use jump labels to avoid checking number_of_cpusets
` [PATCH 72/97] mm: page_alloc: calculate classzone_idx once from the zonelist ref
` [PATCH 73/97] mm: page_alloc: only check the zone id check if pages are buddies
` [PATCH 74/97] mm: page_alloc: only check the alloc flags and gfp_mask for dirty once
` [PATCH 75/97] mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast path
` [PATCH 76/97] mm: page_alloc: use unsigned int for order in more places
` [PATCH 77/97] mm: page_alloc: reduce number of times page_to_pfn is called
` [PATCH 78/97] mm: page_alloc: convert hot/cold parameter and immediate callers to bool
` [PATCH 79/97] mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free
` [PATCH 80/97] mm: shmem: avoid atomic operation during shmem_getpage_gfp
` [PATCH 81/97] mm: do not use atomic operations when releasing pages
` [PATCH 82/97] mm: do not use unnecessary atomic operations when adding pages to the LRU
` [PATCH 83/97] fs: buffer: do not use unnecessary atomic operations when discarding buffers
` [PATCH 84/97] mm: non-atomically mark page accessed during page cache allocation where possible
` [PATCH 85/97] mm: avoid unnecessary atomic operations during end_page_writeback()
` [PATCH 86/97] shmem: fix init_page_accessed use to stop !PageLRU bug
` [PATCH 87/97] mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()
` [PATCH 88/97] mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_mode
` [PATCH 89/97] mm: make copy_pte_range static again
` [PATCH 90/97] vmalloc: use rcu list iterator to reduce vmap_area_lock contention
` [PATCH 91/97] memcg, vmscan: Fix forced scan of anonymous pages
` [PATCH 92/97] mm: pagemap: avoid unnecessary overhead when tracepoints are deactivated
` [PATCH 93/97] mm: rearrange zone fields into read-only, page alloc, statistics and page reclaim lines
` [PATCH 94/97] mm: move zone->pages_scanned into a vmstat counter
` [PATCH 95/97] mm: vmscan: only update per-cpu thresholds for online CPU
` [PATCH 96/97] mm: page_alloc: abort fair zone allocation policy when remotes nodes are encountered
` [PATCH 97/97] mm: page_alloc: reduce cost of the fair zone allocation policy

[PATCH 0/4] Remove unused lustre files
 2014-08-28 18:54 UTC  (5+ messages)
` [PATCH 1/4] staging/lustre/obdclass: remove unused file md_attrs.c
` [PATCH 2/4] staging/lustre/obdclass: remove unused file llog_lvfs.c
` [PATCH 3/4] staging/lustre/obdclass: remove unused file linkea.c
` [PATCH 4/4] staging/lustre: remove unused request policies

3.17-rc2 percpu-ref oops with virtblk remove
 2014-08-28 18:54 UTC  (3+ messages)

[PATCH 0/5] usb: dwc3/phy-exynos5-usbdrd: Extend support to Exynos7
 2014-08-28 18:50 UTC  (5+ messages)
` [PATCH 1/5] usb: dwc3: exynos: Add support for SCLK present on Exynos7
` [PATCH 2/5] phy: exynos5-usbdrd: Add pipe-clk and utmi-clk support

[PATCH tip/core/rcu 0/14] NOCBs and NO_HZ_FULL changes for 3.18
 2014-08-28 18:38 UTC  (15+ messages)
` [PATCH tip/core/rcu 01/14] rcu: Fix attempt to avoid unsolicited offloading of callbacks
  ` [PATCH tip/core/rcu 02/14] rcu: Check the return value of zalloc_cpumask_var()
  ` [PATCH tip/core/rcu 03/14] rcu: Use true/false for return in __call_rcu_nocb()
  ` [PATCH tip/core/rcu 04/14] rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()
  ` [PATCH tip/core/rcu 05/14] rcu: Use false for return in __call_rcu_nocb()
  ` [PATCH tip/core/rcu 06/14] rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()
  ` [PATCH tip/core/rcu 07/14] rcu: Rationalize kthread spawning
  ` [PATCH tip/core/rcu 08/14] rcu: Create rcuo kthreads only for onlined CPUs
  ` [PATCH tip/core/rcu 09/14] rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_mask
  ` [PATCH tip/core/rcu 10/14] rcu: Eliminate redundant rcu_sysidle_state variable
  ` [PATCH tip/core/rcu 11/14] rcu: Don't track sysidle state if no nohz_full= CPUs
  ` [PATCH tip/core/rcu 12/14] rcu: Avoid misordering in __call_rcu_nocb_enqueue()
  ` [PATCH tip/core/rcu 13/14] rcu: Handle NOCB callbacks from irq-disabled idle code
  ` [PATCH tip/core/rcu 14/14] rcu: Avoid misordering in nocb_leader_wait()

pull request: wireless 2014-08-28
 2014-08-28 18:17 UTC 

[PATCH tip/core/rcu 0/15] Miscellaneous fixes for 3.18
 2014-08-28 18:26 UTC  (16+ messages)
` [PATCH tip/core/rcu 01/15] rcu: Remove remaining read-modify-write ACCESS_ONCE() calls
  ` [PATCH tip/core/rcu 02/15] rcu: Fix sparse warning about rcu_batches_completed_preempt() being non-static
  ` [PATCH tip/core/rcu 03/15] rcu: Use bool type for return value in rcu_is_watching()
  ` [PATCH tip/core/rcu 04/15] rcu: Return bool type for rcu_try_advance_all_cbs()
  ` [PATCH tip/core/rcu 05/15] rcu: Return bool type in rcu_lockdep_current_cpu_online()
  ` [PATCH tip/core/rcu 06/15] rcu: Use true/false instead of 1/0 for a bool type
  ` [PATCH tip/core/rcu 07/15] rcu: Uninline rcu_read_lock_held()
  ` [PATCH tip/core/rcu 08/15] rcu: Define tracepoint strings only if CONFIG_TRACING is set
  ` [PATCH tip/core/rcu 09/15] rcu: Update tiny.c references to tree.c
  ` [PATCH tip/core/rcu 10/15] rcu: Remove stale comment in tree.c
  ` [PATCH tip/core/rcu 11/15] rcu: Break more call_rcu() deadlock involving scheduler and perf
  ` [PATCH tip/core/rcu 12/15] rcu: Make TINY_RCU tinier by putting error checks under #ifdef
  ` [PATCH tip/core/rcu 13/15] rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads
  ` [PATCH tip/core/rcu 14/15] rcu: Replace flush_signals() with WARN_ON(signal_pending())
  ` [PATCH tip/core/rcu 15/15] rcu: Add ACCESS_ONCE() for RCU_INIT_POINTER()

Documentation for init
 2014-08-28 18:25 UTC  (5+ messages)

[PATCH] usb: phy: twl6030-usb: Remove unused irq_enabled
 2014-08-28 18:19 UTC 

[PATCH] coccinelle: add pycocci wrapper for multithreaded support
 2014-08-28 18:15 UTC  (6+ messages)
    ` [Cocci] "

[PATCH 0/5] Clean-up for twl4030-usb
 2014-08-28 18:14 UTC  (4+ messages)
` [PATCH 1/5] usb: phy: twl4030-usb: Remove unused irq_enabled

[PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family
 2014-08-28 18:14 UTC  (7+ messages)
` [PATCH 2/5] arm64, thunder: Add initial dts for Cavium Thunder SoC

[PATCH tip/core/rcu 0/3] Documentation updates for 3.18
 2014-08-28 18:12 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] memory-barriers: Fix control-ordering no-transitivity example
  ` [PATCH tip/core/rcu 2/3] memory-barriers: Retain barrier() in fold-to-zero example
  ` [PATCH tip/core/rcu 3/3] memory-barriers: Fix description of 2-legged-if-based control dependencies

[PATCH] usb: dwc3: exynos: remove usb_phy_generic support
 2014-08-28 18:11 UTC  (3+ messages)

X86_RESERVE_LOW seems not to be respected in 3.13, 3.14
 2014-08-28 17:34 UTC 

[PATCH] staging: lustre: mgc: expand the GOTO macro
 2014-08-28 18:03 UTC 

[PATCH] clocksource: arch_timer: Fix code to use physical timers when requested
 2014-08-28 18:04 UTC  (11+ messages)

[Xen-devel] Xen PV domain regression with KASLR enabled (kernel 3.16)
 2014-08-28 18:01 UTC  (2+ messages)
` [PATCH] Solved the Xen PV/KASLR riddle

[PATCH] [trivial] treewide: Fix typo in printk
 2014-08-28 18:00 UTC  (3+ messages)

[PATCH v6 0/4] Introduce MEN 14F021P00 BMC driver series
 2014-08-28 17:54 UTC  (3+ messages)
` [PATCH v6 3/4] drivers/leds/leds-menf21bmc: introduce MEN 14F021P00 BMC LED driver

randconfig build error with next-20140828, in drivers/media/radio/radio-miropcm20.c
 2014-08-28 17:53 UTC  (2+ messages)

[PATCH] staging: lustre: mgc: remove unused file
 2014-08-28 17:47 UTC 

[PATCH] staging: lustre: obdech: remove unused file
 2014-08-28 17:42 UTC 

[PATCH] perf kvm stat: unify print_vcpu_info() for report/live
 2014-08-28 17:41 UTC  (2+ messages)

[PATCH] rtc: ds1307: add trickle charger device tree binding
 2014-08-28 17:40 UTC  (7+ messages)

[PATCH v2] irqchip: add keystone irq controller ip driver
 2014-08-28 17:26 UTC  (3+ messages)
` [PATCH] irqchip: keystone: remove warning unsigned 'kirq->irq' is never less than zero

[PATCH v2] fs: namespace: suppress 'may be used uninitialized' warnings
 2014-08-28 17:26 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] ARM: zynq: DT: Add LEDs to zc702 DT
 2014-08-28 17:15 UTC  (2+ messages)

[PATCH -next] media/radio: fix radio-miropcm20.c build with io.h header file
 2014-08-28 17:01 UTC 

[PATCH] tpm_tis: Verify ACPI-specified interrupt
 2014-08-28 16:53 UTC  (11+ messages)
        ` [RFC PATCH v2] tpm_tis: verify interrupt during init
            ` [RFC PATCH v3] "

[PATCH] include/linux/platform_data/tegra_emc.h: Remove unused header
 2014-08-28 16:53 UTC  (2+ messages)

[PATCH v10 00/21] Support ext4 on NV-DIMMs
 2014-08-28 16:50 UTC  (7+ messages)

[PATCH v7] 8250-core based serial driver for OMAP + DMA
 2014-08-28 16:46 UTC  (9+ messages)
` [PATCH 15/15] tty: serial: 8250: omap: add dma support

[PATCH v2 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC
 2014-08-28 16:36 UTC  (3+ messages)
` [PATCH v2 1/7] mfd: Add support for DA9150 combined charger & fuel-gauge device

[RESEND] clk: ppc-corenet: Add Freescale ARM-based platforms CLK_OF_DECLARE support
 2014-08-28 16:25 UTC  (6+ messages)

GET_RNG_SEED hypercall ABI? (Re: [PATCH v5 0/5] random,x86,kvm: Rework arch RNG seeds and get some from kvm)
 2014-08-28 16:22 UTC  (3+ messages)

[PATCH v3 0/4] Rockchip soc theamal driver
 2014-08-28 16:16 UTC  (5+ messages)
` [PATCH v3 1/4] thermal: rockchip: add driver for thermal

[PATCH v9 00/16] arm: KGDB NMI/FIQ support
 2014-08-28 16:15 UTC  (9+ messages)
` [PATCH v10 00/19] "
  ` [PATCH v10 03/19] arm: fiq: Replace default FIQ handler

Linux 3.16: all my drivers on SPI bus report WARNING: at drivers/base/dd.c:286
 2014-08-28 15:53 UTC  (2+ messages)

[PATCH 1/2] x86: use memblock_alloc_range() or memblock_alloc_base()
 2014-08-28 15:50 UTC  (3+ messages)

[PATCH] drivers/xen/evtchn.c: Check failure for evtchn_make_refcounted()
 2014-08-28 15:49 UTC  (2+ messages)

[PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors
 2014-08-28 15:44 UTC  (3+ messages)
  ` Fwd: "

[PATCHSET 0/5 v2] brd: partition fixes
 2014-08-28 15:43 UTC  (6+ messages)
` [PATCH 3/5] brd: Add getgeo to block ops

[GIT PULL] Fixes for Backlight due for the v3.17 -rcs
 2014-08-28 15:42 UTC 

[GIT PULL] Fixes for MFD due for the v3.17 -rcs
 2014-08-28 15:35 UTC 

linux-3.16.2 queue (3.16.1+)
 2014-08-28 15:32 UTC  (4+ messages)

mm: slub: circular dependency between slab_mutex and cpu_hotplug
 2014-08-28 15:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox