aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov3-1/+9
2012-12-17simple_strto*: annotate function as obsoleteEldad Zack1-0/+8
2012-12-17kstrto*: add documentationEldad Zack3-0/+100
2012-12-17Documentation: fix Documentation/security/00-INDEXJarkko Sakkinen1-0/+2
2012-12-17fs/fat: strip "cp" prefix from codepage in displayDave Reisner1-1/+2
2012-12-17fat: ix mount option parsingJan Kara1-11/+11
2012-12-17fat: provide option for setting timezone offsetJan Kara4-9/+37
2012-12-17fat: notify when discard is not supportedNamjae Jeon1-0/+9
2012-12-17rtc: DA9055 RTC driverAshish Jangam3-0/+424
2012-12-17drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat1-3/+1
2012-12-17drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo1-0/+7
2012-12-17drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat1-19/+0
2012-12-17drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera1-37/+8
2012-12-17drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera1-4/+1
2012-12-17rtc: add NXP PCF8523 supportThierry Reding3-0/+336
2012-12-17rtc: rtc-davinci: use devm_kzalloc()Devendra Naga1-12/+4
2012-12-17rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga1-2/+3
2012-12-17drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair1-1/+1
2012-12-17rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri1-0/+2
2012-12-17rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri1-3/+3
2012-12-17rtc: rtc-spear: use devm_*() routinesViresh Kumar1-60/+29
2012-12-17drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun1-7/+7
2012-12-17drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga1-10/+5
2012-12-17drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge2-0/+28
2012-12-17drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge1-1/+1
2012-12-17rtc: omap: add runtime pm supportVaibhav Hiremath1-0/+18
2012-12-17rtc: omap: depend on am33xxAfzal Mohammed1-4/+6
2012-12-17rtc: omap: dt supportAfzal Mohammed2-0/+35
2012-12-17ARM: davinci: remove rtc kicker releaseAfzal Mohammed1-12/+1
2012-12-17rtc: omap: kicker mechanism supportAfzal Mohammed1-3/+41
2012-12-17binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox1-1/+3
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches1-6/+13
2012-12-17checkpatch: add support for floating point constantsJoe Perches1-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches1-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches1-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches1-0/+6
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches1-0/+10
2012-12-17checkpatch: extend line continuation testJoe Perches1-1/+3
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches1-3/+6
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft1-14/+6
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma1-37/+0
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook1-0/+13
2012-12-17checkpatch: warn on unnecessary line continuationsJoe Perches1-0/+9
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas12-63/+29
2012-12-17lib/rbtree_test.c: fix uninitialized variable warningCong Ding1-1/+1
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov4-1/+7
2012-12-17percpu_rw_semaphore: add lockdep annotationsOleg Nesterov2-5/+26
2012-12-17percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov2-20/+18
2012-12-17percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov3-71/+168
2012-12-17sscanf: don't ignore field widths for numeric conversionsJan Beulich1-43/+53