index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-05-01
ipc: refactor msg list search into separate function
Peter Hurley
2013-05-01
ipc: simplify msg list search
Peter Hurley
2013-05-01
ipc: implement MSG_COPY as a new receive mode
Peter Hurley
2013-05-01
ipc: remove msg handling from queue scan
Peter Hurley
2013-05-01
ipc: set EFAULT as default error in load_msg()
Peter Hurley
2013-05-01
ipc: tighten msg copy loops
Peter Hurley
2013-05-01
ipc: separate msg allocation from userspace copy
Peter Hurley
2013-05-01
ipc: clamp with min()
Peter Hurley
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-30
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2013-04-30
Merge tag 'md-3.10' of git://neil.brown.name/md
Linus Torvalds
2013-04-30
Documentation/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-04-30
ethernet/emac/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-04-30
sparc/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-04-30
powerpc/xmon/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-04-30
ARM/etm/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-04-30
power/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-04-30
kgdb/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-04-30
lib/decompress.c: fix initconst
Andi Kleen
2013-04-30
notifier-error-inject: fix module names in Kconfig
Akinobu Mita
2013-04-30
kernel/sys.c: make prctl(PR_SET_MM) generally available
Amnon Shiloh
2013-04-30
UAPI: remove empty Kbuild files
David Howells
2013-04-30
menuconfig: print more info for symbol without prompts
Wengmeiling
2013-04-30
init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig display
Mike Frysinger
2013-04-30
kconfig menu: move Virtualization drivers near other virtualization options
Randy Dunlap
2013-04-30
Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
Stephen Boyd
2013-04-30
relay: use macro PAGE_ALIGN instead of FIX_SIZE
zhangwei(Jovi)
2013-04-30
kernel/relay.c: move FIX_SIZE macro into relay.c
zhangwei(Jovi)
2013-04-30
kernel/relay.c: remove unused function argument actor
zhangwei(Jovi)
2013-04-30
drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()
Wei Yongjun
2013-04-30
drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()
Wei Yongjun
2013-04-30
drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()
Wei Yongjun
2013-04-30
drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()
Wei Yongjun
2013-04-30
drivers/memstick/host/r592.c: make r592_pm_ops static
Jingoo Han
2013-04-30
semaphore: use `bool' type for semaphore_waiter's up
liguang
2013-04-30
semaphore: use unlikely() for down's timeout
liguang
2013-04-30
pps: pps_kc_hardpps_lock can be static
Fengguang Wu
2013-04-30
pps: hide more configuration symbols behind CONFIG_PPS
Florian Fainelli
2013-04-30
aoe: replace kmalloc and then memcpy with kmemdup
Mihnea Dobrescu-Balaur
2013-04-30
nbd: increase default and max request sizes
Michal Belczyk
2013-04-30
pid_namespace.c/.h: simplify defines
Raphael S.Carvalho
2013-04-30
kernel/pid.c: improve flow of a loop inside alloc_pidmap.
Raphael S. Carvalho
2013-04-30
rbtree_test: add __init/__exit annotations
Davidlohr Bueso
2013-04-30
rbtree_test: add extra rbtree integrity check
Davidlohr Bueso
2013-04-30
kexec: Use min() and min_t() to simplify logic
Zhang Yanfei
2013-04-30
kexec: fix wrong types of some local variables
Zhang Yanfei
2013-04-30
exec: do not abuse ->cred_guard_mutex in threadgroup_lock()
Oleg Nesterov
2013-04-30
set_task_comm: kill the pointless memset() + wmb()
Oleg Nesterov
2013-04-30
fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes
David Rientjes
2013-04-30
coredump: change wait_for_dump_helpers() to use wait_event_interruptible()
Oleg Nesterov
[next]