messages from 2014-08-20 16:56:29 to 2014-08-28 18:35:39 UTC [more...]
[PATCH 00/97] Misc series of functional/performance fixes for 3.12-stable
2014-08-28 18:35 UTC (92+ messages)
` [PATCH 01/97] mm: thp: cleanup: mv alloc_hugepage to better place
` [PATCH 02/97] mm: thp: khugepaged: add policy for finding target node
` [PATCH 03/97] slab: correct pfmemalloc check
` [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 19/97] mm: compaction: trace compaction begin and end
` [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] usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1
2014-08-28 9:52 UTC (5+ messages)
` [PATCH v2] "
[PATCH V3] ACPI / OSL: Make acpi_os_map_cleanup() use call_rcu() to avoid deadlocks
2014-08-28 8:27 UTC (3+ messages)
Linux 3.12.27
2014-08-28 7:13 UTC
[PATCH] fs: Remove implicit nodev for new mounts in non-root userns
2014-08-28 1:35 UTC (2+ messages)
[PATCH V2 1/5] Drivers: hv: vmbus: Cleanup vmbus_post_msg()
2014-08-27 23:25 UTC (5+ messages)
` [PATCH V2 2/5] Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl()
` [PATCH V3 3/5] Drivers: hv: vmbus: Cleanup vmbus_close_internal()
` [PATCH V2 4/5] Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl()
` [PATCH V2 5/5] Drivers: hv: vmbus: Fix a bug in vmbus_open()
[PATCH 0/2] aio: fixes for kernel memory disclosure in aio read events
2014-08-27 20:26 UTC (18+ messages)
` [PATCH 1/2] aio: fix aio request leak when events are reaped by userspace
` Revert "aio: fix aio request leak when events are reaped by user space"
[PATCH] usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1
2014-08-27 19:20 UTC (3+ messages)
[PATCH 3/3] xhci: rework cycle bit checking for new dequeue pointers
2014-08-27 14:22 UTC (3+ messages)
[GIT PULL 1/2] KVM: s390: Fix user triggerable bug in dead code
2014-08-27 10:07 UTC (5+ messages)
` [GIT PULL 2/2] KVM: s390/mm: try a cow on read only pages for key ops
[PATCH 1/4] Drivers: hv: vmbus: Cleanup vmbus_post_msg()
2014-08-27 10:04 UTC (5+ messages)
` [PATCH 2/4] Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl()
` [PATCH 3/4] Drivers: hv: vmbus: Cleanup vmbus_close_internal()
` [PATCH 4/4] Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl()
[3.16 stable PATCH v2 1/2] virtio: rng: delay hwrng_register() till driver is ready
2014-08-27 8:55 UTC (2+ messages)
[kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer
2014-08-27 5:13 UTC (5+ messages)
[PATCH] Makefile: One last adjustment to relative paths
2014-08-26 14:24 UTC (3+ messages)
[PATCH] KVM: x86: fix TSC matching
2014-08-26 11:43 UTC (2+ messages)
[PATCH 3.12 000/104] 3.12.27-stable review
2014-08-26 11:32 UTC (10+ messages)
[PATCH] perf tools: Fix build-id matching on vmlinux
2014-08-26 6:38 UTC
[3.8.y.z extended stable] Linux 3.8.13.28 stable review
2014-08-25 19:37 UTC (17+ messages)
` [PATCH 3.8 01/13] x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)
` [PATCH 3.8 02/13] x86_32, entry: Store badsys error code in %eax
` [PATCH 3.8 03/13] shmem: fix faulting into a hole while it's punched
` [PATCH 3.8 04/13] shmem: fix faulting into a hole, not taking i_mutex
` [PATCH 3.8 05/13] shmem: fix splicing from a hole while it's punched
` [PATCH 3.8 06/13] target: Explicitly clear ramdisk_mcp backend pages
` [PATCH 3.8 07/13] sctp: Fix sk_ack_backlog wrap-around problem
` [PATCH 3.8 08/13] mnt: Only change user settable mount flags in remount
` [PATCH 3.8 09/13] mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
` [PATCH 3.8 10/13] mnt: Correct permission checks in do_remount
` [PATCH 3.8 11/13] mnt: Change the default remount atime from relatime to the existing value
` [PATCH 3.8 12/13] ptrace,x86: force IRET path after a ptrace_stop()
` [PATCH 3.8 13/13] net/l2tp: don't fall back on UDP [get|set]sockopt
Problem with commit: x86, iosf: Make IOSF driver modular and usable by more drivers
2014-08-25 19:02 UTC (4+ messages)
[PATCH] mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
2014-08-25 16:47 UTC (2+ messages)
[PATCH] i2c: mv64xxx: continue probe when clock-frequency is missing
2014-08-25 16:41 UTC (3+ messages)
[3.11.y.z extended stable] Linux 3.11.10.15
2014-08-25 8:53 UTC (2+ messages)
[PATCH v3] drivers: usb: gadget: fusb300_udc.h: Fix typo in include guard
2014-08-25 8:30 UTC
[PATCH 1/5] ftrace: Allow ftrace_ops to use the hashes from other ops
2014-08-24 17:08 UTC (4+ messages)
` [PATCH 2/5] ftrace: Update all ftrace_ops for a ftrace_hash_ops update
` [PATCH 3/5] ftrace: Fix up trampoline accounting with looping on hash ops
` [PATCH 4/5] ftrace: Fix function_profiler and function tracer together
[PATCH 01/15] percpu: fix pcpu_alloc_pages() failure path
2014-08-23 17:10 UTC (5+ messages)
` [PATCH 02/15] percpu: perform tlb flush after pcpu_map_pages() failure
[PATCH] bluetooth: hci_ldisc: fix deadlock condition
2014-08-23 9:50 UTC (3+ messages)
[PATCH 3.12 001/104] s390/ptrace: fix PSW mask check
2014-08-21 14:55 UTC (4+ messages)
` [PATCH 3.12 078/104] ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_all
[PATCH] eventpoll: fix uninitialized variable in epoll_ctl
2014-08-20 19:29 UTC
[3.11.y.z extended stable] Linux 3.11.10.15 stable review
2014-08-20 16:56 UTC (5+ messages)
` [PATCH 3.11 138/141] mnt: Only change user settable mount flags in remount
` [PATCH 3.11 139/141] mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
` [PATCH 3.11 140/141] mnt: Correct permission checks in do_remount
` [PATCH 3.11 141/141] mnt: Change the default remount atime from relatime to the existing value
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).