1. 1a46674 include/linux/sysctl.h: remove empty #else by Adrian Bunk · 16 years ago
  2. 88f458e sysctl: allow embedded targets to disable sysctl_check.c by Holger Schurig · 16 years ago
  3. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  4. 1b50221 drivers: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  5. 0fd6894 parisc: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  6. c33fff0 kernel: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  7. ac41cfd isdn: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  8. a95609c netdev: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  9. cf7acfa acpi: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  10. 6674713 powerpc: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  11. 6f1c86e parisc: use non-racy method for /proc/pcxl_dma creation by Denis V. Lunev · 16 years ago
  12. e236376 ia64: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  13. c293819 cris: use non-racy method for /proc/system_profile creation by Denis V. Lunev · 16 years ago
  14. 0d9f10f avr32: proc: use non-racy method for /proc/tlb creation by Denis V. Lunev · 16 years ago
  15. 40ad35d arm: use non-racy method for /proc/davinci_clocks creation by Denis V. Lunev · 16 years ago
  16. 8b59400 s390: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  17. cdefa18 usb: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  18. a973909 scsi: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  19. 16e70f6 samples: use non-racy method for /proc/marker-example creation by Denis V. Lunev · 16 years ago
  20. 659f865 zorro: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  21. 7bf4e6d sound: use non-racy method for /proc/driver/snd-page-alloc creation by Denis V. Lunev · 16 years ago
  22. 3d71f86 mm: use non-racy method for /proc/swaps creation by Denis V. Lunev · 16 years ago
  23. 6a6375d sysvipc: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  24. 79da366 jbd2: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  25. 19b4fc5 reiserfs: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  26. 46fe74f ext4: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  27. 21ac295 afs: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  28. 34b3723 nfs: use proc_create to setup de->proc_fops by Denis V. Lunev · 16 years ago
  29. 9ef2db2 nfsd: use proc_create to setup de->proc_fops by Denis V. Lunev · 16 years ago
  30. 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 16 years ago
  31. b640a89 proc: convert /proc/tty/ldiscs to seq_file interface by Alexey Dobriyan · 16 years ago
  32. 8731f14 proc: remove ->get_info infrastructure by Alexey Dobriyan · 16 years ago
  33. 352ced8 proc: switch /proc/scsi/device_info to seq_file interface by Alexey Dobriyan · 16 years ago
  34. 4a5cdb5 proc: switch /proc/ip2mem to seq_file interface by Alexey Dobriyan · 16 years ago
  35. 076ec04 proc: convert /proc/bus/nubus to seq_file interface by Alexey Dobriyan · 16 years ago
  36. 3ae02d6 proc: switch /proc/irda/irnet to seq_file interface by Alexey Dobriyan · 16 years ago
  37. 4bd61f7 proc: switch /proc/excite/unit_id to seq_file interface by Alexey Dobriyan · 16 years ago
  38. 9b00121 proc: switch /proc/bus/ecard/devices to seq_file interface by Alexey Dobriyan · 16 years ago
  39. 5125154 proc: remove /proc/mac_iop by Alexey Dobriyan · 16 years ago
  40. 647634d proc: switch /proc/apm to seq_file interface by Alexey Dobriyan · 16 years ago
  41. 8331438 proc: switch /proc/bus/zorro/devices to seq_file interface by Alexey Dobriyan · 16 years ago
  42. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  43. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  44. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  45. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  46. 5e971dc proc: drop several "PDE valid/invalid" checks by Alexey Dobriyan · 16 years ago
  47. 7cee4e0 proc: less special case in xlate code by Alexey Dobriyan · 16 years ago
  48. f649d6d proc: simplify locking in remove_proc_entry() by Alexey Dobriyan · 16 years ago
  49. 638fa202 procfs: mem permission cleanup by Roland McGrath · 16 years ago
  50. 0d5c9f5 proc: switch to proc_create() by Alexey Dobriyan · 16 years ago
  51. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  52. e93b4ea proc: print more information when removing non-empty directories by Alexey Dobriyan · 16 years ago
  53. 7249db2 keys: make key_serial() a function if CONFIG_KEYS=y by David Howells · 16 years ago
  54. fdb89bc keys: explicitly include required slab.h header file. by Robert P. J. Day · 16 years ago
  55. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 16 years ago
  56. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 16 years ago
  57. 6b79ccb keys: allow clients to set key perms in key_create_or_update() by Arun Raghavan · 16 years ago
  58. da91d2e keys: switch to proc_create() by Alexey Dobriyan · 16 years ago
  59. 70a5bb7 keys: add keyctl function to get a security label by David Howells · 16 years ago
  60. 4a38e12 keys: allow the callout data to be passed as a blob rather than a string by David Howells · 16 years ago
  61. dceba99 keys: check starting keyring as part of search by Kevin Coffman · 16 years ago
  62. 38bbca6 keys: increase the payload size when instantiating a key by David Howells · 16 years ago
  63. 4220b7f elf: fix shadowed variables in fs/binfmt_elf.c by WANG Cong · 16 years ago
  64. 6970c8e BINFMT: fill_elf_header cleanup - use straight memset first by Cyrill Gorcunov · 16 years ago
  65. eb6900f ELF: Use EI_NIDENT instead of numeric value by Cyrill Gorcunov · 16 years ago
  66. adf535e ipmi: fix return from atca_oem_poweroff_hook by Adrian Bunk · 16 years ago
  67. 7400630 ipmi: make alloc_recv_msg static by Adrian Bunk · 16 years ago
  68. 66ec2d7 ipmi: make comment match actual preprocessor check by Robert P. J. Day · 16 years ago
  69. fa68be0 ipmi: remove ->write_proc code by Alexey Dobriyan · 16 years ago
  70. 95c0ba8 ipmi: remove unused target and action in Makefile by Denis Cheng · 16 years ago
  71. 36c7dc4 IPMI: Style fixes in the misc code by Corey Minyard · 16 years ago
  72. c305e3d IPMI: Style fixes in the system interface code by Corey Minyard · 16 years ago
  73. c70d749 ipmi: style fixes in the base code by Corey Minyard · 16 years ago
  74. ba8ff1c IPMI: Convert system interface defines to an enum by Corey Minyard · 16 years ago
  75. 64959e2 ipmi: convert locked counters to atomics in the system interface by Corey Minyard · 16 years ago
  76. 73f2bdb IPMI: convert message handler defines to an enum by Corey Minyard · 16 years ago
  77. b2655f2 ipmi: convert locked counters to atomics by Konstantin Baydarov · 16 years ago
  78. f7caa1b ipmi: update driver version by Corey Minyard · 16 years ago
  79. 87ebd06 ipmi: don't print event queue full on every event by Corey Minyard · 16 years ago
  80. 5956dce ipmi: don't grab locks in run-to-completion mode by Konstantin Baydarov · 16 years ago
  81. bda4c30 ipmi: run to completion fixes by Corey Minyard · 16 years ago
  82. 4ea1842 ipmi: hold ATTN until upper layer ready by Corey Minyard · 16 years ago
  83. 02fdb36 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) by Serge E. Hallyn · 16 years ago
  84. 6013f67 ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPC by Manfred Spraul · 16 years ago
  85. 9edff4a ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) by Manfred Spraul · 16 years ago
  86. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 16 years ago
  87. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 16 years ago
  88. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 16 years ago
  89. 016d713 IPC: get rid of the use *_setbuf structure. by Pierre Peiffer · 16 years ago
  90. 21a4826 IPC/semaphores: remove one unused parameter from semctl_down() by Pierre Peiffer · 16 years ago
  91. 522bb2a IPC/semaphores: move the rwmutex handling inside semctl_down by Pierre Peiffer · 16 years ago
  92. a0d092f IPC/message queues: introduce msgctl_down by Pierre Peiffer · 16 years ago
  93. 8d4cc8b IPC/shared memory: introduce shmctl_down by Pierre Peiffer · 16 years ago
  94. 6ff3797 IPC/semaphores: code factorisation by Pierre Peiffer · 16 years ago
  95. 6546bc4 ipc: re-enable msgmni automatic recomputing msgmni if set to negative by Nadia Derbey · 16 years ago
  96. 91cfb2b ipc: do not recompute msgmni anymore if explicitly set by user by Nadia Derbey · 16 years ago
  97. e2c284d ipc: recompute msgmni on ipc namespace creation/removal by Nadia Derbey · 16 years ago
  98. 424450c ipc: invoke the ipcns notifier chain as a work item by Nadia Derbey · 16 years ago
  99. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  100. 0c40ba4 ipc: define the slab_memory_callback priority as a constant by Nadia Derbey · 16 years ago