Age | Commit message (Expand) | Author |
2011-05-26 | mm: don't access vm_flags as 'int' | KOSAKI Motohiro |
2011-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd | Linus Torvalds |
2011-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2011-05-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds |
2011-05-25 | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2011-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds |
2011-05-25 | Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2011-05-25 | net: move is_vlan_dev into public header file (v2) | Neil Horman |
2011-05-25 | mmc: sdhci: Auto-CMD23 support. | Andrei Warkentin |
2011-05-25 | mmc: core: Block CMD23 support for UHS104/SDXC cards. | Andrei Warkentin |
2011-05-25 | mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI. | Andrei Warkentin |
2011-05-25 | mmc: core: Use CMD23 for multiblock transfers when we can. | Andrei Warkentin |
2011-05-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2011-05-25 | hwmon: (jc42) Change detection class | Jean Delvare |
2011-05-25 | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2011-05-25 | Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2011-05-25 | Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2011-05-25 | Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2011-05-25 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2011-05-25 | percpu_counter: change return value and add comments | Shaohua Li |
2011-05-25 | lib/genalloc.c: add support for specifying the physical address | Jean-Christophe PLAGNIOL-VILLARD |
2011-05-25 | include/linux/genalloc.h: add multiple-inclusion guards | Jean-Christophe PLAGNIOL-VILLARD |
2011-05-25 | lib: add kstrto*_from_user() | Alexey Dobriyan |
2011-05-25 | leds: provide helper to register "leds-gpio" devices | Uwe Kleine-König |
2011-05-25 | drivers/leds/leds-pca9532.c: add gpio capability | Joachim Eastwood |
2011-05-25 | printk: allocate kernel log buffer earlier | Mike Travis |
2011-05-25 | memblock: add error return when CONFIG_HAVE_MEMBLOCK is not set | Yinghai Lu |
2011-05-25 | sparse: Undef __compiletime_{warning,error} if __CHECKER__ is defined | KOSAKI Motohiro |
2011-05-25 | sparse: define __must_be_array() for __CHECKER__ | KOSAKI Motohiro |
2011-05-25 | sparse: define dummy BUILD_BUG_ON definition for sparse | KOSAKI Motohiro |
2011-05-25 | xattr.h: expose string defines to userspace | Eric Paris |
2011-05-25 | bitmap, irq: add smp_affinity_list interface to /proc/irq | Mike Travis |
2011-05-25 | fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFS | Amerigo Wang |
2011-05-25 | include/linux/c2port.h: remove wrong and never used macros | Wanlong Gao |
2011-05-25 | ulimit: raise default hard ulimit on number of files to 4096 | Tim Gardner |
2011-05-25 | mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macro | Daniel Kiper |
2011-05-25 | proc: make struct proc_maps_private truly private | Stephen Wilson |
2011-05-25 | mm: declare mpol_to_str() when CONFIG_TMPFS=n | Stephen Wilson |
2011-05-25 | mm: export get_vma_policy() | Stephen Wilson |
2011-05-25 | mm: remove last trace of shmem_get_unmapped_area | Hugh Dickins |
2011-05-25 | tmpfs: implement generic xattr support | Eric Paris |
2011-05-25 | memblock/nobootmem: allow alloc_bootmem() to take 0 as low limit | Yinghai Lu |
2011-05-25 | mm: delete non-atomic mm counter implementation | Matt Fleming |
2011-05-25 | mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEM | Daniel Kiper |
2011-05-25 | mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM... | Daniel Kiper |
2011-05-25 | mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_... | Daniel Kiper |
2011-05-25 | vmscan: change shrinker API by passing shrink_control struct | Ying Han |
2011-05-25 | vmscan: change shrink_slab() interfaces by passing shrink_control | Ying Han |
2011-05-25 | readahead: readahead page allocations are OK to fail | Wu Fengguang |
2011-05-25 | mm: break out page allocation warning code | Dave Hansen |