summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [S390] dasd: fix use after free in dbfSebastian Ott2010-10-251-1/+0
| * | | | [S390] kvm: Fix badness at include/asm/mmu_context.h:83Christian Borntraeger2010-10-251-0/+2
| * | | | [S390] cio: fix I/O cancel functionPeter Oberparleiter2010-10-252-2/+8
| * | | | [S390] topology: change defaultHeiko Carstens2010-10-252-4/+4
| * | | | [S390] smp: use correct cpu address in print_cpu_info()Heiko Carstens2010-10-251-1/+1
| * | | | [S390] remove ieee_instruction_pointer from thread_structMartin Schwidefsky2010-10-254-7/+2
| * | | | [S390] cleanup system call parameter setupMartin Schwidefsky2010-10-253-9/+5
| * | | | [S390] correct alignment of cpuid structureMartin Schwidefsky2010-10-251-1/+1
| * | | | [S390] cleanup lowcore access from external interruptsMartin Schwidefsky2010-10-2515-49/+57
| * | | | [S390] cleanup lowcore access from program checksMartin Schwidefsky2010-10-256-172/+110
| * | | | [S390] pgtable: move pte_mkhuge() from hugetlb.h to pgtable.hHeiko Carstens2010-10-252-26/+28
| * | | | [S390] fix SIGBUS handlingMartin Schwidefsky2010-10-251-3/+11
| * | | | [S390] cio: notify drivers of channel path eventsSebastian Ott2010-10-255-8/+75
| * | | | [S390] css: update subchannel description after hibernateSebastian Ott2010-10-251-0/+1
| * | | | [S390] css: update descriptor after hibernateSebastian Ott2010-10-252-2/+12
| * | | | [S390] cio: update descriptor in chsc_chp_varySebastian Ott2010-10-253-9/+11
| * | | | [S390] chsc: use the global page to determine the chp desriptorSebastian Ott2010-10-253-44/+44
| * | | | [S390] chsc: consolidate memory allocationsSebastian Ott2010-10-253-136/+116
| * | | | [S390] chsc: initialization fixesSebastian Ott2010-10-253-17/+17
| * | | | [S390] cio: add lock to struct channel_pathSebastian Ott2010-10-252-14/+27
| * | | | [S390] cio: fix memleak in resume pathSebastian Ott2010-10-251-2/+6
| * | | | [S390] cio: remove custom implementation of hex_to_bin()Andy Shevchenko2010-10-251-6/+4
| * | | | [S390] dasd fix dump_sense_dbfStefan Haberland2010-10-251-6/+10
| * | | | [S390] css: fix sparse warningSebastian Ott2010-10-251-1/+1
| * | | | [S390] hvc_iucv: do not call iucv_unregister if iucv_register failedHendrik Brueckner2010-10-251-3/+1
| * | | | [S390] cmm: fix crash on case conversionHeiko Carstens2010-10-251-1/+6
| * | | | [S390] drivers/s390/char: Use static const char arraysJoe Perches2010-10-251-2/+2
| * | | | [S390] switch_to: get rid of prev == next checkHeiko Carstens2010-10-251-2/+0
| * | | | [S390] switch_to: dont restore/save access & fpu regs for kernel threadsHeiko Carstens2010-10-251-8/+12
| * | | | [S390] Add config option for z196 code generation.Heiko Carstens2010-10-253-2/+15
| * | | | [S390] sysinfo: display capacity adjustment indicatorHeiko Carstens2010-10-252-1/+11
| * | | | [S390] add z196 instructions to kernel disassemblerMartin Schwidefsky2010-10-251-13/+132
| * | | | [S390] add support for nonquiescing sskeMartin Schwidefsky2010-10-257-12/+18
| * | | | [S390] store indication fault optimizationMartin Schwidefsky2010-10-253-3/+20
| * | | | [S390] cpu hotplug/idle: move cpu_die call to enabled contextHeiko Carstens2010-10-251-5/+5
| * | | | [S390] lockless get_user_pages_fast()Martin Schwidefsky2010-10-259-27/+394
| * | | | [S390] set ARCH_HAS_SG_CHAIN for s390Christof Schmitt2010-10-251-0/+2
| * | | | [S390] standardize Kbuild rulesHeiko Carstens2010-10-252-2/+8
| * | | | [S390] dasd: let recovery cqr inherit flags from failed cqrStefan Weinhuber2010-10-251-0/+3
| * | | | [S390] zero page cache synonymsMartin Schwidefsky2010-10-252-7/+64
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-25479-19477/+37901
|\ \ \ \ \
| * \ \ \ \ Merge branch 'topic/hda' into for-linusTakashi Iwai2010-10-2521-2239/+2837
| |\ \ \ \ \
| | * | | | | ALSA: hda - Disable sticky PCM stream assignment for AD codecsTakashi Iwai2010-10-253-0/+11
| | * | | | | ALSA: hda - Add workarounds for CT-IBG controllersTakashi Iwai2010-10-222-3/+11
| | * | | | | ALSA: hda - Fix wrong TLV mute bit for STAC/IDT codecsClemens Ladisch2010-10-221-1/+2
| | * | | | | ALSA: hda - Apply ideapad quirk to Acer laptops with Cxt5066Takashi Iwai2010-10-211-2/+1
| | * | | | | ALSA: hda - Add some workarounds for Creative IBGTakashi Iwai2010-10-211-4/+12
| | * | | | | ALSA: hda - Fix wrong SPDIF NID assignment for CA0110Takashi Iwai2010-10-211-1/+1
| | * | | | | ALSA: hda - Fix codec rename rules for ALC662-compatible codecsKailang Yang2010-10-211-4/+8
| | * | | | | ALSA: hda - Add alc_init_jacks() call to other codecsKailang Yang2010-10-211-1/+11