summaryrefslogtreecommitdiffstats
path: root/block/bio-integrity.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-13sparc64: nocheck uaccess coding style tweaksMichael S. Tsirkin1-63/+37
2015-01-13xtensa: macro whitespace fixesMichael S. Tsirkin1-45/+45
2015-01-13sh: macro whitespace fixesMichael S. Tsirkin1-1/+1
2015-01-13parisc: macro whitespace fixesMichael S. Tsirkin1-58/+58
2015-01-13m68k: macro whitespace fixesMichael S. Tsirkin1-1/+1
2015-01-13m32r: macro whitespace fixesMichael S. Tsirkin1-42/+42
2015-01-13frv: macro whitespace fixesMichael S. Tsirkin1-1/+1
2015-01-13cris: macro whitespace fixesMichael S. Tsirkin1-55/+58
2015-01-13avr32: macro whitespace fixesMichael S. Tsirkin1-9/+9
2015-01-13arm64: macro whitespace fixesMichael S. Tsirkin1-1/+1
2015-01-13arm: macro whitespace fixesMichael S. Tsirkin1-46/+46
2015-01-13alpha: macro whitespace fixesMichael S. Tsirkin1-41/+41
2015-01-13blackfin: macro whitespace fixesMichael S. Tsirkin1-11/+11
2015-01-13sparc64: uaccess_64 macro whitespace fixesMichael S. Tsirkin1-104/+144
2015-01-13sparc32: uaccess_32 macro whitespace fixesMichael S. Tsirkin1-138/+227
2015-01-13avr32: whitespace fixMichael S. Tsirkin1-1/+1
2015-01-13sh: fix put_user sparse errorsMichael S. Tsirkin1-4/+4
2015-01-13metag: fix put_user sparse errorsMichael S. Tsirkin1-8/+13
2015-01-13ia64: fix put_user sparse errorsMichael S. Tsirkin1-4/+5
2015-01-13blackfin: fix put_user sparse errorsMichael S. Tsirkin1-4/+4
2015-01-13arm: fix put_user sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13m68k/uaccess: fix sparse errorsMichael S. Tsirkin1-20/+20
2015-01-13sparc64/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13sparc32/uaccess: fix sparse errorsMichael S. Tsirkin1-4/+4
2015-01-13sh/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13parisc/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2015-01-13openrisc/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13metag/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13m32r/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13ia64/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2015-01-13cris/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13blackfin/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2015-01-13avr32/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13arm64/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2015-01-13alpha/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13x86/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2015-01-11linux 3.19-rc4v3.19-rc4Linus Torvalds1-1/+1
2015-01-11mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-01-11mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-09ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile errorVictor Kamensky1-2/+2
2015-01-09HID: roccat: potential out of bounds in pyra_sysfs_write_settings()Dan Carpenter1-2/+6
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson1-1/+1
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa1-0/+4
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni1-18/+1
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+3
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du1-1/+1
2015-01-09sched, fanotify: Deal with nested sleepsPeter Zijlstra1-5/+5
2015-01-09perf/x86/uncore/hsw-ep: Handle systems with only two SBOXesAndi Kleen2-1/+18
2015-01-09perf/x86_64: Improve user regs samplingAndy Lutomirski1-2/+76
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski6-16/+63