summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-043-8/+7
* fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick2014-06-041-30/+28
* arch/unicore32/mm/ioremap.c: return NULL on invalid pfnAndrew Morton2014-06-041-1/+3
* arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn()Fabian Frederick2014-06-041-4/+2
* fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick2014-06-041-1/+1
* sh: Replace __get_cpu_var usesChristoph Lameter2014-06-045-23/+23
* ntfs: remove NULL value assignmentsFabian Frederick2014-06-043-4/+4
* fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-041-0/+25
* fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-041-0/+3
* fs/notify/mark.c: trivial cleanupDavid Cohen2014-06-041-1/+1
* fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt2014-06-041-0/+2
* fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-041-7/+10
* fs/fscache: replace seq_printf by seq_putsFabian Frederick2014-06-042-8/+6
* fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-047-32/+32
* kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa2014-06-041-2/+2
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-0415-73/+18
* mm: fix sleeping function warning from __put_anon_vmaHugh Dickins2014-06-041-3/+5
* MAINTAINERS: pass on hwpoison maintainership to Naoya HoriguchiAndi Kleen2014-06-041-2/+1
* MAINTAINERS: add Joe as the get_maintainer.pl maintainerJoe Perches2014-06-041-0/+5
* tools/vm/page-types.c: catch sigbus if raced with truncateKonstantin Khlebnikov2014-06-041-3/+32
* Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-0476-838/+1008
|\
| * of: handle NULL node in next_child iteratorsFlorian Fainelli2014-06-041-0/+6
| * of/irq: provide more wrappers for !CONFIG_OFArnd Bergmann2014-06-041-3/+33
| * Merge branch 'earlycon-dt' into for-nextRob Herring2014-05-2851-1100/+3598
| |\
| | * tty/serial: pl011: add DT based earlycon supportRob Herring2014-05-201-0/+1
| | * of/fdt: add FDT serial scanning for earlyconRob Herring2014-05-201-0/+56
| | * of/fdt: add FDT address translation supportRob Herring2014-05-203-0/+244
| | * serial: earlycon: add DT supportRob Herring2014-05-203-1/+37
| | * of: consolidate linker section OF match table declarationsRob Herring2014-05-206-38/+32
| | * clk: ti: add missing semi-colon on CLK_OF_DECLARERob Herring2014-05-201-1/+1
| | * irqchip: mxs: Fix function type for IRQCHIP_OF_DECLARERob Herring2014-05-201-2/+2
| | * irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARERob Herring2014-05-201-4/+2
| | * clk: sunxi: fix function type for CLK_OF_DECLARERob Herring2014-05-201-1/+1
| | * clk: sunxi: avoid double DT matchingRob Herring2014-05-201-2/+1
| | * clk: rockchip: fix function type for CLK_OF_DECLARERob Herring2014-05-201-2/+1
| | * ARM: imx: fix function type for CLK_OF_DECLARERob Herring2014-05-201-3/+1
| | * of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacksRob Herring2014-05-202-3/+3
| | * vmlinuz.lds: define OF table sections with macrosRob Herring2014-05-201-44/+14
| | * ARM: align cpu_method_of_table namingRob Herring2014-05-202-6/+9
| | * irqchip: align irqchip OF match table section namingRob Herring2014-05-202-5/+5
| | * Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Rob Herring2014-05-2031-993/+3193
| | |\
| * | | devicetree: bindings: Document micrel vendor prefixStephen Boyd2014-05-281-0/+1
| * | | dt: bindings: dwc2: fix required value for the phy-names propertyMatt Porter2014-05-281-1/+1
| * | | Merge tag 'dt-for-robh' of git://git.secretlab.ca/git/linux into for-nextRob Herring2014-05-2813-84/+222
| |\ \ \ | | |/ / | |/| |
| | * | of_pci_irq: kill useless variable in of_irq_parse_pci()Sergei Shtylyov2014-05-271-4/+2
| | * | of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko2014-05-233-2/+32
| | * | of: Add a testcase for of_find_node_by_path()Grant Likely2014-05-232-1/+51
| | * | of: Make of_find_node_by_path() handle /aliasesGrant Likely2014-05-231-6/+61
| | * | of: Create unlocked version of for_each_child_of_node()Grant Likely2014-05-231-5/+17
| | * | lib: add glibc style strchrnul() variantGrant Likely2014-05-232-0/+21