All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-28 18:05:37 to 2014-08-28 18:58:45 UTC [more...]

[PATCH 00/97] Misc series of functional/performance fixes for 3.12-stable
 2014-08-28 18:35 UTC  (71+ 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 23/97] swap: add a simple detector for inappropriate swapin readahead
` [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

[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
 2014-08-28 18:55 UTC  (5+ messages)
      ` [virtio-dev] "

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

[PATCH 0/1] A tool for boottime image configuration
 2014-08-28 18:53 UTC  (3+ messages)
` [PATCH 1/1] imageconfigurator: a new recipe "

[Bug 83168] New: No display after suspend to RAM
 2014-08-28 18:52 UTC  (2+ messages)
  ` [Bug 83168] [NV46] "

[U-Boot] [U-boot] [Patch 0/4] keystone2: generalize navigator driver usage
 2014-08-28 18:52 UTC  (5+ messages)
` [U-Boot] [U-boot] [Patch 1/4] keystone2: keystone_nav: don't use hard addresses in qm_config
` [U-Boot] [U-boot] [Patch 2/4] keystone2: keystone_nav: don't use hard addresses in netcp_pktdma
` [U-Boot] [U-boot] [Patch 3/4] dma: keystone_nav: move keystone_nav driver to driver/dma/
` [U-Boot] [U-boot] [Patch 4/4] dma: keystone_nav: generalize driver usage

[PATCH v2 00/18] libxl: synchronise domain configuration
 2014-08-28 18:51 UTC  (20+ messages)
` [PATCH v2 13/18] libxl: make libxl_cd_insert "eject" + "insert"
` [PATCH v2 14/18] libxl: introduce libxl_get_memory_static_max
` [PATCH v2 15/18] libxl: introduce libxl_retrieve_domain_configuration
` [PATCH v2 16/18] libxl: introduce libxl_userdata_unlink

[PATCH 0/5] usb: dwc3/phy-exynos5-usbdrd: Extend support to Exynos7
 2014-08-28 18:50 UTC  (7+ 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 v2] teach fast-export an --anonymize option
 2014-08-28 18:50 UTC  (8+ messages)
` [PATCH v3] "

[PATCH v2 0/3] CIFS support for XFS test suite
 2014-08-28 18:50 UTC  (5+ messages)
` [PATCH v2 1/3] generic/013: encapsulate remount during cleanup

[RFC] improving advice message from "git commit" during a merge
 2014-08-28 18:36 UTC  (4+ messages)
` [PATCH] merge, pull: stop advising 'commit -a' in case of conflict

[Qemu-devel] [Bug 1362755] [NEW] QEmu +2 does not route VLAN tagged packets, that are originated within the Hypervisor itself
 2014-08-28 18:40 UTC 

Determining iommu groups in Xen?
 2014-08-28 18:45 UTC  (7+ messages)

Pull request: ath 20140827
 2014-08-28 18:37 UTC  (3+ messages)

[PATCH 1/4] mwifiex: avoid processing RX packets with invalid length
 2014-08-28 18:40 UTC  (2+ messages)

[PATCH 2/4] mwifiex: rework internal scan for association
 2014-08-28 18:41 UTC  (2+ messages)

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

[Buildroot] Custom kernal patch not being run
 2014-08-28 18:44 UTC  (3+ messages)

[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()

[PATCH] dm-crypt: Fix access beyond the end of allocated space
 2014-08-28 18:40 UTC  (3+ messages)
  `  "

[PATCH] Doc: dt: arch_timer: discourage clock-frequency use
 2014-08-28 18:37 UTC 

[Xenomai] ODROID-U3 porting problems
 2014-08-28 18:34 UTC  (9+ messages)

[PATCH RFC v2 1/4] x86/mm: Shadow and p2m changes for PV mem_access
 2014-08-28 18:33 UTC  (12+ messages)

[PATCH] gpu: ipu-v3: Kconfig: Remove SOC_IMX6SL from IMX_IPUV3_CORE Kconfig
 2014-08-28 18:32 UTC  (2+ messages)

[PATCH RFC v2 0/4] Add mem_access support for PV domains
 2014-08-28 18:31 UTC  (10+ messages)
` [PATCH RFC v2 1/4] x86/mm: Shadow and p2m changes for PV mem_access

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

[PATCH] android/avdtp: Move PSM definition to AVDTP header
 2014-08-28 18:27 UTC  (2+ messages)

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

Hauppauge WinTV-HVR 1900 high BER and unable to switch to Composite input
 2014-08-28 18:25 UTC 

[PATCH] android/avdtp: Constify data in avdtp_service_cap_new
 2014-08-28 18:25 UTC  (2+ messages)

nfsiod work_queue hang issue in RHEL 6.6 pre kernel (2.6.32-459)
 2014-08-28 18:25 UTC  (3+ messages)

[Bug 83205] New: GPU lockup when entering settings in Verdun game with HyperZ enabled
 2014-08-28 18:21 UTC 

[Qemu-devel] [PATCH 0/5] target-ppc: Add FWNMI support in QEMU for powerKVM guests
 2014-08-28 18:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/5] target-ppc: Extend rtas-blob
  ` [Qemu-devel] [Qemu-ppc] "

[lm-sensors] [PATCH v2] hwmon: (ds1621) Update zbits after conversion rate change
 2014-08-28 18:20 UTC  (2+ messages)

[PATCH] spi: dw-mid: don't leak memory on exit
 2014-08-28 18:19 UTC  (2+ messages)

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

[PATCH 00/14] Support 64bit Cortex A57 based Exynos7 SoC
 2014-08-28 18:17 UTC  (11+ messages)
` [PATCH 11/14] arm64: dts: Add initial device tree support for EXYNOS7

[PATCH v2] spi: sh-msiof: Add support for new R-Car Gen2 SoCs
 2014-08-28 18:17 UTC  (3+ messages)

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

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

[PATCH] ASoC: cs35l32: Simplify implementation of cs35l32_codec_set_sysclk
 2014-08-28 18:14 UTC  (2+ messages)

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

[PATCH] osd: requeue replays we couldn't start in this tick
 2014-08-28 18:14 UTC  (3+ messages)

What part of the kernel code maintains /proc/modules
 2014-08-28 18:13 UTC  (5+ messages)

[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

OSSTest: How to resue Xen
 2014-08-28 18:11 UTC  (5+ messages)

U64 Ordering in File System Code of Btrfs
 2014-08-28 18:11 UTC  (3+ messages)

[PATCH v2 0/3] Fix for handling unpaired devices
 2014-08-28 18:11 UTC  (3+ messages)
` [PATCH v2 1/3] android/bluetooth: Add unpaired device callback

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

[meta-fsl-ppc] Can I get an update on l2switch?
 2014-08-28 18:10 UTC 

[U-Boot] [PATCH v2 1/3] arm: bcm281xx: Add Ethernet Clock support
 2014-08-28 18:09 UTC  (2+ messages)

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

[PATCH 1/4] arm: omap: tao3530: Add pdata-quirk for the mmc2 internal clock
 2014-08-28 18:07 UTC  (4+ messages)
` [PATCH 2/4] arm: omap3: Add Technexion TAO3530 SOM omap3-tao3530.dtsi

[PATCH 1/2] ASoC: cs35l32: Remove unneeded regulator_bulk_free call in cs35l32_i2c_remove
 2014-08-28 18:07 UTC  (2+ messages)

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

[PATCH] ASoC: Remove unused cache_only from struct snd_soc_codec
 2014-08-28 18:06 UTC  (2+ messages)

[PATCH 1/3] ASoC: cs35l32: use true/false returns for bool functions
 2014-08-28 18:05 UTC  (2+ messages)

[Qemu-devel] [RFT/RFH PATCH 00/16] PPC speedup patches for TCG
 2014-08-28 18:05 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.