summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: use -ELOOP for max recursion depthKees Cook2012-12-175-17/+6
* proc: pid/status: show all supplementary groupsArtem Bityutskiy2012-12-171-1/+1
* /proc/pid/status: add "Seccomp" fieldKees Cook2012-12-172-0/+10
* procfs: add VmFlags field in smaps outputCyrill Gorcunov2012-12-172-2/+91
* proc: don't show nonexistent capabilitiesAndrew Vagin2012-12-171-0/+9
* ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov2012-12-173-1/+9
* simple_strto*: annotate function as obsoleteEldad Zack2012-12-171-0/+8
* kstrto*: add documentationEldad Zack2012-12-173-0/+100
* Documentation: fix Documentation/security/00-INDEXJarkko Sakkinen2012-12-171-0/+2
* fs/fat: strip "cp" prefix from codepage in displayDave Reisner2012-12-171-1/+2
* fat: ix mount option parsingJan Kara2012-12-171-11/+11
* fat: provide option for setting timezone offsetJan Kara2012-12-174-9/+37
* fat: notify when discard is not supportedNamjae Jeon2012-12-171-0/+9
* rtc: DA9055 RTC driverAshish Jangam2012-12-173-0/+424
* drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat2012-12-171-3/+1
* drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo2012-12-171-0/+7
* drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat2012-12-171-19/+0
* drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera2012-12-171-37/+8
* drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera2012-12-171-4/+1
* rtc: add NXP PCF8523 supportThierry Reding2012-12-173-0/+336
* rtc: rtc-davinci: use devm_kzalloc()Devendra Naga2012-12-171-12/+4
* rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga2012-12-171-2/+3
* drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair2012-12-171-1/+1
* rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri2012-12-171-0/+2
* rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri2012-12-171-3/+3
* rtc: rtc-spear: use devm_*() routinesViresh Kumar2012-12-171-60/+29
* drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun2012-12-171-7/+7
* drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga2012-12-171-10/+5
* drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge2012-12-172-0/+28
* drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge2012-12-171-1/+1
* rtc: omap: add runtime pm supportVaibhav Hiremath2012-12-171-0/+18
* rtc: omap: depend on am33xxAfzal Mohammed2012-12-171-4/+6
* rtc: omap: dt supportAfzal Mohammed2012-12-172-0/+35
* ARM: davinci: remove rtc kicker releaseAfzal Mohammed2012-12-171-12/+1
* rtc: omap: kicker mechanism supportAfzal Mohammed2012-12-171-3/+41
* binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox2012-12-171-1/+3
* checkpatch: warn on CamelCase variable namesJoe Perches2012-12-171-6/+13
* checkpatch: add support for floating point constantsJoe Perches2012-12-171-1/+5
* checkpatch: find hex constants as a single IDENTJoe Perches2012-12-171-1/+1
* checkpatch: add --strict test for switch/default missing breakJoe Perches2012-12-171-2/+16
* checkpatch: warn when declaring "struct spinlock foo;"Joe Perches2012-12-171-0/+6
* checkpatch: Add --strict messages for blank lines around bracesJoe Perches2012-12-171-0/+10
* checkpatch: extend line continuation testJoe Perches2012-12-171-1/+3
* checkpatch: allow control over line length warning, default remains 80Joe Perches2012-12-171-3/+6
* checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft2012-12-171-14/+6
* checkpatch: remove reference to feature-removal-schedule.txtTao Ma2012-12-171-37/+0
* checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook2012-12-171-0/+13
* checkpatch: warn on unnecessary line continuationsJoe Perches2012-12-171-0/+9
* compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-1712-63/+29
* lib/rbtree_test.c: fix uninitialized variable warningCong Ding2012-12-171-1/+1