summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-03-08<linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()Randy Dunlap1-3/+1
2019-03-08kernel.h: unconditionally include asm/div64.h for do_div()Jani Nikula1-1/+1
2019-03-08Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+5
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+0
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-42/+45
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-70/+59
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-1/+3
2019-03-07Merge tag 'fsnotify_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-41/+128
2019-03-07platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson2-4/+13
2019-03-07Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+76
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson1-1/+0
2019-03-07drm: move i915_kick_out_vgacon to vgaarbGerd Hoffmann1-0/+2
2019-03-07bpf: only test gso type on gso packetsWillem de Bruijn1-2/+2
2019-03-07mailbox: ZynqMP IPI mailbox controllerWendy Liang1-0/+20
2019-03-07Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-36/+31
2019-03-07Merge tag 'tty-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2019-03-07Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2019-03-07Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-27/+119
2019-03-07Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-58/+647
2019-03-07Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+7
2019-03-07Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2019-03-07Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-0/+12
2019-03-07Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas1-8/+23
2019-03-07Merge branch 'pci/misc'Bjorn Helgaas2-6/+10
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds8-34/+74
2019-03-06x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+2
2019-03-06appletalk: Fix compile regressionArnd Bergmann1-4/+14
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-109/+294
2019-03-06Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-0/+52
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds10-3/+286
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-15/+0
2019-03-06virtio: hint if callbacks surprisingly might sleepCornelia Huck1-0/+13
2019-03-06virtio: Introduce virtio_max_dma_size()Joerg Roedel1-0/+2
2019-03-06dma: Introduce dma_max_mapping_size()Joerg Roedel1-0/+8
2019-03-06swiotlb: Add is_swiotlb_active() functionJoerg Roedel1-0/+6
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel1-0/+5
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-38/+37
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+48
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-1300/+2346
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+27
2019-03-06Merge drm/drm-next into drm-misc-nextSean Paul7-26/+63
2019-03-06writeback: fix inode cgroup switching commentGreg Thelen2-2/+2
2019-03-06mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2-5/+1
2019-03-06mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin1-1/+1
2019-03-06include/linux/compaction.h: fix potential build errorYu Zhao1-1/+1
2019-03-06mm: page_cache_add_speculative(): refactor out some code duplicationjohn.hubbard@gmail.com1-22/+9
2019-03-06mm/page_poison: update comment after code movedMichael S. Tsirkin1-1/+1
2019-03-06numa: make "nr_online_nodes" unsigned intAlexey Dobriyan1-2/+2
2019-03-06numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-2/+2
2019-03-06mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi1-1/+1