1. 0b24bec kasan: add kernel address sanitizer infrastructure by Andrey Ryabinin · 10 years ago
  2. cb4188a compiler: introduce __alias(symbol) shortcut by Andrey Ryabinin · 10 years ago
  3. 0f989f7 MODULE_DEVICE_TABLE: fix some callsites by Andrew Morton · 10 years ago
  4. 4d5755b epoll: optimize setting task running after blocking by Davidlohr Bueso · 10 years ago
  5. 0f3c5aa checkpatch: add of_device_id to structs that should be const by Joe Perches · 10 years ago
  6. a2fe16b checkpatch: try to avoid poor patch subject lines by Joe Perches · 10 years ago
  7. 19c146a checkpatch: make sure a commit reference description uses parentheses by Joe Perches · 10 years ago
  8. d2e025f checkpatch: add --strict test for spaces around arithmetic by Joe Perches · 10 years ago
  9. 101ee68 checkpatch: neaten printk_ratelimited message position by Joe Perches · 10 years ago
  10. 43f7fe5 checkpatch: improve "no space necessary after cast" test by Joe Perches · 10 years ago
  11. caac1d5 checkpatch: improve seq_print->seq_puts suggestion by Heba Aamer · 10 years ago
  12. f8e5821 checkpatch: add ability to --fix unnecessary blank lines around braces by Joe Perches · 10 years ago
  13. 021158b checkpatch: add types for other OS typedefs by Joe Perches · 10 years ago
  14. b671fde checkpatch: add ability to coalesce commit descriptions on multiple lines by Joe Perches · 10 years ago
  15. acd9362 checkpatch: add likely/unlikely comparison misuse test by Joe Perches · 10 years ago
  16. 0d7835f checkpatch: update git commit message by Joe Perches · 10 years ago
  17. 1b36b20 checkpatch: Allow comments in macros tested for single statements by Joe Perches · 10 years ago
  18. 327953e checkpatch: add check for keyword 'boolean' in Kconfig definitions by Christoph Jaeger · 10 years ago
  19. dcaf112 checkpatch: fix UNNECESSARY_KERN_LEVEL false positive by Paolo Bonzini · 10 years ago
  20. e23ef1f checkpatch: ignore __pure $Attribute by Joe Perches · 10 years ago
  21. c0a5c89 checkpatch: improve octal permissions tests by Joe Perches · 10 years ago
  22. 62ec818 checkpatch: emit an error when using predefined timestamp macros by Joe Perches · 10 years ago
  23. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 10 years ago
  24. ccbd59c profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  25. c1d7f03 irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  26. a0c2e07 proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  27. 4497da6 padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  28. 9e763e0 mm: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  29. 5024c1d slub: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  30. f799b1a drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  31. 125918d usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  32. c7badc9 scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  33. 0b48003 input: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  34. 8986003 wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  35. f090682 net: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  36. 1a40243 tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  37. dfbcbf4 workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  38. 807de07 percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  39. ffda22c time: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  40. 333470e sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  41. ad853b4 rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  42. e8e6d97 cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  43. 660e5ec arm: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  44. 62518994 xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  45. 90b586c ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  46. bf58b48 x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  47. 839b268 tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  48. 0c118b7b powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  49. 729d8e0 mips: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  50. 4a0792b bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  51. f1bbc03 cpumask, nodemask: implement cpumask/nodemask_pr_args() by Tejun Heo · 10 years ago
  52. dbc760b lib/vsprintf: implement bitmap printing through '%*pb[l]' by Tejun Heo · 10 years ago
  53. 513e3d2 cpumask: always use nr_cpu_ids in formatting and parsing functions by Tejun Heo · 10 years ago
  54. 310ee9e lib/genalloc.c: check result of devres_alloc() by Jan Kara · 10 years ago
  55. 8da53d4 lib/string.c: improve strrchr() by Rasmus Villemoes · 10 years ago
  56. fcc139a fs/namespace: convert devname allocation to kstrdup_const by Andrzej Hajda · 10 years ago
  57. 3dec16e mm/slab: convert cache name allocations to kstrdup_const by Andrzej Hajda · 10 years ago
  58. 612936f clk: convert clock name allocations to kstrdup_const by Andrzej Hajda · 10 years ago
  59. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 10 years ago
  60. 75287a6 kernfs: convert node name allocation to kstrdup_const by Andrzej Hajda · 10 years ago
  61. a4bb1e4 mm/util: add kstrdup_const by Andrzej Hajda · 10 years ago
  62. f5e38b9 lib: crc32: constify crc32 lookup table by Daniel Borkmann · 10 years ago
  63. 7f59065 lib: bitmap: remove redundant code from __bitmap_shift_left by Rasmus Villemoes · 10 years ago
  64. 6d874ec lib: bitmap: eliminate branch in __bitmap_shift_left by Rasmus Villemoes · 10 years ago
  65. dba94c2 lib: bitmap: change bitmap_shift_left to take unsigned parameters by Rasmus Villemoes · 10 years ago
  66. cfac1d0 lib: bitmap: yet another simplification in __bitmap_shift_right by Rasmus Villemoes · 10 years ago
  67. 97fb8e9 lib: bitmap: remove redundant code from __bitmap_shift_right by Rasmus Villemoes · 10 years ago
  68. 9d8a6b2 lib: bitmap: eliminate branch in __bitmap_shift_right by Rasmus Villemoes · 10 years ago
  69. 2fbad29 lib: bitmap: change bitmap_shift_right to take unsigned parameters by Rasmus Villemoes · 10 years ago
  70. e8f2427 lib/bitmap.c: elide bitmap_copy_le on little-endian by Rasmus Villemoes · 10 years ago
  71. 9b6c2d2 lib/bitmap.c: change prototype of bitmap_copy_le by Rasmus Villemoes · 10 years ago
  72. 7bd345c ASoC: Intel: set initial runtime PM status to active for ACPI-enumerated ADSP by Mengdong Lin · 10 years ago
  73. fb5ab72 ASoC: omap-hdmi-audio: Add missing error check for devm_kzalloc by Kiran Padwal · 10 years ago
  74. 226e2f1 ASoC: davinci-mcasp: Add support for CBS_CFM mode by Peter Ujfalusi · 10 years ago
  75. faa8103 Bluetooth: Enhance error codes pair device command by Lukasz Rymanowski · 10 years ago
  76. c411110 Bluetooth: Improve error handling in connect acl by Lukasz Rymanowski · 10 years ago
  77. 152d386 Bluetooth: Do not allow LE connection if LE is not enabled by Lukasz Rymanowski · 10 years ago
  78. b976796 ieee802154: cleanup ieee802154_le64_to_be64 by Alexander Aring · 10 years ago
  79. ba5bf17 ieee802154: cleanup ieee802154_be64_to_le64 by Alexander Aring · 10 years ago
  80. 306f7aa ieee802154: correct ieee802154_is_valid_psdu_len by Alexander Aring · 10 years ago
  81. f9d1ce8 ieee802154: fix netns settings by Nicolas Dichtel · 10 years ago
  82. a715d11 Bluetooth: btmrvl: support SCO routing to host interface by Amitkumar Karwar · 10 years ago
  83. aa04dae target: Set LBPWS10 bit in Logical Block Provisioning EVPD by Nicholas Bellinger · 10 years ago
  84. 61fdb4a target: Fail UNMAP when emulate_tpu=0 by Nicholas Bellinger · 10 years ago
  85. d0a9129 target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0 by Nicholas Bellinger · 10 years ago
  86. bf40e55 NFSv4: Kill unused nfs_inode->delegation_state field by Trond Myklebust · 10 years ago
  87. fde9f50 target: Add sanity checks for DPO/FUA bit usage by Nicholas Bellinger · 10 years ago
  88. afd73f1 target: Perform PROTECT sanity checks for WRITE_SAME by Nicholas Bellinger · 10 years ago
  89. f7b7c06 target: Fail I/O with PROTECT bit when protection is unsupported by Nicholas Bellinger · 10 years ago
  90. aa17993 target: Check for LBA + sectors wrap-around in sbc_parse_cdb by Nicholas Bellinger · 10 years ago
  91. 8e575c5 target: Add missing WRITE_SAME end-of-device sanity check by Nicholas Bellinger · 10 years ago
  92. f4086a3d NFS: struct nfs_commit_info.lock must always point to inode->i_lock by Trond Myklebust · 10 years ago
  93. 37527b8 dm io: reject unsupported DISCARD requests with EOPNOTSUPP by Darrick J. Wong · 10 years ago
  94. f2ed51a dm mirror: do not degrade the mirror on discard error by Mikulas Patocka · 10 years ago
  95. 145b900 dm space map disk: fix sm_disk_count_is_more_than_one() by Mike Snitzer · 10 years ago
  96. d4495cb drm/i915: Update DRIVER_DATE to 20150214 by Daniel Vetter · 10 years ago
  97. 135f9be [media] dvb_frontend: start media pipeline while thread is running by Mauro Carvalho Chehab · 10 years ago
  98. 0f0fa90 [media] cx231xx: enable tuner->decoder link at videobuf start by Mauro Carvalho Chehab · 10 years ago
  99. 9239effd [media] dvb-frontend: enable tuner link when the FE thread starts by Mauro Carvalho Chehab · 10 years ago
  100. 6bb0b18 [media] dvbdev: enable DVB-specific links by Mauro Carvalho Chehab · 10 years ago