aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-27Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-01-27firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel
2014-01-27compat: fix sys_fanotify_markHeiko Carstens
2014-01-27checkpatch.pl: check for function declarations without argumentsJoe Perches
2014-01-27mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches
2014-01-27softirq: convert printks to pr_<level>Joe Perches
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang
2014-01-27splice: fix unexpected size truncationXiao Guangrong
2014-01-27ipc: fix compat msgrcv with negative msgtypMateusz Guzik
2014-01-27ipc,msg: document barriersDavidlohr Bueso
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso
2014-01-27ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso
2014-01-27ipc: remove useless return statementDavidlohr Bueso
2014-01-27ipc: remove braces for single statementsDavidlohr Bueso
2014-01-27ipc: standardize code commentsDavidlohr Bueso
2014-01-27ipc: whitespace cleanupManfred Spraul
2014-01-27ipc: change kern_ipc_perm.deleted type to boolRafael Aquini
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini
2014-01-27ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek
2014-01-27init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu
2014-01-27dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin
2014-01-27dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin
2014-01-27dynamic_debug: remove wrong error messageAndrey Ryabinin
2014-01-27ocfs2: do not log ENOENT in unlink()Xiaowei.Hu
2014-01-27mm: bring back /sys/kernel/mmHugh Dickins
2014-01-27arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt
2014-01-27Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc
2014-01-27memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu
2014-01-27x86: revert wrong memblock current limit settingYinghai Lu
2014-01-27memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu
2014-01-28powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked()Michael Ellerman
2014-01-28powerpc: Add support for the optimised lockref implementationMichael Ellerman
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-27Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-01-27Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-27Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-27Merge tag 'cris-for-3.14' of git://jni.nu/crisLinus Torvalds
2014-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2014-01-26Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-26Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-01-26um: hostfs: make functions staticJames Hogan
2014-01-26um: Include generic barrier.hRichard Weinberger
2014-01-26um: Removed unused attributes from thread_structRichard Weinberger
2014-01-25Merge branch 'ipmi' (ipmi patches from Corey Minyard)Linus Torvalds
2014-01-25ipmi: Cleanup error returnCorey Minyard
2014-01-25ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi