1. 57b5918 s390/pci: update function handle after resume from hibernate by Sebastian Ott · 12 years ago
  2. d03abe5 s390/pci: try harder to modify a function by Sebastian Ott · 12 years ago
  3. 1d57896 s390/pci: split lpf by Sebastian Ott · 12 years ago
  4. 77e844b s390/hibernate: add early resume function by Sebastian Ott · 12 years ago
  5. 0ff70ec s390/pci: add recover sysfs knob by Sebastian Ott · 12 years ago
  6. cb80918 s390/pci: use claim_resource by Sebastian Ott · 12 years ago
  7. 67f43f3 s390/pci/hotplug: convert to be builtin only by Sebastian Ott · 12 years ago
  8. 0944fe3 s390/mm: implement software referenced bits by Martin Schwidefsky · 12 years ago
  9. 0628a5f s390/tx: allow program interruption filtering in user space by Martin Schwidefsky · 12 years ago
  10. 0196c64 s390/pgtable: fix mprotect for single-threaded KVM guests by Martin Schwidefsky · 12 years ago
  11. 0587d40 s390/time: return with irqs disabled from psw_idle by Martin Schwidefsky · 12 years ago
  12. 6b169ac s390/kprobes: add support for compare and branch instructions by Heiko Carstens · 12 years ago
  13. bee5c28 s390/switch_to: fix save_access_regs() / restore_access_regs() by Heiko Carstens · 12 years ago
  14. 02aff3a s390/bitops: fix inline assembly constraints by Heiko Carstens · 12 years ago
  15. 5c474a1 s390/mm: introduce ptep_flush_lazy helper by Martin Schwidefsky · 12 years ago
  16. b6bed09 s390/time: clock comparator revalidation by Martin Schwidefsky · 12 years ago
  17. d56c893 s390/pgtable: add pgste_get helper by Martin Schwidefsky · 12 years ago
  18. a055f66 s390/pgtable: skip pgste updates on full flush by Martin Schwidefsky · 12 years ago
  19. e509861 s390/mm: cleanup page table definitions by Martin Schwidefsky · 12 years ago
  20. 416fd0f s390/mm: remove dead pfmf inline assembly by Heiko Carstens · 12 years ago
  21. 1f44a225 s390: convert interrupt handling to use generic hardirq by Martin Schwidefsky · 12 years ago
  22. 5d0d8f4 s390/pci: use adapter interrupt vector helpers by Martin Schwidefsky · 12 years ago
  23. 9389339 s390/pci: cleanup function names by Martin Schwidefsky · 12 years ago
  24. a9a6f03 s390/airq: introduce adapter interrupt vector helper by Martin Schwidefsky · 12 years ago
  25. 958d907 s390: replace remaining strict_strtoul() with kstrtoul() by Heiko Carstens · 12 years ago
  26. 215b28a s390: Fix broken build by Guenter Roeck · 12 years ago
  27. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 12 years ago
  28. 30b229b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  29. e769ece KVM: s390: fix pfmf non-quiescing control handling by Heiko Carstens · 12 years ago
  30. 2b29a9f KVM: s390: move kvm_guest_enter,exit closer to sie by Dominik Dingel · 12 years ago
  31. 198b1bf s390/perf: fix compile error (undefined reference sie_exit) by Heiko Carstens · 12 years ago
  32. 3b0040a s390/bitops: fix find_next_bit_left by Martin Schwidefsky · 12 years ago
  33. 5947122 s390: add support for IBM zBC12 machine by Heiko Carstens · 12 years ago
  34. 79b6f7f s390/Kconfig: select 'TTY' when 'S390_GUEST' is enabled by Chen Gang · 12 years ago
  35. 8e2872c s390: add support for LZ4-compressed kernel by Heiko Carstens · 12 years ago
  36. 89a8c59 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  37. 191a2fa s390/kdump: Allow copy_oldmem_page() copy to virtual memory by Michael Holzheu · 12 years ago
  38. c9a7afa s390/bpf,jit: add pkt_type support by Heiko Carstens · 12 years ago
  39. aa2d2c7 s390/bpf,jit: address randomize and write protect jit code by Heiko Carstens · 12 years ago
  40. fee1b54 s390/bpf,jit: use generic jit dumper by Heiko Carstens · 12 years ago
  41. 1eeb747 s390/bpf,jit: call module_free() from any context by Heiko Carstens · 12 years ago
  42. 64597f9 s390/ptrace: PTRACE_TE_ABORT_RAND by Michael Mueller · 12 years ago
  43. e2741f1 s390: delete __cpuinit usage from all s390 files by Paul Gortmaker · 12 years ago
  44. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  45. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 12 years ago
  46. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 12 years ago
  47. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  48. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  49. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 12 years ago
  50. 8bdc237 s390: remove setting for saved_max_pfn by Zhang Yanfei · 12 years ago
  51. a18d0e2 mm/s390: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  52. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 12 years ago
  53. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 12 years ago
  54. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 12 years ago
  55. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  56. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  57. c1101cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  58. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  59. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  60. 5ea34a0 s390/dasd: Fail all requests when DASD_FLAG_ABORTIO is set by Hannes Reinecke · 13 years ago
  61. d783d9a s390/hwsampler: Updated misleading member names in hws_data_entry by Hendrik Brueckner · 12 years ago
  62. 24a72ac Merge tag 'v3.10' into next by Benjamin Herrenschmidt · 12 years ago
  63. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 12 years ago
  64. 2ab1461 s390/appldata_net_sum: do not use static data by Sebastian Ott · 12 years ago
  65. a94f0fb s390/appldata_mem: do not use static data by Sebastian Ott · 12 years ago
  66. f4eae94 s390/airq: simplify adapter interrupt code by Martin Schwidefsky · 12 years ago
  67. 386aa051f s390/pci: remove per device debug attribute by Martin Schwidefsky · 12 years ago
  68. a9a5250cc s390/dma: remove gratuitous brackets by Sebastian Ott · 12 years ago
  69. 3208924 s390/facility: decompose test_facility() by Michael Mueller · 12 years ago
  70. 48f6b00 s390/irq: store interrupt information in pt_regs by Martin Schwidefsky · 12 years ago
  71. 5eba9bb s390/hypfs: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 12 years ago
  72. d475f94 s390/sclp: Add SCLP character device driver by Michael Holzheu · 12 years ago
  73. e9a8f32 s390/cio: Introduce on-close CHSC IOCTLs by Michael Holzheu · 12 years ago
  74. 64150ad s390/cio: Introduce generic synchronous CHSC IOCTL by Michael Holzheu · 12 years ago
  75. 80b054b s390/pci: sysfs remove strlen by Sebastian Ott · 12 years ago
  76. 8b2a7e6 s390/pci: remove pdev during unplug by Sebastian Ott · 12 years ago
  77. 4bee2a5 s390/pci: cleanup hotplug code by Sebastian Ott · 12 years ago
  78. 944239c s390/pci: implement pcibios_release_device by Sebastian Ott · 12 years ago
  79. 24d5dd0 s390/kvm: Provide function for setting the guest storage key by Christian Borntraeger · 12 years ago
  80. 92820a5 s390: remove virt_to_phys implementation by Sebastian Ott · 12 years ago
  81. b6ed49e s390/smp: get rid of generic_smp_call_function_interrupt by Heiko Carstens · 12 years ago
  82. 9294896 s390/pci: use to_pci_dev by Sebastian Ott · 12 years ago
  83. eda4ddf s390/ipl: Fix FCP WWPN and LUN format strings for read by Michael Holzheu · 12 years ago
  84. 87d41fb KVM: s390: Fixed priority of execution in STSI by Thomas Huth · 12 years ago
  85. 953ed88 KVM: s390: Reworked LCTL and LCTLG instructions by Thomas Huth · 12 years ago
  86. 133608f KVM: s390: Check for access exceptions during TPI by Thomas Huth · 12 years ago
  87. 93e1750 KVM: s390: Check for PSTATE when handling DIAGNOSE by Thomas Huth · 12 years ago
  88. 5087dfa KVM: s390: Privileged operation checks moved to instruction handlers by Thomas Huth · 12 years ago
  89. f9f6bbc KVM: s390: Privileged operation check for TPROT by Thomas Huth · 12 years ago
  90. 208dd75 KVM: s390: Renamed PGM_PRIVILEGED_OPERATION by Thomas Huth · 12 years ago
  91. 6b0b50b mm/THP: add pmd args to pgtable deposit and withdraw APIs by Aneesh Kumar K.V · 12 years ago
  92. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  93. 35b03aec s390/mem_detect: fix memory hole handling by Heiko Carstens · 12 years ago
  94. 4026099 s390/dma: support debug_dma_mapping_error by Sebastian Ott · 12 years ago
  95. 73e5a84 s390/dma: fix mapping_error detection by Sebastian Ott · 12 years ago
  96. 690cec8 s390/irq: Only define synchronize_irq() on SMP by Ben Hutchings · 12 years ago
  97. bb07b00 Merge 3.10-rc6 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  98. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 12 years ago
  99. aeb87c3 KVM: s390: Fix epsw instruction decoding by Thomas Huth · 12 years ago
  100. b764bb1 KVM: s390,perf: Detect if perf samples belong to KVM host or guest by Heinz Graalfs · 12 years ago