summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-2728-79/+163
|\
| * mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2017-01-241-1/+5
| * kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus2017-01-241-0/+1
| * memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu2017-01-241-2/+2
| * Merge tag 'gpio-v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-01-231-20/+50
| |\
| | * gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij2017-01-191-20/+50
| * | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-181-0/+2
| |\ \
| | * | cpu/hotplug: Provide dynamic range for prepare stageThomas Gleixner2017-01-161-0/+2
| * | | Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-181-0/+4
| |\ \ \
| | * \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2017-01-161-0/+4
| | |\ \ \
| | | * | | rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-141-0/+4
| * | | | | Merge tag 'modules-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-01-171-2/+2
| |\ \ \ \ \
| | * | | | | taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger2017-01-171-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-173-4/+11
| |\ \ \ \ \ \
| | * | | | | | bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-162-3/+5
| | * | | | | | tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-01-131-1/+6
| * | | | | | | Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-01-161-0/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew2017-01-121-0/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-151-0/+1
| |\ \ \ \ \ \
| | * | | | | | i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov2017-01-121-0/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-151-0/+1
| |\ \ \ \ \ \
| | * | | | | | perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-01-141-0/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-151-0/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones2017-01-141-0/+1
| | * | | | | x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-071-0/+1
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-01-141-0/+1
| |\ \ \ \ \ \
| | * | | | | | coredump: Ensure proper size of sparse core filesDave Kleikamp2017-01-141-0/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-141-3/+16
| |\ \ \ \ \ \
| | * | | | | | block: add blk_rq_payload_bytesChristoph Hellwig2017-01-131-0/+13
| | * | | | | | block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2017-01-121-3/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-131-0/+5
| |\ \ \ \ \ \
| | * | | | | | jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-01-121-0/+5
| | |/ / / / /
| * | | | | | Merge tag 'rproc-v4.10-fixes' of git://github.com/andersson/remoteprocLinus Torvalds2017-01-121-1/+3
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Revert "remoteproc: Merge table_ptr and cached_table pointers"Bjorn Andersson2016-12-301-1/+3
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-01-119-44/+49
| |\ \ \ \ \
| | * | | | | timerfd: export defines to userspaceMike Frysinger2017-01-101-19/+1
| | * | | | | mm: support anonymous stable pageMinchan Kim2017-01-101-1/+2
| | * | | | | mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-101-2/+1
| | * | | | | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-102-4/+4
| | * | | | | mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-102-4/+24
| | * | | | | signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles2017-01-101-0/+10
| | * | | | | mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-101-10/+3
| | * | | | | mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDERMichal Hocko2017-01-101-2/+2
| | * | | | | dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-101-2/+0
| | * | | | | mm: add follow_pte_pmd()Ross Zwisler2017-01-101-0/+2
| | | |/ / / | | |/| | |
| * / | | | gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-01-101-2/+7
| |/ / / /
* | | | | Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-102-9/+53
|\ \ \ \ \
| * | | | | dma-fence: Introduce drm_fence_set_error() helperChris Wilson2017-01-091-5/+25
| * | | | | dma-fence: Wrap querying the fence->statusChris Wilson2017-01-091-0/+24
| * | | | | dma-buf: Use recommended structure member referenceDaniel Vetter2016-12-301-3/+3