summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-09-15PM / OPP: Rename opp init/free table routinesViresh Kumar1-8/+8
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki1-9/+8
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki1-15/+38
2015-09-15ACPI / property: Add support for data-only subnodesRafael J. Wysocki1-0/+1
2015-09-15Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki1-1/+23
2015-09-14netfilter: bridge: fix routing of bridge frames with call-iptables=1Florian Westphal1-3/+3
2015-09-14thermal: Add a function to get the minimum powerJavi Merino1-0/+6
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar1-24/+5
2015-09-14thermal: Fix thermal_zone_of_sensor_register to match documentationPunit Agrawal1-1/+1
2015-09-14Merge tag 'v4.3-rc1' into MTD -next developmentBrian Norris302-3391/+7921
2015-09-13perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu1-2/+0
2015-09-13perf/core: Define PERF_PMU_TXN_READ interfaceSukadev Bhattiprolu1-0/+1
2015-09-13perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu1-3/+11
2015-09-13perf/abi: Document some more aspects of the perf ABIPeter Zijlstra1-13/+92
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann1-1/+1
2015-09-13sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann1-3/+3
2015-09-13Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar194-2324/+5763
2015-09-12blk: rq_data_dir() should not return a booleanLinus Torvalds1-1/+1
2015-09-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+12
2015-09-12Merge tag 'ntb-4.3' of git://github.com/jonmason/ntbLinus Torvalds2-5/+5
2015-09-12Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2015-09-12Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+44
2015-09-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-15/+11
2015-09-12mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki1-2/+1
2015-09-12mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut1-2/+2
2015-09-12mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut1-0/+2
2015-09-12fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches1-9/+10
2015-09-12sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers1-0/+2
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-1/+9
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg1-0/+30
2015-09-11Merge branch 'pm-opp'Rafael J. Wysocki1-0/+6
2015-09-11PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham1-1/+8
2015-09-11PM / devfreq: cache the last call to get_dev_status()Javi Merino1-0/+15
2015-09-11Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds4-116/+256
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-35/+222
2015-09-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+14
2015-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-1/+6
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+84
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-2/+10
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-3/+3
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young1-0/+11
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko1-0/+4
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker1-2/+0
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook1-7/+7
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij1-2/+8
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld1-2/+2
2015-09-10include/linux/poison.h: remove not-used poison pointer macrosVasily Kulikov1-7/+0
2015-09-10include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2015-09-10mm: introduce idle page trackingVladimir Davydov4-0/+127
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+44