summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: update USB EHCI platform patternJoe Perches2013-09-121-1/+1
* MAINTAINERS: update file pattern for ARC uartJoe Perches2013-09-121-1/+1
* MAINTAINERS: update ssbi patternsJoe Perches2013-09-121-1/+1
* MAINTAINERS: update it913x patternsJoe Perches2013-09-121-1/+1
* MAINTAINERS: SI4713: fix file patternJoe Perches2013-09-121-1/+1
* MAINTAINERS: update SIANO driversJoe Perches2013-09-121-1/+1
* MAINTAINERS: ghes_edac: update patternJoe Perches2013-09-121-1/+1
* MAINTAINERS: ARM: S3C24XX: remove plat-s3c24xxJoe Perches2013-09-121-1/+0Star
* MAINTAINERS: ARM: plat-nomadik: update patternsJoe Perches2013-09-121-1/+0Star
* MAINTAINERS: ARM: spear: consolidate sectionsJoe Perches2013-09-121-29/+1Star
* MAINTAINERS: ARM: S3C2410: update patternsJoe Perches2013-09-121-3/+3
* MAINTAINERS: OMAP POWERDOMAIN, update patternsJoe Perches2013-09-121-3/+2Star
* MAINTAINERS: ARM: OMAP2/3: remove unused clockdomain filesJoe Perches2013-09-121-2/+0Star
* MAINTAINERS: EXYNOS: remove board filesJoe Perches2013-09-121-2/+0Star
* task_work: documentationOleg Nesterov2013-09-121-0/+36
* task_work: minor cleanupsOleg Nesterov2013-09-121-2/+2
* kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney2013-09-121-4/+7
* syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich2013-09-122-0/+2
* extable: skip sorting if the table is emptyUwe Kleine-König2013-09-121-1/+1
* smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2013-09-122-16/+16
* up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney2013-09-121-3/+5
* smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney2013-09-122-46/+55
* kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon2013-09-121-0/+14
* kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang2013-09-121-1/+4
* fs/bio-integrity: fix a potential mem leakGu Zheng2013-09-121-4/+5
* lto, watchdog/hpwdt.c: make assembler label globalAndi Kleen2013-09-121-2/+4
* kernel/modsign_pubkey.c: fix init const for module signing codeAndi Kleen2013-09-121-3/+3
* kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-125-34/+39
* drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-121-1/+1
* platform: convert apple-gmux driver to dev_pm_ops from legacy pm_opsShuah Khan2013-09-121-4/+14
* tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan2013-09-121-36/+24Star
* rtc: convert rtc-cmos to dev_pm_ops from legacy pm_opsShuah Khan2013-09-121-19/+5Star
* pnp: change pnp bus pm_ops to invoke pnp driver dev_pm_ops if specifiedShuah Khan2013-09-121-0/+13
* memcg: fix multiple large threshold notificationsGreg Thelen2013-09-121-1/+7
* mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-121-1/+1
* lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-121-1/+1
* mm/mmap: remove unnecessary assignmentYanchuan Nian2013-09-121-1/+0Star
* writeback: fix race that cause writeback hungJunxiao Bi2013-09-121-2/+2
* mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton2013-09-121-4/+5
* mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li2013-09-121-1/+1
* mm/memory-failure.c: fix bug triggered by unpoisoning empty zero pageWanpeng Li2013-09-121-1/+1
* mm/hwpoison-inject.c: change permission of corrupt-pfn/unpoison-pfn to 0200Wanpeng Li2013-09-121-2/+2
* mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li2013-09-121-0/+4
* mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li2013-09-121-2/+2
* mm/hwpoison: drop forward reference declarations __soft_offline_page()Wanpeng Li2013-09-121-66/+64Star
* mm/hwpoison: don't set migration type twice to avoid holding heavily contend ...Wanpeng Li2013-09-121-1/+2
* mm/hwpoison: replace atomic_long_sub() with atomic_long_dec()Wanpeng Li2013-09-121-1/+1
* mm/hwpoison: fix race against poison thpWanpeng Li2013-09-121-0/+10
* mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li2013-09-122-20/+6Star
* mm/hwpoison: fix loss of PG_dirty for errors on mlocked pagesWanpeng Li2013-09-121-0/+3