summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-08drivers/rtc/Kconfig: move DS2404 entry where it belongsJean Delvare
2014-08-08drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Raghavendra Ganiga
2014-08-08autofs4: comment typo: remove a a doubled wordNeilBrown
2014-08-08autofs4: remove some unused inline functionsNeilBrown
2014-08-08autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown
2014-08-08autofs4: remove a redundant assignmentNeilBrown
2014-08-08autofs4: remove unused autofs4_ispending()NeilBrown
2014-08-08kernel/test_kprobes.c: use current logging functionsFabian Frederick
2014-08-08init: make rootdelay=N consistent with rootwait behaviourPaul Gortmaker
2014-08-08fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim
2014-08-08fs/efs/namei.c: return is not a functionFabian Frederick
2014-08-08mm/zswap.c: add __init to zswap_entry_cache_destroy()Fabian Frederick
2014-08-08mm: memcontrol: avoid charge statistics churn during page migrationJohannes Weiner
2014-08-08memcg: remove lookup_cgroup_page() prototypeGreg Thelen
2014-08-08page-cgroup: get rid of NR_PCG_FLAGSVladimir Davydov
2014-08-08page-cgroup: trivial cleanupVladimir Davydov
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner
2014-08-08vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov
2014-08-08Revert "slab: remove BAD_ALIEN_MAGIC"Joonsoo Kim
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-08-07avr32: fix error return codeJulia Lawall
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-06Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-08-06Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds
2014-08-06Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds
2014-08-07powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf
2014-08-06checkpatch: update $declaration_macros, add uninitialized_varJoe Perches
2014-08-06checkpatch: warn on missing spaces in broken up quotedDan Carpenter
2014-08-06checkpatch: fix false positives for --strict "space after cast" testJoe Perches
2014-08-06checkpatch: fix false positive MISSING_BREAK warnings with --fileJoe Perches
2014-08-06checkpatch: add test for native c90 types in unusual orderJoe Perches
2014-08-06checkpatch: add signed generic typesJoe Perches
2014-08-06checkpatch: add short int to c variable typesJoe Perches
2014-08-06checkpatch: add for_each tests to indentation and brace testsJoe Perches
2014-08-06checkpatch: fix brace style misuses of else and whileJoe Perches
2014-08-06checkpatch: add --fix option for a couple OPEN_BRACE misusesJoe Perches