- 51be084 Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
- 0bfc96c block: fail SCSI passthrough ioctls on partition devices by Paolo Bonzini · 13 years ago
- 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 13 years ago
- f5e4e20 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
- 4964e06 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
- 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
- 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
- 2145199 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
- 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
- 4b8be38 Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
- 57e6a7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 13 years ago
- 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
- afe887d drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3 by Ben Skeggs · 13 years ago
- 0994695 Merge branch 'akpm' (aka "Andrew's patch-bomb, take two") by Linus Torvalds · 13 years ago
- 7c17d86 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
- 028ee4b c/r: prctl: add PR_SET_MM codes to set up mm_struct entries by Cyrill Gorcunov · 13 years ago
- 928da83 radix_tree: remove radix_tree_indirect_to_ptr() by Xiao Guangrong · 13 years ago
- 87192a2 vfs: cache request_queue in struct block_device by Andi Kleen · 13 years ago
- 1f536b9 include/linux/crash_dump.h needs elf.h by Fabio Estevam · 13 years ago
- a3dd332 kexec: remove KMSG_DUMP_KEXEC by WANG Cong · 13 years ago
- 1c1c53d mm: remove del_page_from_lru, add page_off_lru by Hugh Dickins · 13 years ago
- 4111304 mm: enum lru_list lru by Hugh Dickins · 13 years ago
- 5095ae8 mm: fewer underscores in ____pagevec_lru_add by Hugh Dickins · 13 years ago
- 2bcf887 mm: take pagevecs off reclaim stack by Hugh Dickins · 13 years ago
- a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 13 years ago
- c824493 mm: compaction: make isolate_lru_page() filter-aware again by Mel Gorman · 13 years ago
- b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 13 years ago
- ea4d349 vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate() by Tao Ma · 13 years ago
- f21760b thp: add tlb_remove_pmd_tlb_entry by Shaohua Li · 13 years ago
- 38c5d72 memcg: simplify LRU handling by new rule by KAMEZAWA Hiroyuki · 13 years ago
- 4e5f01c memcg: clear pc->mem_cgroup if necessary. by KAMEZAWA Hiroyuki · 13 years ago
- 9fb4b7c page_cgroup: add helper function to get swap_cgroup by Bob Liu · 13 years ago
- 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 13 years ago
- e94c8a9 memcg: make mem_cgroup_split_huge_fixup() more efficient by KAMEZAWA Hiroyuki · 13 years ago
- 6b208e3 mm: memcg: remove unused node/section info from pc->flags by Johannes Weiner · 13 years ago
- 925b767 mm: make per-memcg LRU lists exclusive by Johannes Weiner · 13 years ago
- 6290df5 mm: collect LRU list heads into struct lruvec by Johannes Weiner · 13 years ago
- 5660048 mm: move memcg hierarchy reclaim to generic reclaim code by Johannes Weiner · 13 years ago
- ab936cb memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 13 years ago
- 28d82dc epoll: limit paths by Jason Baron · 13 years ago
- 43570fd mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL by Heiko Carstens · 13 years ago
- 0d259cf include/linux/linkage.h: remove unused ATTRIB_NORET macro by Joe Perches · 13 years ago
- ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 13 years ago
- 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 13 years ago
- 80bf007 include/linux/linkage.h: remove unused NORET_AND macro by Joe Perches · 13 years ago
- 4da4785 kernel.h: neaten panic prototype by Joe Perches · 13 years ago
- ddecf0f net_sched: sfq: add optional RED on top of SFQ by Eric Dumazet · 13 years ago
- eb8a54a phylib: introduce mdiobus_alloc_size() by Timur Tabi · 13 years ago
- 72db395 module_param: check that bool parameters really are bool. by Rusty Russell · 13 years ago
- 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
- 2329abf module_param: make bool parameters really bool (core code) by Rusty Russell · 13 years ago
- 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 13 years ago
- bafeafe module_param: check type correctness for module_param_array by Rusty Russell · 13 years ago
- bd77c04 module: struct module_ref should contains long fields by Eric Dumazet · 13 years ago
- 6733e54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
- bcf8a3d Merge tag 'to-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
- 069c9f1 mmc: host: Adds support for eMMC 4.5 HS200 mode by Girish K S · 13 years ago
- a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 13 years ago
- 9ee6045 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
- 46f72b3 vfs: export symbol d_find_any_alias() by Sage Weil · 13 years ago
- a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
- 9e4ce16 Merge branch 'topic/hda' into for-linus by Takashi Iwai · 13 years ago
- 627b796 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
- 4c4d285 Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
- 56c8bc3 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
- f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 13 years ago
- 41f0377 virtio: support unlocked queue kick by Rusty Russell · 13 years ago
- f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
- 5dfc176 virtio: document functions better. by Rusty Russell · 13 years ago
- 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 13 years ago
- aa9df4f mmc: core: Add option to prevent eMMC sleep command by Ulf Hansson · 13 years ago
- e2a0a58 mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION by Adrian Hunter · 13 years ago
- 52c506f mmc: sdhci-pci: add platform data by Adrian Hunter · 13 years ago
- 349ab52 mmc: add a generic GPIO card-detect helper by Guennadi Liakhovetski · 13 years ago
- b67e198 mmc: add a card hotplug handler context by Guennadi Liakhovetski · 13 years ago
- 4f408cc mmc: dw_mmc: Add more capabilities field by Seungwon Jeon · 13 years ago
- add710e mmc: boot partition ro lock support by Johan Rudholm · 13 years ago
- d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 13 years ago
- 5a09262 mmc: mmci: add capabilities2 for MMC_CAP2 by Per Forlin · 13 years ago
- a303c53 mmc: sdio: support SDIO UHS cards by Philip Rakity · 13 years ago
- 597dd9d mmc: core: Use delayed work in clock gating framework by Sujit Reddy Thumma · 13 years ago
- df16219 mmc: debugfs: expose the SDCLK frq in sys ios by Giuseppe CAVALLARO · 13 years ago
- fffe5d5 mmc: sd: Macro name cleanup for high speed dtr by Qiang Liu · 13 years ago
- b1bdd25 Merge branch 'sh/nommu' into sh-latest by Paul Mundt · 13 years ago
- 541048a Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- bcede2f Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- b24ca57 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 13 years ago
- 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
- 3b09c84 inet_diag: Rename inet_diag_req_compat into inet_diag_req by Pavel Emelyanov · 13 years ago
- c899136 inet_diag: Rename inet_diag_req into inet_diag_req_v2 by Pavel Emelyanov · 13 years ago
- e0c2a9a GFS2: dlm based recovery coordination by David Teigland · 13 years ago
- 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
- e7691a1 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
- 5cd9599 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
- e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 13 years ago
- 06792c4 Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 13 years ago
- 001a541 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
- 40ba587 Merge branch 'akpm' (aka "Andrew's patch-bomb") by Linus Torvalds · 13 years ago
- b196be8 workqueue: make alloc_workqueue() take printf fmt and args for name by Tejun Heo · 13 years ago