aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bitmap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-19raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu1-0/+3
2013-11-19raid5: relieve lock contention in get_active_stripe()Shaohua Li2-1/+8
2013-11-14raid5: relieve lock contention in get_active_stripe()Shaohua Li2-73/+259
2013-11-14wait: add wait_event_cmd()Shaohua Li1-0/+25
2013-11-14md/raid5.c: add proper locking to error path of raid5_start_reshape.NeilBrown1-0/+6
2013-11-14md: fix calculation of stacking limits on level change.NeilBrown1-0/+1
2013-11-14raid5: Use slow_path to release stripe when mddev->thread is nullmajianpeng1-1/+2
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra4-4/+25
2013-11-11stop_machine: Fix race between stop_two_cpus() and stop_cpus()Rik van Riel1-2/+13
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov1-22/+21
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov1-1/+1
2013-11-07parisc: add generic 32- and 64-bit defconfigsHelge Deller2-0/+674
2013-11-07parisc: sticon - unbreak on 64bit kernelHelge Deller3-80/+158
2013-11-07parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller1-4/+14
2013-11-07parisc: implement full version of access_ok()Helge Deller1-4/+42
2013-11-07parisc: correctly display number of active CPUsHelge Deller1-2/+6
2013-11-07parisc: do not count IPI calls twiceHelge Deller3-10/+0
2013-11-07parisc: make udelay() SMP-safeHelge Deller3-32/+84
2013-11-07parisc: remove duplicate defineMichael Opdenacker1-1/+0
2013-11-07parisc: make "make install" not depend on vmlinuxHelge Deller2-15/+51
2013-11-07parisc: add kernel audit featureHelge Deller8-6/+158
2013-11-07parisc: provide macro to create exception table entriesHelge Deller5-14/+27
2013-11-07ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha1-1/+1
2013-11-07perf tools: Remove unneeded includeRodrigo Campos1-1/+0
2013-11-07perf record: Remove post_processing_offset variableDavid Ahern1-5/+3
2013-11-07perf record: Remove advance_output functionDavid Ahern1-6/+1
2013-11-07perf record: Refactor feature handling into a separate functionDavid Ahern1-12/+21
2013-11-07perf trace: Don't relookup fields by name in each sampleArnaldo Carvalho de Melo1-11/+188
2013-11-07perf tools: Fix version when building out of treeDavid Ahern2-1/+6
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo9-23/+20
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds5-47/+122
2013-11-07irqchip: bcm2835: Convert to use IRQCHIP_DECLARE macroAxel Lin3-44/+12
2013-11-07ARC: [plat-arcfpga] defconfig updateVineet Gupta1-0/+3
2013-11-07smp, ARC: kill SMP single function call interruptJiang Liu1-6/+1
2013-11-07ARC: [SMP] Disallow RTSCVineet Gupta2-8/+5
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt1-1/+1
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov2-7/+8
2013-11-06uprobes: Introduce arch_uprobe->ixolOleg Nesterov3-2/+7
2013-11-06uprobes: Kill module_init() and module_exit()Oleg Nesterov1-6/+1
2013-11-06uprobes: Move function declarations out of archDavid A. Long3-14/+8
2013-11-06MIPS: remove duplicate defineMichael Opdenacker1-1/+0
2013-11-06s390/scm_blk: fix endless loop for requests != REQ_TYPE_FSSteffen Maier1-1/+5
2013-11-06arm64: locks: Remove CONFIG_GENERIC_LOCKBREAKCatalin Marinas1-4/+0
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy3-18/+28
2013-11-06sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan1-1/+1
2013-11-06perf/x86/intel: Add Ivy Bridge-EP uncore IRP box supportYan, Zheng1-0/+73
2013-11-06perf/x86/intel/uncore: Add filter support for IvyBridge-EP QPI boxesYan, Zheng1-10/+51
2013-11-06perf: Factor out strncpy() in perf_event_mmap_event()Oleg Nesterov1-16/+16
2013-11-06tools/perf: Add required memory barriersPeter Zijlstra3-16/+49
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra6-16/+33