summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-2122-659/+595
|\
| * mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner2016-01-211-1/+4
| * mm: free swap cache aggressively if memcg swap is fullVladimir Davydov2016-01-211-0/+6
| * mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov2016-01-211-0/+6
| * swap.h: move memcg related stuff to the end of the fileVladimir Davydov2016-01-211-32/+38
| * mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov2016-01-211-17/+10
| * mm: memcontrol: charge swap to cgroup2Vladimir Davydov2016-01-212-0/+7
| * mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner2016-01-211-3/+0
| * mm: memcontrol: flatten struct cg_protoJohannes Weiner2016-01-211-8/+6
| * mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner2016-01-211-9/+5
| * net: drop tcp_memcontrol.cVladimir Davydov2016-01-211-10/+0
| * mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner2016-01-211-2/+2
| * mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-216-10/+12
| * mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner2016-01-211-5/+10
| * 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
| |\ \ \ \ \ \