aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Merge tag 'upstream-3.18-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds10-52/+79
2014-10-14Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2014-10-14lib/raid6: Add log level to printksAnton Blanchard1-6/+6
2014-10-14md: move EXPORT_SYMBOL to after function in md.cNeilBrown1-12/+11
2014-10-14md: discard PRINT_RAID_DEBUG ioctlNeilBrown2-139/+0
2014-10-14md: remove MD_BUG()NeilBrown1-46/+12
2014-10-14md: clean up 'exit' labels in md_ioctl().NeilBrown1-41/+35
2014-10-14md: remove unnecessary test for MD_MAJOR in md_ioctl()NeilBrown1-4/+1
2014-10-14md: don't allow "-sync" to be set for device in an active array.NeilBrown1-4/+6
2014-10-14md: remove unwanted white space from md.cNeilBrown10-191/+114
2014-10-14md: don't start resync thread directly from md thread.NeilBrown1-23/+36
2014-10-14md: Just use RCU when checking for overlap between arrays.NeilBrown1-8/+7
2014-10-14md: avoid potential long delay under pers_lockChao Yu1-1/+2
2014-10-14md: simplify export_array()NeilBrown1-8/+4
2014-10-14md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown1-14/+8
2014-10-14md: use wait_event() to simplify md_super_wait()NeilBrown1-8/+1
2014-10-14md: be more relaxed about stopping an array which isn't started.NeilBrown1-3/+3
2014-10-14md/raid1: process_checks doesn't use its return value.NeilBrown1-4/+3
2014-10-14md/raid5: fix init_stripe() inconsistenciesMarkus Stockhausen1-3/+1
2014-10-14md/raid10: another memory leak due to reshape.NeilBrown1-1/+3
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds150-1657/+5589
2014-10-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds59-37/+40
2014-10-14Merge tag 'please-pull-sys_bpf' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+3
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds11-331/+153
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds109-972/+4738
2014-10-14Merge branches 'x86-ras-for-linus', 'x86-uv-for-linus' and 'x86-vdso-for-linu...Linus Torvalds3-9/+9
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-6/+25
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-157/+371
2014-10-14Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-10/+187
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-78/+47
2014-10-14Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-9/+9
2014-10-14Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-19/+20
2014-10-14Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-29/+74
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner6-38/+68
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven3-6/+5
2014-10-14ia64: remove duplicate declarations of __per_cpu_start[] and __per_cpu_end[]Geert Uytterhoeven1-1/+1
2014-10-14frv: remove unused declarations of __start___ex_table and __stop___ex_tableGeert Uytterhoeven1-2/+0
2014-10-14kvm: ensure hard lockup detection is disabled by defaultUlrich Obergfell1-0/+8
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell2-2/+61
2014-10-14staging: rtl8192u: use %*pEn to escape bufferAndy Shevchenko1-13/+1
2014-10-14staging: rtl8192e: use %*pEn to escape bufferAndy Shevchenko1-13/+1
2014-10-14staging: wlan-ng: use %*pEhp to print SNAndy Shevchenko1-26/+2
2014-10-14lib80211: remove unused print_ssid()Andy Shevchenko2-37/+0
2014-10-14wireless: hostap: proc: print properly escaped SSIDAndy Shevchenko1-4/+1
2014-10-14wireless: ipw2x00: print SSID via %*pEAndy Shevchenko4-247/+126
2014-10-14wireless: libertas: print esaped string via %*pEAndy Shevchenko2-10/+5
2014-10-14lib/vsprintf: add %*pE[achnops] format specifierAndy Shevchenko2-0/+103
2014-10-14lib / string_helpers: introduce string_escape_mem()Andy Shevchenko3-4/+541
2014-10-14lib / string_helpers: refactoring the test suiteAndy Shevchenko1-12/+27
2014-10-14lib / string_helpers: move documentation to c-fileAndy Shevchenko2-34/+38