1. ec4c2aa CRED: Wrap task credential accesses in the devpts filesystem by David Howells · 16 years ago
  2. 97b7702 CRED: Wrap task credential accesses in the Coda filesystem by David Howells · 16 years ago
  3. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  4. 1109b07 CRED: Wrap task credential accesses in the BFS filesystem by David Howells · 16 years ago
  5. 0eb790e CRED: Wrap task credential accesses in the autofs4 filesystem by David Howells · 16 years ago
  6. 73c646e CRED: Wrap task credential accesses in the autofs filesystem by David Howells · 16 years ago
  7. 2155998 CRED: Wrap task credential accesses in the AFFS filesystem by David Howells · 16 years ago
  8. f8b9d53 CRED: Wrap task credential accesses in 9P2000 filesystem by David Howells · 16 years ago
  9. cd80ca8 CRED: Wrap task credential accesses in the USB driver by David Howells · 16 years ago
  10. ee9785a CRED: Wrap task credential accesses in the network device drivers by David Howells · 16 years ago
  11. 0e164b6 CRED: Wrap task credential accesses in the ISDN drivers by David Howells · 16 years ago
  12. 66303bc CRED: Wrap task credential accesses in the tty driver by David Howells · 16 years ago
  13. b0fafa8 CRED: Wrap task credential accesses in the block loopback driver by David Howells · 16 years ago
  14. 350b4da CRED: Wrap task credential accesses in the x86 arch by David Howells · 16 years ago
  15. e542370 CRED: Wrap task credential accesses in the S390 arch by David Howells · 16 years ago
  16. 1330deb CRED: Wrap task credential accesses in the PowerPC arch by David Howells · 16 years ago
  17. 25e1573 CRED: Wrap task credential accesses in the PA-RISC arch by David Howells · 16 years ago
  18. b421273 CRED: Wrap task credential accesses in the MIPS arch by David Howells · 16 years ago
  19. ef81ee9 CRED: Wrap task credential accesses in the IA64 arch by David Howells · 16 years ago
  20. 92a77aa security: remove broken and useless declarations by James Morris · 16 years ago
  21. 0667467 Currently SELinux jumps through some ugly hoops to not audit a capbility by Eric Paris · 16 years ago
  22. a2f2945 The oomkiller calculations make decisions based on capabilities. Since by Eric Paris · 16 years ago
  23. 0611216 Add a new capable interface that will be used by systems that use audit to by Eric Paris · 16 years ago
  24. 637d32d Capabilities: BUG when an invalid capability is requested by Eric Paris · 16 years ago
  25. e68b75a0 When the capset syscall is used it is not possible for audit to record the by Eric Paris · 16 years ago
  26. 3fc689e Any time fcaps or a setuid app under SECURE_NOROOT is used to result in a by Eric Paris · 16 years ago
  27. 851f7ff This patch will print cap_permitted and cap_inheritable data in the PATH by Eric Paris · 16 years ago
  28. c0b0044 This patch add a generic cpu endian caps structure and externally available by Eric Paris · 16 years ago
  29. 9d36be7 Document the order of arguments for cap_issubset. It's not instantly clear by Eric Paris · 16 years ago
  30. 39c9aed SELinux: Use unknown perm handling to handle unknown netlink msg types by Eric Paris · 16 years ago
  31. 1f29fae file capabilities: add no_file_caps switch (v4) by Serge E. Hallyn · 16 years ago
  32. e21e696 Merge branch 'master' into next by James Morris · 16 years ago
  33. 2f99db2 selinux: recognize netlink messages for 'ip addrlabel' by Michal Schmidt · 16 years ago
  34. 41d9f9c SELinux: hold tasklist_lock and siglock while waking wait_chldexit by Eric Paris · 16 years ago
  35. 75fa677 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  36. 4edfd20 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  37. 54074d5 drivers: remove duplicated #include by Jianjun Kong · 16 years ago
  38. 299246f libata: mask off DET when restoring SControl for detach by Tejun Heo · 16 years ago
  39. 6a87e42 libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it by Tejun Heo · 16 years ago
  40. a464189 libata: Fix a potential race condition in ata_scsi_park_show() by Elias Oltmanns · 16 years ago
  41. 3c32428 sata_nv: fix generic, nf2/3 detection regression by Tejun Heo · 16 years ago
  42. 554d491 sata_via: restore vt*_prepare_host error handling by Marcin Slusarz · 16 years ago
  43. cadef67 sata_promise: add ATA engine reset to reset ops by Mikael Pettersson · 16 years ago
  44. bbb770e xfrm: Fix xfrm_policy_gc_lock handling. by Alexey Dobriyan · 16 years ago
  45. 19ecb6b niu: Use pci_ioremap_bar(). by David S. Miller · 16 years ago
  46. ca8eac5 bnx2x: Version Update by Eilon Greenstein · 16 years ago
  47. 12b56ea bnx2x: Calling netif_carrier_off at the end of the probe by Eilon Greenstein · 16 years ago
  48. 7d96567 bnx2x: PCI configuration bug on big-endian by Eilon Greenstein · 16 years ago
  49. 9a03544 bnx2x: Removing the PMF indication when unloading by Eilon Greenstein · 16 years ago
  50. ee04448 mv643xx_eth: fix SMI bus access timeouts by Lennert Buytenhek · 16 years ago
  51. 1d19ecf net: kconfig cleanup by Jeff Kirsher · 16 years ago
  52. 7385d59 fs_enet: fix polling by Alexey Dobriyan · 16 years ago
  53. a75952b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  54. ae6884a cifs: fix renaming one hardlink on top of another by Jeff Layton · 16 years ago
  55. 457d2ee Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  56. da4a22c Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  57. 20ebc00 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  58. c8126cc Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  59. 30ef898 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  60. e5beae1 io mapping: clean up #ifdefs by Keith Packard · 16 years ago
  61. 8d5c660 io mapping: improve documentation by Keith Packard · 16 years ago
  62. 7aeb6d7 Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linus by Takashi Iwai · 16 years ago
  63. 6b3ab21 ALSA: hda: make a STAC_DELL_EQ option by Matthew Ranostay · 16 years ago
  64. 818e3dd tracing, ring-buffer: add paranoid checks for loops by Steven Rostedt · 16 years ago
  65. b3aa557 ftrace: use kretprobe trampoline name to test in output by Steven Rostedt · 16 years ago
  66. a1caa32 XFRM: copy_to_user_kmaddress() reports local address twice by Arnaud Ebalard · 16 years ago
  67. 55e03a6 ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models by Takashi Iwai · 16 years ago
  68. c2c8052 tracing, alpha: undefined reference to `save_stack_trace' by Al Viro · 16 years ago
  69. 69e5028 ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) by Takashi Iwai · 16 years ago
  70. 55c8eb6 SMC91x: Fix compilation on some platforms. by David S. Miller · 16 years ago
  71. 0418ff0 ALSA: remove direct access of dev->bus_id in sound/isa/* by Takashi Iwai · 16 years ago
  72. bb072bf sound: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  73. b02555c ALSA: Fix PIT lockup on some chipsets when using the PC-Speaker by Zoltan Devai · 16 years ago
  74. 219df32 ALSA: rawmidi - Add open check in rawmidi callbacks by Takashi Iwai · 16 years ago
  75. 0856f93 udp: Fix the SNMP counter of UDP_MIB_INERRORS by Wei Yongjun · 16 years ago
  76. f26ba17 udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMS by Wei Yongjun · 16 years ago
  77. 5a125c3 i915: Add GEM ioctl to get available aperture size. by Eric Anholt · 16 years ago
  78. 45beca0 Linux v2.6.28-rc3 by Linus Torvalds · 16 years ago
  79. ae29a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  80. 52ebb43 ide-gd: re-get capacity on revalidate by Borislav Petkov · 16 years ago
  81. 7afa053 tx4938ide: Avoid underflow on calculation of a wait cycle by Atsushi Nemoto · 16 years ago
  82. 9d4eb0a tx4938ide: Do not call devm_ioremap for whole 128KB by Atsushi Nemoto · 16 years ago
  83. 630a8b2 tx4938ide: Check minimum cycle time and SHWT range (v2) by Atsushi Nemoto · 16 years ago
  84. ccd32e2 ide: Switch to a common address by Alan Cox · 16 years ago
  85. 9bd27cb ide-cd: fix DMA alignment regression by Borislav Petkov · 16 years ago
  86. 0bf82cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  87. 391e572 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  88. 4ac9657 linux/string.h: fix comment typo by Jeff Garzik · 16 years ago
  89. 70d9d15 drivers/net/smc911x.c: Fix lockdep warning on xmit. by Will Newton · 16 years ago
  90. 5769907 sparc64: Fix PCI resource mapping on sparc64 by Max Dmitrichenko · 16 years ago
  91. a1995a6 sparc64: Kill annoying warning when building compat_binfmt_elf.o by David S. Miller · 16 years ago
  92. e68f0ae sparc32: kernel/trace/trace.c wants DIE_OOPS by Al Viro · 16 years ago
  93. 145e1c0 sparc64: Fix __copy_{to,from}_user_inatomic defines. by Hugh Dickins · 16 years ago
  94. 48dcc33e af_unix: netns: fix problem of return value by Jianjun Kong · 16 years ago
  95. abdd5a0 IRDA: remove double inclusion of module.h by Alexander Beregalov · 16 years ago
  96. 920a461 udp: multicast packets need to check namespace by Eric Dumazet · 16 years ago
  97. d1a203e net: add documentation for skb recycling by Stephen Hemminger · 16 years ago
  98. c10555f sparc32: kernel/trace/trace.c wants DIE_OOPS by Al Viro · 16 years ago
  99. 37b2a17 el3_common_init() should be __devinit, not __init by Al Viro · 16 years ago
  100. 9ca6823 missing dependencies on HAVE_CLK in drivers/mfd by Al Viro · 16 years ago