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