Age | Commit message (Expand) | Author |
2013-09-11 | exec: don't retry if request_module() fails | Oleg Nesterov |
2013-09-11 | exec: cleanup the CONFIG_MODULES logic | Oleg Nesterov |
2013-09-11 | exec: kill ->load_binary != NULL check in search_binary_handler() | Oleg Nesterov |
2013-09-11 | exec: move allow_write_access/fput to exec_binprm() | Oleg Nesterov |
2013-09-11 | exec: proc_exec_connector() should be called only once | Oleg Nesterov |
2013-09-11 | exec: kill "int depth" in search_binary_handler() | Oleg Nesterov |
2013-09-11 | exec: introduce exec_binprm() for "depth == 0" code | Oleg Nesterov |
2013-09-11 | proc: make proc_fd_permission() thread-friendly | Oleg Nesterov |
2013-09-11 | fs/proc/task_mmu.c: check the return value of mpol_to_str() | Chen Gang |
2013-09-11 | Documentation/filesystems/proc.txt: fix mistake in the description of Committ... | Minto Joseph |
2013-09-11 | fs/file_table.c:fput(): make comment more truthful | Andrew Morton |
2013-09-11 | coredump: add new %P variable in core_pattern | Stéphane Graber |
2013-09-11 | __ptrace_may_access() should not deny sub-threads | Mark Grondona |
2013-09-11 | hfsplus: integrate POSIX ACLs support into driver | Vyacheslav Dubeyko |
2013-09-11 | hfsplus: implement POSIX ACLs support | Vyacheslav Dubeyko |
2013-09-11 | hfsplus: add necessary declarations for POSIX ACLs support | Vyacheslav Dubeyko |
2013-09-11 | rtc: simplify devm_request_mem_region/devm_ioremap | Julia Lawall |
2013-09-11 | drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalid | Alexander Shiyan |
2013-09-11 | drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structure | Alexander Shiyan |
2013-09-11 | drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource() | Alexander Shiyan |
2013-09-11 | drivers/rtc/rtc-sirfsoc.c: fix kernel warning during wakeup | Xianglong Du |
2013-09-11 | drivers/rtc/rtc-nuc900.c: use NULL instead of 0 | Jingoo Han |
2013-09-11 | drivers/rtc/rtc-max77686.c: Fix wrong register | Sangjung Woo |
2013-09-11 | drivers/rtc/rtc-hid-sensor-time.c: improve error handling when rtc register f... | Alexander Holler |
2013-09-11 | drivers/rtc/rtc-palmas.c: support for backup battery charging | Laxman Dewangan |
2013-09-11 | drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm events | Hebbar Gururaja |
2013-09-11 | rtc: add MOXA ART RTC driver | Jonas Jensen |
2013-09-11 | drivers/rtc/rtc-pcf2127.c: remove empty function | Sachin Kamat |
2013-09-11 | drivers/rtc/rtc-hid-sensor-time.c: add module alias to let the module load au... | Alexander Holler |
2013-09-11 | s390/kprobes: add support for pc-relative long displacement instructions | Heiko Carstens |
2013-09-11 | kprobes: allow to specify custom allocator for insn caches | Heiko Carstens |
2013-09-11 | kprobes: unify insn caches | Heiko Carstens |
2013-09-11 | firmware/dmi_scan: drop OOM messages | Jean Delvare |
2013-09-11 | firmware/dmi_scan: constify strings | Jean Delvare |
2013-09-11 | firmware/dmi_scan: fix most checkpatch errors and warnings | Jean Delvare |
2013-09-11 | firmware/dmi_scan: drop obsolete comment | Jean Delvare |
2013-09-11 | epoll: add a reschedule point in ep_free() | Eric Dumazet |
2013-09-11 | checkpatch: add test for positional misuse of section specifiers like __initdata | Joe Perches |
2013-09-11 | checkpatch: fix perl version 5.12 and earlier incompatibility | Joe Perches |
2013-09-11 | checkpatch: reduce runtime/cpu time used | Joe Perches |
2013-09-11 | checkpatch: better --fix of SPACING errors. | Joe Perches |
2013-09-11 | checkpatch: ignore #define TRACE_<foo> macros | Joe Perches |
2013-09-11 | checkpatch: add --types option to report only specific message types | Joe Perches |
2013-09-11 | checkpatch: fix networking kernel-doc block comment defect | Joe Perches |
2013-09-11 | checkpatch: warn when using extern with function prototypes in .h files | Joe Perches |
2013-09-11 | checkpatch: check for duplicate signatures | Joe Perches |
2013-09-11 | checkpatch: enforce sane perl version | Dave Hansen |
2013-09-11 | checkpatch: check CamelCase by word, not by $Lval | Joe Perches |
2013-09-11 | checkpatch: add a few more --fix corrections | Joe Perches |
2013-09-11 | lib/decompressors: fix "no limit" output buffer length | Alexandre Courbot |