summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2015-05-08perf: Fix software migrate eventsPeter Zijlstra
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low
2015-05-08sched, timer: Provide an atomic 'struct task_cputime' data structureJason Low
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low
2015-05-08signals, ptrace, sched: Fix a misaligned load inside ptrace_attach()Palmer Dabbelt
2015-05-08sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *Palmer Dabbelt
2015-05-08signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-05-08dmaengine: Remove Renesas Audio DMAC peri peri platform dataGeert Uytterhoeven
2015-05-07PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas
2015-05-07nohz: Add tick_nohz_full_add_cpus_to() APIChris Metcalf
2015-05-07context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker
2015-05-07context_tracking: Protect against recursionFrederic Weisbecker
2015-05-07kvm,x86: load guest FPU context more eagerlyRik van Riel
2015-05-07KVM: provide irq_unsafe kvm_guest_{enter|exit}Christian Borntraeger
2015-05-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée
2015-05-06mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris
2015-05-06serial: core: Fix unused variable warnings from uart_console()Peter Hurley
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2015-05-06tty: constify return type of tty_nameRasmus Villemoes
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-06pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERRFabian Frederick
2015-05-06gpio: omap: Allow building as a loadable moduleTony Lindgren
2015-05-06pinctrl: move strict option to pinmux_opsLinus Walleij
2015-05-06pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang
2015-05-06pwm: Add support to remove registered consumer lookup tablesShobhit Kumar
2015-05-06clkdev: add clkdev_create() helperRussell King
2015-05-06clkdev: const-ify connection id to clk_add_alias()Russell King
2015-05-06clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.hRussell King
2015-05-06clk: update clk API documentation to clarify clk_round_rate()Russell King
2015-05-06clkdev: use clk_hw internallyRussell King
2015-05-05clk: make strings in parent name arrays constSascha Hauer
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi
2015-05-05util_macros.h: have array pointer point to array of constantsGuenter Roeck
2015-05-05vlan: Use eth_proto_is_802_3Alexander Duyck
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-05-05block: move PM request support to IDEChristoph Hellwig
2015-05-05block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-05libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen