summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nsfs' into for-nextAl Viro2014-12-1027-297/+353
|\
| * kill proc_ns completelyAl Viro2014-12-103-11/+5
| * take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-1010-161/+208
| * bury struct proc_ns in fs/procAl Viro2014-12-046-27/+15
| * copy address of proc_ns_ops into ns_commonAl Viro2014-12-0413-10/+34
| * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-047-13/+16
| * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-049-65/+28
| * switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-044-22/+36
| * netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro2014-12-041-6/+10
| * make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro2014-12-041-8/+13
| * common object embedded into various struct ....nsAl Viro2014-12-0417-29/+43
* | Merge branch 'iov_iter' into for-nextAl Viro2014-12-081101-7898/+10861
|\ \
| * | copy_from_iter_nocache()Al Viro2014-12-082-0/+22
| * | new helper: iov_iter_kvec()Al Viro2014-12-082-0/+15
| * | csum_and_copy_..._iter()Al Viro2014-12-082-0/+91
| * | iov_iter.c: handle ITER_KVEC directlyAl Viro2014-12-082-13/+70
| * | iov_iter.c: convert copy_to_iter() to iterate_and_advanceAl Viro2014-11-271-82/+9
| * | iov_iter.c: convert copy_from_iter() to iterate_and_advanceAl Viro2014-11-271-91/+15
| * | iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()Al Viro2014-11-271-36/+24
| * | iov_iter.c: convert iov_iter_zero() to iterate_and_advanceAl Viro2014-11-271-86/+12
| * | iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kindsAl Viro2014-11-271-62/+45
| * | iov_iter.c: convert iov_iter_get_pages() to iterate_all_kindsAl Viro2014-11-271-50/+28
| * | iov_iter.c: convert iov_iter_npages() to iterate_all_kindsAl Viro2014-11-271-54/+19
| * | iov_iter.c: iterate_and_advanceAl Viro2014-11-271-76/+28
| * | iov_iter.c: macros for iterating over iov_iterAl Viro2014-11-271-126/+86
| * | Linux 3.18-rc6v3.18-rc6Linus Torvalds2014-11-231-1/+1
| * | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-232-2/+1
| * | sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2014-11-232-0/+10
| * | Merge branch 'x86-traps' (trap handling from Andy Lutomirski)Linus Torvalds2014-11-236-84/+82
| |\ \
| | * | x86_64, traps: Rework bad_iretAndy Lutomirski2014-11-232-26/+48
| | * | x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-11-236-26/+8
| | * | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2014-11-232-32/+26
| * | | Merge tag 'armsoc-for-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-11-2330-38/+80
| |\ \ \
| | * | | ARM: multi_v7_defconfig: fix failure setting CPU voltage by enabling dependen...Tyler Baker2014-11-191-0/+1
| | * | | Merge tag 'tegra-for-3.18-fixes-for-rc5' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2014-11-1923-32/+44
| | |\ \ \
| | | * | | ARM: tegra: roth: Fix SD card VDD_IO regulatorAlexandre Courbot2014-11-131-3/+1
| | | * | | ARM: tegra: Remove eMMC vmmc property for roth/tn7Alexandre Courbot2014-11-132-2/+0
| | | * | | ARM: dts: tegra: move serial aliases to per-boardOlof Johansson2014-11-1322-23/+39
| | | * | | ARM: tegra: Add serial port labels to Tegra124 DTLucas Stach2014-11-131-4/+4
| | * | | | Merge tag 'renesas-clock-fixes-for-v3.18' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2014-11-192-3/+8
| | |\ \ \ \
| | | * | | | ARM: shmobile: r8a7740 legacy: Correct IIC0 parent clockGeert Uytterhoeven2014-11-101-1/+1
| | | * | | | ARM: shmobile: r8a7740 legacy: Add missing INTCA clock for irqpin moduleGeert Uytterhoeven2014-11-101-1/+6
| | | * | | | ARM: shmobile: r8a7790: Fix SD3CKCR addressShinobu Uehara2014-11-101-1/+1
| | | |/ / /
| | * | | | Merge tag 'renesas-dt-fixes-for-v3.18' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2014-11-192-3/+3
| | |\ \ \ \
| | | * | | | ARM: shmobile: r8a7740 dtsi: Correct IIC0 parent clockGeert Uytterhoeven2014-11-101-1/+1
| | | * | | | ARM: shmobile: r8a7790: Fix SD3CKCR address to device treeShinobu Uehara2014-11-101-2/+2
| | | |/ / /
| | * | | | Merge tag 'renesas-soc-fixes-for-v3.18' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2014-11-191-0/+20
| | |\ \ \ \
| | | * | | | ARM: shmobile: kzm9g legacy: Set i2c clks_per_count to 2Geert Uytterhoeven2014-11-121-0/+20
| | | |/ / /
| | * | | | Merge tag 'sunxi-fixes-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2014-11-191-0/+4
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | ARM: dts: sun6i: Re-parent ahb1_mux to pll6 as required by dma controllerChen-Yu Tsai2014-11-081-0/+4
| | | |/ /
OpenPOWER on IntegriCloud