1. 5e249d6 s390/mm: mark free_initrd_mem() as __init by Heiko Carstens · 12 years ago
  2. b1d6b40 s390/cmpxchg,percpu: implement cmpxchg_double() by Heiko Carstens · 12 years ago
  3. ba6f5c2 s390/percpu: implement this_cpu_add_return() by Heiko Carstens · 12 years ago
  4. 28634a0 s390/percpu: implement this_cpu_xchg() by Heiko Carstens · 12 years ago
  5. 0ed23b3 s390/kexec: remove CONFIG_KEXEC by Heiko Carstens · 12 years ago
  6. 708c39d s390/irq: use designated initializers for irq class array by Heiko Carstens · 12 years ago
  7. 41459d3 s390: add uninitialized_var() to suppress false positive compiler warnings by Heiko Carstens · 12 years ago
  8. 6b563d8 s390/crashdump: move fill_cpu_elf_notes() prototype to header file by Heiko Carstens · 12 years ago
  9. f6e3869 s390/process: add missing header include by Heiko Carstens · 12 years ago
  10. 66389e8 s390/ptrace: add missing ifdef by Heiko Carstens · 12 years ago
  11. 1a0f248 s390/ipl,decrompressor: disable branch profiling by Heiko Carstens · 12 years ago
  12. 305e4f1 s390/perf_events: compile only for CONFIG_64BIT by Heiko Carstens · 12 years ago
  13. 0327dab s390/topology: use for_each_set_bit to simplify the code by Wei Yongjun · 12 years ago
  14. c0162b0 s390/syscalls: wire up kcmp system call by Heiko Carstens · 12 years ago
  15. a11b2ef s390/appldata: change return value of appldata_asm by Heiko Carstens · 12 years ago
  16. d978386 s390/kexec: change return value of machine_kexec_prepare by Heiko Carstens · 12 years ago
  17. a8f6db4 s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYS by Heiko Carstens · 12 years ago
  18. caf757c s390/sysinfo,stsi: change return code handling by Heiko Carstens · 12 years ago
  19. eb608fb s390/exceptions: switch to relative exception table entries by Heiko Carstens · 12 years ago
  20. c3e6d40 s390/scm: remove superfluous lock by Sebastian Ott · 12 years ago
  21. 50ab9a9 s390/smp,topology: add polarization member to pcpu struct by Heiko Carstens · 12 years ago
  22. fade4dc s390/sysinfo,topology: fix cpu topology maximum nesting detection by Heiko Carstens · 12 years ago
  23. 34cda99 s390/mm: implement __get_user_pages_fast() by Gerald Schaefer · 12 years ago
  24. 25502f0 s390/sysinfo: add additional z196 fields to output by Heiko Carstens · 12 years ago
  25. 0facaa1 s390/sysinfo: convert /proc/sysinfo to seqfile by Heiko Carstens · 12 years ago
  26. 7860913 s390/topology: remove sysinfo header include, add forward declaration instead by Heiko Carstens · 12 years ago
  27. bad4c9c s390/mm: shorten addressing mode initialization by Heiko Carstens · 12 years ago
  28. d1b0d84 s390/mm: rename addressing_mode to s390_user_mode by Heiko Carstens · 12 years ago
  29. 3d5787c s390/mm: change default addressing mode by Heiko Carstens · 12 years ago
  30. c5e3acd s390/smp: avoid concurrent write to sigp status field by Heiko Carstens · 12 years ago
  31. fbf3c54 s390/processor: use ARRAY_SIZE instead of hard coded value by Heiko Carstens · 12 years ago
  32. 6668022 s390/cache: add cpu cache information to /proc/cpuinfo by Heiko Carstens · 12 years ago
  33. d35339a s390: add support for transactional memory by Martin Schwidefsky · 12 years ago
  34. e4b8b3f s390: add support for runtime instrumentation by Jan Glauber · 12 years ago
  35. 2e73c2c s390/eadm_sch: add support for irq statistics by Sebastian Ott · 12 years ago
  36. eadb86a s390/cio: add eadm subchannel driver by Sebastian Ott · 12 years ago
  37. 40ff4cc s390: add scm notification by Sebastian Ott · 12 years ago
  38. 1d1c8f7 s390: add scm bus driver by Sebastian Ott · 12 years ago
  39. d2fc439b s390: add eadm related structures by Sebastian Ott · 12 years ago
  40. 382b736 s390: add eadm facility bits by Sebastian Ott · 12 years ago
  41. 48a8ca0 s390/kexec: move machine_crash_shutdown() to machine_kexec.c by Heiko Carstens · 12 years ago
  42. 1c72592 s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiers by Heiko Carstens · 12 years ago
  43. 0d0e471 s390/smp: fix smp_find_processor_id() argument mismatch by Heiko Carstens · 12 years ago
  44. 7755d6b s390/cpu hotplug: use hotcpu_notifier() instead of register_cpu_notifier() by Heiko Carstens · 12 years ago
  45. bdd1fc2 s390/kvm: Improve Kconfig help text. by Cornelia Huck · 12 years ago
  46. 843c48f s390/kconfig: split the s390 base menu by Jan Glauber · 12 years ago
  47. 881730a s390/cache: expose cpu cache topology via sysfs by Heiko Carstens · 12 years ago
  48. 648609e s390: enable large page support with CONFIG_DEBUG_PAGEALLOC by Gerald Schaefer · 12 years ago
  49. 535c611 s390/string: provide asm lib functions for memcpy and memcmp by Heiko Carstens · 12 years ago
  50. 68d9884 s390/bpf,jit: improve code generation by Heiko Carstens · 12 years ago
  51. c10302e s390/bpf,jit: BPF Just In Time compiler for s390 by Martin Schwidefsky · 12 years ago
  52. 6f0f9b6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  53. 56d27ad Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  54. 0c59f23 Merge tag 'stable/for-linus-3.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  55. 510d573 phy/micrel: Rename KS80xx to KSZ80xx by Marek Vasut · 12 years ago
  56. e70cf54 tile: gxio iorpc numbering change for TRIO interface by Chris Metcalf · 12 years ago
  57. 8d54db79 xen/boot: Disable NUMA for PV guests. by Konrad Rzeszutek Wilk · 12 years ago
  58. 56bae80 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  59. e5e77cf Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  60. b3a297d Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  61. 6219844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  62. 9d10890 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  63. 18f5600 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  64. 6336501 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  65. a9e8d1a sparc: fix the return value of module_alloc() by Wei Yongjun · 12 years ago
  66. dfa520a sparc32: Enable the relocation target R_SPARC_DISP32 for sparc32 by Andreas Larsson · 12 years ago
  67. 267b50f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  68. 8ca7de9 Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  69. bf619fa ARM: reserve syscall 378 for kcmp by Russell King · 12 years ago
  70. 24cc7fb x86/kbuild: archscripts depends on scripts_basic by Jeff Mahoney · 12 years ago
  71. d99a910 Merge branch 'clkdev' into fixes by Russell King · 12 years ago
  72. 2b25d9f ARM: 7535/1: Reprogram smp_twd based on new common clk framework notifiers by Mike Turquette · 12 years ago
  73. bd49940 xen/boot: Disable BIOS SMP MP table search. by Konrad Rzeszutek Wilk · 12 years ago
  74. 077fee0 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  75. 20a36e3 perf/x86: Fix Intel Ivy Bridge support by Stephane Eranian · 12 years ago
  76. 23f3f06 Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Olof Johansson · 12 years ago
  77. 42a3f89 ARM i.MX25: Make timer irq work again by Sascha Hauer · 12 years ago
  78. 3549517 ARM: imx: armadillo5x0: Fix illegal register access by Fabio Estevam · 12 years ago
  79. 652f5b5 Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Olof Johansson · 12 years ago
  80. 0921dce Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 12 years ago
  81. d7235b8 Merge branch 'v3.6-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 12 years ago
  82. 5e071e2 sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling. by Al Viro · 12 years ago
  83. a704835 ARM: shmobile: kzm9g: bugfix: correct mmcif interrupt settings by Tetsuyuki Kobayashi · 12 years ago
  84. d6838a6 ARM: SAMSUNG: Use spin_lock_{irqsave,irqrestore} in clk_set_rate by Tushar Behera · 12 years ago
  85. 51ac51a ARM: at91: fix missing #interrupt-cells on gpio-controller by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  86. 4db84d4 s390/mm: fix user access page-table walk code by Gerald Schaefer · 12 years ago
  87. dbc5e1e ARM: SAMSUNG: use spin_lock_irqsave() in clk_set_parent by Mandeep Singh Baines · 12 years ago
  88. e376fdf MIPS: Malta: Don't crash on spurious interrupt. by Ralf Baechle · 12 years ago
  89. e1e5b7e ARM: 7532/1: decompressor: reset SCTLR.TRE for VMSA ARMv7 cores by Matthew Leach · 12 years ago
  90. 8ef997b ARM: 7534/1: clk: Make the managed clk functions generically available by Lars-Peter Clausen · 12 years ago
  91. 1568d9f Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  92. 7ef6e97 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. 636221b MIPS: Malta: Remove RTC Data Mode bootstrap breakage by Maciej W. Rozycki · 12 years ago
  94. 73e8f3d x86/mm/init.c: Fix devmem_is_allowed() off by one by T Makphaibulchoke · 12 years ago
  95. bad9ac2 perf/x86/ibs: Check syscall attribute flags by Robert Richter · 12 years ago
  96. 35534b2 perf/x86: Export Sandy Bridge uncore clockticks event in sysfs by Stephane Eranian · 12 years ago
  97. 6a2a2b8 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  98. 2bc733e Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Olof Johansson · 12 years ago
  99. 8507876 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  100. 2fc136e xen/m2p: do not reuse kmap_op->dev_bus_addr by Stefano Stabellini · 12 years ago