summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-092-8/+4
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-0714-28/+82
|\
| * Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-201-0/+3
| |\
| | * tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-171-0/+3
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-12/+4
| |\ \
| | * | nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-201-10/+2
| | * | nvme-fc: correct port role bitsJames Smart2017-05-201-2/+2
| * | | Merge tag 'usb-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-202-0/+4
| |\ \ \
| | * | | usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen2017-05-181-0/+1
| | * | | USB: hub: fix SS max number of portsJohan Hovold2017-05-171-0/+3
| | | |/ | | |/|
| * | | Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-191-7/+27
| |\ \ \
| | * | | dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-131-7/+27
| | |/ /
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-191-1/+4
| |\ \ \
| | * | | KVM: arm/arm64: Fix bug when registering redist iodevsChristoffer Dall2017-05-181-1/+4
| | |/ /
| * | | Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-191-1/+1
| |\ \ \
| | * | | Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and reso...Rob Herring2017-05-111-1/+1
| * | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-05-191-0/+5
| |\ \ \ \
| | * \ \ \ Merge tag 'v4.12-rc1' into fixesOlof Johansson2017-05-18155-1420/+1957
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Merge branch 'tee/initial-merge' into fixesArnd Bergmann2017-05-102-0/+623
| | |\ \ \ \
| | * \ \ \ \ Merge tag 'renesas-fixes-for-v4.12' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2017-05-101-0/+5
| | |\ \ \ \ \
| | | * | | | | soc: renesas: Provide dummy rcar_rst_read_mode_pins() for compile-testingGeert Uytterhoeven2017-04-281-0/+5
| * | | | | | | net: x25: fix one potential use-after-free issuelinzhang2017-05-181-2/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-155-5/+32
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | net/mlx5: Use underlay QPN from the root name spaceYishai Hadas2017-05-141-1/+3
| | * | | | | | xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-112-2/+13
| | * | | | | | xdp: add flag to enforce driver modeDaniel Borkmann2017-05-111-2/+4
| | * | | | | | bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-112-0/+9
| | * | | | | | bpf: Track alignment of register values in the verifier.David S. Miller2017-05-111-0/+3
* | | | | | | | ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai2017-06-021-5/+33
* | | | | | | | ALSA: pcm: Unify read/write loopTakashi Iwai2017-06-021-8/+5
* | | | | | | | ALSA: pcm: Call directly the common read/write helpersTakashi Iwai2017-06-021-9/+34
* | | | | | | | ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-021-5/+0
* | | | | | | | ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai2017-06-021-0/+7
* | | | | | | | ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto2017-05-261-32/+0
* | | | | | | | ALSA: pcm: Fix negative appl_ptr handling in pcm-indirect helpersTakashi Iwai2017-05-251-2/+8
* | | | | | | | Merge branch 'topic/avr32-removal' into for-nextTakashi Iwai2017-05-171-21/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | dmaengine: dw: Remove AVR32 bits from the driverAndy Shevchenko2017-05-151-21/+0
| |/ / / / / / /
* | | | | | | | ALSA: pcm: fix the comments that refers to kernel-docMauro Carvalho Chehab2017-05-171-1/+1
* | | | | | | | ALSA: Use IS_ENABLED() in common headersTakashi Iwai2017-05-175-13/+13
* | | | | | | | ALSA: pcm: Build pcm notifier code conditionallyTakashi Iwai2017-05-171-7/+8
* | | | | | | | ALSA: ak411x: Use array instead of offsetof()Takashi Iwai2017-05-173-12/+27
|/ / / / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-133-17/+6
|\ \ \ \ \ \ \
| * | | | | | | dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-121-1/+0
| * | | | | | | mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2017-05-121-15/+6
| * | | | | | | time: delete current_fs_time()Deepa Dinamani2017-05-121-1/+0
* | | | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-123-9/+35
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma2017-05-101-5/+7
| * | | | | | | block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-082-4/+28
* | | | | | | | Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2017-05-121-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | power: supply: max17042_battery: Add support for the STATUS propertyHans de Goede2017-05-011-0/+3