aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-1/+6
2011-10-31drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform dataMagnus Damm1-0/+0
2011-10-31leds: Renesas TPU LED driverMagnus Damm1-0/+14
2011-10-31backlight: fix broken regulator API usage in l4f00242t03Mark Brown1-2/+0
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches32-220/+197
2011-10-31lis3lv02d: make regulator API usage unconditionalMark Brown1-1/+0
2011-10-31mm: compaction: make compact_zone_order() staticKyungmin Park1-8/+0
2011-10-31vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka1-0/+1
2011-10-31mm: neaten warn_alloc_failedJoe Perches1-1/+2
2011-10-31include/asm-generic/page.h: calculate virt_to_page and page_to_virt via predefined macroSonic Zhang1-2/+2
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli1-0/+5
2011-10-31memblock: add memblock_start_of_DRAM()Sam Ravnborg1-0/+1
2011-10-31mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka1-0/+1
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita1-0/+1
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman1-1/+1
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman1-0/+1
2011-10-31mm: add comments to explain mm_struct fieldsChristoph Lameter1-2/+9
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter1-1/+1
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes1-0/+1
2011-10-31oom: remove oom_disable_countDavid Rientjes1-3/+0
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim1-0/+2
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim1-0/+2
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim4-11/+15
2011-10-31Cross Memory AttachChristopher Yeoh3-4/+19
2011-10-31include/linux/dmar.h: forward-declare struct acpi_dmar_headerAndrew Morton1-0/+2
2011-10-31dma-mapping: fix sync_single_range_* DMA debuggingClemens Ladisch1-2/+12
2011-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+6
2011-10-30Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-0/+17
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-10/+72
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds2-17/+21
2011-10-30Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds8-111/+300
2011-10-30i2c: Functions for byte-swapped smbus_write/read_word_dataJonathan Cameron1-0/+17
2011-10-30KVM: s390: implement sigp external callChristian Ehrhardt1-0/+1
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet1-3/+3
2011-10-29Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+17
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-26/+16
2011-10-29of: include errno.hKalle Valo1-0/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds11-117/+362
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-2/+5
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds21-103/+405
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds5-0/+104
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds11-5/+157
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+109
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-11/+17
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+20
2011-10-28vfs: add generic_file_llseek_sizeAndi Kleen1-0/+2
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-3/+6
2011-10-28vfs: add hex format for MAY_* flag valuesAneesh Kumar K.V1-8/+9
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-91/+459