aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04blk-mq: don't lose requests if a stopped queue restartsShaohua Li1-0/+10
2015-05-04blk-mq: fix FUA request hangShaohua Li1-1/+1
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown4-5/+5
2015-04-27block:bounce: fix call inc_|dec_zone_page_state on different pages confuse value of NR_BOUNCEWang YanQing1-1/+1
2015-04-23elevator: fix double release of elevator moduleChao Yu1-5/+1
2015-04-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-04-23blk-mq: fix CPU hotplug handlingMing Lei1-21/+13
2015-04-23blk-mq: fix race between timeout and CPU hotplugMing Lei1-3/+13
2015-04-23NVMe: Fix VPD B0 max sectors translationKeith Busch1-1/+2
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe2-4/+4
2015-04-17proc: show locks in /proc/pid/fdinfo/XAndrey Vagin4-10/+66
2015-04-17docs: add missing and new /proc/PID/status file entries, fix typosNathan Scott1-3/+8
2015-04-17drivers/rtc/rtc-at91rm9200.c: make IO endian agnosticBen Dooks1-2/+2
2015-04-17Documentation/spi/spidev_test.c: fix warningAndrew Morton1-2/+2
2015-04-17drivers/rtc/rtc-s5m.c: allow usage on device type different than main MFD typeKrzysztof Kozlowski1-4/+6
2015-04-17.gitignore: ignore *.tarAndrey Skvortsov1-0/+1
2015-04-17MAINTAINERS: add Mediatek SoC mailing listMatthias Brugger1-0/+1
2015-04-17tomoyo: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso1-5/+8
2015-04-17powerpc/oprofile: reduce mmap_sem hold for exe_fileDavidlohr Bueso1-5/+8
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2-14/+17
2015-04-17mips: ip32: add platform data hooks to use DS1685 driverJoshua Kinard4-136/+80
2015-04-17lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton1-3/+2
2015-04-17x86: switch to using asm-generic for seccomp.hKees Cook3-31/+18
2015-04-17sparc: switch to using asm-generic for seccomp.hKees Cook1-8/+3
2015-04-17powerpc: switch to using asm-generic for seccomp.hKees Cook3-17/+10
2015-04-17parisc: switch to using asm-generic for seccomp.hKees Cook2-16/+1
2015-04-17mips: switch to using asm-generic for seccomp.hKees Cook1-5/+2
2015-04-17microblaze: use asm-generic for seccomp.hKees Cook1-7/+1
2015-04-17arm: use asm-generic for seccomp.hKees Cook2-11/+1
2015-04-17seccomp: allow COMPAT sigreturn overridesKees Cook1-0/+2
2015-04-17arc: do not export symbols in troubleshoot.cDavidlohr Bueso1-2/+1
2015-04-17include/linux/kconfig.h: ese macros which are already definedMichal Simek1-8/+7
2015-04-17memstick: mspro_block: add missing curly bracesDan Carpenter1-1/+2
2015-04-17bfs: correct return valuesSanidhya Kashyap1-2/+2
2015-04-17bfs: bfad_worker cleanupJiri Slaby1-13/+9
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap1-1/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick5-21/+22
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick1-15/+16
2015-04-17fs/affs/affs.h: add mount option manipulation macrosFabian Frederick1-0/+4
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick6-48/+54
2015-04-17adfs: return correct return valuesSanidhya Kashyap2-5/+16
2015-04-17gcov: fix softlockupsAndrey Ryabinin1-1/+4
2015-04-17kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt1-1/+9
2015-04-17cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky1-4/+5
2015-04-17fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai1-1/+5
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso3-25/+47
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov4-22/+40
2015-04-17Doc/sysctl/kernel.txt: document threads-maxHeinrich Schuchardt1-0/+21
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt3-6/+34
2015-04-17kernel/fork.c: avoid division by zeroHeinrich Schuchardt1-9/+20