Age | Commit message (Expand) | Author | Files | Lines |
2011-11-01 | md: Add in export.h for files using EXPORT_SYMBOL | Paul Gortmaker | 2 | -0/+2 |
2011-11-01 | md: Add module.h to all files using it implicitly | Paul Gortmaker | 1 | -0/+1 |
2011-10-31 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 1 | -7/+61 |
2011-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2 | -1/+15 |
2011-10-27 | fault-inject: export setup_fault_attr() | Per Forlin | 1 | -1/+2 |
2011-10-26 | mmc: core: add random fault injection | Per Forlin | 1 | -0/+11 |
2011-10-26 | fault-inject: export fault injection functions | Per Forlin | 1 | -0/+2 |
2011-10-26 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 1 | -1/+1 |
2011-10-26 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -64/+19 |
2011-10-26 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -76/+76 |
2011-10-25 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -55/+120 |
2011-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -22/+21 |
2011-10-25 | Merge branch 'for-linus' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/... | Linus Torvalds | 1 | -2/+2 |
2011-10-25 | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -4/+11 |
2011-10-25 | Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v... | Russell King | 1 | -2/+2 |
2011-10-21 | Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '... | Joerg Roedel | 1 | -7/+61 |
2011-10-20 | lib/raid6: Fix filename emitted in generated code | Dan McGee | 1 | -1/+1 |
2011-10-18 | dynamic_debug: fix undefined reference to `__netdev_printk' | Jason Baron | 1 | -0/+4 |
2011-10-18 | dynamic_debug: use a single printk() to emit messages | Jason Baron | 1 | -39/+41 |
2011-10-18 | dynamic_debug: remove num_enabled accounting | Jason Baron | 1 | -7/+0 |
2011-10-06 | sched: Wrap scheduler p->cpus_allowed access | Peter Zijlstra | 1 | -1/+1 |
2011-10-04 | llist: Remove cpu_relax() usage in cmpxchg loops | Peter Zijlstra | 1 | -2/+0 |
2011-10-04 | llist: Return whether list is empty before adding in llist_add() | Huang Ying | 1 | -1/+5 |
2011-10-04 | llist: Move cpu_relax() to after the cmpxchg() | Huang Ying | 1 | -4/+10 |
2011-10-04 | llist: Remove the platform-dependent NMI checks | Ingo Molnar | 1 | -10/+2 |
2011-10-04 | llist: Make some llist functions inline | Huang Ying | 3 | -46/+1 |
2011-10-01 | ARM: always use ARM_UNWIND for thumb2 kernels | Arnd Bergmann | 1 | -2/+2 |
2011-09-22 | XZ: Fix incorrect XZ_BUF_ERROR | Lasse Collin | 1 | -7/+20 |
2011-09-21 | lib: add error checking to hex2bin | Mimi Zohar | 1 | -4/+11 |
2011-09-15 | Merge branch 'master' into for-next | Jiri Kosina | 15 | -244/+862 |
2011-09-15 | Remove unneeded version.h include from lib/ | Jesper Juhl | 1 | -1/+0 |
2011-09-15 | Kconfig: Copyedit: DEBUG_SECTION_MISMATCH | Michael Witten | 1 | -19/+19 |
2011-09-14 | lib: atomic64: Change the type of local lock to raw_spinlock_t | Yong Zhang | 1 | -11/+11 |
2011-09-14 | lib/sha1.c: quiet sparse noise about symbol not declared | H Hartley Sweeten | 1 | -0/+1 |
2011-09-13 | locking, lib/atomic64: Annotate atomic64_lock::lock as raw | Shan Hai | 1 | -22/+22 |
2011-09-13 | locking, rwsem: Annotate inner lock as raw | Thomas Gleixner | 2 | -26/+26 |
2011-09-13 | locking, printk: Annotate logbuf_lock as raw | Thomas Gleixner | 1 | -2/+2 |
2011-09-13 | locking, lib/proportions: Annotate prop_local_percpu::lock as raw | Thomas Gleixner | 1 | -6/+6 |
2011-09-13 | locking, percpu_counter: Annotate ::lock as raw | Thomas Gleixner | 1 | -9/+9 |
2011-08-30 | bitops: Move find_next_bit.o from lib-y to obj-y | Geert Uytterhoeven | 1 | -2/+2 |
2011-08-23 | dma-debug: hash_bucket_find needs to allow for offsets within an entry | Neil Horman | 1 | -7/+61 |
2011-08-23 | lib: Kconfig.debug: Typo remove extra "it" | Justin P. Mattock | 1 | -1/+1 |
2011-08-23 | kobj_uevent: Ignore if some listeners cannot handle message | Milan Broz | 1 | -1/+1 |
2011-08-23 | dynamic_debug: make netdev_dbg() call __netdev_printk() | Jason Baron | 1 | -0/+25 |
2011-08-23 | dynamic_debug: Convert printks to pr_<level> | Joe Perches | 1 | -33/+26 |
2011-08-23 | dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix | Joe Perches | 1 | -11/+23 |
2011-08-23 | dynamic_debug: Consolidate prefix output to single routine | Joe Perches | 1 | -20/+18 |
2011-08-23 | dynamic_debug: Add __dynamic_dev_dbg | Joe Perches | 1 | -0/+38 |
2011-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -1/+96 |
2011-08-07 | crypto: Move md5_transform to lib/md5.c | David S. Miller | 2 | -1/+96 |