Age | Commit message (Expand) | Author | Files | Lines |
2015-11-06 | bitops.h: add sign_extend64() | Martin Kepplinger | 1 | -0/+11 |
2015-11-06 | bitops.h: improve sign_extend32()'s documentation | Martin Kepplinger | 1 | -0/+2 |
2015-11-06 | include/linux/compiler-gcc.h: improve __visible documentation | Andrew Morton | 1 | -1/+4 |
2015-11-06 | mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT | Kirill A. Shutemov | 1 | -0/+11 |
2015-11-06 | mm: use 'unsigned int' for page order | Kirill A. Shutemov | 2 | -3/+4 |
2015-11-06 | mm: make compound_head() robust | Kirill A. Shutemov | 4 | -118/+41 |
2015-11-06 | mm: pack compound_dtor and compound_order into one word in struct page | Kirill A. Shutemov | 2 | -9/+21 |
2015-11-06 | mm: drop page->slab_page | Kirill A. Shutemov | 1 | -1/+0 |
2015-11-06 | mm: zsmalloc: constify struct zs_pool name | Sergey SENOZHATSKY | 2 | -3/+5 |
2015-11-06 | zpool: remove redundant zpool->type string, const-ify zpool_get_type | Dan Streetman | 1 | -1/+1 |
2015-11-06 | module: export param_free_charp() | Dan Streetman | 1 | -0/+1 |
2015-11-06 | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 1 | -0/+7 |
2015-11-06 | include/linux/mmzone.h: reflow comment | Andrew Morton | 1 | -6/+7 |
2015-11-06 | mm: page_alloc: hide some GFP internals and document the bits and flag combin... | Mel Gorman | 1 | -80/+171 |
2015-11-06 | mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand | Mel Gorman | 1 | -2/+4 |
2015-11-06 | mm, page_alloc: remove MIGRATE_RESERVE | Mel Gorman | 1 | -8/+2 |
2015-11-06 | mm, page_alloc: delete the zonelist_cache | Mel Gorman | 1 | -74/+0 |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -8/+8 |
2015-11-06 | mm: page_alloc: remove GFP_IOFS | Mel Gorman | 1 | -1/+0 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 4 | -19/+40 |
2015-11-06 | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types | Mel Gorman | 2 | -6/+8 |
2015-11-06 | mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabled | Mel Gorman | 1 | -0/+6 |
2015-11-06 | mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe | Mel Gorman | 1 | -1/+1 |
2015-11-06 | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+141 |
2015-11-07 | Merge branch 'acpi-pci' | Rafael J. Wysocki | 4 | -38/+18 |
2015-11-07 | PCI: OF: Move of_pci_dma_configure() to pci_dma_configure() | Suthikulpanit, Suravee | 1 | -3/+0 |
2015-11-07 | device property: ACPI: Remove unused DMA APIs | Suthikulpanit, Suravee | 3 | -41/+0 |
2015-11-07 | device property: Adding DMA Attribute APIs for Generic Devices | Suthikulpanit, Suravee | 1 | -0/+4 |
2015-11-07 | ACPI: Adding DMA Attribute APIs for ACPI Device | Suthikulpanit, Suravee | 2 | -0/+13 |
2015-11-07 | device property: Introducing enum dev_dma_attr | Suthikulpanit, Suravee | 1 | -0/+6 |
2015-11-07 | ACPI: Honor ACPI _CCA attribute setting | Jeremy Linton | 1 | -2/+3 |
2015-11-06 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -5/+80 |
2015-11-06 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -71/+78 |
2015-11-06 | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 8 | -275/+321 |
2015-11-06 | Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -9/+6 |
2015-11-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 11 | -1320/+925 |
2015-11-06 | Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd | Linus Torvalds | 6 | -93/+72 |
2015-11-06 | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -1/+64 |
2015-11-06 | Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 23 | -216/+360 |
2015-11-06 | netfilter: ingress: fix wrong input interface on hook | Pablo Neira Ayuso | 1 | -2/+2 |
2015-11-06 | netfilter: ingress: don't use nf_hook_list_active | Florian Westphal | 1 | -3/+6 |
2015-11-06 | Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -3/+209 |
2015-11-05 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+192 |
2015-11-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 26 | -194/+226 |
2015-11-05 | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage | Eric B Munson | 2 | -0/+6 |
2015-11-05 | mm: introduce VM_LOCKONFAULT | Eric B Munson | 1 | -0/+5 |
2015-11-05 | mm: mlock: add new mlock system call | Eric B Munson | 2 | -1/+5 |
2015-11-05 | mm: remove refresh_cpu_vm_stats() definition for !SMP kernel | Tetsuo Handa | 1 | -1/+0 |
2015-11-05 | mm: page_counter: let page_counter_try_charge() return bool | Johannes Weiner | 1 | -3/+3 |
2015-11-05 | mm: rename mem_cgroup_migrate to mem_cgroup_replace_page | Hugh Dickins | 1 | -5/+2 |