Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | rcu: update tracing documentation for new rcutorture and rcuboost | Paul E. McKenney | 2011-05-05 | 1 | -25/+161 | |
| | * | | | | | | | | | | | | rcu: add callback-queue information to rcudata output | Paul E. McKenney | 2011-05-05 | 1 | -16/+42 | |
| | * | | | | | | | | | | | | rcu: Update RCU's trace.txt documentation for new format | Paul E. McKenney | 2011-05-05 | 1 | -31/+34 | |
| | * | | | | | | | | | | | | rcu: move TREE_RCU from softirq to kthread | Paul E. McKenney | 2011-05-05 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | rcu: merge TREE_PREEPT_RCU blocked_tasks[] lists | Paul E. McKenney | 2011-05-05 | 1 | -11/+18 | |
| | * | | | | | | | | | | | | rcu: Decrease memory-barrier usage based on semi-formal proof | Paul E. McKenney | 2011-05-05 | 1 | -28/+20 | |
| | * | | | | | | | | | | | | rcu: Remove conditional compilation for RCU CPU stall warnings | Paul E. McKenney | 2011-05-05 | 2 | -11/+14 | |
| * | | | | | | | | | | | | | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-05-19 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | x86, cpu: Enable/disable Supervisor Mode Execution Protection | Fenghua Yu | 2011-05-17 | 1 | -0/+4 | |
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-05-19 | 1 | -17/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Documentation, ABI: Update L3 cache index disable text | Borislav Petkov | 2011-05-16 | 1 | -17/+17 | |
| | | | | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2011-05-19 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 2011-05-12 | 19 | -67/+582 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | sched: Get rid of lock_depth | Jonathan Corbet | 2011-04-24 | 1 | -1/+0 | |
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-05-19 | 1 | -35/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | genirq: Update DocBook comments | Geert Uytterhoeven | 2011-04-23 | 1 | -35/+47 | |
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-05-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | x86, gart: Rename pci-gart_64.c to amd_gart_64.c | Joerg Roedel | 2011-05-10 | 1 | -1/+1 | |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2011-05-19 | 5 | -42/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | PM: Allow drivers to allocate memory from .prepare() callbacks safely | Rafael J. Wysocki | 2011-05-17 | 2 | -33/+32 | |
| | * | | | | | | | | | | | | | | PM / Hibernate: Add sysfs knob to control size of memory for drivers | Rafael J. Wysocki | 2011-05-17 | 1 | -0/+14 | |
| | * | | | | | | | | | | | | | | PM / ACPI: Remove acpi_sleep=s4_nonvs | Amerigo Wang | 2011-05-17 | 2 | -9/+1 | |
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Correct occurrences of | Rob Landley | 2011-05-06 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | | Add a 00-INDEX file to Documentation/virtual | Rob Landley | 2011-05-06 | 2 | -2/+10 | |
| * | | | | | | | | | | | | | | Move kvm, uml, and lguest subdirectories under a common "virtual" directory, ... | Rob Landley | 2011-05-06 | 14 | -0/+0 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | powerpc: Integrated Flash controller device tree bindings | Dipen Dudhat | 2011-05-19 | 1 | -0/+76 | |
* | | | | | | | | | | | | | | powerpc: Adding bindings for flexcan controller | Bhaskar Upadhaya | 2011-05-19 | 1 | -0/+61 | |
* | | | | | | | | | | | | | | powerpc: Add fsl mpic timer binding | Scott Wood | 2011-05-19 | 2 | -1/+39 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 2011-05-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | flex_array: flex_array_prealloc takes a number of elements, not an end | Eric Paris | 2011-04-28 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Merge branch 'fixes-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-04-30 | 1 | -0/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | workqueue: Document debugging tricks | Florian Mickler | 2011-03-31 | 1 | -0/+40 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | hwmon: (adm1021) Clarify documentation regarding Xeon processors | Jean Delvare | 2011-04-29 | 1 | -17/+19 | |
* | | | | | | | | | | | | | hwmon: (lm90) Fix update interval information in driver documentation | Guenter Roeck | 2011-04-29 | 1 | -3/+3 | |
* | | | | | | | | | | | | | hwmon: (lm90) Add support for ADT7461A and NCT1008 | Guenter Roeck | 2011-04-29 | 1 | -6/+17 | |
* | | | | | | | | | | | | | memcg: update documentation to describe usage_in_bytes | Daisuke Nishimura | 2011-04-28 | 1 | -2/+13 | |
* | | | | | | | | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-04-27 | 6 | -4/+144 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | [media] media: add missing 8-bit bayer formats and Y12 | Michael Jones | 2011-04-19 | 1 | -0/+59 | |
| * | | | | | | | | | | | | | [media] v4l: add V4L2_PIX_FMT_Y12 format | Michael Jones | 2011-04-19 | 3 | -0/+81 | |
| * | | | | | | | | | | | | | [media] media: Use correct ioctl name in MEDIA_IOC_SETUP_LINK documentation | Laurent Pinchart | 2011-04-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | [media] V4L: sh_mobile_ceu_camera: fix typos in documentation | Guennadi Liakhovetski | 2011-04-13 | 1 | -3/+3 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2011-04-22 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'fix/hda' into for-linus | Takashi Iwai | 2011-04-21 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | / / | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | ALSA: emu10k1 - Fix "Music" controls to "Synth" controls in documents | Raymond Yau | 2011-04-14 | 1 | -3/+3 | |
| | |/ / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-04-20 | 6 | -30/+331 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | hwmon: (max34440) Add driver documentation | Guenter Roeck | 2011-04-19 | 2 | -10/+79 | |
| * | | | | | | | | | | | hwmon: (max16064) Add driver documentation | Guenter Roeck | 2011-04-19 | 2 | -5/+62 | |
| * | | | | | | | | | | | hwmon: (max8688) Add driver documentation | Guenter Roeck | 2011-04-19 | 2 | -5/+69 | |
| * | | | | | | | | | | | hwmon: (pmbus) Documentation updates | Guenter Roeck | 2011-04-19 | 1 | -6/+8 | |
| * | | | | | | | | | | | hwmon: (smm665) Fix spelling error in driver documentation | Guenter Roeck | 2011-04-19 | 1 | -4/+4 |