summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-47/+67
|\
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-213-5/+4
| |\
| * \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-161-47/+67
| |\ \
| | * | uretprobes: Documentation updateAnton Arapov2013-04-131-47/+67
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-306-33/+85
|\ \ \ \
| * \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-04-106-33/+85
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney2013-03-262-20/+48
| | |\ \ \ \ \
| | | | * | | | rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-261-9/+19
| | | | * | | | rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-261-2/+5
| | | * | | | | rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney2013-03-131-9/+24
| | | |/ / / /
| | * | | | | rcu: Documentation updatePaul E. McKenney2013-03-123-11/+35
| | * | | | | rcu: Make bugginess of code sample more evidentPaul E. McKenney2013-03-121-2/+2
| | |/ / / /
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-298-13/+158
|\ \ \ \ \ \
| * | | | | | Documentation: update nfs option in filesystem/vfat.txtNamjae Jeon2013-04-291-5/+21
| * | | | | | drivers/rtc/rtc-at91rm9200.c: add DT supportJoachim Eastwood2013-04-291-0/+15
| * | | | | | checkpatch: add Suggested-by as a standard signatureMugunthan V N2013-04-291-1/+8
| * | | | | | drivers/video/backlight/tps65217_bl.c add default brightness value optionMatus Ujhelyi2013-04-291-0/+3
| * | | | | | Documentation: add missing documentation for tps65217-bl device tree bindingMatus Ujhelyi2013-04-291-0/+24
| * | | | | | backlight: lp855x: add a device tree structureKim, Milo2013-04-291-0/+41
| * | | | | | backlight: lp855x: remove duplicate platform dataKim, Milo2013-04-291-4/+0
| * | | | | | backlight: lp855x: move backlight mode platform dataKim, Milo2013-04-291-3/+0
| * | | | | | media: coda: use genalloc APIPhilipp Zabel2013-04-291-0/+30
| * | | | | | misc: generic on-chip SRAM allocation driverPhilipp Zabel2013-04-291-0/+16
* | | | | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-04-292-4/+69
|\ \ \ \ \ \ \
| * | | | | | | Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo2013-04-121-5/+15
| * | | | | | | cgroup: remove bind() method from cgroup_subsys.Rami Rosen2013-04-101-15/+5
| * | | | | | | cgroups: Documentation/cgroup/cgroup.txt - a trivial fix.Rami Rosen2013-04-031-1/+1
| * | | | | | | devcg: propagate local changes down the hierarchyAristeu Rozanski2013-03-201-3/+67
| * | | | | | | cgroup: hold cgroup_mutex before calling css_offline()Li Zefan2013-03-121-0/+1
* | | | | | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-291-0/+9
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v3.9-rc5' into wq/for-3.10Tejun Heo2013-04-0130-50/+239
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...Tejun Heo2013-04-011-0/+9
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-04-291-0/+205
|\ \ \ \ \ \ \ \
| * | | | | | | | percpu: add documentation on this_cpu operationsChristoph Lameter2013-04-041-0/+205
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-293-2/+126
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | memcg: add memory.pressure_level eventsAnton Vorontsov2013-04-291-1/+69
| * | | | | | | mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker2013-04-291-0/+30
| * | | | | | | mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker2013-04-292-1/+27
* | | | | | | | Merge tag 'clk-for-linus-3.10' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-04-298-2/+389
|\ \ \ \ \ \ \ \
| * | | | | | | | clk: add clk_ignore_unused option to keep boot clocks onOlof Johansson2013-04-272-0/+19
| * | | | | | | | clk: add si5351 i2c common clock driverSebastian Hesselbarth2013-04-122-0/+115
| * | | | | | | | clk: add device tree fixed-factor-clock binding supportGregory CLEMENT2013-04-121-0/+24
| * | | | | | | | clk: sunxi: Add support for AXI, AHB, APB0 and APB1 gatesEmilio López2013-04-041-1/+108
| * | | | | | | | clk: sunxi: rename compatible stringsEmilio López2013-03-271-11/+11
| * | | | | | | | arm: sunxi: Add useful information about sunxi clocksEmilio López2013-03-271-0/+56
| * | | | | | | | clk: arm: sunxi: Add a new clock driver for sunxi SOCsEmilio López2013-03-271-0/+44
| * | | | | | | | documentation: clk: fix couple of misspellingEduardo Valentin2013-03-211-2/+2
| * | | | | | | | clk: Add axi-clkgen driverLars-Peter Clausen2013-03-191-0/+22
* | | | | | | | | Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-04-295-7/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | spi/s3c64xx: let device core setup the default pin configurationThomas Abraham2013-04-161-6/+2
OpenPOWER on IntegriCloud