Age | Commit message (Expand) | Author | Files | Lines |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 22 | -192/+167 |
2011-11-01 | lis3lv02d: make regulator API usage unconditional | Mark Brown | 1 | -1/+0 |
2011-11-01 | mm: compaction: make compact_zone_order() static | Kyungmin Park | 1 | -8/+0 |
2011-11-01 | vmscan: fix shrinker callback bug in fs/super.c | Mikulas Patocka | 1 | -0/+1 |
2011-11-01 | mm: neaten warn_alloc_failed | Joe Perches | 1 | -1/+2 |
2011-11-01 | thp: mremap support and TLB optimization | Andrea Arcangeli | 1 | -0/+5 |
2011-11-01 | memblock: add memblock_start_of_DRAM() | Sam Ravnborg | 1 | -0/+1 |
2011-11-01 | mm: avoid null pointer access in vm_struct via /proc/vmallocinfo | Mitsuo Hayasaka | 1 | -0/+1 |
2011-11-01 | lib/string.c: introduce memchr_inv() | Akinobu Mita | 1 | -0/+1 |
2011-11-01 | mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completes | Mel Gorman | 1 | -1/+1 |
2011-11-01 | mm: vmscan: do not writeback filesystem pages in direct reclaim | Mel Gorman | 1 | -0/+1 |
2011-11-01 | mm: add comments to explain mm_struct fields | Christoph Lameter | 1 | -2/+9 |
2011-11-01 | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 1 | -1/+1 |
2011-11-01 | oom: fix race while temporarily setting current's oom_score_adj | David Rientjes | 1 | -0/+1 |
2011-11-01 | oom: remove oom_disable_count | David Rientjes | 1 | -3/+0 |
2011-11-01 | mm: zone_reclaim: make isolate_lru_page() filter-aware | Minchan Kim | 1 | -0/+2 |
2011-11-01 | mm: compaction: make isolate_lru_page() filter-aware | Minchan Kim | 1 | -0/+2 |
2011-11-01 | mm: change isolate mode from #define to bitwise type | Minchan Kim | 3 | -7/+11 |
2011-11-01 | Cross Memory Attach | Christopher Yeoh | 3 | -4/+19 |
2011-11-01 | include/linux/dmar.h: forward-declare struct acpi_dmar_header | Andrew Morton | 1 | -0/+2 |
2011-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -3/+3 |
2011-10-31 | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+17 |
2011-10-31 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 2 | -10/+72 |
2011-10-31 | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -17/+21 |
2011-10-31 | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 1 | -72/+20 |
2011-10-30 | i2c: Functions for byte-swapped smbus_write/read_word_data | Jonathan Cameron | 1 | -0/+17 |
2011-10-30 | KVM: s390: implement sigp external call | Christian Ehrhardt | 1 | -0/+1 |
2011-10-30 | vlan: allow nested vlan_do_receive() | Eric Dumazet | 1 | -3/+3 |
2011-10-29 | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+1 |
2011-10-29 | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+17 |
2011-10-29 | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2 | -12/+13 |
2011-10-29 | of: include errno.h | Kalle Valo | 1 | -0/+1 |
2011-10-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2 | -0/+6 |
2011-10-29 | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client | Linus Torvalds | 2 | -2/+5 |
2011-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 7 | -32/+131 |
2011-10-29 | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 4 | -0/+102 |
2011-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 11 | -5/+157 |
2011-10-28 | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 1 | -0/+109 |
2011-10-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 1 | -11/+17 |
2011-10-28 | Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 1 | -2/+20 |
2011-10-28 | vfs: add generic_file_llseek_size | Andi Kleen | 1 | -0/+2 |
2011-10-28 | vfs: do (nearly) lockless generic_file_llseek | Andi Kleen | 1 | -3/+6 |
2011-10-28 | vfs: add hex format for MAY_* flag values | Aneesh Kumar K.V | 1 | -8/+9 |
2011-10-28 | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+4 |
2011-10-28 | Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+13 |
2011-10-28 | Fix build break when freezer not configured | Steve French | 1 | -0/+3 |
2011-10-27 | mmc: fix compile error when CONFIG_BLOCK is not enabled | Namjae Jeon | 1 | -2/+2 |
2011-10-27 | mmc: core: add workaround for controllers with broken multiblock reads | Paul Walmsley | 1 | -0/+1 |
2011-10-27 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 3 | -23/+20 |
2011-10-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 7 | -101/+131 |