summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* idr: make idr_remove rcu-safeNadia Derbey2008-07-251-14/+43
* idr: make idr_find rcu-safeNadia Derbey2008-07-251-5/+6
* idr: make idr_get_new* rcu-safeNadia Derbey2008-07-251-5/+9
* idr: error checking factorizationNadia Derbey2008-07-251-21/+9
* idr: fix a printk callNadia Derbey2008-07-251-1/+2
* idr: rename some of the idr APIs internal routinesNadia Derbey2008-07-251-15/+16
* printk ratelimiting rewriteDave Young2008-07-251-25/+30
* list debugging: use WARN() instead of BUG()Dave Jones2008-07-251-22/+14
* Example use of WARN()Arjan van de Ven2008-07-251-6/+3
* inflate: refactor inflate malloc codeThomas Petazzoni2008-07-251-7/+45
* lists: remove a redundant conditional definition of list_add()Robert P. J. Day2008-07-251-14/+0
* lib: allow memparse() to accept a NULL and ignorable second parmRobert P. J. Day2008-07-251-5/+11
* lzo: use get/put_unaligned_* helpersHarvey Harrison2008-07-251-4/+2
* rtc: BCD codeshrinkDavid Brownell2008-07-242-1/+15
* add a helper function to test if an object is on the stackFUJITA Tomonori2008-07-241-3/+1
* mm: add a basic debugging framework for memory initialisationMel Gorman2008-07-241-0/+12
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-232-3/+12
|\
| * Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-214-21/+54
| |\
| * | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fixIngo Molnar2008-07-181-1/+1
| * | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.cMike Travis2008-07-181-3/+3
| * | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-184-9/+81
| |\ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-166-41/+136
| |\ \ \
| * \ \ \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-066-70/+84
| |\ \ \ \
| * | | | | x86: Add performance variants of cpumask operatorsMike Travis2008-05-231-0/+9
* | | | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2008-07-231-1/+25
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into core/softlockupIngo Molnar2008-07-159-51/+126
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into core/softlockupIngo Molnar2008-06-163-59/+74
| |\ \ \ \ \ \ \
| * | | | | | | | softlockup: allow panic on lockupIngo Molnar2008-05-251-1/+25
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-231-46/+130
|\ \ \ \ \ \ \ \
| * | | | | | | | sg: reimplement sg mapping iteratorTejun Heo2008-07-231-46/+130
* | | | | | | | | kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variableJason Wessel2008-07-231-3/+0
|/ / / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | remove CONFIG_KMOD from libJohannes Berg2008-07-221-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | kobject: Transmit return value of call_usermodehelper() to callerWang Chen2008-07-211-1/+2
* | | | | | | | debugfs: Add a reference to the debugfs API documentation.Robert P. J. Day2008-07-211-0/+3
* | | | | | | | kobject: replace '/' with '!' in nameKay Sievers2008-07-211-2/+8
|/ / / / / / /
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-1811-42/+211
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-171-9/+5
| |\ \ \ \ \ \
| | * | | | | | ftrace: do not trace library functionsIngo Molnar2008-07-171-12/+5
| | * | | | | | ftrace: fix lockup with MAXSMPIngo Molnar2008-07-171-0/+3
| * | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | PCI: ACPI PCI slot detection driverAlex Chiang2008-06-101-0/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-153-0/+75
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCMartin K. Petersen2008-07-123-0/+75
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-152-1/+20
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge branch 'linus' into core/rcuIngo Molnar2008-07-115-46/+103
| | |\ \ \ \ \
| | * | | | | | rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney2008-06-191-2/+19
| | * | | | | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-164-60/+76
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Revert "prohibit rcutorture from being compiled into the kernel"Ingo Molnar2008-06-161-1/+2
| | * | | | | | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
OpenPOWER on IntegriCloud