Age | Commit message (Expand) | Author | Files | Lines |
2019-02-21 | parisc/lba_pci: use container_of in LBA_DEV | Christoph Hellwig | 1 | -6/+4 |
2019-02-21 | parisc/dino: use container_of in DINO_DEV | Christoph Hellwig | 1 | -6/+4 |
2019-02-21 | parisc: properly type the return value of parisc_walk_tree | Christoph Hellwig | 1 | -1/+1 |
2019-02-21 | parisc: properly type the iommu field in struct pci_hba_data | Christoph Hellwig | 1 | -1/+1 |
2019-02-21 | parisc: turn GET_IOC into an inline function | Christoph Hellwig | 1 | -4/+8 |
2019-02-21 | parisc: move internal implementation details out of <asm/dma-mapping.h> | Christoph Hellwig | 8 | -44/+62 |
2019-02-21 | parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h> | Christoph Hellwig | 2 | -2/+1 |
2019-02-21 | parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile | Masahiro Yamada | 1 | -6/+0 |
2019-02-21 | parisc: replace oops_in_progress manipulation with bust_spinlocks() | Sergey Senozhatsky | 1 | -2/+2 |
2019-02-21 | parisc: Improve initial IRQ to CPU assignment | Helge Deller | 1 | -1/+4 |
2019-02-21 | parisc: Count IPI function call interrupts | Helge Deller | 3 | -0/+6 |
2019-02-21 | parisc: Show rescheduling interrupts on SMP machines only | Helge Deller | 1 | -4/+6 |
2019-02-21 | parisc: Hide built-in serial aux port of Tosca GSP card | Helge Deller | 1 | -0/+12 |
2019-02-18 | Linux 5.0-rc7v5.0-rc7 | Linus Torvalds | 1 | -1/+1 |
2019-02-17 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -20/+20 |
2019-02-17 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -5/+41 |
2019-02-17 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -3/+59 |
2019-02-17 | Merge tag 'powerpc-5.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -2/+2 |
2019-02-17 | Merge tag 'csky-for-linus-5.0-rc6' of git://github.com/c-sky/csky-linux | Linus Torvalds | 6 | -6/+31 |
2019-02-17 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+19 |
2019-02-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 11 | -101/+75 |
2019-02-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 26 | -193/+331 |
2019-02-17 | Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK | Mauro Ciancio | 1 | -0/+1 |
2019-02-17 | Input: st-keyscan - fix potential zalloc NULL dereference | Gabriel Fernandez | 1 | -2/+2 |
2019-02-17 | Input: apanel - switch to using brightness_set_blocking() | Dmitry Torokhov | 1 | -20/+4 |
2019-02-17 | powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present() | Michael Ellerman | 1 | -2/+2 |
2019-02-17 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 15 | -48/+109 |
2019-02-17 | Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -13/+40 |
2019-02-17 | Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 3 | -7/+9 |
2019-02-17 | Merge tag 'auxdisplay-for-linus-v5.0-rc7' of git://github.com/ojeda/linux | Linus Torvalds | 1 | -1/+1 |
2019-02-16 | Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/... | Linus Torvalds | 3 | -4/+18 |
2019-02-16 | efi/arm: Revert "Defer persistent reservations until after paging_init()" | Ard Biesheuvel | 4 | -15/+0 |
2019-02-16 | arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table | Ard Biesheuvel | 3 | -5/+20 |
2019-02-16 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2 | -5/+11 |
2019-02-15 | sunrpc: fix 4 more call sites that were using stack memory with a scatterlist | Scott Mayhew | 1 | -11/+38 |
2019-02-15 | Merge tag 'omap-for-v5.0/fixes-rc5' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 1 | -12/+4 |
2019-02-15 | include/linux/module.h: copy __init/__exit attrs to init/cleanup_module | Miguel Ojeda | 1 | -2/+2 |
2019-02-15 | Compiler Attributes: add support for __copy (gcc >= 9) | Miguel Ojeda | 1 | -0/+14 |
2019-02-15 | lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pure | Miguel Ojeda | 1 | -2/+2 |
2019-02-15 | auxdisplay: ht16k33: fix potential user-after-free on module unload | Miguel Ojeda | 1 | -1/+1 |
2019-02-15 | Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -16/+34 |
2019-02-15 | Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -6/+51 |
2019-02-15 | Merge tag 'mmc-v5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf... | Linus Torvalds | 4 | -3/+37 |
2019-02-15 | Merge tag 'drm-fixes-2019-02-15-1' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 26 | -248/+294 |
2019-02-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -10/+13 |
2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 67 | -220/+429 |
2019-02-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+5 |
2019-02-15 | x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls | Hedi Berriche | 3 | -3/+35 |
2019-02-15 | Merge tag 'imx-fixes-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 2 | -22/+24 |
2019-02-15 | Merge tag 'v5.0-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux/... | Arnd Bergmann | 4 | -3/+5 |