]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2013-03-22 Kent Overstreetaio: change reqs_active to include unreaped completions
2013-03-22 Kent Overstreetaio: use cancellation list lazily
2013-03-22 Kent Overstreetaio: use flush_dcache_page()
2013-03-22 Kent Overstreetaio: make aio_read_evt() more efficient, convert to...
2013-03-22 Kent Overstreetwait: add wait_event_hrtimeout()
2013-03-22 Kent Overstreetaio: refcounting cleanup
2013-03-22 Kent Overstreetaio: make aio_put_req() lockless
2013-03-22 Kent Overstreetaio: do fget() after aio_get_req()
2013-03-22 Kent Overstreetaio: dprintk() -> pr_debug()
2013-03-22 Kent Overstreetaio: move private stuff out of aio.h
2013-03-22 Kent Overstreetaio: add kiocb_cancel()
2013-03-22 Kent Overstreetaio: kill return value of aio_complete()
2013-03-22 Zach Brownchar: add aio_{read,write} to /dev/{null,zero}
2013-03-22 Zach Brownaio: remove retry-based AIO
2013-03-22 Zach Browngadget: remove only user of aio retry
2013-03-22 Zach Brownaio: remove dead code from aio.h
2013-03-22 Zach Brownmm: remove old aio use_mm() comment
2013-03-22 zhangwei(Jovi)kernel/relay.c: move FIX_SIZE macro into relay.c
2013-03-22 zhangwei(Jovi)kernel/relay.c: remove unused function argument actor
2013-03-22 Jingoo Handrivers/memstick/host/r592.c: make r592_pm_ops static
2013-03-22 liguangsemaphore: use `bool' type for semaphore_waiter's up
2013-03-22 liguangsemaphore: use unlikely() for down's timeout
2013-03-22 Akinobu Mitaremove unused random32() and srandom32()
2013-03-22 Akinobu Mitanet: rename random32 to prandom
2013-03-22 Akinobu Mitanet/core: remove duplicate statements by do-while loop
2013-03-22 Akinobu Mitanet/core: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitanet/netfilter: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitanet/sched: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitanet/sunrpc: rename random32() to prandom_u32()
2013-03-22 Andrew Mortondrivers-net-rename-random32-to-prandom_u32-fix
2013-03-22 Akinobu Mitadrivers/net: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitascsi: fix the wrong position of the comment
2013-03-22 Akinobu Mitascsi: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitalguest: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitauwb: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitavideo/uvesafb: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitammc: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitainfiniband: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitadrbd: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitakernel/: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitamm/: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitalib/: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitax86: rename random32() to prandom_u32()
2013-03-22 Akinobu Mitax86: pageattr-test: remove srandom32 call
2013-03-22 Akinobu Mitauuid: use prandom_bytes()
2013-03-22 Akinobu Mitaraid6test: use prandom_bytes()
2013-03-22 Andrew Mortonpid_namespacec-h-simplify-defines-fix
2013-03-22 Raphael S.Carvalhopid_namespace.c/.h: simplify defines
2013-03-22 Andrew Mortonkernel-pidc-improve-flow-of-a-loop-inside-alloc_pidmap-fix
2013-03-22 Raphael S.... kernel/pid.c: improve flow of a loop inside alloc_pidmap.
2013-03-22 Manfred Spraulipc/sem.c: alternatives to preempt_disable()
2013-03-22 HoSung Jungipc/msgutil.c: use linux/uaccess.h
2013-03-22 Fengguang Wuipc: find_msg can be static
2013-03-22 Peter Hurleyipc: refactor msg list search into separate function
2013-03-22 Peter Hurleyipc: simplify msg list search
2013-03-22 Peter Hurleyipc: implement MSG_COPY as a new receive mode
2013-03-22 Peter Hurleyipc: remove msg handling from queue scan
2013-03-22 Peter Hurleyipc: set EFAULT as default error in load_msg()
2013-03-22 Peter Hurleyipc: tighten msg copy loops
2013-03-22 Peter Hurleyipc: separate msg allocation from userspace copy
2013-03-22 Peter Hurleyipc: clamp with min()
2013-03-22 Andrew Mortonkexec-use-min_t-to-simplify-logic-fix
2013-03-22 Zhang Yanfeikexec: Use min() and min_t() to simplify logic
2013-03-22 Zhang Yanfeikexec: fix wrong types of some local variables
2013-03-22 Oleg Nesterovset_task_comm: kill the pointless memset() + wmb()
2013-03-22 Nathan Zimmerprocfs-improve-scaling-in-proc-v5
2013-03-22 Nathan Zimmerprocfs: improve scaling in proc
2013-03-22 Oleg Nesterovcoredump: change wait_for_dump_helpers() to use wait_ev...
2013-03-22 Oleg Nesterovcoredump: factor out the setting of PF_DUMPCORE
2013-03-22 Oleg Nesterovcoredump: introduce dump_interrupted()
2013-03-22 Oleg Nesterovcoredump: sanitize the setting of signal->group_exit_code
2013-03-22 Oleg Nesterovcoredump: ensure that SIGKILL always kills the dumping...
2013-03-22 Oleg Nesterovcoredump: only SIGKILL should interrupt the coredumping...
2013-03-22 Lucas De Marchikmod: remove call_usermodehelper_fns()
2013-03-22 Lucas De Marchiusermodehelper: split remaining calls to call_usermodeh...
2013-03-22 Lucas De Marchicoredump: remove trailling whitespace
2013-03-22 Lucas De MarchiKEYS: split call to call_usermodehelper_fns()
2013-03-22 Lucas De Marchikmod: split call to call_usermodehelper_fns()
2013-03-22 Andrew Mortonusermodehelper-export-_exec-and-_setup-functions-fix
2013-03-22 Lucas De Marchiusermodehelper: export call_usermodehelper_exec() and...
2013-03-22 Andrey Vaginselftest: add a test case for PTRACE_PEEKSIGINFO
2013-03-22 Andrey Vaginptrace: add ability to retrieve signals without removin...
2013-03-22 Namjae JeonDocumentation: update nfs option in filesystem/vfat.txt
2013-03-22 Namjae Jeonfat (exportfs): rebuild directory-inode if fat_dget()
2013-03-22 Namjae Jeonfat (exportfs): rebuild inode if ilookup() fails
2013-03-22 Namjae Jeonfat: restructure export_operations
2013-03-22 Namjae Jeonfat: introduce a helper fat_get_blknr_offset()
2013-03-22 Namjae Jeonfat: move fat_i_pos_read to fat.h
2013-03-22 Namjae Jeonfat: introduce 2 new values for the -o nfs mount option
2013-03-22 Andrew Mortonhfsplus-fix-warnings-in-fs-hfsplus-bfindc-in-function...
2013-03-22 Vyacheslav... hfsplus: fix warnings in fs/hfsplus/bfind.c
2013-03-22 Jingoo Hanrtc: rtc-tps80031: switch to using SIMPLE_DEV_PM_OPS
2013-03-22 Jingoo Hanrtc: rtc-tps65910: switch to using SIMPLE_DEV_PM_OPS
2013-03-22 Jingoo Hanrtc: rtc-tps6586x: switch to using SIMPLE_DEV_PM_OPS
2013-03-22 Jingoo Hanrtc: rtc-wm8350: switch to using SIMPLE_DEV_PM_OPS
2013-03-22 Jingoo Hanrtc: rtc-sh: switch to using SIMPLE_DEV_PM_OPS
2013-03-22 Jingoo Hanrtc: rtc-sa1100: switch to using SIMPLE_DEV_PM_OPS
2013-03-22 Jingoo Hanrtc: rtc-rc5t583: switch to using SIMPLE_DEV_PM_OPS
2013-03-22 Jingoo Hanrtc: rtc-pxa: switch to using SIMPLE_DEV_PM_OPS
2013-03-22 Jingoo Hanrtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPS
next