aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* defconfig: less debugMoyster2016-09-141-1/+1
* defconfig: enable iosched_fiops but don't use it as default yetMoyster2016-09-131-0/+2
* block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2016-09-137-21/+5
* bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2016-09-133-23/+12
* bdi: explain the dirty list transferring in bdi_destroy()Tejun Heo2016-09-131-2/+11
* bdi: make backing_dev_info->wb.dwork canceling stricterTejun Heo2016-09-131-13/+2
* bdi: remove bdi->wb_lock locking around bdi->dev clearing in bdi_unregister()Tejun Heo2016-09-131-8/+2
* debug: remove: remove some dmesg logspam from Linux mainline 3.4 fsktoonsez2016-09-131-1/+1
* pstore: pmsg: return -ENOMEM on vmalloc failureMark Salyzyn2016-09-131-0/+2
* CHROMIMU: arm64: psci: lower the cpu_kill notification when racing with cpu_dieJoseph Lo2016-09-131-1/+1
* block: Fix format string mismatch in cfq-iosched.cMasanari Iida2016-09-131-1/+1
* ARM: rwsem: use asm-generic rwsem implementationWill Deacon2016-09-132-4/+2
* asm-generic: rwsem: ensure sem->cnt is only accessed via atomic_long_*Will Deacon2016-09-131-1/+1
* ARM: alignment: correctly decode instructions in BE8 mode.Ben Dooks2016-09-131-2/+7
* ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio()Russell King2016-09-131-0/+25
* ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang2016-09-132-0/+10
* arm: irq: Tone down kernel loggingmyfluxi2016-09-131-1/+1
* PM: Enable asynchronous noirq resume threads to save the resuming timeanarkia19762016-09-131-9/+33
* timer: optimize apply_slack()anarkia19762016-09-131-1/+1
* USB: android: Fix memory leak in mass_storage_function_init()Azhar Shaikh2016-09-131-0/+4
* cpuidle: Add need_resched() checkPatrick Daly2016-09-131-0/+5
* cpufreq: ondemand: Eliminate the deadband effectanarkia19762016-09-131-4/+7
* devfreq: gpu: added simple time_in_state statsanarkia19762016-09-131-0/+21
* PM: devfreq: Always reflect a change of polling intervalmyfluxi2016-09-131-1/+1
* PM: devfreq: Fix simple_ondemand crashing on startupmyfluxi2016-09-131-1/+4
* devfreq: Use high priority workqueuemyfluxi2016-09-131-1/+4
* FIOPS: forward port for use on 3.10 LinuxPaul Reioux2016-09-131-6/+17
* block: fiops add some trace informationShaohua Li2016-09-131-1/+18
* block: fiops bias sync workloadShaohua Li2016-09-131-0/+12
* block: fiops preserve vios key for deep queue depth workloadShaohua Li2016-09-131-3/+6
* block: fiops add ioprio supportShaohua Li2016-09-131-12/+93
* block: fiops sync/async scaleShaohua Li2016-09-131-0/+15
* block: fiops read/write request scaleShaohua Li2016-09-131-1/+70
* block: fiops ioscheduler coreShaohua Li2016-09-133-0/+568
* less debugMoyster2016-09-111-1/+1
* defconfig: enable CONFIG_INET_DIAG_DESTROYMoyster2016-09-111-0/+1
* Update README.mdMoyster2016-09-101-1/+1
* selinux: enable genfscon labeling for sysfs and pstore filesStephen Smalley2016-09-101-1/+3
* selinux: enable per-file labeling for debugfs files.Stephen Smalley2016-09-102-22/+22
* security: lsm_audit: add ioctl specific auditingJeff Vander Stoep2016-09-102-0/+22
* BACKPORT: FROMLIST: arm64: mm: support ARCH_MMAP_RND_BITS.dcashman2016-09-102-3/+27
* FROMLIST: arm: mm: support ARCH_MMAP_RND_BITS.dcashman2016-09-102-2/+10
* FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman2016-09-105-0/+142
* selinux: nlmsgtab: add SOCK_DESTROY to the netlink mapping tablesLorenzo Colitti2016-09-101-3/+4
* net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet2016-09-101-6/+12
* net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2016-09-101-0/+5
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2016-09-106-0/+68
* net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti2016-09-102-8/+19
* net: diag: Add the ability to destroy a socket.Lorenzo Colitti2016-09-104-3/+24
* net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2016-09-102-14/+37