summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | softirq: convert printks to pr_<level>Joe Perches2014-01-281-2/+4
| * | softirq: use ffs() in __do_softirq()Joe Perches2014-01-281-21/+22
| * | kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-281-1/+1
| * | splice: fix unexpected size truncationXiao Guangrong2014-01-281-1/+2
| * | ipc: fix compat msgrcv with negative msgtypMateusz Guzik2014-01-281-1/+1
| * | ipc,msg: document barriersDavidlohr Bueso2014-01-281-2/+17
| * | ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso2014-01-283-12/+3
| * | ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso2014-01-281-5/+4
| * | ipc: remove useless return statementDavidlohr Bueso2014-01-281-4/+0
| * | ipc: remove braces for single statementsDavidlohr Bueso2014-01-284-19/+16
| * | ipc: standardize code commentsDavidlohr Bueso2014-01-283-139/+125
| * | ipc: whitespace cleanupManfred Spraul2014-01-2811-115/+115
| * | ipc: change kern_ipc_perm.deleted type to boolRafael Aquini2014-01-284-6/+6
| * | ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini2014-01-284-19/+41
| * | ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek2014-01-281-11/+13
| * | init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu2014-01-281-2/+0
| * | dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin2014-01-281-3/+1
| * | dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin2014-01-281-2/+4
| * | dynamic_debug: remove wrong error messageAndrey Ryabinin2014-01-281-3/+1
| * | ocfs2: do not log ENOENT in unlink()Xiaowei.Hu2014-01-281-1/+1
| * | mm: bring back /sys/kernel/mmHugh Dickins2014-01-281-1/+1
| * | arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt2014-01-281-7/+1
| * | Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc2014-01-281-10/+10
| * | memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu2014-01-281-6/+0
| * | x86: revert wrong memblock current limit settingYinghai Lu2014-01-282-3/+3
| * | memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu2014-01-283-3/+40
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-28214-1649/+6171
|\ \ \
| * | | powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked()Michael Ellerman2014-01-281-2/+5
| * | | powerpc: Add support for the optimised lockref implementationMichael Ellerman2014-01-283-0/+7
| * | | powerpc/powernv: Call OPAL sync before kexec'ingVasant Hegde2014-01-154-2/+23
| * | | powerpc/eeh: Escalate error on non-existing PEGavin Shan2014-01-151-10/+21
| * | | powerpc/eeh: Handle multiple EEH errorsGavin Shan2014-01-153-87/+112
| * | | Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-01-1581-614/+3154
| |\ \ \
| | * | | powerpc/fsl_pci: add versionless pci compatibleShengzhou Liu2014-01-111-0/+1
| | * | | powerpc/85xx/dts: add third elo3 dma componentShengzhou Liu2014-01-111-0/+82
| | * | | powerpc: Replaced tlbilx with tlbwe in the initialization codeDiana Craciun2014-01-111-8/+2
| | * | | powerpc/booke-64: fix tlbsrx. path in bolted tlb handlerScott Wood2014-01-111-1/+2
| | * | | powerpc: fix 8xx and 6xx final link failuresPaul Gortmaker2014-01-111-2/+2
| | * | | powerpc/85xx: handle the eLBC error interrupt if it exists in dtsShaohui Xie2014-01-112-7/+26
| | * | | powerpc/dts: fix lbc lack of error interruptWang Dongsheng2014-01-114-4/+8
| | * | | powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100Stephen Chivers2014-01-108-2/+596
| | * | | powerpc/fsl-book3e-64: Use paca for hugetlb TLB1 entry selectionScott Wood2014-01-101-10/+41
| | * | | powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood2014-01-1010-36/+326
| | * | | powerpc: add barrier after writing kernel PTEScott Wood2014-01-102-0/+13
| | * | | powerpc/fsl_booke: enable the relocatable for the kdump kernelKevin Hao2014-01-101-2/+1
| | * | | powerpc/fsl_booke: smp support for booting a relocatable kernel above 64MKevin Hao2014-01-104-17/+34
| | * | | powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...Kevin Hao2014-01-103-12/+106
| | * | | powerpc/fsl_booke: introduce map_mem_in_cams_addrKevin Hao2014-01-101-3/+10
| | * | | powerpc: introduce early_get_first_memblock_infoKevin Hao2014-01-102-1/+41
| | * | | powerpc/fsl_booke: set the tlb entry for the kernel address in AS1Kevin Hao2014-01-103-0/+85