]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2013-03-26 Akinobu Mitadrivers/net: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitascsi: fix the wrong position of the comment
2013-03-26 Akinobu Mitascsi: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitalguest: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitauwb: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitavideo/uvesafb: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitammc: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitainfiniband: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitadrbd: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitakernel/: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitamm/: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitalib/: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitax86: rename random32() to prandom_u32()
2013-03-26 Akinobu Mitax86: pageattr-test: remove srandom32 call
2013-03-26 Akinobu Mitauuid: use prandom_bytes()
2013-03-26 Akinobu Mitaraid6test: use prandom_bytes()
2013-03-26 Mihnea Dobrescu... aoe: replace kmalloc and then memcpy with kmemdup
2013-03-26 Andrew Mortonpid_namespacec-h-simplify-defines-fix
2013-03-26 Raphael S.Carvalhopid_namespace.c/.h: simplify defines
2013-03-26 Andrew Mortonkernel-pidc-improve-flow-of-a-loop-inside-alloc_pidmap-fix
2013-03-26 Raphael S.... kernel/pid.c: improve flow of a loop inside alloc_pidmap.
2013-03-26 Manfred Spraulipc/sem.c: alternatives to preempt_disable()
2013-03-26 Rik van Rielipc,sem: fine grained locking for semtimedop
2013-03-26 Rik van Rielipc,sem: have only one list in struct sem_queue
2013-03-26 Andrew Mortonipcsem-open-code-and-rename-sem_lock-fix
2013-03-26 Rik van Rielipc,sem: open code and rename sem_lock
2013-03-26 Davidlohr Buesoipc,sem: do not hold ipc lock more than necessary
2013-03-26 Davidlohr Buesoipc: introduce lockless pre_down ipcctl
2013-03-26 Andrew Mortonipc-introduce-obtaining-a-lockless-ipc-object-fix
2013-03-26 Davidlohr Buesoipc: introduce obtaining a lockless ipc object
2013-03-26 Davidlohr Buesoipc: remove bogus lock comment for ipc_checkid
2013-03-26 HoSung Jungipc/msgutil.c: use linux/uaccess.h
2013-03-26 Fengguang Wuipc: find_msg can be static
2013-03-26 Peter Hurleyipc: refactor msg list search into separate function
2013-03-26 Peter Hurleyipc: simplify msg list search
2013-03-26 Peter Hurleyipc: implement MSG_COPY as a new receive mode
2013-03-26 Peter Hurleyipc: remove msg handling from queue scan
2013-03-26 Peter Hurleyipc: set EFAULT as default error in load_msg()
2013-03-26 Peter Hurleyipc: tighten msg copy loops
2013-03-26 Peter Hurleyipc: separate msg allocation from userspace copy
2013-03-26 Peter Hurleyipc: clamp with min()
2013-03-26 Andrew Mortonkexec-use-min_t-to-simplify-logic-fix
2013-03-26 Zhang Yanfeikexec: Use min() and min_t() to simplify logic
2013-03-26 Zhang Yanfeikexec: fix wrong types of some local variables
2013-03-26 Oleg Nesterovexec: do not abuse ->cred_guard_mutex in threadgroup_lock()
2013-03-26 Oleg Nesterovset_task_comm: kill the pointless memset() + wmb()
2013-03-26 Nathan Zimmerprocfs-improve-scaling-in-proc-v5
2013-03-26 Nathan Zimmerprocfs: improve scaling in proc
2013-03-26 Oleg Nesterovcoredump: change wait_for_dump_helpers() to use wait_ev...
2013-03-26 Oleg Nesterovcoredump: factor out the setting of PF_DUMPCORE
2013-03-26 Oleg Nesterovcoredump: introduce dump_interrupted()
2013-03-26 Oleg Nesterovcoredump: sanitize the setting of signal->group_exit_code
2013-03-26 Oleg Nesterovcoredump: ensure that SIGKILL always kills the dumping...
2013-03-26 Oleg Nesterovcoredump: only SIGKILL should interrupt the coredumping...
2013-03-26 Lucas De Marchikmod: remove call_usermodehelper_fns()
2013-03-26 Lucas De Marchiusermodehelper: split remaining calls to call_usermodeh...
2013-03-26 Lucas De Marchicoredump: remove trailling whitespace
2013-03-26 Lucas De MarchiKEYS: split call to call_usermodehelper_fns()
2013-03-26 Lucas De Marchikmod: split call to call_usermodehelper_fns()
2013-03-26 Andrew Mortonusermodehelper-export-_exec-and-_setup-functions-fix
2013-03-26 Lucas De Marchiusermodehelper: export call_usermodehelper_exec() and...
2013-03-26 Andrey Vaginselftest: add a test case for PTRACE_PEEKSIGINFO
2013-03-26 Andrey Vaginptrace: add ability to retrieve signals without removin...
2013-03-26 Namjae JeonDocumentation: update nfs option in filesystem/vfat.txt
2013-03-26 Namjae Jeonfat (exportfs): rebuild directory-inode if fat_dget()
2013-03-26 Namjae Jeonfat (exportfs): rebuild inode if ilookup() fails
2013-03-26 Namjae Jeonfat: restructure export_operations
2013-03-26 Namjae Jeonfat: introduce a helper fat_get_blknr_offset()
2013-03-26 Namjae Jeonfat: move fat_i_pos_read to fat.h
2013-03-26 Namjae Jeonfat: introduce 2 new values for the -o nfs mount option
2013-03-26 Andrew Mortonhfsplus-fix-warnings-in-fs-hfsplus-bfindc-in-function...
2013-03-26 Vyacheslav... hfsplus: fix warnings in fs/hfsplus/bfind.c
2013-03-26 Jingoo Handrivers/rtc/rtc-88pm80x.c: add CONFIG_PM_SLEEP to suspe...
2013-03-26 Jingoo Handrivers/rtc/rtc-ds1374.c: add CONFIG_PM_SLEEP to suspen...
2013-03-26 Laxman Dewangandrivers/rtc/rtc-palmas.c: add dt support
2013-03-26 Vishwanathrao... drivers/rtc/rtc-omap.c: update to devm_* API
2013-03-26 Jingoo Hanrtc: rtc-tps80031: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-tps65910: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-tps6586x: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-wm8350: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-sh: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-sa1100: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-rc5t583: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-pxa: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-at91rm9200: switch to using SIMPLE_DEV_PM_OPS
2013-03-26 Jingoo Hanrtc: rtc-x1205: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-wm8350: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-tile: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-test: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-sun4v: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-starfire: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-rx8581: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-rx4581: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-rv3029c2: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-rs5c313: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-rc5t583: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-r9701: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-ps3: use devm_rtc_device_register()
2013-03-26 Jingoo Hanrtc: rtc-max6902: use devm_rtc_device_register()
next