summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4-rc4v4.4-rc4Linus Torvalds2015-12-061-1/+1
* staging/lustre: remove IOC_LIBCFS_PING_TEST ioctlJames Simmons2015-12-062-18/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-12-064-31/+15
|\
| * Don't reset ->total_link_count on nested calls of vfs_path_lookup()Al Viro2015-12-061-1/+0
| * ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-063-26/+11
| * ovl: fix permission checking for setattrMiklos Szeredi2015-12-061-4/+4
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-12-065-15/+45
|\ \
| * | sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2015-12-041-0/+19
| * | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-042-1/+10
| * | sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2015-12-041-0/+3
| * | sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2015-12-041-4/+4
| * | sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2015-12-041-1/+0
| * | sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra2015-12-041-8/+8
| * | sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-231-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-0612-36/+54
|\ \ \
| * | | x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin2015-12-051-7/+10
| * | | x86/mpx: Fix instruction decoder conditionDave Hansen2015-12-051-3/+3
| * | | x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov2015-12-046-19/+17
| * | | x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-251-4/+5
| * | | x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski2015-11-241-1/+18
| * | | x86/microcode: Initialize the driver late when facilities are upBorislav Petkov2015-11-232-2/+1
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-12-0619-70/+129
|\ \ \
| * \ \ Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-0319-59/+126
| |\ \ \
| | * | | mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibilityJames Bottomley2015-12-031-0/+1
| | * | | mpt3sas: Add dummy Kconfig option for backwards compatibilityMartin K. Petersen2015-11-301-0/+8
| | * | | Fix a memory leak in scsi_host_dev_release()Bart Van Assche2015-11-301-0/+11
| | * | | block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-255-37/+51
| | * | | scsi_debug: fix prevent_allow+verify regressionsDouglas Gilbert2015-11-251-4/+5
| | * | | MAINTAINERS: Add myself as co-maintainer of the SCSI subsystem.Martin K. Petersen2015-11-251-1/+3
| | * | | sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen2015-11-251-5/+18
| | * | | scsi: hpsa: select CONFIG_SCSI_SAS_ATTRArnd Bergmann2015-11-201-0/+1
| | * | | scsi: advansys needs ISA dma api for ISA supportArnd Bergmann2015-11-201-0/+1
| | * | | scsi_sysfs: protect against double execution of __scsi_remove_device()Vitaly Kuznetsov2015-11-191-0/+8
| | * | | st: fix potential null pointer dereference.Maurizio Lombardi2015-11-191-2/+3
| | * | | scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov2015-11-192-3/+9
| | * | | advansys: fix big-endian buildsArnd Bergmann2015-11-181-1/+1
| | * | | qla2xxx: Fix rwlock recursionBart Van Assche2015-11-171-1/+2
| | * | | hpsa: logical vs bitwise AND typoDan Carpenter2015-11-131-1/+1
| | * | | mvsas: don't allow negative timeoutsDan Carpenter2015-11-131-2/+2
| | * | | mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...Sreekanth Reddy2015-11-131-2/+1
| * | | | Revert "scsi: Fix a bdi reregistration race"Bart Van Assche2015-12-021-11/+3
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-12-0557-331/+735
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-12-0530-91/+387
| |\ \ \ \ \
| | * | | | | drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)Alex Deucher2015-12-046-30/+140
| | * | | | | drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner2015-12-049-29/+164
| | * | | | | drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interruptLyude2015-12-0410-12/+32
| | * | | | | drm/amdgpu: add spin lock to protect freed list in vm (v2)jimqu2015-12-042-3/+15
| | * | | | | drm/amdgpu: partially revert "drm/amdgpu: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR...Christian König2015-12-042-2/+2
| | * | | | | drm/amdgpu: take a BO reference for the user fenceChristian König2015-12-041-2/+4
| | * | | | | drm/amdgpu: take a BO reference in the display codeChristian König2015-12-041-3/+3