summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier
2013-02-22constify d_lookup() argumentsAl Viro
2013-02-22constify __d_lookup() argumentsAl Viro
2013-02-22vfs: remove d_path_with_unreachableJeff Layton
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22Merge tag 'please-pull-fix-ia64-build' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-23Merge branch 'pm-cpufreq' into fixesRafael J. Wysocki
2013-02-23PM / OPP: fix condition for empty of_init_opp_table()Shawn Guo
2013-02-22net: fix possible deadlock in sum_frag_mem_limitEric Dumazet
2013-02-22ipv4: fix error handling in icmp_protocol.Li Wei
2013-02-22sched: move RR_TIMESLICE from sysctl.h to rt.hClark Williams
2013-02-22sched: Move RR_TIMESLICE from sysctl.h to rt.hClark Williams
2013-02-22mtd: map: BUG() in non handled casesDmitry Eremin-Solenikov
2013-02-22drm: Add HDMI infoframe helpersThierry Reding
2013-02-22video: Add generic HDMI infoframe helpersThierry Reding
2013-02-22drm: Add some missing forward declarationsThierry Reding
2013-02-22drm: Remove duplicate drm_mode_cea_vic()Thierry Reding
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-21backlight: lp855x_bl: support new LP8557 deviceKim, Milo
2013-02-21printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev
2013-02-21sun.com documentation fixesChristian Kujau
2013-02-21smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong
2013-02-21lockdep: make lockdep_assert_held() not have a return valueJohannes Berg
2013-02-21video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH valueTomasz Figa
2013-02-21video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601Jingoo Han
2013-02-21video: s3c-fb: remove unnecessary bracketsJingoo Han
2013-02-21video: s3c-fb: remove duplicated S3C_FB_MAX_WINJingoo Han
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat
2013-02-21video: mmp display subsystemZhou Zhu
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos
2013-02-21bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos
2013-02-21bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos
2013-02-21bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos
2013-02-21compiler-gcc{3,4}.h: Use GCC_VERSION macroDaniel Santos