summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport2019-03-121-4/+0
* memblock: refactor internal allocation functionsMike Rapoport2019-03-121-1/+0
* memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-2/+0
* memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-121-2/+0
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-1/+6
* memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport2019-03-121-3/+2
* memblock: drop memblock_alloc_base_nid()Mike Rapoport2019-03-121-3/+0
* mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-2/+2
* mm/hmm: convert to use vm_fault_tSouptick Joarder2019-03-121-2/+2
* Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-03-111-0/+19
|\
| * platform_data/mlxreg: additions for Mellanox watchdog driver.Michael Shych2019-03-021-0/+19
* | Merge tag 'pinctrl-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-03-112-6/+4
|\ \
| * \ Merge tag 'v5.0-rc6' into develLinus Walleij2019-02-1181-291/+582
| |\ \
| * | | pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea2019-02-081-0/+4
| * | | pinctrl: remove unused 'pinconf-config' debugfs interfaceVladimir Zapolskiy2019-01-281-4/+0
| * | | pinctrl: remove pinctrl/machine.h inclusion from pinctrl/pinconf.hVladimir Zapolskiy2019-01-281-2/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-03-111-11/+0
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2019-03-031-11/+0
| |\ \ \ \
| | * | | | Input: ili210x - drop platform data supportMarek Vasut2019-02-061-11/+0
| | * | | | Merge tag 'v4.20' into nextDmitry Torokhov2019-01-131445-17653/+57202
| | |\ \ \ \
* | | \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-116-14/+79
|\ \ \ \ \ \ \
| * | | | | | | ip: fix ip_mc_may_pull() return valueEric Dumazet2019-03-091-1/+1
| * | | | | | | net: keep refcount warning in reqsk_free()Guillaume Nault2019-03-091-1/+0
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-082-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: fix warning about using plain integer as NULLBo YU2019-03-081-1/+1
| | * | | | | | | bpf: only test gso type on gso packetsWillem de Bruijn2019-03-071-2/+2
| * | | | | | | | net: add missing documentation in linux/skbuff.hPedro Tammela2019-03-081-5/+59
| * | | | | | | | rxrpc: Fix client call connect/disconnect raceDavid Howells2019-03-081-0/+2
| |/ / / / / / /
| * | | | | | | appletalk: Fix compile regressionArnd Bergmann2019-03-061-4/+14
* | | | | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-03-102-19/+129
|\ \ \ \ \ \ \ \
| * | | | | | | | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-131-2/+3
| * | | | | | | | tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu2019-02-131-0/+91
| * | | | | | | | tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-131-2/+10
| * | | | | | | | tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-132-7/+21
| * | | | | | | | tpm: don't return bool from update_timeoutsJerry Snitselaar2019-02-131-1/+1
| * | | | | | | | tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu2019-02-131-8/+4
* | | | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-103-0/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ima: define ima_post_create_tmpfile() hook and add missing callMimi Zohar2019-02-041-0/+5
| * | | | | | | | | kexec, KEYS: Make use of platform keyring for signature verifyKairui Song2019-02-041-0/+1
| * | | | | | | | | integrity, KEYS: add a reference to platform keyringKairui Song2019-02-041-0/+8
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-101-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf2019-03-061-1/+1
* | | | | | | | | | Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-03-103-6/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson2019-03-072-4/+13
| * | | | | | | | | | platform_data/mlxreg: Add capability field to core platform dataVadim Pasternak2019-01-261-0/+2
| * | | | | | | | | | platform_data/mlxreg: Document fixes for core platform dataVadim Pasternak2019-01-261-2/+2
* | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-03-104-0/+34
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | virtio: hint if callbacks surprisingly might sleepCornelia Huck2019-03-061-0/+13
| * | | | | | | | | | | virtio: Introduce virtio_max_dma_size()Joerg Roedel2019-03-061-0/+2
| * | | | | | | | | | | dma: Introduce dma_max_mapping_size()Joerg Roedel2019-03-061-0/+8