1. 25add8c TOMOYO: Accept \000 as a valid character. by Tetsuo Handa · 13 years ago
  2. 67175b8 Fix compile breakage with kref.h by James Bottomley · 13 years ago
  3. 89879a7 security: update MAINTAINERS file with new git repo by James Morris · 13 years ago
  4. 6f36a80 Merge branches 'for-33/i2c/eg20t' and 'for-33/i2c/omap' into for-linus/i2c-33 by Ben Dooks · 13 years ago
  5. 8956dc1 i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS Semiconductor by Tomoya MORINAGA · 13 years ago
  6. c3f4661 i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOH by Tomoya MORINAGA · 13 years ago
  7. ff35e8b i2c-eg20t: modified the setting of transfer rate. by Toshiharu Okada · 13 years ago
  8. 07e8a51 i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus number by Feng Tang · 13 years ago
  9. e268337 proc: clean up and fix /proc/<pid>/mem handling by Linus Torvalds · 13 years ago
  10. 6145197 i2c: OMAP: Add DT support for i2c controller by Benoit Cousson · 13 years ago
  11. 78e1cf4 I2C: OMAP: NACK without STP by Jan Weitzel · 13 years ago
  12. 2727b17 I2C: OMAP: correct SYSC register offset for OMAP4 by Alexander Aring · 13 years ago
  13. 424a533 vfs: remove printk from set_nlink() by Miklos Szeredi · 13 years ago
  14. e161630 wake up s_wait_unfrozen when ->freeze_fs fails by Kazuya Mio · 13 years ago
  15. c158a35 audit: no leading space in audit_log_d_path prefix by Kees Cook · 13 years ago
  16. 41fdc30 audit: treat s_id as an untrusted string by Kees Cook · 13 years ago
  17. 5afb8a3 audit: fix signedness bug in audit_log_execve_info() by Xi Wang · 13 years ago
  18. 10d6836 audit: comparison on interprocess fields by Peter Moody · 13 years ago
  19. 4a6633e audit: implement all object interfield comparisons by Peter Moody · 13 years ago
  20. c9fe685 audit: allow interfield comparison between gid and ogid by Eric Paris · 13 years ago
  21. b34b039 audit: complex interfield comparison helper by Eric Paris · 13 years ago
  22. 02d86a5 audit: allow interfield comparison in audit rules by Eric Paris · 13 years ago
  23. 29ef73b Kernel: Audit Support For The ARM Platform by Nathaniel Husted · 13 years ago
  24. 4043cde audit: do not call audit_getname on error by Eric Paris · 13 years ago
  25. 633b454 audit: only allow tasks to set their loginuid if it is -1 by Eric Paris · 13 years ago
  26. 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 13 years ago
  27. 54d3218 audit: allow audit matching on inode gid by Eric Paris · 13 years ago
  28. efaffd6 audit: allow matching on obj_uid by Eric Paris · 13 years ago
  29. 6422e78 audit: remove audit_finish_fork as it can't be called by Eric Paris · 13 years ago
  30. 7ff68e5 audit: reject entry,always rules by Eric Paris · 13 years ago
  31. a4ff8db audit: inline audit_free to simplify the look of generic code by Eric Paris · 13 years ago
  32. 38cdce5 audit: drop audit_set_macxattr as it doesn't do anything by Eric Paris · 13 years ago
  33. 07c4941 audit: inline checks for not needing to collect aux records by Eric Paris · 13 years ago
  34. 56179a6 audit: drop some potentially inadvisable likely notations by Eric Paris · 13 years ago
  35. 997f5b6 audit: remove AUDIT_SETUP_CONTEXT as it isn't used by Eric Paris · 13 years ago
  36. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
  37. f031cd2 audit: ia32entry.S sign extend error codes when calling 64 bit code by Eric Paris · 13 years ago
  38. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  39. 85e7bac seccomp: audit abnormal end to a process due to seccomp by Eric Paris · 13 years ago
  40. 16c174b audit: check current inode and containing object when filtering on major and minor by Eric Paris · 13 years ago
  41. 3035c51 audit: drop the meaningless and format breaking word 'user' by Eric Paris · 13 years ago
  42. 5195d8e audit: dynamically allocate audit_names when not enough space is in the names array by Eric Paris · 13 years ago
  43. 5ef30ee audit: make filetype matching consistent with other filters by Eric Paris · 13 years ago
  44. d060646 xfs: cleanup xfs_file_aio_write by Christoph Hellwig · 13 years ago
  45. 5bf1f26 xfs: always return with the iolock held from xfs_file_aio_write_checks by Christoph Hellwig · 13 years ago
  46. 2813d68 xfs: remove the i_new_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  47. ce7ae151 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  48. f392e63 xfs: replace i_pin_wait with a bit waitqueue by Christoph Hellwig · 13 years ago
  49. 474fce0 xfs: replace i_flock with a sleeping bitlock by Christoph Hellwig · 13 years ago
  50. 49e4c70 xfs: make i_flags an unsigned long by Christoph Hellwig · 13 years ago
  51. 8096b1e xfs: remove the if_ext_max field in struct xfs_ifork by Christoph Hellwig · 13 years ago
  52. 10ec1bb inetpeer: initialize ->redirect_genid in inet_getpeer() by Dan Carpenter · 13 years ago
  53. 65e9d2f net: fix NULL-deref in WARN() in skb_gso_segment() by Michał Mirosław · 13 years ago
  54. 36c9247 net: WARN if skb_checksum_help() is called on skb requiring segmentation by Ben Hutchings · 13 years ago
  55. 5e59978 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  56. 54b466e cfq-iosched: fix use-after-free of cfqq by Jens Axboe · 13 years ago
  57. ce79dac x86, opcode: ANDN and Group 17 in x86-opcode-map.txt by Ulrich Drepper · 13 years ago
  58. 00b1d44 Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  59. 5e7590d ACPI processor: Remove unneeded cpuidle_unregister_driver call by Thomas Renninger · 13 years ago
  60. 5c2a9f0 intel idle: Make idle driver more robust by Thomas Renninger · 13 years ago
  61. 95e3ec1 intel_idle: Fix a cast to pointer from integer of different size warning in intel_idle by David Howells · 13 years ago
  62. 2e92c7a ACPI: kernel-parameters.txt : Add intel_idle.max_cstate by Masanari Iida · 13 years ago
  63. 63ff07b intel_idle: remove redundant local_irq_disable() call by Yanmin Zhang · 13 years ago
  64. 8364919 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 13 years ago
  65. d3569d1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  66. 20c300b tty: remove unused tty_driver->termios_locked by Konstantin Khlebnikov · 13 years ago
  67. 51dcb19 [media] dvb_frontend: Don't call get_frontend() if idle by Mauro Carvalho Chehab · 13 years ago
  68. 951880e Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call" by Linus Torvalds · 13 years ago
  69. 4144cb2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  70. 986b2f2 ASoC: Wait for WM8993 FLL to stabilise by Mark Brown · 13 years ago
  71. 59f608d caif: Remove bad WARN_ON in caif_dev by sjur.brandeland@stericsson.com · 13 years ago
  72. 3371bb3 caif: Fix typo in Vendor/Product-ID for CAIF modems by sjur.brandeland@stericsson.com · 13 years ago
  73. 6ab48a5 bnx2x: Disable AN KR work-around for BCM57810 by Yaniv Rosner · 13 years ago
  74. 096b952 bnx2x: Remove AutoGrEEEn for BCM84833 by Yaniv Rosner · 13 years ago
  75. 7531832 bnx2x: Remove 100Mb force speed for BCM84833 by Yaniv Rosner · 13 years ago
  76. 127302b bnx2x: Fix PFC setting on BCM57840 by Yaniv Rosner · 13 years ago
  77. 11b2ec6 bnx2x: Fix Super-Isolate mode for BCM84833 by Yaniv Rosner · 13 years ago
  78. 747465e net: fix some sparse errors by Eric Dumazet · 13 years ago
  79. 2b2d465 net: kill duplicate included header by Shan Wei · 13 years ago
  80. 34aa6f1 net: sh-eth: Fix build error by the value which is not defined by Nobuhiro Iwamatsu · 13 years ago
  81. e52ac33 net: Use device model to get driver name in skb_gso_segment() by Ben Hutchings · 13 years ago
  82. 27a4293 bridge: BH already disabled in br_fdb_cleanup() by Eric Dumazet · 13 years ago
  83. 319d3b9 net: move sock_update_memcg outside of CONFIG_INET by Glauber Costa · 13 years ago
  84. 604c4ef mwl8k: Fixing Sparse ENDIAN CHECK warning by Yogesh Ashok Powar · 13 years ago
  85. 5442047 mac80211: Fix possible race between sta_unblock and network softirq by Helmut Schaa · 13 years ago
  86. d981e05 mwl8k: fix condition in mwl8k_cmd_encryption_remove_key() by Dan Carpenter · 13 years ago
  87. 5addc0d brcmfmac: work-around gcc 4.7 build issue by Alexandre Oliva · 13 years ago
  88. 8d9d399 net: remove version.h includes in net/openvswitch/ by Devendra Naga · 13 years ago
  89. 795d9a2 bql: Fix inconsistency between file mode and attr method. by Hiroaki SHIMODA · 13 years ago
  90. 1886e5d ehea: make some functions and variables static by Thadeu Lima de Souza Cascardo · 13 years ago
  91. 7e9e7fa brcmsmac: remove PCI suspend/resume from bcma driver by Linus Torvalds · 13 years ago
  92. 7d5869e bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume by Linus Torvalds · 13 years ago
  93. 685a4ef bcma: add stub for bcma_bus_suspend() by Linus Torvalds · 13 years ago
  94. 5d2031f bcma: convert suspend/resume to pm_ops by Linus Torvalds · 13 years ago
  95. 7bb0f08 [media] DocBook/dvbproperty.xml: Remove DTV_MODULATION from ISDB-T by Mauro Carvalho Chehab · 13 years ago
  96. b5dad9fd [media] DocBook/dvbproperty.xml: Fix ISDB-T delivery system parameters by Mauro Carvalho Chehab · 13 years ago
  97. a34e2a7 [media] DocBook/dvbproperty.xml: Fix the units for DTV_FREQUENCY by Mauro Carvalho Chehab · 13 years ago
  98. 3333ea7 ACPI processor: Fix error path, also remove sysdev link by Thomas Renninger · 13 years ago
  99. d640113 ACPI: processor: fix acpi_get_cpuid for UP processor by Lin Ming · 13 years ago
  100. 39a74fd intel_idle: fix API misuse by Shaohua Li · 13 years ago