summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag 'pci-v5.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-101-0/+1
|\ \ \ \ \ \ \
| * | | | | | | PCI: amlogic: Fix build failure due to missing gpio headerCorentin Labbe2019-01-081-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-01-1019-42/+189
|\ \ \ \ \ \ \
| * | | | | | | tty/serial: Add RISC-V SBI earlycon supportAnup Patel2019-01-093-0/+41
| * | | | | | | Fix a handful of audit-related issuePalmer Dabbelt2019-01-078-3/+37
| |\ \ \ \ \ \ \
| | * | | | | | | riscv: add HAVE_SYSCALL_TRACEPOINTS to KconfigDavid Abdurachmanov2019-01-071-0/+1
| | * | | | | | | riscv: fix trace_sys_exit hookDavid Abdurachmanov2019-01-071-1/+1
| | * | | | | | | riscv: define CREATE_TRACE_POINTS in ptrace.cDavid Abdurachmanov2019-01-071-0/+2
| | * | | | | | | riscv: define NR_syscalls in unistd.hDavid Abdurachmanov2019-01-071-0/+2
| | * | | | | | | riscv: audit: add audit hook in do_syscall_trace_enter/exit()David Abdurachmanov2019-01-071-0/+5
| | * | | | | | | riscv: add audit supportDavid Abdurachmanov2019-01-076-2/+26
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | RISC-V: Support MODULE_SECTIONS mechanism on RV32Zong Li2019-01-073-28/+32
| * | | | | | | MAINTAINERS: SiFive drivers: add myself as a SiFive driver maintainerPaul Walmsley2019-01-071-0/+1
| * | | | | | | MAINTAINERS: SiFive drivers: change the git tree to a SiFive git treePaul Walmsley2019-01-071-1/+1
| * | | | | | | riscv: don't stop itself in smp_send_stopAndreas Schwab2019-01-071-7/+36
| * | | | | | | arch: riscv: support kernel command line forcing when no DTB passedPaul Walmsley2019-01-071-1/+8
| * | | | | | | tools uapi: fix RISC-V 64-bit supportAurelien Jarno2019-01-072-0/+27
| * | | | | | | RISC-V: Make BSS section as the last section in vmlinux.lds.SAnup Patel2019-01-071-2/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'vfio-v5.0-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-01-102-2/+2
|\ \ \ \ \ \ \
| * | | | | | | vfio/type1: Fix unmap overflow off-by-oneAlex Williamson2019-01-081-1/+1
| * | | | | | | vfio/pci: set TRACE_INCLUDE_PATH to fix the build errorMasahiro Yamada2019-01-081-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'sound-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-01-107-20/+76
|\ \ \ \ \ \ \
| * | | | | | | ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225Kailang Yang2019-01-091-1/+15
| * | | | | | | ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for...Kailang Yang2019-01-091-0/+1
| * | | | | | | ALSA: usb-audio: fix CM6206 register definitionsAmadeusz Sławiński2019-01-081-1/+1
| * | | | | | | ALSA: cs46xx: Potential NULL dereference in probeDan Carpenter2019-01-081-0/+3
| * | | | | | | ALSA: hda/realtek - Support Dell headset mode for New AIO platformKailang Yang2019-01-071-0/+1
| * | | | | | | ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirksHui Peng2019-01-071-0/+6
| * | | | | | | ALSA: usb-audio: Always check descriptor sizes in parser codeTakashi Iwai2019-01-073-12/+30
| * | | | | | | ALSA: usb-audio: Check mixer unit descriptors more strictlyTakashi Iwai2019-01-071-4/+11
| * | | | | | | ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()Takashi Iwai2019-01-071-2/+8
| |/ / / / / /
* | | | | | | Merge tag 'mtd/fixes-for-5.0-rc2' of git://git.infradead.org/linux-mtdLinus Torvalds2019-01-104-17/+43
|\ \ \ \ \ \ \
| * | | | | | | mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter2019-01-081-10/+10
| * | | | | | | mtd: Check add_mtd_device() ret codeBoris Brezillon2019-01-072-6/+32
| * | | | | | | mtd: Fix the check on nvmem_register() ret codeBoris Brezillon2019-01-071-1/+1
| |/ / / / / /
* | | | | | | csky: fixup compile error with CPU 810.Guo Ren2019-01-101-1/+1
* | | | | | | mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_oneSean Christopherson2019-01-101-2/+2
* | | | | | | Merge tag 'csky-for-linus-5.0-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-0945-76/+148
|\ \ \ \ \ \ \
| * | | | | | | irqchip/csky: fixup handle_irq_perbit break irqGuo Ren2019-01-091-35/+42
| * | | | | | | csky: fixup compile error with pte_allocGuo Ren2019-01-091-25/+18
| * | | | | | | csky: fixup CACHEV1 store instruction fast retireGuo Ren2019-01-081-0/+25
| * | | | | | | csky: fixup relocation error with 807 & 860Guo Ren2019-01-081-16/+22
| * | | | | | | Documentation/features: Add csky kernel featuresGuo Ren2019-01-0741-0/+41
| |/ / / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-0821-212/+289
|\ \ \ \ \ \ \
| * | | | | | | mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman2019-01-082-1/+13
| * | | | | | | hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz2019-01-085-88/+20
| * | | | | | | hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz2019-01-082-38/+44
| * | | | | | | mm: page_mapped: don't assume compound page is huge or THPJan Stancek2019-01-081-1/+1
| * | | | | | | mm/memory.c: initialise mmu_notifier_range correctlyMatthew Wilcox2019-01-081-2/+2
| * | | | | | | tools/vm/page_owner: use page_owner_sort in the use exampleMiles Chen2019-01-081-1/+3