summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-05-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-05-25Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman
2011-05-25mmc: sdhci: Auto-CMD23 support.Andrei Warkentin
2011-05-25mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin
2011-05-25mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.Andrei Warkentin
2011-05-25mmc: core: Use CMD23 for multiblock transfers when we can.Andrei Warkentin
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-05-25hwmon: (jc42) Change detection classJean Delvare
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-05-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds
2011-05-25percpu_counter: change return value and add commentsShaohua Li
2011-05-25lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD
2011-05-25include/linux/genalloc.h: add multiple-inclusion guardsJean-Christophe PLAGNIOL-VILLARD
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan
2011-05-25leds: provide helper to register "leds-gpio" devicesUwe Kleine-König
2011-05-25drivers/leds/leds-pca9532.c: add gpio capabilityJoachim Eastwood
2011-05-25printk: allocate kernel log buffer earlierMike Travis
2011-05-25memblock: add error return when CONFIG_HAVE_MEMBLOCK is not setYinghai Lu
2011-05-25sparse: Undef __compiletime_{warning,error} if __CHECKER__ is definedKOSAKI Motohiro
2011-05-25sparse: define __must_be_array() for __CHECKER__KOSAKI Motohiro
2011-05-25sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro
2011-05-25xattr.h: expose string defines to userspaceEric Paris
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang
2011-05-25include/linux/c2port.h: remove wrong and never used macrosWanlong Gao
2011-05-25ulimit: raise default hard ulimit on number of files to 4096Tim Gardner
2011-05-25asm-generic/cacheflush.h: flush icache when copying to user pagesMike Frysinger
2011-05-25mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macroDaniel Kiper
2011-05-25proc: make struct proc_maps_private truly privateStephen Wilson
2011-05-25mm: declare mpol_to_str() when CONFIG_TMPFS=nStephen Wilson
2011-05-25mm: export get_vma_policy()Stephen Wilson
2011-05-25mm: remove last trace of shmem_get_unmapped_areaHugh Dickins
2011-05-25tmpfs: implement generic xattr supportEric Paris
2011-05-25memblock/nobootmem: allow alloc_bootmem() to take 0 as low limitYinghai Lu
2011-05-25mm: delete non-atomic mm counter implementationMatt Fleming
2011-05-25mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEMDaniel Kiper
2011-05-25mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM...Daniel Kiper
2011-05-25mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_...Daniel Kiper
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han