Historial de Commits

Autor SHA1 Mensaje Fecha
  Rusty Russell 907b29eb41 param: locking for kernel parameters hace 15 años
  Rusty Russell 914dcaa84c param: make param sections const. hace 15 años
  Rusty Russell a1054322af param: use free hook for charp (fix leak of charp parameters) hace 15 años
  Rusty Russell e6df34a442 param: add a free hook to kernel_param_ops. hace 15 años
  Rusty Russell 9bbb9e5a33 param: use ops in struct kernel_param, rather than get and set fns directly hace 15 años
  Rusty Russell a14fe249a8 param: move the EXPORT_SYMBOL to after the definitions. hace 15 años
  Rusty Russell 2e9fb9953d params: don't hand NULL values to param.set callbacks. hace 15 años
  Linus Torvalds c32da02342 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial hace 15 años
  Jiri Kosina 318ae2edc3 Merge branch 'for-next' into for-linus hace 15 años
  Eric W. Biederman a07e4156a2 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes hace 15 años
  Emese Revfy 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type hace 15 años
  Emese Revfy 9cd43611cc kobject: Constify struct kset_uevent_ops hace 15 años
  Jaswinder Singh Rajput 9c03c38356 includecheck fix for kernel/params.c hace 15 años
  Edward Z. Yang 350f82586b Remove redundant trailing semicolons from macros hace 15 años
  André Goddard Rosa e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function hace 15 años
  Rusty Russell 3c7d76e371 param: fix setting arrays of bool hace 15 años
  Rusty Russell d553ad864e param: fix NULL comparison on oom hace 15 años
  Rusty Russell 65afac7d80 param: fix lots of bugs with writing charp params from sysfs, by leaking mem. hace 15 años
  Peter Oberparleiter 26d052bfce param: allow whitespace as kernel parameter separator hace 16 años
  Rusty Russell fddd520122 module_param: allow 'bool' module_params to be bool, not just int. hace 16 años
  Rusty Russell 45fcc70c0b module_param: split perm field into flags and perm hace 16 años
  Rusty Russell 9a71af2c36 module_param: invbool should take a 'bool', not an 'int' hace 16 años
  Rusty Russell e180a6b775 param: fix charp parameters set via sysfs hace 16 años
  Linus Torvalds d2441183dc Fix compile warning in kernel/params.c hace 16 años
  Rusty Russell 67e67ceaac core_param() for genuinely core kernel parameters hace 16 años
  Rusty Russell 9b473de872 param: Fix duplicate module prefixes hace 16 años
  Rusty Russell 730b69d225 module: check kernel param length at compile time, not runtime hace 16 años
  Yi Yang 06b2a76d25 Add new string functions strict_strto* and convert kernel params to use them hace 17 años
  Richard Knutsson eb38a996eb kernel/params.c: remove sparse-warning (different signedness) hace 17 años
  Denis Cheng 8686c99875 module: fix the module name length in param_sysfs_builtin hace 17 años