summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/syscalls: Fix syscall tracingMichael Ellerman2019-01-151-7/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/pseries: Fix build break due to pnv_npu2_init()Jason A. Donenfeld2019-01-151-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/4xx/ocm: Fix fix for phys_addr_t printf warningsMichael Ellerman2019-01-111-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/powernv/npu: Fix oops in pnv_try_setup_npu_table_group()Frederic Barrat2019-01-111-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao2019-01-111-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.Christophe Leroy2019-01-111-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/powernv/npu: Allocate enough memory in pnv_try_setup_npu_table_group()Dan Carpenter2019-01-111-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc/perf: Update perf_regs structure to include MMCRAMadhavan Srinivasan2019-01-085-1/+11
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-195-42/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-162-4/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pvcalls-front: fix potential null dereferenceWen Yang2019-01-151-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always clear the X2APIC_ENABLE bit for PV guestTalons Lee2019-01-141-4/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang2019-01-101-22/+59
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-01-041-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-01-021-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pvcalls-front: don't return error when the ring is fullStefano Stabellini2019-01-021-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pvcalls-front: properly allocate skStefano Stabellini2019-01-021-1/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pvcalls-front: don't try to free unallocated ringsStefano Stabellini2019-01-021-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pvcalls-front: read all data before closing the connectionStefano Stabellini2019-01-021-3/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-01-1913-82/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: sm3 - fix undefined shift by >= width of valueEric Biggers2019-01-101-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy2019-01-101-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy2019-01-101-18/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: adiantum - initialize crypto_spawn::instEric Biggers2019-01-101-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter2019-01-101-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-101-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: caam - fix SHA support detectionHoria Geantă2019-01-103-1/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-101-6/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-101-21/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-102-31/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-101-3/+11
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'acpi-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-01-198-19/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'acpi-pci'Rafael J. Wysocki2019-01-187-7/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drivers: thermal: int340x_thermal: Make PCI dependency explicitSinan Kaya2019-01-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/intel/lpss: Make PCI dependency explicitSinan Kaya2019-01-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platform/x86: apple-gmux: Make PCI dependency explicitSinan Kaya2019-01-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platform/x86: intel_pmc: Make PCI dependency explicitSinan Kaya2019-01-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platform/x86: intel_ips: make PCI dependency explicitSinan Kaya2019-01-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vga-switcheroo: make PCI dependency explicitSinan Kaya2019-01-151-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ata: pata_acpi: Make PCI dependency explicitSinan Kaya2019-01-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPI / LPSS: Make PCI dependency explicitSinan Kaya2019-01-152-1/+6
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPI: EC: Look for ECDT EC after calling acpi_load_tables()Rafael J. Wysocki2019-01-151-12/+12
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linuxLinus Torvalds2019-01-197-27/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin2019-01-165-18/+26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fbdev: offb: Fix OF node name handlingRob Herring2019-01-111-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | omap2fb: Fix stack memory disclosureVlad Tsyrklevich2019-01-111-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'drm-fixes-2019-01-18-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-01-191-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linux-4.21' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2019-01-181-0/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drm/nouveau/core: recognise TU102Ben Skeggs2019-01-181-0/+33
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-1810-22/+109
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud