aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse2010-08-091-15/+10
* rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse2010-08-091-4/+15
* rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse2010-08-091-11/+17
* rwsem: lighter active count checks when waking up readersMichel Lespinasse2010-08-091-25/+32
* rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse2010-08-091-27/+34
* flex_array: add helpers to get and put to make pointers easy to useEric Paris2010-08-091-1/+24
* lib: vsprintf: useless strlen() removedMichal Nazarewicz2010-08-091-10/+4
* list debugging: warn when deleting a deleted entryBaruch Siach2010-08-091-0/+6
* iommu: inline iommu_num_pagesAnton Blanchard2010-08-091-9/+0
* radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara2010-08-091-0/+94
* tmpfs: add accurate compare function to percpu_counter libraryTim Chen2010-08-091-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-061-1/+0
|\
| * debugfs: no longer needs to depend on SYSFSRandy Dunlap2010-08-051-1/+0
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-061-5/+5
|\ \
| * | x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-091-5/+5
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-15/+20
|\ \ \
| * \ \ Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-051-15/+20
| |\ \ \
| | * | | lockup_detector: Don't enable the lockup detector by defaultFrederic Weisbecker2010-05-191-1/+0
| | * | | lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker2010-05-161-0/+3
| | * | | lockup_detector: Update some configFrederic Weisbecker2010-05-161-22/+3
| | * | | lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTORFrederic Weisbecker2010-05-131-1/+1
| | * | | lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-121-10/+20
| | * | | Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker2010-05-1235-269/+1308
| | |\ \ \
| | * | | | nmi_watchdog: Turn it off by defaultIngo Molnar2010-02-281-1/+0
| | * | | | nmi_watchdog: Use a boolean config flag for compilingDon Zickus2010-02-141-2/+1
| | * | | | nmi_watchdog: Only enable on x86 for nowIngo Molnar2010-02-091-0/+1
| | * | | | nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus2010-02-081-0/+13
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-0/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2010-07-012-3/+2
| |\ \ \ \ \ \
| * | | | | | | tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers2010-06-141-0/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-08-051-0/+13
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-0446-983/+2160
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Kbuild: Add option to set -femit-struct-debug-baseonlyAndi Kleen2010-07-141-0/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-08-051-3/+3
|\ \ \ \ \ \
| * | | | | | microblaze: Disable FRAME_POINTER selectionMichal Simek2010-08-041-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-043-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-048-595/+76
| |\ \ \ \ \ \
| * | | | | | | Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> FaultTakuya Yoshikawa2010-07-211-1/+1
| * | | | | | | lib/devres.c: fix comment typoKulikov Vasiliy2010-07-111-1/+1
| * | | | | | | Merge branch 'master' into for-nextJiri Kosina2010-06-1616-134/+296
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches2010-07-041-0/+9
* | | | | | | | | Merge branch 'stable/swiotlb-0.8.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-041-56/+81
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | swiotlb: Make swiotlb bookkeeping functions visible in the header file.Konrad Rzeszutek Wilk2010-06-071-15/+14
| * | | | | | | | swiotlb: search and replace "int dir" with "enum dma_data_direction dir"Konrad Rzeszutek Wilk2010-06-071-10/+13
| * | | | | | | | swiotlb: Make internal bookkeeping functions have 'swiotlb_tbl' prefix.Konrad Rzeszutek Wilk2010-06-071-11/+13
| * | | | | | | | swiotlb: add the swiotlb initialization function with iotlb memoryFUJITA Tomonori2010-06-071-18/+30
| * | | | | | | | swiotlb: add swiotlb_tbl_map_single library functionFUJITA Tomonori2010-06-071-8/+17
| |/ / / / / / /
* | | | | | | | ARM: 6213/1: atomic64_test: add ARM as supported architectureWill Deacon2010-07-271-1/+1
| |_|_|/ / / / |/| | | | | |