summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/time: return with irqs disabled from psw_idleMartin Schwidefsky2013-08-285-6/+4
* s390/kprobes: add support for compare and branch instructionsHeiko Carstens2013-08-221-2/+19
* s390/switch_to: fix save_access_regs() / restore_access_regs()Heiko Carstens2013-08-221-2/+7
* s390/bitops: fix inline assembly constraintsHeiko Carstens2013-08-221-6/+6
* s390/dasd: enable raw_track_access reads without direct I/OStefan Weinhuber2013-08-221-11/+43
* s390/mm: introduce ptep_flush_lazy helperMartin Schwidefsky2013-08-225-25/+24
* s390/time: clock comparator revalidationMartin Schwidefsky2013-08-221-4/+1
* s390/sclp: reword cpu capability change messageHeiko Carstens2013-08-221-1/+1
* s390/pgtable: add pgste_get helperMartin Schwidefsky2013-08-221-1/+10
* s390/pgtable: skip pgste updates on full flushMartin Schwidefsky2013-08-221-4/+3
* s390/mm: cleanup page table definitionsMartin Schwidefsky2013-08-2210-325/+333
* s390/mm: remove dead pfmf inline assemblyHeiko Carstens2013-08-221-10/+0
* s390: convert interrupt handling to use generic hardirqMartin Schwidefsky2013-08-2215-483/+249
* s390/pci: use adapter interrupt vector helpersMartin Schwidefsky2013-08-223-208/+165
* s390/pci: cleanup function namesMartin Schwidefsky2013-08-225-28/+28
* s390/airq: introduce adapter interrupt vector helperMartin Schwidefsky2013-08-222-0/+220
* s390/dasd: cleanup timeout and transport error messagesStefan Weinhuber2013-08-221-2/+4
* s390: replace remaining strict_strtoul() with kstrtoul()Heiko Carstens2013-08-222-2/+2
* s390: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-226-9/+9
* proc: more readdir conversion bug-fixesLinus Torvalds2013-08-191-1/+1
* proc: return on proc_readdir errorRichard Genoud2013-08-191-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2013-08-194-11/+23
|\
| * GFS2: Check for glock already held in gfs2_getxattrSteven Whitehouse2013-08-191-0/+4
| * GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter2013-08-191-4/+4
| * GFS2: don't overrun reserved revokesBenjamin Marzinski2013-08-191-5/+13
| * GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-08-191-1/+1
| * GFS2: Fix typo in gfs2_create_inode()Steven Whitehouse2013-08-191-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-08-195-46/+34
|\ \
| * \ Merge tag 'amd_ucode_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-08-1483-492/+823
| |\ \
| | * | x86, microcode, AMD: Fix early microcode loadingTorsten Kaiser2013-08-123-29/+27
| | * | x86, microcode, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinf...Torsten Kaiser2013-08-121-15/+5
| * | | x86: Don't clear olpc_ofw_header when sentinel is detectedDaniel Drake2013-08-091-2/+2
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-08-192-4/+3
|\ \ \ \
| * \ \ \ Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-08-121-1/+1
| |\ \ \ \
| | * | | | sched_clock: Fix integer overflowBaruch Siach2013-07-221-1/+1
| * | | | | Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-07-251-3/+2
| |\ \ \ \ \
| | * | | | | nohz: fix compile warning in tick_nohz_init()Li Zhong2013-07-241-2/+0
| | * | | | | nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt2013-07-241-1/+2
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-08-195-36/+80
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2013-08-15' of git://people.freedesktop.org/~danve...Dave Airlie2013-08-19157-1007/+1554
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck codeChris Wilson2013-08-141-29/+57
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | drm/i915: unpin backing storage in dmabuf_unmapDaniel Vetter2013-08-191-0/+8
| * | | | | | | Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2013-08-193-7/+15
| |\ \ \ \ \ \ \
| | * | | | | | | drm/radeon: fix WREG32_OR macro setting bits in a registerRafał Miłecki2013-08-151-1/+1
| | * | | | | | | drm/radeon/r7xx: fix copy paste typo in golden register setupAlex Deucher2013-08-141-6/+6
| | * | | | | | | drm/radeon: fix UVD message buffer validationChristian König2013-08-121-0/+8
| |/ / / / / / /
* | | | | | | | kernel: fix new kernel-doc warning in wait.cRandy Dunlap2013-08-191-2/+1
* | | | | | | | Linux 3.11-rc6v3.11-rc6Linus Torvalds2013-08-181-1/+1
* | | | | | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-181-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | cpuset: fix the return value of cpuset_write_u64()Li Zefan2013-08-131-2/+4
OpenPOWER on IntegriCloud