summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-11checkpatch: add a few more --fix correctionsJoe Perches1-38/+84
2013-09-11lib/decompressors: fix "no limit" output buffer lengthAlexandre Courbot1-1/+1
2013-09-11lib/crc32: update the comments of crc32_{be,le}_generic()Gu Zheng1-6/+11
2013-09-11lib/genalloc.c: correct dev_get_gen_pool documentationEmilio López1-1/+0
2013-09-11MAINTAINERS: append "/" to directory patternsJoe Perches1-22/+22
2013-09-11MAINTAINERS: add mach-bcm and driversChristian Daudt1-0/+11
2013-09-11MAINTAINERS: update GRE DEMUX patternsJoe Perches1-1/+2
2013-09-11MAINTAINERS: usb: phy: update patternsJoe Perches1-1/+0
2013-09-11MAINTAINERS: update USB EHCI platform patternJoe Perches1-1/+1
2013-09-11MAINTAINERS: update file pattern for ARC uartJoe Perches1-1/+1
2013-09-11MAINTAINERS: update ssbi patternsJoe Perches1-1/+1
2013-09-11MAINTAINERS: update it913x patternsJoe Perches1-1/+1
2013-09-11MAINTAINERS: SI4713: fix file patternJoe Perches1-1/+1
2013-09-11MAINTAINERS: update SIANO driversJoe Perches1-1/+1
2013-09-11MAINTAINERS: ghes_edac: update patternJoe Perches1-1/+1
2013-09-11MAINTAINERS: ARM: S3C24XX: remove plat-s3c24xxJoe Perches1-1/+0
2013-09-11MAINTAINERS: ARM: plat-nomadik: update patternsJoe Perches1-1/+0
2013-09-11MAINTAINERS: ARM: spear: consolidate sectionsJoe Perches1-29/+1
2013-09-11MAINTAINERS: ARM: S3C2410: update patternsJoe Perches1-3/+3
2013-09-11MAINTAINERS: OMAP POWERDOMAIN, update patternsJoe Perches1-3/+2
2013-09-11MAINTAINERS: ARM: OMAP2/3: remove unused clockdomain filesJoe Perches1-2/+0
2013-09-11MAINTAINERS: EXYNOS: remove board filesJoe Perches1-2/+0
2013-09-11task_work: documentationOleg Nesterov1-0/+36
2013-09-11task_work: minor cleanupsOleg Nesterov1-2/+2
2013-09-11kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney1-4/+7
2013-09-11syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich2-0/+2
2013-09-11extable: skip sorting if the table is emptyUwe Kleine-König1-1/+1
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2-16/+16
2013-09-11up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney1-3/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney2-46/+55
2013-09-11kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon1-0/+14
2013-09-11kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang1-1/+4
2013-09-11fs/bio-integrity: fix a potential mem leakGu Zheng1-4/+5
2013-09-11lto, watchdog/hpwdt.c: make assembler label globalAndi Kleen1-2/+4
2013-09-11kernel/modsign_pubkey.c: fix init const for module signing codeAndi Kleen1-3/+3
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers5-34/+39
2013-09-11drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-09-11platform: convert apple-gmux driver to dev_pm_ops from legacy pm_opsShuah Khan1-4/+14
2013-09-11tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan1-36/+24
2013-09-11rtc: convert rtc-cmos to dev_pm_ops from legacy pm_opsShuah Khan1-19/+5
2013-09-11pnp: change pnp bus pm_ops to invoke pnp driver dev_pm_ops if specifiedShuah Khan1-0/+13
2013-09-11memcg: fix multiple large threshold notificationsGreg Thelen1-1/+7
2013-09-11mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-1/+1
2013-09-11lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-1/+1
2013-09-11mm/mmap: remove unnecessary assignmentYanchuan Nian1-1/+0
2013-09-11writeback: fix race that cause writeback hungJunxiao Bi1-2/+2
2013-09-11mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton1-4/+5
2013-09-11mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li1-1/+1
2013-09-11mm/memory-failure.c: fix bug triggered by unpoisoning empty zero pageWanpeng Li1-1/+1
2013-09-11mm/hwpoison-inject.c: change permission of corrupt-pfn/unpoison-pfn to 0200Wanpeng Li1-2/+2