1. 2c0b495 ARM: OMAP2+: Fix relative includes for serial.h by Tony Lindgren · 12 years ago
  2. 21d182b ARM: OMAP: Fix relative includes for fpga.h by Tony Lindgren · 12 years ago
  3. 4e96901 ARM: OMAP1: Remove relative includes by Tony Lindgren · 12 years ago
  4. 8280960 ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.c by Tony Lindgren · 12 years ago
  5. 32dee01 ARM: OMAP: Fix relative includes for debug-devices.h by Tony Lindgren · 12 years ago
  6. 5c2e885 ARM: OMAP: Remove plat-omap/common.h by Tony Lindgren · 12 years ago
  7. 6e740f9 ARM: OMAP: Move omap-pm-noop.c local to mach-omap2 by Tony Lindgren · 12 years ago
  8. 01480bad ARM: OMAP: Fix relative includes for shared i2c.h file by Tony Lindgren · 12 years ago
  9. c34f7c6 ARM: OMAP: Make plat-omap/i2c.c port checks local by Tony Lindgren · 12 years ago
  10. bb77209 ARM: OMAP: Move omap2+ specific parts of sram.c to mach-omap2 by Tony Lindgren · 12 years ago
  11. f205cfa ARM: OMAP: Move omap1 specific code to local sram.c by Tony Lindgren · 12 years ago
  12. d8cfd6c ARM: OMAP: Introduce common omap_map_sram() and omap_sram_reset() by Tony Lindgren · 12 years ago
  13. bf027ca ARM: OMAP: Split sram.h to local headers and minimal shared header by Tony Lindgren · 12 years ago
  14. eba36d7 ARM: OMAP1: usb: fix sparse warnings by Paul Walmsley · 12 years ago
  15. a021279 Merge tag 'omap-cleanup-fixes-a-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  16. 97af08b ARM: OMAP1: fix sparse warning added by commit 4c98dc6b8ef2f73bdbfa78186db9a76507ba9ea3 by Paul Walmsley · 12 years ago
  17. 47ba709 ARM: OMAP1: fix build breakage introduced by commit 25c7d49ed48b4843da7dea56a81ae7f620211ee0 by Paul Walmsley · 12 years ago
  18. ea5d8f4 ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b47b0a1083af32520 by Paul Walmsley · 12 years ago
  19. 2da8a79 Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  20. 6d02643 Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  21. e8c4a7a ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> by Felipe Balbi · 12 years ago
  22. 54db6ee ARM: OMAP2+: Introduce local usb.h by Tony Lindgren · 12 years ago
  23. 3d82cbb ARM: OMAP: Split plat/serial.h for omap1 and omap2+ by Tony Lindgren · 12 years ago
  24. ede8df1 ARM: OMAP: Split uncompress.h to mach-omap1 and mach-omap2 by Tony Lindgren · 12 years ago
  25. 3e9a632 Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-headers-serial-take2 by Tony Lindgren · 12 years ago
  26. 54ec52b tty/serial/8250: Make omap hardware workarounds local to 8250.h by Tony Lindgren · 12 years ago
  27. b15d538 serial/8250/8250_early: Prevent rounding error in uartclk by Alexey Brodkin · 12 years ago
  28. 9484b00 serial: samsung: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  29. b8b345b TTY: Report warning when low_latency flag is wrongly used by Ivo Sieben · 12 years ago
  30. 6b898c0 console: use might_sleep in console_lock by Daniel Vetter · 12 years ago
  31. ecbbfd4 TTY: move tty buffers to tty_port by Jiri Slaby · 12 years ago
  32. 967fab6 TTY: add port -> tty link by Jiri Slaby · 12 years ago
  33. 5cff39c TTY: tty_buffer, cache pointer to tty->buf by Jiri Slaby · 12 years ago
  34. 2fc2066 TTY: move TTY_FLUSH* flags to tty_port by Jiri Slaby · 12 years ago
  35. 57c9412 TTY: n_tty, propagate n_tty_data by Jiri Slaby · 12 years ago
  36. bddc715 TTY: move ldisc data from tty_struct: locks by Jiri Slaby · 12 years ago
  37. ba2e68a TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff by Jiri Slaby · 12 years ago
  38. 3fe780b TTY: move ldisc data from tty_struct: bitmaps by Jiri Slaby · 12 years ago
  39. 53c5ee2 TTY: move ldisc data from tty_struct: simple members by Jiri Slaby · 12 years ago
  40. 70ece7a TTY: n_tty, add ldisc data to n_tty by Jiri Slaby · 12 years ago
  41. 6c633f2 TTY: audit, stop accessing tty->icount by Jiri Slaby · 12 years ago
  42. 3383427 TTY: n_tty, remove bogus checks by Jiri Slaby · 12 years ago
  43. b91939f TTY: n_tty, simplify read_buf+echo_buf allocation by Jiri Slaby · 12 years ago
  44. f327b34 TTY: hci_ldisc, remove invalid check in open by Jiri Slaby · 12 years ago
  45. 31e1212 TTY: ldisc, wait for idle ldisc in release by Jiri Slaby · 12 years ago
  46. 7ee00fd TTY: vt, fix paste_selection ldisc handling by Jiri Slaby · 12 years ago
  47. fa2ecfc5a TTY: move devpts kill to pty by Jiri Slaby · 12 years ago
  48. 1dcb8e6 TTY: devpts, document devpts inode operations by Jiri Slaby · 12 years ago
  49. f11afb6 TTY: devpts, do not set driver_data by Jiri Slaby · 12 years ago
  50. 162b97c TTY: devpts, return created inode from devpts_pty_new by Jiri Slaby · 12 years ago
  51. 8fcbaa2 TTY: devpts, don't care about TTY in devpts_get_tty by Jiri Slaby · 12 years ago
  52. cee4ad1 tty: prevent unnecessary work queue lock checking on flip buffer copy by Ivo Sieben · 12 years ago
  53. daee779 console: implement lockdep support for console_lock by Daniel Vetter · 12 years ago
  54. 6f0c058 Linux 3.7-rc2 by Linus Torvalds · 12 years ago
  55. 198190a Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  56. aeed41a arm64: fix alignment padding in assembly code by Marc Zyngier · 12 years ago
  57. 31fd84b9 use clamp_t in UNAME26 fix by Kees Cook · 12 years ago
  58. 8c1bee6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  59. 45bff41 perf python: Properly link with libtraceevent by Arnaldo Carvalho de Melo · 12 years ago
  60. a448a03 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  61. 3782010 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  62. caabe24 MODSIGN: Move the magic string to the end of a module and eliminate the search by David Howells · 12 years ago
  63. 70f3900 Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes by Olof Johansson · 12 years ago
  64. b6bb324 MODSIGN: Cleanup .gitignore by David Howells · 12 years ago
  65. b37d1bf MODSIGN: perlify sign-file and merge in x509keyid by David Howells · 12 years ago
  66. 068a565 Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes by Olof Johansson · 12 years ago
  67. 9e78144 hold task->mempolicy while numa_maps scans. by KAMEZAWA Hiroyuki · 12 years ago
  68. 3b641bf Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  69. 4a1f2b0 Merge branch 'akpm' (Fixes from Andrew) by Linus Torvalds · 12 years ago
  70. fe73fbe lib/dma-debug.c: fix __hash_bucket_find() by Ming Lei · 12 years ago
  71. 0db63d7 mm: compaction: correct the nr_strict va isolated check for CMA by Mel Gorman · 12 years ago
  72. bac7169 firmware/memmap: avoid type conflicts with the generic memmap_init() by Fengguang Wu · 12 years ago
  73. bbc2e3e pidns: remove recursion from free_pid_ns() by Cyrill Gorcunov · 12 years ago
  74. dc36d7e drivers/video/backlight/lm3639_bl.c: return proper error in lm3639_bled_mode_store() error paths by Axel Lin · 12 years ago
  75. 2702b15 kernel/sys.c: fix stack memory content leak via UNAME26 by Kees Cook · 12 years ago
  76. 1d46e23 linux/coredump.h needs asm/siginfo.h by Richard Weinberger · 12 years ago
  77. deb521c remap_file_pages: correctly handle the case of a NULL vm_ops pointer by Linus Torvalds · 12 years ago
  78. 17dbe27 Merge tag 'xtensa-next-20121018' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 12 years ago
  79. b05e585 kbuild: Fix module signature generation by Linus Torvalds · 12 years ago
  80. 1675737 xen: Fix annoying compile-time warning by Linus Torvalds · 12 years ago
  81. e80bd27 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  82. ccfc273 Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  83. 42bf3e2 Merge tag 'usb-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  84. fb06de0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 12 years ago
  85. 22054fb Merge tag 'parisc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 12 years ago
  86. ea26d0c MAINTAINERS: Add Rafael's address to ACPI maintainers by Rafael J. Wysocki · 12 years ago
  87. 90cdb1a Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  88. d479c91 USB: ehci-fsl: Return valid error in ehci_fsl_setup_phy by Ben Collins · 12 years ago
  89. 7216cab xtensa: add missing system calls to the syscall table by Chris Zankel · 12 years ago
  90. 6238559 Merge tag 'disintegrate-parisc-20121016' into for-linus by James Bottomley · 12 years ago
  91. 39070cb xtensa: minor compiler warning fix by Chris Zankel · 12 years ago
  92. e2a666d kbuild: sign the modules at install time by Rusty Russell · 12 years ago
  93. 4533d86 Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgent by H. Peter Anvin · 12 years ago
  94. 5bc6617 x86, MCE: Remove bios_cmci_threshold sysfs attribute by Borislav Petkov · 12 years ago
  95. e4c060d ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 by Tony Lindgren · 12 years ago
  96. e10dd62 ARM: OMAP: clock: split plat/clkdev_omap.h into OMAP1/2 files by Paul Walmsley · 12 years ago
  97. a135eaa ARM: OMAP: remove plat/clock.h by Paul Walmsley · 12 years ago
  98. 1fe9be8 ARM: OMAP: duplicate plat-omap/clock.c into mach-omap[12]/clock.c by Paul Walmsley · 12 years ago
  99. f7a9b8a ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2 by Lokesh Vutla · 12 years ago
  100. f583f0f ARM: OMAP2+: Move omap_reserve() locally to mach-omap2 by Lokesh Vutla · 12 years ago