summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-06drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang
2014-06-06drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang
2014-06-06drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang
2014-06-06arm64: add APM X-Gene SoC RTC DTS entryLoc Ho
2014-06-06drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho
2014-06-06Documentation/devicetree/bindings: add documentation for the APM X-Gene SoC R...Loc Ho
2014-06-06drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak
2014-06-06fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick
2014-06-06slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim
2014-06-06mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-06-06Fix ARM merge mistake in mvebu board fileLinus Torvalds
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2014-06-05Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-05Merge branch 'devel-stable' into for-nextRussell King
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King
2014-06-05microblaze: Fix typo in head.S s/substract/subtract/Antonio Ospite
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_initFabian Frederick
2014-06-04fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoulFabian Frederick
2014-06-04init/main.c: remove an ifdefAndrew Morton
2014-06-04kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov
2014-06-04init/main.c: add initcall_blacklist kernel parameterPrarit Bhargava
2014-06-04init/main.c: don't use pr_debug()Andrew Morton
2014-06-04fs/binfmt_flat.c: make old_reloc() staticAxel Lin
2014-06-04fs/binfmt_elf.c: fix bool assignementsFabian Frederick
2014-06-04fs/efs: convert printk(KERN_DEBUG to pr_debugFabian Frederick
2014-06-04fs/efs: add pr_fmt / use __func__Fabian Frederick
2014-06-04fs/efs: convert printk to pr_foo()Fabian Frederick
2014-06-04scripts/checkpatch.pl: device_initcall is not the only __initcall substituteFabian Frederick
2014-06-04checkpatch: check stable email addressJoe Perches
2014-06-04checkpatch: warn on unnecessary void function return statementsJoe Perches
2014-06-04checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);Joe Perches
2014-06-04checkpatch: add warning for kmalloc/kzalloc with multiplyJoe Perches
2014-06-04checkpatch: warn on #defines ending in semicolonJoe Perches
2014-06-04checkpatch: make --strict a default for files in drivers/net and net/Joe Perches
2014-06-04checkpatch: always warn on missing blank line after variable declaration blockJoe Perches
2014-06-04checkpatch: fix wildcard DT compatible string checkingRob Herring
2014-06-04kernel/compat.c: use sizeof() instead of sizeofFabian Frederick
2014-06-04lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick
2014-06-04lib/atomic64_test.c: convert printk(KERN_INFO to pr_infoFabian Frederick
2014-06-04lib/bug.c: convert printk to pr_foo()Fabian Frederick
2014-06-04lib/textsearch.c: move EXPORT_SYMBOL after functionsFabian Frederick
2014-06-04lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick