summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-18aoe: cleanup: remove unused ata_scnt functionEd Cashin
2012-12-18aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin
2012-12-18aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin
2012-12-18aoe: support the forgetting (flushing) of a user-specified AoE targetEd Cashin
2012-12-18aoe: update cap on outstanding commands based on config query responseEd Cashin
2012-12-18aoe: print warning regarding a common reason for dropped transmitsEd Cashin
2012-12-18aoe: describe the behavior of the "err" character deviceEd Cashin
2012-12-18Documentation/sparse.txt: document context annotations for lock checkingEd Cashin
2012-12-18linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett
2012-12-18pidns: remove unused is_container_init()Gao feng
2012-12-18exec: use -ELOOP for max recursion depthKees Cook
2012-12-18proc: pid/status: show all supplementary groupsArtem Bityutskiy
2012-12-18/proc/pid/status: add "Seccomp" fieldKees Cook
2012-12-18procfs: add VmFlags field in smaps outputCyrill Gorcunov
2012-12-18proc: don't show nonexistent capabilitiesAndrew Vagin
2012-12-18ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov
2012-12-18simple_strto*: annotate function as obsoleteEldad Zack
2012-12-18kstrto*: add documentationEldad Zack
2012-12-18Documentation: fix Documentation/security/00-INDEXJarkko Sakkinen
2012-12-18fs/fat: strip "cp" prefix from codepage in displayDave Reisner
2012-12-18fat: ix mount option parsingJan Kara
2012-12-18fat: provide option for setting timezone offsetJan Kara
2012-12-18fat: notify when discard is not supportedNamjae Jeon
2012-12-18rtc: DA9055 RTC driverAshish Jangam
2012-12-18drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat
2012-12-18drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo
2012-12-18drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat
2012-12-18drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera
2012-12-18drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera
2012-12-18rtc: add NXP PCF8523 supportThierry Reding
2012-12-18rtc: rtc-davinci: use devm_kzalloc()Devendra Naga
2012-12-18rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga
2012-12-18drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair
2012-12-18rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri
2012-12-18rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri
2012-12-18rtc: rtc-spear: use devm_*() routinesViresh Kumar
2012-12-18drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun
2012-12-18drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga
2012-12-18drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge
2012-12-18drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge
2012-12-18rtc: omap: add runtime pm supportVaibhav Hiremath
2012-12-18rtc: omap: depend on am33xxAfzal Mohammed
2012-12-18rtc: omap: dt supportAfzal Mohammed
2012-12-18ARM: davinci: remove rtc kicker releaseAfzal Mohammed
2012-12-18rtc: omap: kicker mechanism supportAfzal Mohammed
2012-12-18binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox
2012-12-18checkpatch: warn on CamelCase variable namesJoe Perches
2012-12-18checkpatch: add support for floating point constantsJoe Perches
2012-12-18checkpatch: find hex constants as a single IDENTJoe Perches
2012-12-18checkpatch: add --strict test for switch/default missing breakJoe Perches