summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/dasd: improve speed of dasdfmtStefan Haberland2013-04-174-143/+351
* s390/css: move subchannel lock allocationSebastian Ott2013-04-173-34/+32
* s390/cio: fix early init counter usageSebastian Ott2013-04-172-9/+6
* s390/css: remove unused function definitionsSebastian Ott2013-04-172-4/+2
* s390/css: introduce cio_register_early_subchannelsSebastian Ott2013-04-174-23/+24
* s390/cio: get rid of static console deviceSebastian Ott2013-04-171-43/+30
* s390/cio: get rid of static console subchannelSebastian Ott2013-04-175-108/+56
* s390/cio: split subchannel registrationSebastian Ott2013-04-171-19/+18
* s390/cio: ccw_device_force_console don't use static variableSebastian Ott2013-04-174-7/+5
* s390/cio: wait_cons_dev don't use static variableSebastian Ott2013-04-177-25/+32
* s390/hibernate: Save and restore absolute zero pagesMichael Holzheu2013-04-173-3/+58
* s390/bitops: get rid of __BITOPS_BARRIER()Heiko Carstens2013-04-171-4/+3
* s390/cio: Use BITS_TO_LONGS() instead of __BITOPS_WORDS()Akinobu Mita2013-04-171-1/+1
* s390/bitops: remove unnecessary macro definitions in asm/bitops.hAkinobu Mita2013-04-171-57/+53
* s390/mm: speedup storage key initializationHeiko Carstens2013-04-171-15/+9
* s390/dumpstack: fix call chain walkingHeiko Carstens2013-04-173-250/+253
* s390/hypfs: Use PTR_RET functionAlexandru Gheorghiu2013-04-171-3/+1
* s390/cmm: Removed useless labelAlexandru Gheorghiu2013-04-171-5/+3
* s390/dasd: remove cast for kzalloc return valueZhang Yanfei2013-04-171-2/+1
* s390/bpf,jit: use kcalloc instead of kmalloc and memsetStelian Nirlu2013-04-171-2/+1
* s390/cio: make use of newly added format 1 channel-path dataPeter Oberparleiter2013-04-171-8/+14
* s390/cio: collect format 1 channel-path description dataPeter Oberparleiter2013-04-174-9/+31
* s390/monreader: Remove redundant NULL check before kfreeSyam Sidhardhan2013-04-171-2/+1
* s390/s390dbf.txt: Add doc: Debug views are removed in debug_unregister()Michael Holzheu2013-04-171-1/+2
* s390/dis: use explicit buf lenStefan Raspl2013-04-173-6/+8
* s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2013-04-171-2/+1
* s390/mm: zero page cache synonyms for zEC12Martin Schwidefsky2013-04-171-1/+9
* s390/mm: protection exception PSW for aborted transactionMartin Schwidefsky2013-04-171-2/+7
* s390/kdump: Add PM notifier for kdumpMichael Holzheu2013-04-151-0/+30
* Linux 3.9-rc7v3.9-rc7Linus Torvalds2013-04-141-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-148-21/+33
|\
| * x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky2013-04-121-0/+2
| * x86/mm/cpa/selftest: Fix false positive in CPA self testAndrea Arcangeli2013-04-121-1/+1
| * x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli2013-04-111-5/+5
| * x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-105-13/+21
| * x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-101-2/+4
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-143-4/+32
|\ \
| * | sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka2013-04-081-1/+1
| * | sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-081-1/+1
| * | sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-081-0/+26
| * | sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-03-211-2/+4
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-146-11/+28
|\ \ \
| * | | perf: Fix error return codeWei Yongjun2013-04-121-0/+1
| * | | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| * | | perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| * | | perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang2013-04-081-1/+2
| * | | perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian2013-03-212-5/+19
| * | | perf/x86: Fix uninitialized pt_regs in intel_pmu_drain_bts_buffer()Stephane Eranian2013-03-211-1/+2
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-04-142-3/+9
|\ \ \ \
| * | | | drm/fb-helper: Fix locking in drm_fb_helper_hotplug_eventDaniel Vetter2013-04-121-3/+5