summaryrefslogtreecommitdiffstats
path: root/include/net/addrconf.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-02md: move suspend_hi/lo handling into core md codeNeilBrown3-37/+28
2017-11-02md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10
2017-11-02md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown3-7/+24
2017-11-02md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown3-1/+14
2017-10-19raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-10-17md: raid10: remove a couple of redundant variables and initializationsColin Ian King1-5/+1
2017-10-17md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer16-12/+20
2017-10-17md: raid10: remove VLAISMatthias Kaehlcke1-5/+10
2017-10-17md-cluster: make function cluster_check_sync_size staticColin Ian King1-1/+1
2017-10-17raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz1-1/+2
2017-10-17raid5-ppl: don't resync after rebuildArtur Paszkiewicz1-2/+1
2017-10-17md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang1-5/+5
2017-10-17md/bitmap: revert a patchShaohua Li1-2/+2
2017-10-09md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang1-2/+2
2017-10-05md: fix deadlock error in recent patch.NeilBrown1-1/+2
2017-10-01Linux 4.14-rc3v4.14-rc3Linus Torvalds1-1/+1
2017-09-29fix infoleak in waitid(2)Al Viro1-13/+10
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin5-18/+7
2017-09-29x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky1-0/+2
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon1-1/+1
2017-09-29arm64: mm: Use READ_ONCE when dereferencing pointer to pte tableWill Deacon1-1/+1
2017-09-29kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng1-1/+2
2017-09-29KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresumeWanpeng Li1-1/+2
2017-09-29sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2017-09-29x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf1-2/+4
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra3-11/+10
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra1-1/+23
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra3-13/+27
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra3-21/+10
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood1-0/+27
2017-09-29sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra2-8/+12
2017-09-29sched/debug: Remove unused variablePeter Zijlstra1-2/+0
2017-09-29sched/debug: Convert TASK_state to hexPeter Zijlstra1-14/+14
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra2-20/+21
2017-09-29um/time: Fixup namespace collisionThomas Gleixner1-2/+2
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin1-5/+15
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2-16/+0
2017-09-28perf test: Fix vmlinux failure on s390x part 2Thomas Richter2-22/+0
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter3-18/+1
2017-09-28KVM: VMX: use cmpxchg64Paolo Bonzini1-6/+6
2017-09-28timer: Prepare to change timer callback argument typeKees Cook1-0/+14
2017-09-28xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingZhenzhong Duan1-9/+4
2017-09-28xen-pciback: relax BAR sizing write value checkJan Beulich1-1/+10
2017-09-28irq/generic-chip: Don't replace domain's nameJeffy Chen1-1/+0
2017-09-28seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf1-3/+8
2017-09-28objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf1-0/+2
2017-09-28md/raid5: cap worker countShaohua Li1-2/+5
2017-09-28dm-raid: fix a race condition in request handlingShaohua Li1-1/+1
2017-09-28md: fix a race condition for flush request handlingShaohua Li1-4/+10