summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner2016-01-211-1/+2
| * | | | | dma-mapping: use offset_in_page macroGeliang Tang2016-01-211-2/+2
| * | | | | dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig2016-01-212-38/+28
| * | | | | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-214-481/+361
| * | | | | ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2016-01-211-3/+3
| * | | | | lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim2016-01-211-2/+2
| * | | | | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-211-0/+3
| * | | | | rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso2016-01-211-1/+1
| * | | | | kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-211-37/+25
| * | | | | kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2016-01-211-4/+39
| * | | | | kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2016-01-211-4/+4
| * | | | | kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2016-01-211-0/+4
| * | | | | ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-211-1/+23
| * | | | | epoll: add EPOLLEXCLUSIVE flagJason Baron2016-01-211-0/+3
| * | | | | include/linux/radix-tree.h: fix error in docs about locksAdam Barth2016-01-211-1/+1
| * | | | | lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd2016-01-211-0/+1
* | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-211-0/+1
|\ \ \ \ \ \
| * | | | | | ovl: move super block magic number to magic.hStephen Hemminger2015-11-101-0/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-01-211-1/+16
|\ \ \ \ \ \ \
| * | | | | | | fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N2015-11-101-1/+16
* | | | | | | | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-214-4/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pci/trivial' into nextBjorn Helgaas2016-01-201-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI/MSI: Fix typos in <linux/msi.h>Thomas Petazzoni2016-01-071-2/+2
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'pci/iommu' and 'pci/misc' into nextBjorn Helgaas2016-01-201-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | PCI: Add Netronome NFP4000 PF device IDSimon Horman2016-01-161-0/+1
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| *-. | | | | | | | | | Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-...Bjorn Helgaas2016-01-151-0/+7
| |\ \| | | | | | | | |
| | * | | | | | | | | | PCI: host: Add of_pci_get_host_bridge_resources() stubArnd Bergmann2016-01-151-0/+7
| | |/ / / / / / / / /
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2015-12-112-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | / / / / / / / / | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | PCI/MSI: Initialize MSI capability for all architecturesGuilherme G. Piccoli2015-11-251-2/+0
| | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | PCI: Add Netronome vendor and device IDsJason S. McMullan2015-12-111-0/+6
| |/ / / / / / / /
* | | | | | | | | Merge tag 'pwm/for-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-211-0/+69
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pwm: Add PWM driver for OMAP using dual-mode timersNeil Armstrong2015-12-161-0/+69
* | | | | | | | | | Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-2128-24/+36
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2016-01-211-0/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | time: nohz: Expose tick_nohz_enabledJean Delvare2016-01-151-0/+2
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'pm-devfreq'Rafael J. Wysocki2016-01-211-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | PM / devfreq: Set the freq_table of devfreq deviceChanwoo Choi2016-01-131-1/+1
| * | | | | | | | | | | Merge branch 'pm-core'Rafael J. Wysocki2016-01-213-0/+6
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | PM / sleep: Go direct_complete if driver has no callbacksTomeu Vizoso2016-01-081-0/+1
| | * | | | | | | | | | | PM / Domains: add setter for dev.pm_domainTomeu Vizoso2016-01-081-0/+3
| | * | | | | | | | | | | device core: add device_is_bound()Tomeu Vizoso2016-01-081-0/+2
| | * | | | | | | | | | | Merge branch 'acpi-soc' into pm-coreRafael J. Wysocki2016-01-081-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'acpica', 'acpi-video' and 'acpi-fan'Rafael J. Wysocki2016-01-2123-23/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / / | | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | | ACPI / video: Document acpi_video_handles_brightness_key_presses() a bitHans de Goede2016-01-151-0/+4
| | * | | | | | | | | | | | | | ACPICA: Update version to 20160108Bob Moore2016-01-151-1/+1
| | * | | | | | | | | | | | | | ACPICA: Additional 2016 copyright changesBob Moore2016-01-1522-22/+22
* | | | | | | | | | | | | | | | Merge tag 'renesas-sh-drivers-for-v4.5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-01-211-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | drivers: sh: clk: Remove obsolete and unused clk_round_parent()Geert Uytterhoeven2015-11-241-4/+0
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-217-4/+200
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'samsung-clk-exynos4-4.5' of https://git.kernel.org/pub/scm/linux/k...Olof Johansson2016-01-071-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \