1. bd12976 ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpers by Vineet Gupta · 11 years ago
  2. 63d2dfd ARC: cacheflush refactor #2: I and D caches lines to have same size by Vineet Gupta · 11 years ago
  3. f3e4de3 ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine by Vineet Gupta · 11 years ago
  4. 064a626 ARC: use __weak instead of __attribute__((weak)) by Vineet Gupta · 11 years ago
  5. 8e457d6 ARC: Annotate some functions as static by Vineet Gupta · 11 years ago
  6. 6855e95 arc: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  7. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  8. 714647b perf tools: Check maximum frequency rate for record/top by Jiri Olsa · 11 years ago
  9. a986241 perf fs: Add procfs support by Jiri Olsa · 11 years ago
  10. cf38fad perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() by Arnaldo Carvalho de Melo · 11 years ago
  11. aa62c20 arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 mode by T.J. Purtell · 11 years ago
  12. 4299a54 perf tools: Factor sysfs code into generic fs object by Jiri Olsa · 11 years ago
  13. 44d742e perf list: Add usage by David Ahern · 11 years ago
  14. 8e00ddc perf list: Remove a level of indentation by David Ahern · 11 years ago
  15. 847264fb arm64: Use 42-bit address space with 64K pages by Catalin Marinas · 11 years ago
  16. 5febff0 tools/perf/build: Fix detection of non-core features by David Ahern · 11 years ago
  17. 87419c9 perf kvm: Disable live command if timerfd is not supported by David Ahern · 11 years ago
  18. 122e2fa arm64: module: ensure instruction is little-endian before manipulation by Will Deacon · 11 years ago
  19. dab7ea3 arm64: defconfig: Enable CONFIG_PREEMPT by default by Catalin Marinas · 11 years ago
  20. 717321f arm64: fix access to preempt_count from assembly code by Marc Zyngier · 11 years ago
  21. 41a4e6e perf hists: Consolidate __hists__add_*entry() by Namhyung Kim · 11 years ago
  22. fab99eb NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security by Trond Myklebust · 11 years ago
  23. b944dba NFSv4: Sanity check the server reply in _nfs4_server_capabilities by Trond Myklebust · 11 years ago
  24. d204c5d NFSv4.2: encode_readdir - only ask for labels when doing readdirplus by Trond Myklebust · 11 years ago
  25. 3da580a nfs: set security label when revalidating inode by Jeff Layton · 11 years ago
  26. f3f5a0f NFSv4.2: Fix a mismatch between Linux labeled NFS and the NFSv4.2 spec by Trond Myklebust · 11 years ago
  27. 87968f9 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  28. 7ade67b arm64: move enabling of GIC before CPUs are set online by Marc Zyngier · 11 years ago
  29. 3c62062 arm64: use generic RW_DATA_SECTION macro in linker script by Mark Salter · 11 years ago
  30. 6d862b8 tools lib traceevent: Add pevent_print_func_field() helper function by Steven Rostedt · 11 years ago
  31. c6c2b96 tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual events by Steven Rostedt · 11 years ago
  32. 5efb9fb tools lib traceevent: Check for spaces in character array by Steven Rostedt (Red Hat) · 11 years ago
  33. 0883d9d tools lib traceevent: Have bprintk output the same as the kernel does by Steven Rostedt (Red Hat) · 11 years ago
  34. b30f75e tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len) by Howard Cochran · 11 years ago
  35. 0970b5f tools lib traceevent: If %s is a pointer, check printk formats by Steven Rostedt (Red Hat) · 11 years ago
  36. 18900af tools lib traceevent: Update printk formats when entered by Steven Rostedt (Red Hat) · 11 years ago
  37. 1b372ca tools lib traceevent: Add support for extracting trace_clock in report by Yoshihiro YUNOMAE · 11 years ago
  38. edf7b93 MIPS: Random whitespace clean-ups by Maciej W. Rozycki · 11 years ago
  39. cc03c54 perf stat: Enhance option parse error message by Namhyung Kim · 11 years ago
  40. d37a92d perf top: Use parse_options_usage() for -s option failure by Namhyung Kim · 11 years ago
  41. 91aba0a perf report: Use parse_options_usage() for -s option failure by Namhyung Kim · 11 years ago
  42. 4bceffb perf report: Postpone setting up browser after parsing options by Namhyung Kim · 11 years ago
  43. ac69762 perf tools: Show single option when failed to parse by Namhyung Kim · 11 years ago
  44. 42d8891 perf evsel: Synthesize PERF_SAMPLE_TRANSACTION by Adrian Hunter · 11 years ago
  45. 091a4ef perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTION by Adrian Hunter · 11 years ago
  46. 87b9552 perf evsel: Add missing overflow check for TRANSACTION by Adrian Hunter · 11 years ago
  47. 1e7ed5e perf evsel: Always use perf_evsel__set_sample_bit() by Adrian Hunter · 11 years ago
  48. 0263596 perf evlist: Add a debug print if event buffer mmap fails by Adrian Hunter · 11 years ago
  49. 8a0c4c2 perf tools: Fix libunwind build and feature detection for 32-bit build by Adrian Hunter · 11 years ago
  50. 28e962b perf tools: Fix 32-bit cross build by Adrian Hunter · 11 years ago
  51. 7ea9572 perf script: Set up output options for in-stream attributes by Adrian Hunter · 11 years ago
  52. f852fd6 perf evsel: Add a debug print if perf_event_open fails by Adrian Hunter · 11 years ago
  53. 4dfced3 perf tools: Get current comm instead of last one by Namhyung Kim · 11 years ago
  54. fedd63d perf tools: Compare hists comm by addresses by Frederic Weisbecker · 11 years ago
  55. 1902efe perf tools: Add new COMM infrastructure by Frederic Weisbecker · 11 years ago
  56. 162f0be perf tools: Add time argument on COMM setting by Frederic Weisbecker · 11 years ago
  57. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  58. be408cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  59. 6e6dc40 perf tools: Add missing data.h into LIB_H headers by Jiri Olsa · 11 years ago
  60. 9ef0438 perf probe: Fix typo by Arnaldo Carvalho de Melo · 11 years ago
  61. 1060786 s390/mm,tlb: correct tlb flush on page table upgrade by Martin Schwidefsky · 11 years ago
  62. 2147dbf GFS2: Use generic list_lru for quota by Steven Whitehouse · 11 years ago
  63. 7d80823 GFS2: Rename quota qd_lru_lock qd_lock by Steven Whitehouse · 11 years ago
  64. 9b9f039 GFS2: Use reflink for quota data cache by Steven Whitehouse · 11 years ago
  65. 2a3ede8 Merge branch 'perf/urgent' into perf/core to fix conflicts by Ingo Molnar · 11 years ago
  66. 215432ed Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  67. c32b7df net/mlx4_core: Fix call to __mlx4_unregister_mac by Jack Morgenstein · 11 years ago
  68. e9b51a1 Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-can by David S. Miller · 11 years ago
  69. 7926c1d net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb by Daniel Borkmann · 11 years ago
  70. 5e01dc7 Linux 3.12 by Linus Torvalds · 11 years ago
  71. 17f6ee4 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  72. 9bf76ca ipc, msg: forbid negative values for "msg{max,mnb,mni}" by Mathias Krause · 11 years ago
  73. c481e9f Query network adapter info at mount time for debugging by Steve French · 11 years ago
  74. f10d9ba Fix unused variable warning when CIFS POSIX disabled by Steve French · 11 years ago
  75. c7f508a Allow setting per-file compression via CIFS protocol by Steve French · 11 years ago
  76. af6a12e Query File System Alignment by Steven French · 11 years ago
  77. 2167114 Query device characteristics at mount time from server on SMB2/3 not just on cifs mounts by Steven French · 11 years ago
  78. 7f48558 cifs: Send a logoff request before removing a smb session by Shirish Pargaonkar · 11 years ago
  79. 3d378d3 cifs: Make big endian multiplex ID sequences monotonic on the wire by Tim Gardner · 11 years ago
  80. 9dc8c89 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  81. 9c41f4e ARC: Incorrect mm reference used in vmalloc fault handler by Vineet Gupta · 11 years ago
  82. 6f09234 net: flow_dissector: fail on evil iph->ihl by Jason Wang · 11 years ago
  83. 2e19ef0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  84. f6537f2 scripts/kallsyms: filter symbols not in kernel address space by Ming Lei · 11 years ago
  85. 9581b7d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  86. 9119e33 Merge tag 'usb-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  87. f9adfbf Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  88. 68e952d Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  89. 6920a1b memcg: remove incorrect underflow check by Greg Thelen · 11 years ago
  90. 0cae60f sysfs: rename sysfs_assoc_lock and explain what it's about by Tejun Heo · 11 years ago
  91. 044e3bc sysfs: use generic_file_llseek() for sysfs_file_operations by Tejun Heo · 11 years ago
  92. fcb63a9 NFS: Fix a missing initialisation when reading the SELinux label by Trond Myklebust · 11 years ago
  93. 12207f6 nfs: fix oops when trying to set SELinux label by Jeff Layton · 11 years ago
  94. e1466ad USB: serial: ftdi_sio: add id for Z3X Box device by Алексей Крамаренко · 11 years ago
  95. f896b79 USB: Maintainers change for usb serial drivers by Greg KH · 11 years ago
  96. 54dc579 Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type" by Greg Kroah-Hartman · 11 years ago
  97. 1796a228 Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  98. 7e12a6fc Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  99. 336b9da Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates" by Greg Kroah-Hartman · 11 years ago
  100. 692ed4d Revert "usb: pl2303: move the two baud rate encoding methods to separate functions" by Greg Kroah-Hartman · 11 years ago