Age | Commit message (Expand) | Author | Files | Lines |
2012-12-18 | Documentation/sparse.txt: document context annotations for lock checking | Ed Cashin | 1 | -0/+18 |
2012-12-18 | linux/compiler.h: add __must_hold macro for functions called with a lock held | Josh Triplett | 1 | -0/+2 |
2012-12-18 | pidns: remove unused is_container_init() | Gao feng | 2 | -21/+0 |
2012-12-18 | exec: use -ELOOP for max recursion depth | Kees Cook | 5 | -17/+6 |
2012-12-18 | proc: pid/status: show all supplementary groups | Artem Bityutskiy | 1 | -1/+1 |
2012-12-18 | /proc/pid/status: add "Seccomp" field | Kees Cook | 2 | -0/+10 |
2012-12-18 | procfs: add VmFlags field in smaps output | Cyrill Gorcunov | 2 | -2/+91 |
2012-12-18 | proc: don't show nonexistent capabilities | Andrew Vagin | 1 | -0/+9 |
2012-12-18 | ptrace: introduce PTRACE_O_EXITKILL | Oleg Nesterov | 3 | -1/+9 |
2012-12-18 | simple_strto*: annotate function as obsolete | Eldad Zack | 1 | -0/+8 |
2012-12-18 | kstrto*: add documentation | Eldad Zack | 3 | -0/+100 |
2012-12-18 | Documentation: fix Documentation/security/00-INDEX | Jarkko Sakkinen | 1 | -0/+2 |
2012-12-18 | fs/fat: strip "cp" prefix from codepage in display | Dave Reisner | 1 | -1/+2 |
2012-12-18 | fat: ix mount option parsing | Jan Kara | 1 | -11/+11 |
2012-12-18 | fat: provide option for setting timezone offset | Jan Kara | 4 | -9/+37 |
2012-12-18 | fat: notify when discard is not supported | Namjae Jeon | 1 | -0/+9 |
2012-12-18 | rtc: DA9055 RTC driver | Ashish Jangam | 3 | -0/+424 |
2012-12-18 | drivers/rtc/rtc-s3c: use of_match_ptr() macro | Sachin Kamat | 1 | -3/+1 |
2012-12-18 | drivers/rtc/rtc-tps65910.c: enable RTC power domain on initialization | Kim, Milo | 1 | -0/+7 |
2012-12-18 | drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.c | Sachin Kamat | 1 | -19/+0 |
2012-12-18 | drivers/rtc/rtc-s3c.c: convert to use devm_* API | Tushar Behera | 1 | -37/+8 |
2012-12-18 | drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label | Tushar Behera | 1 | -4/+1 |
2012-12-18 | rtc: add NXP PCF8523 support | Thierry Reding | 3 | -0/+336 |
2012-12-18 | rtc: rtc-davinci: use devm_kzalloc() | Devendra Naga | 1 | -12/+4 |
2012-12-18 | rtc: rtc-davinci: return correct error code if rtc_device_register() fails | Devendra Naga | 1 | -2/+3 |
2012-12-18 | drivers/rtc/rtc-tps65910.c: rename irq to match device | Sivaram Nair | 1 | -1/+1 |
2012-12-18 | rtc: rtc-spear: Provide flag for no support of UIE mode | Deepak Sikri | 1 | -0/+2 |
2012-12-18 | rtc: rtc-spear: Add clk_{un}prepare() support | Deepak Sikri | 1 | -3/+3 |
2012-12-18 | rtc: rtc-spear: use devm_*() routines | Viresh Kumar | 1 | -60/+29 |
2012-12-18 | drivers/rtc/rtc-test.c: avoid calling platform_device_put() twice | Wei Yongjun | 1 | -7/+7 |
2012-12-18 | drivers/rtc/rtc-vt8500.c: convert to use devm_kzalloc | Devendra Naga | 1 | -10/+5 |
2012-12-18 | drivers/rtc/rtc-imxdi.c: add devicetree support | Roland Stigge | 2 | -0/+28 |
2012-12-18 | drivers/rtc/rtc-imxdi: support for i.MX53 | Roland Stigge | 1 | -1/+1 |
2012-12-18 | rtc: omap: add runtime pm support | Vaibhav Hiremath | 1 | -0/+18 |
2012-12-18 | rtc: omap: depend on am33xx | Afzal Mohammed | 1 | -4/+6 |
2012-12-18 | rtc: omap: dt support | Afzal Mohammed | 2 | -0/+35 |
2012-12-18 | ARM: davinci: remove rtc kicker release | Afzal Mohammed | 1 | -12/+1 |
2012-12-18 | rtc: omap: kicker mechanism support | Afzal Mohammed | 1 | -3/+41 |
2012-12-18 | binfmt_elf: fix corner case kfree of uninitialized data | Alan Cox | 1 | -1/+3 |
2012-12-18 | checkpatch: warn on CamelCase variable names | Joe Perches | 1 | -6/+13 |
2012-12-18 | checkpatch: add support for floating point constants | Joe Perches | 1 | -1/+5 |
2012-12-18 | checkpatch: find hex constants as a single IDENT | Joe Perches | 1 | -1/+1 |
2012-12-18 | checkpatch: add --strict test for switch/default missing break | Joe Perches | 1 | -2/+16 |
2012-12-18 | checkpatch: warn when declaring "struct spinlock foo;" | Joe Perches | 1 | -0/+6 |
2012-12-18 | checkpatch: Add --strict messages for blank lines around braces | Joe Perches | 1 | -0/+10 |
2012-12-18 | checkpatch: extend line continuation test | Joe Perches | 1 | -1/+3 |
2012-12-18 | checkpatch: allow control over line length warning, default remains 80 | Joe Perches | 1 | -3/+6 |
2012-12-18 | checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove | Andy Whitcroft | 1 | -14/+6 |
2012-12-18 | checkpatch: remove reference to feature-removal-schedule.txt | Tao Ma | 1 | -37/+0 |
2012-12-18 | checkpatch: warn about using CONFIG_EXPERIMENTAL | Kees Cook | 1 | -0/+13 |