summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-07wait: add wait_event_hrtimeout()Kent Overstreet
2013-03-07aio: refcounting cleanupKent Overstreet
2013-03-07aio: make aio_put_req() locklessKent Overstreet
2013-03-07aio: do fget() after aio_get_req()Kent Overstreet
2013-03-07aio: dprintk() -> pr_debug()Kent Overstreet
2013-03-07aio: move private stuff out of aio.hKent Overstreet
2013-03-07aio-kiocb_cancel-fixAndrew Morton
2013-03-07aio: add kiocb_cancel()Kent Overstreet
2013-03-07aio: kill return value of aio_complete()Kent Overstreet
2013-03-07char: add aio_{read,write} to /dev/{null,zero}Zach Brown
2013-03-07aio: remove retry-based AIOZach Brown
2013-03-07gadget: remove only user of aio retryZach Brown
2013-03-07aio: remove dead code from aio.hZach Brown
2013-03-07mm: remove old aio use_mm() commentZach Brown
2013-03-07semaphore: use `bool' type for semaphore_waiter's upliguang
2013-03-07semaphore: use unlikely() for down's timeoutliguang
2013-03-07ipc/sem.c: alternatives to preempt_disable()Manfred Spraul
2013-03-07ipc: refactor msg list search into separate functionPeter Hurley
2013-03-07ipc: simplify msg list searchPeter Hurley
2013-03-07ipc: implement MSG_COPY as a new receive modePeter Hurley
2013-03-07ipc: remove msg handling from queue scanPeter Hurley
2013-03-07ipc: set EFAULT as default error in load_msg()Peter Hurley
2013-03-07ipc: tighten msg copy loopsPeter Hurley
2013-03-07ipc: separate msg allocation from userspace copyPeter Hurley
2013-03-07ipc: clamp with min()Peter Hurley
2013-03-07kexec-use-min_t-to-simplify-logic-fixAndrew Morton
2013-03-07kexec: Use min() and min_t() to simplify logicZhang Yanfei
2013-03-07kexec: fix wrong types of some local variablesZhang Yanfei
2013-03-07procfs: improve scaling in procNathan Zimmer
2013-03-07coredump: make wait_for_dump_helpers() freezableOleg Nesterov
2013-03-07freezer: do not send a fake signal to a PF_DUMPCORE threadOleg Nesterov
2013-03-07coredump: factor out the setting of PF_DUMPCOREOleg Nesterov
2013-03-07coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov
2013-03-07coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov
2013-03-07coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-03-07rtc: rtc-palmas: use devm_request_threaded_irq()Jingoo Han
2013-03-07drivers/rtc/rtc-ds1307.c: long block operations bugfixBertrand Achard
2013-03-07drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fixOlof Johansson
2013-03-07drivers/rtc/rtc-pxa.c: fix set time sync time issueLeo Song
2013-03-07drivers/rtc/rtc-v3020.c: use gpio_request_array()Jingoo Han
2013-03-07drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...Jingoo Han
2013-03-07drivers/rtc/rtc-max77686.c: fix indentation of bit definitionsJingoo Han
2013-03-07drivers/rtc/rtc-max77686.c: use devm_kzalloc()Jingoo Han
2013-03-07drivers/rtc/rtc-max77686.c: add missing module author nameJingoo Han
2013-03-07drivers/rtc/rtc-max77686.c: use module_platform_driver()Jingoo Han
2013-03-07rtc: add devm_rtc_device_{register,unregister}()Jingoo Han
2013-03-07rtc: rtc-tegra: add __init/__exit annotationJingoo Han
2013-03-07rtc: rtc-pcap: add __init/__exit annotationJingoo Han
2013-03-07rtc: rtc-nuc900: add __init/__exit annotationJingoo Han
2013-03-07rtc: rtc-imxdi: add __init/__exit annotationJingoo Han