aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-04-30xen: tmem: enable Xen tmem shim to be built/loaded as a moduleGravatar Dan Magenheimer 1-0/+8
2013-04-30mm: cleancache: clean up cleancache_enabledGravatar Bob Liu 1-1/+1
2013-04-30cleancache: Make cleancache_init use a pointer for the opsGravatar Konrad Rzeszutek Wilk 1-1/+1
2013-04-30frontswap: get rid of swap_lock dependencyGravatar Minchan Kim 1-3/+3
2013-04-30mm: frontswap: cleanup codeGravatar Bob Liu 1-25/+3
2013-04-30frontswap: make frontswap_init use a pointer for the opsGravatar Konrad Rzeszutek Wilk 1-1/+1
2013-04-30memory hotplug: fix warningsGravatar Vincent Stehlé 1-1/+1
2013-04-30Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2013-04-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 31-162/+499
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-3/+104
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 8-13/+13
2013-04-30Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 10-16/+32
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+57
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-199/+49
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-23/+92
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-1/+62
2013-04-30Merge branch 'devel-for-v3.10' into v4l_for_linusGravatar Mauro Carvalho Chehab 31-162/+499
2013-04-30Merge branch 'for-3.10/mt-hybrid-finger-pen' into for-linusGravatar Jiri Kosina 1-0/+1
2013-04-30Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver...Gravatar Jiri Kosina 2-3/+103
2013-04-30HID: protect hid_debug_listGravatar Jiri Kosina 1-0/+1
2013-04-30HID: debug: break out hid_dump_report() into hid-debugGravatar Benjamin Tissoires 1-2/+4
2013-04-29Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 15-36/+82
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 3-20/+153
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 4-20/+165
2013-04-29Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+5
2013-04-29net: rename random32 to prandomGravatar Akinobu Mita 1-2/+2
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Gravatar Jeff Layton 1-1/+0
2013-04-29idr: introduce idr_alloc_cyclic()Gravatar Jeff Layton 1-0/+2
2013-04-29fat: restructure export_operationsGravatar Namjae Jeon 1-0/+11
2013-04-29drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Gravatar Jingoo Han 1-2/+2
2013-04-29rtc: add devm_rtc_device_{register,unregister}()Gravatar Jingoo Han 1-0/+6
2013-04-29lib, net: make isodigit() public and use itGravatar Andy Shevchenko 1-0/+6
2013-04-29drivers/video/backlight/tps65217_bl.c add default brightness value optionGravatar Matus Ujhelyi 1-0/+1
2013-04-29backlight: lp855x: remove duplicate platform dataGravatar Kim, Milo 1-4/+0
2013-04-29backlight: lp855x: fix initial brightness typeGravatar Kim, Milo 1-1/+1
2013-04-29backlight: lp855x: move backlight mode platform dataGravatar Kim, Milo 1-7/+0
2013-04-29backlight: lp855x: convert a type of device nameGravatar Kim, Milo 1-1/+1
2013-04-29drivers/video/backlight/platform_lcd.c: introduce probe callbackGravatar Andrew Bresticker 1-0/+1
2013-04-29include/linux/printk.h: include stdarg.hGravatar Andrew Morton 1-0/+1
2013-04-29early_printk: consolidate random copies of identical codeGravatar Thomas Gleixner 2-0/+7
2013-04-29printk/tracing: rework console tracingGravatar zhangwei(Jovi) 1-19/+6
2013-04-29gcc4: disable __compiletime_object_size for GCC 4.6+Gravatar Guenter Roeck 1-1/+1
2013-04-29media: coda: use genalloc APIGravatar Philipp Zabel 1-0/+18
2013-04-29genalloc: add devres support, allow to find a managed pool by deviceGravatar Philipp Zabel 1-0/+18
2013-04-29Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 23-38/+328
2013-04-29Merge tag 'clk-for-linus-3.10' of git://git.linaro.org/people/mturquette/linuxGravatar Linus Torvalds 5-8/+201
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 3-40/+11
2013-04-29Merge tag 'regulator-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-44/+241
2013-04-29Merge tag 'regmap-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 2-0/+49