summaryrefslogtreecommitdiffstats
path: root/block/blk-softirq.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-18tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov1-1/+0
2016-03-18x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.cLi Bin1-1/+1
2016-03-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)1-2/+6
2016-03-18tracing: Fix return while holding a lock in register_tracer()Chunyu Hu1-2/+4
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang1-3/+1
2016-03-18ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa1-5/+5
2016-03-18ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa1-10/+17
2016-03-08tracing: Fix typoes in code comment and printk in trace_nop.cChunyu Hu1-2/+2
2016-03-08tracing, writeback: Replace cgroup path to cgroup inoYang Shi1-76/+45
2016-03-08tracing: Use flags instead of bool in trigger structureSteven Rostedt (Red Hat)2-30/+49
2016-03-08tracing: Add an unreg_all() callback to trigger commandsTom Zanussi2-2/+20
2016-03-08tracing: Add needs_rec flag to event triggersTom Zanussi2-1/+9
2016-03-08tracing: Add a per-event-trigger 'paused' fieldTom Zanussi2-0/+5
2016-03-08tracing: Add get_syscall_name()Tom Zanussi2-0/+16
2016-03-08tracing: Add event record param to trigger_ops.func()Tom Zanussi3-22/+27
2016-03-08tracing: Make event trigger functions availableTom Zanussi2-15/+27
2016-03-08tracing: Make ftrace_event_field checking functions availableTom Zanussi2-12/+12
2016-03-08tracing: Remove duplicate checks for online CPUsSteven Rostedt (Red Hat)2-41/+5
2016-03-08tracing: Make tracer_flags use the right set_flag callbackChunyu Hu3-14/+21
2016-03-06Linux 4.5-rc7v4.5-rc7Linus Torvalds1-1/+1
2016-03-05um: use %lx format specifiers for unsigned longsColin Ian King1-2/+2
2016-03-05um: Export pm_power_offRichard Weinberger1-0/+1
2016-03-05Revert "um: Fix get_signal() usage"Richard Weinberger1-1/+1
2016-03-05ubi: Fix out of bounds write in volume update codeRichard Weinberger1-1/+1
2016-03-05nfit: Continue init even if ARS commands are unimplementedVishal Verma1-4/+11
2016-03-05ARM: 8544/1: set_memory_xx fixesMika Penttilä1-0/+3
2016-03-04MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki1-7/+6
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng7-3/+49
2016-03-04gpu: host1x: Set DMA ops on device creationAlexandre Courbot1-0/+2
2016-03-04gpu: host1x: Set DMA maskAlexandre Courbot2-0/+8
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)3-12/+17
2016-03-04ALSA: hda - hdmi defer to register acomp eld notifierLibin Yang1-12/+12
2016-03-04ALSA: hda - hdmi add wmb barrier for audio componentLibin Yang1-0/+5
2016-03-04powerpc/fsl-book3e: Avoid lbarx on e5500Scott Wood1-0/+13
2016-03-04Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana1-1/+9
2016-03-03block: support large requests in blk_rq_map_user_iovChristoph Hellwig1-30/+61
2016-03-03block: fix blk_rq_get_max_sectors for driver private requestsChristoph Hellwig1-1/+1
2016-03-03nvme: fix max_segments integer truncationChristoph Hellwig1-2/+4
2016-03-03nvme: set queue limits for the admin queueChristoph Hellwig1-10/+19
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo3-13/+47
2016-03-03NVMe: Fix 0-length integrity payloadKeith Busch1-1/+1
2016-03-03NVMe: Don't allow unsupported flagsKeith Busch1-0/+4
2016-03-03NVMe: Move error handling to failed reset handlerKeith Busch3-18/+50
2016-03-03NVMe: Simplify device reset failureKeith Busch1-27/+21
2016-03-03NVMe: Fix namespace removal deadlockKeith Busch3-7/+26
2016-03-03NVMe: Use IDA for namespace disk namingKeith Busch2-3/+14
2016-03-03NVMe: Don't unmap controller registers on resetKeith Busch1-29/+42
2016-03-03block: merge: get the 1st and last bvec via helpersMing Lei1-6/+2
2016-03-03block: get the 1st and last bvec via helpersMing Lei1-4/+9