aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2-8/+86
2013-09-11s390/vmcore: use ELF header in new memory featureMichael Holzheu1-27/+54
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu2-10/+57
2013-09-11kexec: remove unnecessary returnXishi Qiu1-4/+1
2013-09-11exec: cleanup the error handling in search_binary_handler()Oleg Nesterov1-8/+3
2013-09-11exec: don't retry if request_module() failsOleg Nesterov1-1/+2
2013-09-11exec: cleanup the CONFIG_MODULES logicOleg Nesterov1-37/+31
2013-09-11exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov1-4/+3
2013-09-11exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov1-4/+6
2013-09-11exec: proc_exec_connector() should be called only onceOleg Nesterov1-1/+1
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov2-6/+5
2013-09-11exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov1-14/+22
2013-09-11proc: make proc_fd_permission() thread-friendlyOleg Nesterov1-1/+1
2013-09-11fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang1-1/+3
2013-09-11Documentation/filesystems/proc.txt: fix mistake in the description of Committed_ASMinto Joseph1-10/+9
2013-09-11fs/file_table.c:fput(): make comment more truthfulAndrew Morton1-2/+1
2013-09-11coredump: add new %P variable in core_patternStéphane Graber2-0/+6
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona1-1/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko6-26/+99
2013-09-11hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko1-0/+274
2013-09-11hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko3-0/+49
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall9-107/+37
2013-09-11drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalidAlexander Shiyan1-5/+1
2013-09-11drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structureAlexander Shiyan1-2/+0
2013-09-11drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()Alexander Shiyan1-12/+6
2013-09-11drivers/rtc/rtc-sirfsoc.c: fix kernel warning during wakeupXianglong Du1-4/+9
2013-09-11drivers/rtc/rtc-nuc900.c: use NULL instead of 0Jingoo Han1-1/+1
2013-09-11drivers/rtc/rtc-max77686.c: Fix wrong registerSangjung Woo1-2/+2
2013-09-11drivers/rtc/rtc-hid-sensor-time.c: improve error handling when rtc register failsAlexander Holler1-2/+4
2013-09-11drivers/rtc/rtc-palmas.c: support for backup battery chargingLaxman Dewangan2-0/+68
2013-09-11drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm eventsHebbar Gururaja2-9/+57
2013-09-11rtc: add MOXA ART RTC driverJonas Jensen4-0/+357
2013-09-11drivers/rtc/rtc-pcf2127.c: remove empty functionSachin Kamat1-6/+0
2013-09-11drivers/rtc/rtc-hid-sensor-time.c: add module alias to let the module load automaticallyAlexander Holler1-5/+11
2013-09-11s390/kprobes: add support for pc-relative long displacement instructionsHeiko Carstens2-8/+140
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2-2/+20
2013-09-11kprobes: unify insn cachesHeiko Carstens2-58/+49
2013-09-11firmware/dmi_scan: drop OOM messagesJean Delvare1-17/+6
2013-09-11firmware/dmi_scan: constify stringsJean Delvare1-5/+5
2013-09-11firmware/dmi_scan: fix most checkpatch errors and warningsJean Delvare1-23/+24
2013-09-11firmware/dmi_scan: drop obsolete commentJean Delvare1-5/+0
2013-09-11epoll: add a reschedule point in ep_free()Eric Dumazet1-0/+2
2013-09-11checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches1-1/+46
2013-09-11checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches1-2/+2
2013-09-11checkpatch: reduce runtime/cpu time usedJoe Perches1-1/+3
2013-09-11checkpatch: better --fix of SPACING errors.Joe Perches1-22/+42
2013-09-11checkpatch: ignore #define TRACE_<foo> macrosJoe Perches1-1/+2
2013-09-11checkpatch: add --types option to report only specific message typesJoe Perches1-18/+38
2013-09-11checkpatch: fix networking kernel-doc block comment defectJoe Perches1-0/+1
2013-09-11checkpatch: warn when using extern with function prototypes in .h filesJoe Perches1-0/+10