summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-07drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportMaciej W. Rozycki2-25/+64
2014-06-07drivers/rtc/rtc-efi.c: avoid subtracting day twice when computing year daysLee, Chun-Yi1-1/+1
2014-06-07drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang2-2/+3
2014-06-07drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang1-14/+23
2014-06-07drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang1-41/+23
2014-06-07drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang1-6/+0
2014-06-07arm64: add APM X-Gene SoC RTC DTS entryLoc Ho1-0/+21
2014-06-07drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho3-0/+288
2014-06-07Documentation/devicetree/bindings: add documentation for the APM X-Gene SoC R...Loc Ho1-0/+28
2014-06-07drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak1-2/+12
2014-06-07fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick1-3/+3
2014-06-07fs/ceph: replace pr_warning by pr_warnFabian Frederick4-6/+6
2014-06-07slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim1-1/+1
2014-06-07mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds96-605/+6391
2014-06-06Fix ARM merge mistake in mvebu board fileLinus Torvalds1-1/+0
2014-06-06Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds12-144/+9
2014-06-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds141-1558/+2408
2014-06-06Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-26/+1619
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-263/+361
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds40-608/+794
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds14-41/+387
2014-06-05Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2014-06-05Merge branch 'devel-stable' into for-nextRussell King7-9/+218
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King135-1471/+2098
2014-06-05microblaze: Fix typo in head.S s/substract/subtract/Antonio Ospite1-1/+1
2014-06-05Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds279-3514/+4712
2014-06-05fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_initFabian Frederick1-1/+1
2014-06-05fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoulFabian Frederick1-7/+6
2014-06-05init/main.c: remove an ifdefAndrew Morton2-2/+4
2014-06-05kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov2-7/+1
2014-06-05init/main.c: add initcall_blacklist kernel parameterPrarit Bhargava2-0/+72
2014-06-05init/main.c: don't use pr_debug()Andrew Morton1-2/+2
2014-06-05fs/binfmt_flat.c: make old_reloc() staticAxel Lin1-1/+1
2014-06-05fs/binfmt_elf.c: fix bool assignementsFabian Frederick1-2/+2
2014-06-05fs/efs: convert printk(KERN_DEBUG to pr_debugFabian Frederick3-26/+17
2014-06-05fs/efs: add pr_fmt / use __func__Fabian Frederick6-35/+49
2014-06-05fs/efs: convert printk to pr_foo()Fabian Frederick5-35/+32
2014-06-05scripts/checkpatch.pl: device_initcall is not the only __initcall substituteFabian Frederick1-2/+2
2014-06-05checkpatch: check stable email addressJoe Perches1-0/+6
2014-06-05checkpatch: warn on unnecessary void function return statementsJoe Perches1-0/+7
2014-06-05checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);Joe Perches1-0/+21
2014-06-05checkpatch: add warning for kmalloc/kzalloc with multiplyJoe Perches1-0/+24
2014-06-05checkpatch: warn on #defines ending in semicolonJoe Perches1-0/+11
2014-06-05checkpatch: make --strict a default for files in drivers/net and net/Joe Perches1-0/+13
2014-06-05checkpatch: always warn on missing blank line after variable declaration blockJoe Perches1-10/+34
2014-06-05checkpatch: fix wildcard DT compatible string checkingRob Herring1-2/+4
2014-06-05kernel/compat.c: use sizeof() instead of sizeofFabian Frederick1-4/+4
2014-06-05lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick1-1/+1
2014-06-05lib/atomic64_test.c: convert printk(KERN_INFO to pr_infoFabian Frederick1-5/+8