summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.15-rc4v4.15-rc4Linus Torvalds2017-12-171-1/+1
* Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-171-6/+1
* Merge branch 'WIP.x86-pti.base-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2017-12-170-0/+0
|\
| * x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-172-8/+137
| * locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-1713-27/+27
| * locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-12-171-0/+1
| * bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-171-0/+1
| * perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2017-12-172-1/+27
| * x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-172-2/+6
| * x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri2017-12-171-0/+1
| * Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-1717-93/+121
| |\
| * \ Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.baseIngo Molnar2017-12-173-58/+33
| |\ \
| * \ \ Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-1719-522/+613
| |\ \ \
| * \ \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-1755-361/+579
| |\ \ \ \
* | | | | | Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/sc...Linus Torvalds2017-12-172-4/+4
|\| | | | |
| * | | | | drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar2017-12-172-4/+4
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-171-12/+17
|\ \ \ \ \ \
| * | | | | | posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2017-12-151-12/+17
* | | | | | | Merge tag 'dmaengine-fix-4.15-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2017-12-175-41/+52
|\ \ \ \ \ \ \
| * | | | | | | dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek2017-12-151-14/+14
| * | | | | | | dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan2017-12-111-1/+3
| * | | | | | | dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis2017-12-111-24/+31
| * | | | | | | dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gustavo A. R. Silva2017-11-291-1/+3
| * | | | | | | dmaengine: ioat: Fix error handling pathChristophe JAILLET2017-11-291-1/+1
* | | | | | | | cramfs: fix MTD dependencyArnd Bergmann2017-12-171-0/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-12-172-19/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | VFS: Handle lazytime in do_mount()Markus Trippelsdorf2017-12-091-0/+1
| * | | | | | | | alloc_super(): do ->s_umount initialization earlierAl Viro2017-12-051-19/+18
| |/ / / / / / /
* | | | | | | | Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-174-0/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-111-0/+4
| * | | | | | | | ext4: add missing error check in __ext4_new_inode()Theodore Ts'o2017-12-101-0/+2
| * | | | | | | | ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-031-0/+1
| * | | | | | | | ext4: support fast symlinks from ext3 file systemsAndi Kleen2017-12-031-0/+9
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2017-12-1610-19/+56
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | IB/ipoib: Restore MM behavior in case of tx_ring allocation failureYuval Shaia2017-12-131-0/+1
| * | | | | | | | | iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2017-12-112-2/+17
| * | | | | | | | | iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise2017-12-071-4/+4
| * | | | | | | | | RDMA/netlink: Fix general protection faultLeon Romanovsky2017-12-074-4/+4
| * | | | | | | | | IB/mlx4: Fix RSS hash fields restrictionsGuy Levi2017-12-071-7/+19
| * | | | | | | | | IB/core: Don't enforce PKey security on SMI MADsDaniel Jurgens2017-12-071-2/+5
| * | | | | | | | | IB/core: Bound check alternate path port numberDaniel Jurgens2017-12-071-0/+6
* | | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-166-20/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | i2c: piix4: Fix port number check on releaseJean Delvare2017-12-121-1/+1
| * | | | | | | | | | i2c: stm32: Fix copyrightsBenjamin Gaignard2017-12-123-3/+6
| * | | | | | | | | | Merge tag 'at24-4.15-rc3-fixes-for-wolfram' of git://git.kernel.org/pub/scm/l...Wolfram Sang2017-12-121-15/+11
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | eeprom: at24: change nvmem stride to 1David Lechner2017-12-061-1/+1
| | * | | | | | | | | | eeprom: at24: fix I2C device selection for runtime PMSakari Ailus2017-12-031-14/+10
| | | |/ / / / / / / / | | |/| | | | | | | |
| * / | | | | | | | | i2c-cht-wc: constify platform_device_idArvind Yadav2017-12-071-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-168-19/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SUNRPC: Fix a race in the receive code pathTrond Myklebust2017-12-151-9/+19