mm: fix kernel BUG at huge_memory.c:1474!
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs /
2012-12-12 Linus TorvaldsMerge branches 'core-locking-for-linus' and 'timers...
2012-12-12 Linus TorvaldsMerge branch 'akpm' (Andrew's patchbomb)
2012-12-12 David Rientjesmm, oom: change type of oom_score_adj to short
2012-12-12 Rafael Aquinimm: redefine address_space.assoc_mapping
2012-12-12 Rafael Aquinimm: adjust address_space_operations.migratepage() retur...
2012-12-12 Michel Lespinassemm: use vm_unmapped_area() in hugetlbfs
2012-12-12 Andi Kleenmm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB
2012-12-12 Namjae Jeonwriteback: remove nr_pages_dirtied arg from balance_dir...
2012-12-11 Linus TorvaldsMerge tag 'usb-3.8-rc1' of git://git./linux/kernel...
2012-12-11 Linus TorvaldsMerge tag 'tty-3.8-rc1' of git://git./linux/kernel...
2012-12-11 Linus TorvaldsMerge tag 'staging-3.8-rc1' of git://git./linux/kernel...
2012-12-11 Linus TorvaldsMerge tag 'char-misc-3.8-rc1' of git://git./linux/kerne...
2012-12-11 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-12-11 Linus TorvaldsMerge tag 'driver-core-3.8-rc1' of git://git./linux...
2012-12-11 Linus TorvaldsMerge tag 'gpio-for-linus' of git://git.secretlab.ca...
2012-12-11 Linus TorvaldsMerge tag 'pm+acpi-for-3.8-rc1' of git://git./linux...
2012-12-11 Linus TorvaldsMerge tag 'devicetree-for-linus' of git://git.secretlab...
2012-12-11 Linus TorvaldsMerge tag 'irqdomain-for-linus' of git://git.secretlab...
2012-12-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-12-11 Linus TorvaldsMerge tag 'clk-for-linus' of git://git.linaro.org/peopl...
2012-12-11 Linus TorvaldsMerge tag 'pinctrl-for-v3.8' of git://git./linux/kernel...
2012-12-11 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git./linux/kernel...
2012-12-11 Linus TorvaldsMerge tag 'mmc-updates-for-3.8-rc1' of git://git./linux...
2012-12-11 Pavel ShilovskyCIFS: Fix write after setting a read lock for read...
2012-12-11 Jeff Laytoncifs: parse the device name into UNC and prepath
2012-12-11 Jeff Laytoncifs: fix up handling of prefixpath= option
2012-12-11 Jeff Laytoncifs: clean up handling of unc= option
2012-12-11 Jeff Laytoncifs: fix SID binary to string conversion
2012-12-11 Mauro Carvalho ChehabMerge branch 'for_3.8-rc1' into v4l_for_linus
2012-12-11 Mauro Carvalho ChehabMerge tag 'v3.7' into v4l_for_linus
2012-12-11 Russell KingMerge branch 'devel-stable' into for-linus
2012-12-11 Ingo MolnarRevert "sched/autogroup: Fix crash on reboot when autog...
2012-12-11 Theodore Ts'oext4: zero out inline data using memset() instead of...
2012-12-11 Mark BrownMerge remote-tracking branch 'regmap/topic/type' into...
2012-12-11 Mark BrownMerge remote-tracking branch 'regmap/topic/table' into...
2012-12-11 Mark BrownMerge remote-tracking branch 'regmap/topic/lock' into...
2012-12-11 Mark BrownMerge remote-tracking branch 'regmap/topic/domain'...
2012-12-11 Mark BrownMerge remote-tracking branch 'regmap/topic/debugfs...
2012-12-11 Mark BrownMerge remote-tracking branch 'regmap/topic/core' into...
2012-12-11 Russell KingMerge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc...
2012-12-10 Carlos Maiolinoext4: ensure Inode flags consistency are checked at...
2012-12-10 Tao Maext4: Remove CONFIG_EXT4_FS_XATTR
2012-12-10 Rafael J. WysockiMerge branch 'acpi-enumeration'
2012-12-10 Zhi Yong Wuext4: remove unused variable from ext4_ext_in_cache()
2012-12-10 Guo Chaoext4: remove redundant initialization in ext4_fill_super()
2012-12-10 Guo Chaoext4: remove redundant code in ext4_alloc_inode()
2012-12-10 Guo Chaoext4: use sync_inode_metadata() when syncing inode...
2012-12-10 Tao Maext4: enable ext4 inline support
2012-12-10 Tao Maext4: let fallocate handle inline data correctly
2012-12-10 Tao Maext4: let ext4_truncate handle inline data correctly
2012-12-10 Tao Maext4: evict inline data out if we need to strore xattr...
2012-12-10 Tao Maext4: let fiemap work with inline data
2012-12-10 Tao Maext4: let ext4_rename handle inline dir
2012-12-10 Tao Maext4: let empty_dir handle inline dir
2012-12-10 Tao Maext4: let ext4_delete_entry() handle inline data
2012-12-10 Tao Maext4: make ext4_delete_entry generic
2012-12-10 Tao Maext4: let ext4_find_entry handle inline data
2012-12-10 Tao Maext4: create a new function search_dir
2012-12-10 Tao Maext4: let ext4_readdir handle inline data
2012-12-10 Tao Maext4: let add_dir_entry handle inline data properly
2012-12-10 Tao Maext4: create __ext4_insert_dentry for dir entry insertion
2012-12-10 Tao Maext4: refactor __ext4_check_dir_entry() to accept start...
2012-12-10 Tao Maext4: make ext4_init_dot_dotdot for inline dir usage
2012-12-10 Tao Maext4: add delalloc support for inline data
2012-12-10 Tao Maext4: add journalled write support for inline data
2012-12-10 Tao Maext4: add normal write support for inline data
2012-12-10 Tao Maext4: add read support for inline data
2012-12-10 Tao Maext4: add the basic function for inline data support
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/gpio...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/tps80031...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/tps65910...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/tps6586x...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/tps65090...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/tps516312...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/tol'...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/stub...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/max8997...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/max8973...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/max77686...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/lp8788...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/hotplug...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/gpio...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/da9055...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/topic/as3711...
2012-12-10 Mark BrownMerge remote-tracking branch 'regulator/fix/wm831x...
2012-12-10 Steve Frenchfix "disabling echoes and oplocks" on SMB2 mounts
2012-12-10 Steve FrenchDo not send SMB2 signatures for SMB3 frames
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8995' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8994' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8988' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8985' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8978' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8971' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8804' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8770' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8753' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8750' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8741' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8510' into...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/wm2000' into...
next