All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-11-03 15:00:12 to 2010-11-03 15:40:40 UTC [more...]

[PATCH 00 of 66] Transparent Hugepage Support #32
 2010-11-03 15:28 UTC  (124+ messages)
` [PATCH 01 of 66] disable lumpy when compaction is enabled
` [PATCH 02 of 66] mm, migration: Fix race between shift_arg_pages and rmap_walk by guaranteeing rmap_walk finds PTEs created within the temporary stack
` [PATCH 03 of 66] transparent hugepage support documentation
` [PATCH 04 of 66] define MADV_HUGEPAGE
` [PATCH 05 of 66] compound_lock
` [PATCH 06 of 66] alter compound get_page/put_page
` [PATCH 07 of 66] update futex compound knowledge
` [PATCH 08 of 66] fix bad_page to show the real reason the page is bad
` [PATCH 09 of 66] clear compound mapping
` [PATCH 10 of 66] add native_set_pmd_at
` [PATCH 11 of 66] add pmd paravirt ops
` [PATCH 12 of 66] no paravirt version of pmd ops
` [PATCH 13 of 66] export maybe_mkwrite
` [PATCH 14 of 66] comment reminder in destroy_compound_page
` [PATCH 15 of 66] config_transparent_hugepage
` [PATCH 16 of 66] special pmd_trans_* functions
` [PATCH 17 of 66] add pmd mangling generic functions
` [PATCH 18 of 66] add pmd mangling functions to x86
` [PATCH 19 of 66] bail out gup_fast on splitting pmd
` [PATCH 20 of 66] pte alloc trans splitting
` [PATCH 21 of 66] add pmd mmu_notifier helpers
` [PATCH 22 of 66] clear page compound
` [PATCH 23 of 66] add pmd_huge_pte to mm_struct
` [PATCH 24 of 66] split_huge_page_mm/vma
` [PATCH 25 of 66] split_huge_page paging
` [PATCH 26 of 66] clear_copy_huge_page
` [PATCH 27 of 66] kvm mmu transparent hugepage support
` [PATCH 28 of 66] _GFP_NO_KSWAPD
` [PATCH 29 of 66] don't alloc harder for gfp nomemalloc even if nowait
` [PATCH 30 of 66] transparent hugepage core
` [PATCH 31 of 66] split_huge_page anon_vma ordering dependency
` [PATCH 32 of 66] verify pmd_trans_huge isn't leaking
` [PATCH 33 of 66] madvise(MADV_HUGEPAGE)
` [PATCH 34 of 66] add PageTransCompound
` [PATCH 35 of 66] pmd_trans_huge migrate bugcheck
` [PATCH 36 of 66] memcg compound
` [PATCH 37 of 66] transhuge-memcg: commit tail pages at charge
` [PATCH 38 of 66] memcontrol: try charging huge pages from stock
` [PATCH 39 of 66] memcg huge memory
` [PATCH 40 of 66] transparent hugepage vmstat
` [PATCH 41 of 66] khugepaged
` [PATCH 42 of 66] khugepaged vma merge
` [PATCH 43 of 66] don't leave orhpaned swap cache after ksm merging
` [PATCH 44 of 66] skip transhuge pages in ksm for now
` [PATCH 45 of 66] remove PG_buddy
` [PATCH 46 of 66] add x86 32bit support
` [PATCH 47 of 66] mincore transparent hugepage support
` [PATCH 48 of 66] add pmd_modify
` [PATCH 49 of 66] mprotect: pass vma down to page table walkers
` [PATCH 50 of 66] mprotect: transparent huge page support
` [PATCH 51 of 66] set recommended min free kbytes
` [PATCH 52 of 66] enable direct defrag
` [PATCH 53 of 66] add numa awareness to hugepage allocations
` [PATCH 54 of 66] transparent hugepage config choice
` [PATCH 55 of 66] select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled
` [PATCH 56 of 66] transhuge isolate_migratepages()
` [PATCH 57 of 66] avoid breaking huge pmd invariants in case of vma_adjust failures
` [PATCH 58 of 66] don't allow transparent hugepage support without PSE
` [PATCH 59 of 66] mmu_notifier_test_young
` [PATCH 60 of 66] freeze khugepaged and ksmd
` [PATCH 61 of 66] use compaction for GFP_ATOMIC order > 0
` [PATCH 62 of 66] disable transparent hugepages by default on small systems
` [PATCH 63 of 66] fix anon memory statistics with transparent hugepages
` [PATCH 64 of 66] scale nr_rotated to balance memory pressure
` [PATCH 65 of 66] transparent hugepage sysfs meminfo
` [PATCH 66 of 66] add debug checks for mapcount related invariants

[PATCH 00/20] x86: ticket lock rewrite and paravirtualization
 2010-11-03 15:38 UTC  (27+ messages)
` [PATCH 01/20] x86/ticketlock: clean up types and accessors
` [PATCH 02/20] x86/ticketlock: convert spin loop to C
` [PATCH 03/20] x86/ticketlock: Use C for __ticket_spin_unlock
` [PATCH 04/20] x86/ticketlock: make large and small ticket versions of spin_lock the same
` [PATCH 05/20] x86/ticketlock: make __ticket_spin_lock common
` [PATCH 06/20] x86/ticketlock: make __ticket_spin_trylock common
` [PATCH 07/20] x86/spinlocks: replace pv spinlocks with pv ticketlocks
` [PATCH 08/20] x86/ticketlock: collapse a layer of functions
` [PATCH 09/20] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH 10/20] x86/pvticketlock: keep count of blocked cpus
` [PATCH 11/20] x86/pvticketlock: use callee-save for lock_spinning
` [PATCH 12/20] x86/pvticketlock: use callee-save for unlock_kick as well
` [PATCH 13/20] x86/pvticketlock: make sure unlock is seen by everyone before checking waiters
` [PATCH 14/20] x86/ticketlock: loosen ordering restraints on unlock
` [PATCH 15/20] x86/ticketlock: prevent compiler reordering into locked region
` [PATCH 16/20] x86/ticketlock: don't inline _spin_unlock when using paravirt spinlocks
` [PATCH 17/20] x86/ticketlock: clarify barrier in arch_spin_lock
` [PATCH 18/20] x86/ticketlock: remove .slock
` [PATCH 19/20] x86/ticketlocks: use overlapping read to eliminate mb()
` [PATCH 20/20] x86/ticketlock: rename ticketpair to head_tail

[PATCH] Add exponential backoff + random delay to MADs when retrying after timeout
 2010-11-03 15:36 UTC  (5+ messages)
  ` [PATCH v2] "

Inconsistent timestamp use
 2010-11-03 15:35 UTC  (3+ messages)

Memory leak in drm/i915?
 2010-11-03 15:26 UTC 

[PATCH] x86: use pgd accessors when cloning a pgd range
 2010-11-03 15:35 UTC  (9+ messages)

[PATCH] cgroup: Avoid a memset by using vzalloc
 2010-11-03 15:31 UTC  (11+ messages)

ppc e500v2 support?
 2010-11-03 15:34 UTC 

Unaligned accesses in AVR32 kernel
 2010-11-03 15:32 UTC 

[PATCH 01/17] ARM: pxa: Fix missing includes
 2010-11-03 15:30 UTC  (4+ messages)
` [PATCH 02/17] ARM: pxa: Access SMEMC via virtual addresses

git stash syntax error under AIX 5.3
 2010-11-03 15:29 UTC  (3+ messages)

[PATCH 1/2 v2] ARM: pxa: Access SMEMC via virtual addresses
 2010-11-03 15:29 UTC  (2+ messages)
` [PATCH 2/2] ARM: pxa: Add pxa320 PCMCIA check

Determining which spindle is out of order
 2010-11-03 15:29 UTC  (4+ messages)

[PATCH 1/3] console: move for_each_console to linux/console.h
 2010-11-03 15:28 UTC  (5+ messages)
` [PATCH 2/3] parisc: cleanup console handling
` [PATCH 3/3] VIDEO: xen-fb, switch to for_each_console

pnfs git tree status pnfs-all-2.6.37-rc1-2010-11-03
 2010-11-03 15:29 UTC 

Bug in checkpatch.pl
 2010-11-03 15:26 UTC  (4+ messages)
` [PATCH] checkpatch.pl: fix CAST detection to not screw with parens handling

[patch 1/1] imx: fix iomux v3
 2010-11-03 15:25 UTC  (2+ messages)

[GIT PULL] sound fixes for 2.6.37-rc2
 2010-11-03 15:25 UTC 

[PATCH 0/4] qemu-kvm: Fixes and improvements for device assigment
 2010-11-03 15:22 UTC  (5+ messages)
` [PATCH 4/4] pci-assign: Remove broken -pcidevice and pci_add host

[regression]AP with hostapd 0.7.3 can't receive packets beyond authentication (2.6.36-, rt73usb)
 2010-11-03 15:21 UTC  (12+ messages)
` [regression]AP with hostapd 0.7.3 can't receive packets beyond authentication (2.6.36, rt73usb)

[PATCH v2] ARM: orion5x/kirkwood/mv78xx0: fix MPP configuration corner cases
 2010-11-03 15:22 UTC 

[PATCH] gphoto2_2.4.8.bb: Stop configure from looking in /usr/local/include
 2010-11-03 15:17 UTC  (5+ messages)

[PATCHv2 0/8 RFC] boot order specification
 2010-11-03 15:18 UTC  (5+ messages)
` [PATCHv2 4/8] Store IDE bus id in IDEBus structure for easy access
  ` [Qemu-devel] "

[PATCHv2,resend] i2c: add generic I2C multiplexer using gpio api
 2010-11-03 15:14 UTC 

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver
 2010-11-03 15:08 UTC  (5+ messages)
` [PATCH 3/3] OMAP: use generic panel driver in board files

Debugging kernel on mpc7448
 2010-11-03 15:01 UTC 

[PATCHSET] block: clean up bdev claim/release handling
 2010-11-03 15:06 UTC  (3+ messages)
` [PATCH 4/5] block: make blkdev_get/put() handle exclusive access

[PATCH] ARM amba: optional PrimeCell core voltage switch
 2010-11-03 15:05 UTC  (3+ messages)

[RFC] blk-cgroup: Allow creation of hierarchical cgroups
 2010-11-03 15:03 UTC  (2+ messages)

Debugging kernel on mpc7448
 2010-11-03 15:03 UTC 

[PATCH] nfs-utils: Various bug fixes and cleanups to blkmapd
 2010-11-03 15:02 UTC  (4+ messages)

Debugging kernel on mpc7448
 2010-11-03 15:02 UTC 

sysfs and power management
 2010-11-03 15:00 UTC  (12+ messages)

[RFC] turning conf/machine into a set of bblayers
 2010-11-03 14:59 UTC  (7+ 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.