summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-05-08signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt1-9/+9
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra1-0/+5
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner1-3/+4
2015-05-08dmaengine: Remove Renesas Audio DMAC peri peri platform dataGeert Uytterhoeven1-34/+0
2015-05-07PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas1-1/+0
2015-05-07nohz: Add tick_nohz_full_add_cpus_to() APIChris Metcalf1-0/+7
2015-05-07context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2-10/+3
2015-05-07context_tracking: Protect against recursionFrederic Weisbecker1-0/+1
2015-05-07kvm,x86: load guest FPU context more eagerlyRik van Riel1-0/+1
2015-05-07KVM: provide irq_unsafe kvm_guest_{enter|exit}Christian Borntraeger1-9/+18
2015-05-07tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée1-1/+1
2015-05-07mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris1-1/+0
2015-05-06serial: core: Fix unused variable warnings from uart_console()Peter Hurley1-1/+1
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-1/+1
2015-05-06tty: constify return type of tty_nameRasmus Villemoes1-1/+1
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+0
2015-05-06pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERRFabian Frederick1-1/+1
2015-05-06gpio: omap: Allow building as a loadable moduleTony Lindgren1-2/+10
2015-05-06pinctrl: move strict option to pinmux_opsLinus Walleij2-3/+4
2015-05-06pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang1-0/+3
2015-05-06pwm: Add support to remove registered consumer lookup tablesShobhit Kumar1-0/+5
2015-05-06clkdev: add clkdev_create() helperRussell King1-0/+3
2015-05-06clkdev: const-ify connection id to clk_add_alias()Russell King1-1/+1
2015-05-06clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.hRussell King1-13/+0
2015-05-06clk: update clk API documentation to clarify clk_round_rate()Russell King1-0/+14
2015-05-06clkdev: use clk_hw internallyRussell King1-0/+1
2015-05-06clk: make strings in parent name arrays constSascha Hauer1-4/+6
2015-05-06nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-06util_macros.h: have array pointer point to array of constantsGuenter Roeck1-1/+1
2015-05-06vlan: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-06etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck1-0/+18
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+8
2015-05-05block: move PM request support to IDEChristoph Hellwig2-20/+20
2015-05-05block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig1-1/+0
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2-1/+1
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2-9/+9
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-2/+2
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig3-10/+34
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2-2/+17
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2-1/+13
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-1/+22
2015-05-05libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen1-0/+1
2015-05-05libata: READ LOG DMA EXT support can be in either page 119 or 120Martin K. Petersen1-1/+11
2015-05-05irqchip: irqc: Remove platform data supportGeert Uytterhoeven1-27/+0
2015-05-05thermal: introduce the Power Allocator governorJavi Merino1-5/+32
2015-05-05thermal: cpu_cooling: implement the power cooling device APIJavi Merino1-0/+39
2015-05-05thermal: extend the cooling device API to include power informationJavi Merino1-0/+25
2015-05-05thermal: let governors have private data for each thermal zoneJavi Merino1-0/+9
2015-05-05thermal: fair_share: generalize the weight conceptJavi Merino1-3/+6
2015-05-05thermal: of: fix cooling device weights in device treeKapileshwar Singh1-1/+5