1. 8d4288f extcon: palmas: Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  2. 8950981 Staging: comedi: proc: title block update by Michael Welling · 10 years ago
  3. 06fa5ab Merge tag 'clk-mvebu-3xx-3.15-2' of git://git.infradead.org/linux-mvebu into clk-next-mvebu by Mike Turquette · 10 years ago
  4. 3ab428a netfilter: Add missing vmalloc.h include to nft_hash.c by David S. Miller · 10 years ago
  5. 8f3ba3d cpufreq: arm_big_little: set 'physical_cluster' for each CPU by viresh kumar · 10 years ago
  6. 3b84d58 cpufreq: arm_big_little: make vexpress driver depend on bL core driver by viresh kumar · 10 years ago
  7. 0bf6368 ACPI / button: Add ACPI Button event via netlink routine by Lan Tianyu · 10 years ago
  8. 07070e1 ACPI: Remove duplicate definitions of PREFIX by Hanjun Guo · 10 years ago
  9. 4eee4f0 ACPI / AC: recheck adapter status upon battery status changes by Alexander Mezin · 10 years ago
  10. 411e0f7 ACPI / battery: call ACPI notifier chain in acpi_battery_notify by Alexander Mezin · 10 years ago
  11. f03be35 ACPI / battery: move some ACPI_BATTERY_* definitions to header by Alexander Mezin · 10 years ago
  12. e8e6b84 clk: clk-s2mps11: Add support for clocks in S5M8767 MFD by Tushar Behera · 11 years ago
  13. 64d64c3 clk: clk-s2mps11: Refactor for including support for other MFD clocks by Tushar Behera · 11 years ago
  14. c7bb4fc clk: add MOXA ART SoCs clock driver by Jonas Jensen · 10 years ago
  15. 46c39ca ASoC: simple-card: overwrite cpu_dai->fmt with codec_dai->fmt by Nicolin Chen · 10 years ago
  16. 9c191f7 ext4: each filesystem creates and uses its own mb_cache by T Makphaibulchoke · 10 years ago
  17. 1f3e55f fs/mbcache.c: doucple the locking of local from global data by T Makphaibulchoke · 10 years ago
  18. 3c13b04 Staging: bcm: CmHost: moved and removed declarations and tmp bracing. by Gary Rookard · 10 years ago
  19. fd54889 staging: dgap: Fixed sparse error: same symbol redeclared with different type by Masood Mehmood · 10 years ago
  20. a3acc83 staging: unisys: kmalloc/memset to kzalloc conversation by Silvio F · 10 years ago
  21. 3e67dee staging/xillybus: Handle OOM in xillybus_init() by Richard Weinberger · 10 years ago
  22. 3e037e5 fs/mbcache.c: change block and index hash chain to hlist_bl_node by T Makphaibulchoke · 10 years ago
  23. b5f87cf staging: line6: Fix coding style problem by Mikhail Boiko · 10 years ago
  24. b8a8684 ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 10 years ago
  25. 0e8b687 ext4: refactor ext4_fallocate code by Lukas Czerner · 10 years ago
  26. f282ac1 ext4: Update inode i_size after the preallocation by Lukas Czerner · 10 years ago
  27. a51e87c perf tools: Remove unused simple_strtoul() function by Ramkumar Ramachandra · 10 years ago
  28. b68eebd perf tools: Update some code references in design.txt by Ramkumar Ramachandra · 10 years ago
  29. a33f6ef perf evsel: Update function names in debug messages by Ramkumar Ramachandra · 10 years ago
  30. 8fffdb6 perf tools: Remove thread__find_map function by Jiri Olsa · 10 years ago
  31. 9cdbadce perf annotate: Print the evsel name in the stdio output by Arnaldo Carvalho de Melo · 10 years ago
  32. b9ce0c9 perf report: Use ui__has_annotation() by Namhyung Kim · 10 years ago
  33. 574799b perf tools: Fix memory leak when synthesizing thread records by Namhyung Kim · 10 years ago
  34. 11c9abf perf tools: Use tid in mmap/mmap2 events to find maps by Don Zickus · 10 years ago
  35. 2c86c7c perf report: Merge al->filtered with hist_entry->filtered by Namhyung Kim · 10 years ago
  36. 466fa76 perf symbols: Apply all filters to an addr_location by Namhyung Kim · 10 years ago
  37. b3cef7f perf symbols: Record the reason for filtering an address_location by Namhyung Kim · 10 years ago
  38. 80790e0 perf sched: Fixup header alignment in 'latency' output by Ramkumar Ramachandra · 10 years ago
  39. 263f89b perf timechart: Fix off-by-one error in 'record' argv handling by Ramkumar Ramachandra · 10 years ago
  40. 3eb59ec cgroup: fix a failure path in create_css() by Li Zefan · 10 years ago
  41. aa4a625 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 10 years ago
  42. c7edc9e ARM: add uprobes support by David A. Long · 10 years ago
  43. b4cd605 ARM: Make arch_specific_insn a define for new arch_probes_insn structure by David A. Long · 10 years ago
  44. 602cd26 ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions by David A. Long · 10 years ago
  45. 47e190f ARM: Change the remaining shared kprobes/uprobes symbols to something generic by David A. Long · 10 years ago
  46. 44a0a59 ARM: Rename the shared kprobes/uprobe return value enum by David A. Long · 10 years ago
  47. eb73ea9 ARM: Change more ARM kprobes symbol names to something more generic by David A. Long · 10 years ago
  48. f145d66 ARM: Make the kprobes condition_check symbol names more generic by David A. Long · 10 years ago
  49. 7579f4b3 ARM: Remove use of struct kprobe from generic probes code by David A. Long · 10 years ago
  50. 3e6cd39 ARM: use a function table for determining instruction interpreter action by David A. Long · 10 years ago
  51. 87abef6 ARM: move generic thumb instruction parsing code to new files for use by other feature by David A. Long · 10 years ago
  52. c18377c ARM: Move generic arm instruction parsing code to new files for sharing between features by David A. Long · 10 years ago
  53. b2531dd ARM: move shared uprobe/kprobe definitions into new include file by David A. Long · 10 years ago
  54. 6fe50a2 uprobes: allow ignoring of probe hits by David A. Long · 10 years ago
  55. 21254eb ARM: Fix missing includes in kprobes sources by David A. Long · 10 years ago
  56. 09294e3 uprobes: Kconfig dependency fix by David A. Long · 10 years ago
  57. 2df3b0b rsi: make rsi_dbg a regular function by John W. Linville · 10 years ago
  58. 431cd0e Staging: ced1401: Fix no new typedef warning in ced_ioctl.h by Monam Agarwal · 10 years ago
  59. 5f3ccfc Staging: ced1401: Fix typedef warnings in ced_ioctl.h by Monam Agarwal · 10 years ago
  60. 707d4ee Revert "[PATCH] Insert GART region into resource map" by Bjorn Helgaas · 10 years ago
  61. 7eb3f6f pwm: Add CLPS711X PWM support by Alexander Shiyan · 10 years ago
  62. 3e3d354 ATHEROS-ATL1E: Convert iounmap to pci_iounmap by Peter Senna Tschudin · 10 years ago
  63. 7346135 vxlan: fix potential NULL dereference in arp_reduce() by David Stevens · 10 years ago
  64. 200421a libata: async resume by Todd Brandt · 10 years ago
  65. bc6e7c4 libata, libsas: kill pm_result and related cleanup by Dan Williams · 10 years ago
  66. 90ae9d4 staging: usbip: Fix quoted string split across lines. by Keerthimai Janarthanan · 10 years ago
  67. f09d144 staging/octeon:ethernet-rgmii.c: Fix line over 80 characters. by Aybuke Ozdemir · 10 years ago
  68. 2ebd09ac staging: cxt1e1: remove unneeded mkret() calls by Daeseok Youn · 10 years ago
  69. 6f2c9ef STAGING: comedi: style and checkpatch fixes by Michael Welling · 10 years ago
  70. 0df04c4 Merge branch 'cnic-net' by David S. Miller · 10 years ago
  71. 400550a ARM: dts: Build all keystone dt blobs by Santosh Shilimkar · 10 years ago
  72. c366128 cnic: Update version to 2.5.20 and copyright year. by Michael Chan · 10 years ago
  73. be1fefc cnic,bnx2i,bnx2fc: Fix inconsistent use of page size by Michael Chan · 10 years ago
  74. f7bd12d cnic: Use proper ulp_ops for per device operations. by Michael Chan · 10 years ago
  75. 6a96918 ata: Fix compiler warning with APM X-Gene host controller driver by Loc Ho · 10 years ago
  76. 1f9f520 ARM: dts: keystone: Fix control register range for clktsip by Ivan Khoronzhuk · 10 years ago
  77. 8cfad49 ieee802154: properly unshare skbs in ieee802154 *_rcv functions by Phoebe Buckheister · 10 years ago
  78. 754f67c ARM: dts: keystone: Fix domain register range for clkfftc1 by Ivan Khoronzhuk · 10 years ago
  79. e84987a Merge branch 'bcache-for-3.15' of git://evilpiepirate.org/~kent/linux-bcache into for-3.15/drivers by Jens Axboe · 10 years ago
  80. 4e40112 x86, vdso32: handle 32 bit vDSO larger one page by Stefani Seibold · 10 years ago
  81. 008cc90 x86, vdso32: Disable stack protector, adjust optimizations by H. Peter Anvin · 10 years ago
  82. 309944b x86, vdso: Zero-pad the VVAR page by Andy Lutomirski · 10 years ago
  83. 7c03156 x86, vdso: Add 32 bit VDSO time support for 64 bit kernel by Stefani Seibold · 10 years ago
  84. 7a59ed4 x86, vdso: Add 32 bit VDSO time support for 32 bit kernel by Stefani Seibold · 10 years ago
  85. b4b541a x86, vdso: Patch alternatives in the 32-bit VDSO by Andy Lutomirski · 10 years ago
  86. ef72198 x86, vdso: Introduce VVAR marco for vdso32 by Stefani Seibold · 10 years ago
  87. 0df1ea2 x86, vdso: Cleanup __vdso_gettimeofday() by Stefani Seibold · 10 years ago
  88. af8c93d x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macro by Stefani Seibold · 10 years ago
  89. ce39c64 x86, vdso: __vdso_clock_gettime() cleanup by Stefani Seibold · 10 years ago
  90. 411f790 x86, vdso: Revamp vclock_gettime.c by Stefani Seibold · 10 years ago
  91. 3935ed6 mm: Add new func _install_special_mapping() to mmap.c by Stefani Seibold · 10 years ago
  92. d2312e3 x86, vdso: Make vsyscall_gtod_data handling x86 generic by Stefani Seibold · 10 years ago
  93. 916030d pwm: atmel: correct CDTY calculation by Alexandre Belloni · 10 years ago
  94. 8db9e29 pwm: atmel: Fix polarity handling by Alexandre Belloni · 10 years ago
  95. d31a33d ASoC: cs42l52: Fix mask bits for SOC_VALUE_ENUM_SINGLE by Brian Austin · 10 years ago
  96. 1555b65 ASoC: cs42l73: Fix mask bits for SOC_VALUE_ENUM_SINGLE by Brian Austin · 10 years ago
  97. cb85114 bcache: remove nested function usage by John Sheu · 10 years ago
  98. ff0992e9 net: cdc_ncm: fix control message ordering by Bjørn Mork · 10 years ago
  99. 3a2fd9d bcache: Kill bucket->gc_gen by Kent Overstreet · 10 years ago
  100. 2531d9ee bcache: Kill unused freelist by Kent Overstreet · 10 years ago